@charset "utf-8";
.tb80{ padding: 90px 0 80px; }
.icons{display: block;width: 0;height: 0;background-image: url("../images/icons.png") !important;background-repeat: no-repeat;background-position: 0 0;}
.trans{-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}
.ovh{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.lrmore{ display: block;text-align: center; background: transparent;color: #fff;border-top-left-radius: 10px;border-bottom-right-radius: 10px; }
/**----------
 media width
 ------------**/
@media (min-width: 1260px) {
    .container {
        max-width: 1200px;
    }
    .slide-usezans .swiper-pagination{ left: calc((100% - 1200px)/2) }
    .slide-usezans .buts.swiper-button-next{ right: calc((100% - 1200px)/2) }
    .slide-usezans .buts.swiper-button-prev{ right: calc((100% - 1100px)/2) !important; }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1430px;
    }
    .slide-usezans .swiper-pagination{ left: calc((100% - 1430px)/2) }
    .slide-usezans .buts.swiper-button-next{ right: calc((100% - 1430px)/2) }
    .slide-usezans .buts.swiper-button-prev{ right: calc((100% - 1300px)/2) !important; }
}
@media (min-width: 1910px) {
    .container {
        max-width: 1660px;
    }
    .slide-usezans .swiper-pagination{ left: calc((100% - 1660px)/2) }
    .slide-usezans .buts.swiper-button-next{ right: calc((100% - 1660px)/2) }
    .slide-usezans .buts.swiper-button-prev{ right: calc((100% - 1530px)/2) !important; }
}
.container{ margin: 0 auto; }
@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {float: left;}
    .col-12 {width: 100%;}
    .col-11 {width: 91.66666667%;}
    .col-10 {width: 83.33333333%;}
    .col-9 {width: 75%;}
    .col-8 {width: 66.66666667%;}
    .col-7 {width: 58.33333333%;}
    .col-6 {width: 50%;}
    .col-5 {width: 41.66666667%;}
    .col-4 {width: 33.33333333%;}
    .col-3 {width: 25%;}
    .col-2 {width: 16.66666667%;}
    .col-1 {width: 8.33333333%;}
}
/**----------
 Header
 ------------**/
.header,.header .logo{ height: 110px; }
.header{ position: fixed;width: 100%;top: 0;left: 0;z-index: 1001; }
.header .logo{ display: flex;align-items: center; }
.nav ul li{
    position: relative;
    float: left;
    line-height: 110px;
    margin-left: 20px;
    z-index: 999
}
.nav ul li a{ padding: 8px 16px;color: #fff;font-size: 16px;border-radius: 5px; }
/*.nav ul li:nth-of-type(2) .childer{ display: block; }*/
.nav ul li .childer{
    display: none;
    position: fixed;
    width: 100%;
    top: 110px;
    left: 0;
    background: #fff;
    padding: 40px 0 10px;
    border-top: 1px solid #efefef;
    box-shadow: 0 8px 8px rgba(0,0,0,.2);
    z-index: 9999;
}
.nav ul li .childer a{
    float: left;
    display: block;
    margin:0 30px 30px 0;
    width: calc(20% - 30px);
    padding: 0;
    text-align: center;
    background: transparent !important;
}
.nav ul li .childer a img{ display: block;width: 100%; }
.nav ul li .childer p{ padding-top: 10px; }
.nav ul li .childer a:nth-of-type(5n){ margin-right: 0; }
.nav ul li.on a{ background: #2a59a7; }
/** uzfix **/
.header.uzfix,.article-hd .header{ background: rgba(255,255,255,1);box-shadow: 0 0 8px rgba(0,0,0,.2) }
.header.uzfix .nav ul li a,
.header.uzfix .nav ul li.on .childer a,
.article-hd .header .nav ul li.on .childer a,
.article-hd .header .nav ul li a{ color: #333; }
.header.uzfix .nav ul li.on a,
.article-hd .header .nav ul li.on a{ color: #fff; }
.header.uzfix .nav ul li.on .childer a:hover,
.article-hd .header .nav ul li.on .childer a:hover{ color: #2a59a7; }
.header.uzfix .nav ul li:hover .childer,
.article-hd .header .nav ul li:hover .childer{ display: block; }
/**----------
 Slides
 ------------**/
.swiper-container{ width:100%;height:100vh;background:#fff; }
.swiper-slide { text-align: center;background: #fff;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
    -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;background-repeat: no-repeat; }
.swiper-slide img{ display: block;max-width: 100%;height: auto;margin-left: auto;margin-right: auto; }
.swiper-container .wrapper-intro{ position: relative;height: 100%;margin: 0 auto;color: #fff; }
.swiper-container .wrapper-intro .text-slide{
    width:100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    transform: translate(0,-55%);
    -webkit-transform: translate(0,-55%);
}
.swiper-container .wrapper-intro h5{ font-size: 60px;line-height: 66px;padding: 0 0 15px;margin-left: -3px; }
.swiper-container .wrapper-intro p{ line-height: inherit; }
.swiper-container .wrapper-intro .p1{ font-size: 28px; }
.swiper-container .wrapper-intro .p2{ font-size: 18px; }
.swiper-container .swiper-slide .url{ display: block;width:150px;height:50px;line-height: 50px;text-align: center; background: #2a59a7;color: #fff;
    margin-top: 55px;border-top-left-radius: 10px;border-bottom-right-radius: 10px; }
.slide-usezans .swiper-pagination{width: auto;color: #fff;bottom: 50px;font-size: 16px;}
.slide-usezans .swiper-pagination .swiper-pagination-current{ font-size: 36px; font-weight:bold; }
.slide-usezans .buts{ width:40px;height:40px; left: auto; top: auto; bottom: 50px;right: 0;cursor: pointer; }
.slide-usezans .buts.swiper-button-next{background-position: -46px -104px;}
.slide-usezans .buts.swiper-button-prev{ right: 50px;background-position: 0 -104px; }
.slide-usezans .buts.swiper-button-prev:hover{ background-position: 0 -60px; }
.slide-usezans .buts.swiper-button-next:hover{ background-position: -46px -60px; }
.slide-usezans .buts.swiper-button-prev.swiper-button-disabled,
.slide-usezans .buts.swiper-button-next.swiper-button-disabled{ opacity:.3; }
/**----------
 Footer
 ------------**/
.footer{ padding: 70px 0 0;background: #fafafa;  }
.footer-top{ padding: 45px 0 70px; }
.footer-top .fnav{ width: 70%; }
.footer-top .fcomment{ width: 20%; }
.fnav ul li{ width: calc(100% / 6); float: left; }
.fnav ul li h5{ font-size: 18px;color: #000;padding-bottom: 20px; }
.fnav ul li a{ display: block; font-size: 14px;color: #999;padding-bottom: 10px; }
.fnav ul li a:hover{ color: #2a59a7; }
.fcomment h5{ font-size: 18px;color: #000;padding-bottom: 20px; }
.fcomment h5 span{ color: #b4b4b4;padding-left: 10px;font-size: 13px; }
.fcomment ul li,
.fcomment .bthsub{ border-top-left-radius: 10px;border-bottom-right-radius: 10px; }
.fcomment ul li{ width: 100%;height: 38px;line-height: 38px; border: 1px solid #e1e1e1;margin-bottom:15px;overflow: hidden; }
.fcomment ul li input[type=text]{ padding: 0 12px; width:calc(100% - 24px);height: 38px;border: 0;outline: none; }
.fcomment .bthsub{ width: 100%;height: 40px;background: #2a59a7;color: #fff;border: 0;cursor: pointer; }
.copyright{ padding: 30px 0; background: #f0f0f0;text-align: center; }
.copyright p,.copyright p a{ color: #999; }
.get-top{ position:fixed;right:30px;bottom:40px;width:50px;height:50px;background:url("../images/gotop.png");cursor:pointer;z-index:66; }
/**Validform**/
.Validform_checktip{line-height:20px;height:20px;overflow:hidden;color:#999;font-size:12px}
.Validform_right{color:#71b83d;padding-left:20px;background:url(../images/right.png) no-repeat left center}
.Validform_wrong{color:red;padding-left:20px;white-space:nowrap;background:url(../images/error.png) no-repeat left center}
.Validform_loading{padding-left:20px;background:url(../images/onLoad.gif) no-repeat left center}
.Validform_error{background-color:#ffe7e7}
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title{ position: relative;padding-bottom: 40px; }
.comm-title .title{ float: left;max-width: 80%; }
.comm-title .title h3{ font-size:46px;color:#000; }
.comm-title .title p{ font-size: 16px; color: #666; }
.rmore{ float: right; display: block;width: 160px;height: 50px;line-height: 50px;text-align: center; background: #2a59a7;color: #fff;
    border-top-left-radius: 10px;border-bottom-right-radius: 10px;margin-top: 20px; }
/**----------
 Pro-cate
 ------------**/
.product-a.tb80{ padding-bottom: 40px; }
.pro-cate ul li{float: left;width: 31%;text-align: center;}
.pro-cate ul li:nth-of-type(3n - 1){ margin: 0 3.5%; }
.pro-cate ul li .imgs img{ display: block;width: 100%; }
.pro-cate ul li .remark{ padding: 20px 0 40px; }
.pro-cate ul li .remark h5{ font-size: 22px;color: #000; }
.pro-cate ul li .remark p{ font-size: 16px;color: #666; }
.pro-cate ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.4) }
.pro-cate ul li:hover .remark h5{ color: #2a59a7; }
/**----------
 regions-a
 ------------**/
.regions-a.regions-module a{ width:100%;display:block; }
.regions-a.regions-module .container,
.regions-a.regions-module .remark{ height:100%; }
.regions-a.regions-module .remark{ display:flex;justify-content: center; flex-direction: column; color:#fff; }
.regions-a.regions-module .remark h5{ font-size:45px;font-weight:lighter;padding-bottom: 15px; }
.regions-a.regions-module .remark p{ font-size:16px;line-height: 24px; }
.regions-a.regions-module .remark span{ width:148px;height:48px;line-height:48px;border:1px solid #b3b2b3;margin-top: 60px; }
/**----------
 explore
 ------------**/
.explore ul li{ float: left;width: calc(25% - 38px);margin-right: 50px; }
.explore ul li:last-child{ margin-right: 0; }
.explore ul li:nth-of-type(2n){ margin-top: 45px; }
.explore ul li img{ display: block;width: 100%; }
.explore ul li .remark{ /*padding: 25px 0 0;*/text-align: center; }
.explore ul li .remark h5{ font-size: 22px;color:#000; }
.explore ul li .remark p{ font-size: 16px;color: #666; }
/**----------
 page-story
 ------------**/
.page-story .remark-left,
.page-story .remark-right{ width: 50%; }
.page-story .remark-left{ position: relative; height: 800px; }
.page-story .remark-left img{ display: block;width: 100%; }
.page-story .remark-left .rtext{ width: 74%;color: #fff;margin: 75px auto 0; }
.page-story .remark-left .rtext h5{ font-size: 46px; }
.page-story .remark-left .rtext p{ font-size: 16px;padding: 10px 0 50px; }
.page-story .remark-left .rtext a{ width: 150px;height: 50px;line-height: 50px;background: #2a59a7; }
.page-story .remark-right ul li{ position: relative; width: 100%;height: 400px;overflow: hidden; }
.page-story .remark-right ul li .pay-bths{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 8;
}
.page-story .remark-right ul li .anims {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
}
.page-story .remark-right ul li .anims:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.page-story .remark-right ul li .anims:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.page-story .remark-right ul li:hover .anims {
    -webkit-animation: anim-out 1s;
    animation: anim-out 1s;
}
.page-story .remark-right ul li:hover .anims:after {
    -webkit-animation: anim-out-pseudo 1s;
    animation: anim-out-pseudo 1s;
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(255,255,255, .5);
    }
    100% {
        background: 0 0;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(255,255,255,.5);
    }
    100% {
        background: 0 0;
    }
}
.page-story .remark-right .rtext{ width: 87%;margin: 55px auto 0; color: #fff; }
.page-story .remark-right .rtext h5{ font-size: 34px; }
.page-story .remark-right .rtext p{ font-size: 16px;padding: 8px 0 60px; }
.page-story .remark-right .rtext a{ width: 148px;height: 48px;line-height: 48px;border: 1px solid #666c71; }
/**----------
 about-server
 ------------**/
.about-server .lis{ float: left; width:33.33333333%; text-align:center;padding:90px 0;min-height: 335px; }
.about-server .lis:nth-of-type(2){ width:calc(33.33333333% - 2px);border: 1px solid #e8e8e8;border-width: 0 1px; }
.about-server .lis .icon-img{ width:80px;height:80px;margin:0 auto; }
.about-server .lis .remark h5{ font-size:22px;font-weight:bold;color:#000;padding:25px 0 5px; }
.about-server .lis .remark p{ font-size:15px;color:#666;padding-bottom:45px; }
.about-server .lis .remark strong{ font-size:30px;color:#2a59a7; }
.about-server .lis .remark .lrmore{ width: 148px;height: 48px;line-height: 48px;border: 1px solid #e5e5e5;color: #666;margin: 0 auto; }
/**----------
 model-video
 ------------**/
.model-video{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1005;
}
.model-video.open{ display: block; }
.model-video .dcontent {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    z-index: 5;
}
.model-video #video{
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 66;
}
.model-video .colse {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.model-video .colse img{ width: 40px; }



