@import url("jquery.bxslider.css");
@import url("pscroll.css");

@font-face {
    font-family: Arista2;
    src: url("tt0308m.ttf");
}

/*首页*/
.index_services {
    overflow: hidden;
    padding-bottom: 2.5%;
    padding-top: 40px;
}

.i_title {
    margin-top: 1%;
    margin-bottom: 3%;
    overflow: hidden;
    text-align: center;
}

.i_title h2 {
    line-height: 36px;
    font-size: 36px;
    font-weight: normal;
    color: #000000;
}

.i_title p {
    background: url("../images/i_bg1.png") center bottom no-repeat;
    color: #000000;
    padding-bottom: 15px;
}
#index-education-top{
    text-align: center;
}
#index-education-top .i_content {
    display: inline-block;
}

#index-education-top .i_content ol li{
    float: left;
    border: 1px solid #0066DD;
    padding: 15px;
    margin: 10px 15px;
    border-radius: 5px;
    background-color: #0066CC;
    color: #eee;
    display: inline;
}

#index-education-top .i_content ol li::marker{
    color: #0066CC;
}

/*核心业务*/
.owl-products,
.owl-services {
    text-align: center;
    margin: 2% auto 0;
    height:100%;
    width: 100%;
}

.owl-products.owl-theme .owl-controls .owl-pagination ,
.owl-services.owl-theme .owl-controls .owl-pagination {
    display: none;
}

.owl-products.owl-theme .owl-controls .owl-buttons,
.owl-services.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    height: 0;
    display: none;
}

.owl-products.owl-theme .owl-controls .owl-page ,
.owl-services.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-products .owl-carousel ,
.owl-services .owl-carousel {
    width: 100%;
}

.owl-products .item,
.owl-services .item {
    margin: 0 3%;
    width: 95%;
    background: #fff;
}

.owl-products .item:hover ,
.owl-services .item:hover {
    background: #5dbcc6;
}

.owl-products .item img ,
.owl-services .item img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-products .item dd ,
.owl-services .item dd {
    text-align: left;
    width: 100%;
    
}

.owl-products .item dd .imgs  {
    width: 100%;
    overflow: hidden;
}
.owl-services .item dd .imgs {
    width: 100%;
    height: 20vw; /* 让图片填充父容器的高度 */
    overflow: hidden;
}

.owl-products .item dd:hover img ,
.owl-services .item dd:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.owl-services1 .item img {
    width: 100%;
    height: 30vw; 
    object-fit: cover; 
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-products .item dd .i_five_txt {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.owl-products .item dd .i_five_txt h3 { /* height:56px; */
    line-height: 6vw;
    /*overflow: hidden;*/
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: center; /* border-bottom:1px dashed #cecece; */
    align-content: flex-start;
    transition: all 0.3s;
}

.owl-products .item dd .i_five_txt p {
    line-height: 4vw;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-align: left;
    transition: all 0.3s;
}

.owl-products .item dd:hover .imgs img ,
.owl-services .item dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.owl-products .item dd:hover .i_five_txt h2 {
    color: #fff;
}

.owl-products .item dd:hover .i_five_txt p {
    color: #fff;
}

.index_product {
    padding-bottom: 4%;
    overflow: hidden;
    padding-top: 3%;
}

.owl-services .item a{
    color:#333;
    text-align: center;
}

.owl-services .item a:hover{
    color: #fff;
}

.owl-services .item h2{
    padding-top: 10px;
}

.owl-services .item p{
    color: #666;
    font-size:2.5vw;
    padding-top: 5px;
    padding-bottom: 15px;
}
#index-services .owl-carousel .owl-nav{
    margin-bottom: 2vw;
    /*position: relative;*/
    /*bottom: 15em;*/
}

#index-services .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    right: auto;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
#index-services .owl-carousel .owl-nav button.owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#index-services .owl-carousel .owl-nav button.owl-prev ,
#index-services .owl-carousel .owl-nav button.owl-next {
    color:#eeeeee;
    font-size: xxx-large;
    font-weight: bold;
}
#index-services .owl-carousel .owl-nav button.owl-prev:hover ,
#index-services .owl-carousel .owl-nav button.owl-next:hover {
    color:#dddddd;
}
#index-services .owl-carousel .owl-nav button:active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

.nproduct_list2 {
    overflow: hidden;
    /*padding-bottom:8px;*/
    padding-top: 8px;
    height: auto;
}

.nproduct_list2 ul li {
    float: left;
    width: 48%;
    overflow: hidden;
    text-align: center;
    background-color: #fafafa;
    padding-bottom: 2%;
    margin:1%;
}

.nproduct_list2 ul li:nth-child(3n+0) {
    margin-right: 0;
}

.nproduct_list2 ul li img {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.nproduct_list2 ul li .imgs {
    width: 100%;
    overflow: hidden;
}

.nproduct_list2 ul li h2 {
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
    margin-top: 6%;
}

.nproduct_list2 ul li p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #929292;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 350px;
    margin: 0 auto;
}

.nproduct_list2 ul li em {
    display: block;
    color: #ee697e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.nproduct_list2 ul li label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.nproduct_list2 ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.nproduct_list2 ul li:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: all 0.3s;
}

.nproduct_list2 ul li:hover h2 {
    color: #00a1e9;
}

.i_solution {
    overflow: hidden;
    padding-bottom: 4%;
    padding-top: 8px;
}

.i_solution ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
}

.i_solution ul li:nth-child(2n+0) {
    margin-right: 0;
}

.i_solution ul li img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.i_solution ul li .imgs {
    margin: 0 auto;
    overflow: hidden;
}

.i_solution ul li .txts {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.i_solution ul li h2 {
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
    margin-top: 30%;
}

.i_solution ul li p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 350px;
    margin: 0 auto;
}

.i_solution ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.i_case_bg {
    background: url("../images/i_bg2.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 4%;
}

.i_case_bg .i_title h2 {
    color: #fff;
}

.i_case_bg .i_title p {
    color: #fff;
    background: url("../images/i_bg3.png") center bottom no-repeat;
}

.i_link {
    overflow: hidden;
    margin-bottom: 3%;
}

.i_link ul li {
    float: left;
    width: 15.8%;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}

.i_link ul li:nth-child(6n+0) {
    margin-right: 0;
}

.i_link ul li .imgs {
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.i_link ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.i_link ul li .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.banner_pos {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.banner_pos .banner_div { /* display:table; vertical-align:bottom; */
    height: 100%;
    width: 100%;
    position: relative;
}

/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
    height: 100%;
    width: 57.6%;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner_pos .img001 img {
    height: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.banner_pos .txtsbox {
    float: left;
    width: 50%;
}

.banner_pos .txts {
    float: right;
    margin-right: 3%;
    margin-top: 20%;
    width: 94%;
    max-width: 536px;
    text-align: left;
}

.banner_pos .txts h2 {
    color: #00a1e9;
}

.banner_pos .txts p {
    color: #767676;
    margin-top: 6%;
}

.banner_pos .txts a {
    margin-top: 6%;
    width: 220px;
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #606060;
    text-align: center;
    font-size: 12px;
    color: #a2a2a2;
}

.banner_pos .txts a em {
    float: right;
    margin-right: 7%;
    font-style: normal;
    font-size: 18px;
}

.banner_pos .txts a:hover {
    border: 1px solid #00a1e9;
}

.banner_pos .txts a:hover {
    color: #00a1e9;
}

#vishii-education-main h3 {
    margin-top: 15px;
    font-weight: normal;
}

.education-word {
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    width: 54%;
    float: left;
    /* margin: 0 auto; */
    margin-top: 50px;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .education-word {
        width: 90%;
        margin: 5% 3% 3% 3%;
    }
}

.ititle2 {
    text-align: center;
    margin-top: 20px;
}

.ititle2 span {
    display: inline-block;
    margin: 0 1vw;
    font-size: 3vw;
    color: black;
}

.titleline {
    height: 3px;
    width: 200px;
    border-top: 2px solid black;
}

.peoname {
/*    display: flex;*/
    background: #5dbcc6;
    align-items: center;
    margin: 0 auto;
    height: 6vw;
}

.peoname > div {
    color: #DDB058;
    width: 20%;
    text-align: center;
    font-size: 100px;
    font-family: Arista2, serif;
}

.peoname > h3 {
    width: 80%;
    text-align: center;
    align-items: center;
    color: #000000;
    margin:0 auto;
}

.tabtitle {
    text-align: center;
}

.tabtitle .tabtitleitem {
    padding: 10px 20px;
    display: inline-block;
    margin: 20px;
    font-size: 20px;
}

.tabtitle .tabtitleitem.active {
    color: #0066CC;
    border-bottom: 1px solid #0066CC;
}

.xhanyeyuan {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;

}

.xhanyeyuan img {
    width: 100%;
}

.about {
    background: #eee;
    padding: 30px 0;
}

.abouttxt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 29px;
    max-width: 1200px;
}

.weishtit {
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    font-weight: normal;
}

.index-partner {
    background: #ffffff;
    padding: 3% 0;
}

.fanganbanner {
    width: 100%;
}

.fanganbanner img {
    width: 100%;
}

.fangtab {
    background: #F6F6F6;
    height: 40px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.fangtab span {
    line-height: 40px;
    margin: 0 10px;

}

.fanans {
    overflow: hidden;
    margin-bottom: 2vw;
}

.bg-gray {
    background: #eee;
}

.bg-white {
    background: #fff;
}

.indexnproduct_list2 ul li {
    background: #fff !important;


}

/*动画*/
.bx-wrapper,
.bx-wrapper img {
    max-height: 780px;
}

.text-center {
    text-align: center;
}

.partner-list {
    margin: 15px auto;
    clear: both;
}

.partner-list .partner-item {
    width: 24%;
    float: left;
}

.partner-list .partner-item .partner-image {
    width: 100%;
    padding: 10px;
}

@media screen and (max-width: 1760px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1000px) {
    .i_link ul li {
        width: 19%;
    }

    .i_link ul li:nth-child(6n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(5n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {

}

/* 仅针对轮播图进行样式调整 */
@media screen and (max-width: 830px) {

/*轮显*/
    #slider {
        display: none;
        padding: 0;
    }

    .flash_div {
        display: block;
        margin-top: 72px !important;
    }
    .flash_div .item {
    width: 100% !important; /* 强制容器宽度 */
    max-width: 100vw; /* 限制最大宽度 */
    box-sizing: border-box; /* 包含内边距 */
}


    .i_link ul li {
        width: 24%;
    }

    .i_link ul li:nth-child(5n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(4n+0) {
        margin-right: 0;
    }


}


@media screen and (max-width: 780px) {

    .nproduct_list2 ul li:nth-child(3n+0) {
        margin-right: 1%;
    }

    .nproduct_list2 ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    .i_title h2 {
        line-height: 49px;
        font-size: 7vw;
    }
}

@media screen and (max-width: 640px) {
    .nproduct_list2 ul li p {
        font-size: 13px;
    }
    /* 在较小屏幕中，确保图片不溢出 */
    .flash_div {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    .owl-carousel {
        width: 100% !important;
        padding: 0 5%;
    }

    .owl-carousel .item {
        width: 90% !important; /* 留出两侧空隙 */
        margin: 0 5%;
    }

    .flash_div .item img {
    width: 100%;
    height: auto;
    }

    .i_link ul li {
        width: 32.5%;
    }

    .i_link ul li:nth-child(4n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(3n+0) {
        margin-right: 0;
    }

    .partner-list {
        margin: 5px auto;
    }

    .partner-list .partner-item {
        width: 48%;
    }

    .partner-list .partner-item .partner-image {
        width: 100%;
        padding: 5px;
    }

}

@media screen and (max-width: 480px) {
    .nproduct_list2 ul li p {
        font-size: 12px;
    }
    .abouttxt{
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 360px) {

}

/*优势*/
.advantage {
    text-align: center;
    overflow: hidden;
}

.num_box {
    width: 20%;
    float: left;
    height: 124px;
}

.num_box:last-child {
    background: none;
}

.num_box .num {
    color: #f67524;
    font-family: "华文细黑", serif;
    font-weight: normal;
    font-size: 60px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin-top: 10px;
}

.num_box h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
}

.i_service_t {
    text-align: center;
    padding-top: 15px;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 50px;
}

/* index.php */

.swiper-wrapper {
    /*display: block;*/
    padding: 0 0 10px;
    color: #ffffff;/*#777*/
    position: relative;
}

.ind-server .contain {
    position: relative;
}

.ind-server .swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px 0 10px;
}

.ind-server .swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    transition: 300ms;
    cursor: pointer;
    height: 20vw;
    position: relative;
    border: 1px solid #ebebec;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
    display: flex;  /* 使用Flexbox布局 */
    justify-content: center;
    align-items: center;
}

.swiper-container .Iplist-img {
    font-size: 0;
    padding: 0;
    height: 250px;
}

.slicon {
    width: 238px;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    .titleline {
        height: 3px;
        width: 20%;
        border-top: 2px solid black;
    }

    .tabtitle {
        margin-bottom: 0;
    }

    .tabtitle .tabtitleitem {
        padding: 10px 20px;
        display: inline-block;
        font-size: 15px;
    }

    .peoname > div {
        color: #DDB058;
        width: 20%;
        text-align: center;
        font-size: 30px;
        font-family: Arial, serif;
        margin-top: 12px !important;
    }

    .peoname > h2 {
        width: 80%;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .owl-demo7 .item dd .i_five_txt h2 { /* height:56px; */
        line-height: 56px;
        overflow: hidden;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        text-align: center; /* border-bottom:1px dashed #cecece; */
        margin-bottom: 0;
        transition: all 0.3s;
    }

    .chooseul {
        width: 100%;
        float: left;
    }


    .ind-server .server-swiper-button-next,
    .ind-server .server-swiper-button-prev {
        display: block;
    }

    .slicon {
        width: auto;
    }

    .swiper-slide-active {
        transform: scale(1);
    }

    .ind-server .swiper-slide-active .cart-about {
        transform: scale(1);
    }

    .ind-server .swiper-slide-active .Iplist-img div {
        transform: scale(1);
    }

    .ind-server .contain {
        width: 90%;
        margin: 0 auto;
    }

    .ind-server .swiper-container {
        padding: 10px 0 60px;
    }

    .ind-server .swiper-slide-active {
        transform: scale(1);
    }

    .xhanyeyuan {
        padding-top: 30px;
    }
}

/*新增的*/
.index_product_bg {
    margin-bottom: 2vw; /* 为底部添加 2vw 的间距 */
}