/* CSS Document */
*{margin:0;padding:0;border:0;outline:none}
@font-face{font-family:"Alibaba-PuHuiTi-Regular";src:url(../fonts/Alibaba-PuHuiTi-Regular.woff2) format("woff2"),url(../fonts/Alibaba-PuHuiTi-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:"Alibaba-PuHuiTi-Bold";src:url(../fonts/Alibaba-PuHuiTi-Bold.woff2) format("woff2"),url(../fonts/Alibaba-PuHuiTi-Bold.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}
body,html{font-family:"Alibaba-PuHuiTi-Regular";height:100%}
body{text-align:center;margin:0 auto;padding:0;background:#fff;font-size:14px;color:#333;width:100%;min-width:320px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
select,input,img{vertical-align:middle}
ul,ol,li{list-style:none}
table{table-layout:fixed !important;width:100% !important}
table,td,input,select,input,textarea{font-size:15px;padding:0;border-color:#ddd;font-family:"Alibaba-PuHuiTi-Regular";}
input::-moz-focus-inner{border:none;padding:0px}
select,input{vertical-align:middle}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none}
textarea{resize:none}
.clear{display:block;height:0px;visibility:hidden;clear:both}
.clearfix{zoom:1}
.max{min-width: 1200px;}
.box{width:100%;max-width:1550px;margin:0 auto;text-align:left;box-sizing:border-box}
.clearfix:after,.max:after{content:"";display:block;height:0px;visibility:hidden;clear:both}
.lf{float:left}
.rg{float:right}
/* 姒涙ǹ顓婚柧鐐复妫版粏澹� */
a{outline-style:none;color:#333;text-decoration:none;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
a:hover{text-decoration:none;  color: #1c60eb;}
/*濞撳懘娅庨柧鐐复閾忔碍顢�*/ 
:focus{-moz-outline-style:none}

.flexa{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap;}
.itema{-webkit-align-items:center;align-items:center;}
.justb{-webkit-justify-content:space-between;justify-content:space-between;}
.justc{-webkit-justify-content:center;justify-content:center;}

.wbg{background:#fff;}
.hbg{background:#f9fafc}
.mobileFixed{
    display: none;
}
.nav .icon-guanbi{
    display: none;
}
/*-------*/
.haderZ{
    height: 108px;
}
.header{position:fixed;width:100%;left:0;top:0;color:#fff;z-index:9999;background:url(../images/ac_r3.png) repeat-x left top; background-size:auto 120%; box-sizing:border-box; padding:15px 3%;}
.header .logo{ width:210px; overflow:hidden;}
.header .logo img{ max-width:100%; height:78px;}
.header .logo img.la{ display:block}
.header .logo img.lb{ display:none}
.header .nav{ width:calc(100% - 450px); box-sizing:border-box; padding:18px 2.5% 0 10%;}
.header .nav ul{ width:100%}
.header .nav ul li a{ display:block; height:60px; line-height:60px; font-size:24px; color:#fff;}
.header .nav ul li a.active,.header .nav ul li a:hover{color:yellow}
.header .soso{ width:20px; height:60px; margin-top:18px;}
.header .soso{ background:url(../images/ac_r1.png) no-repeat center center; cursor: pointer;} 
.header .meng{ background:rgba(0,0,0,.5); position:fixed; top:0;left:0; width:100%; height:100%; z-index:90; display:none}
.header.default,.header-c{ background:#fff}
.header.default .logo img.la{ display:none}
.header.default .logo img.lb{ display:block;}
.header.default .nav ul li a{ color:#333;}
.header.default .nav ul li a:hover{ color:#2966e2;}
.header.default .soso{ background:url(../images/c_r1.png) no-repeat center center;    cursor: pointer;} 
.fixeddefault{
    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}
.header .menu{
    display: none;
}
.header.fixed .nav ul li a:hover{ color:#2966e2;}
.header.fixed{ background:#fff}
.header.fixed .logo img.la{ display:none}
.header.fixed .logo img.lb{ display:block;}
.header.fixed .nav ul li a{ color:#333;}
.header.fixed .soso{ background:url(../images/c_r1.png) no-repeat center center;}
.header.fixed .menu{ background:url(../images/c_r2.png) no-repeat center center;}
.header.fixed{transition:0.5s;
    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

.header .xtell{ height:60px; line-height:60px; font-size:24px; font-weight:bold; padding-top:18px;}
.header .xtell a{color:#fff;}
.header.fixed .xtell a{color:#333;}

  .searchBox{
    width: 100%;
    position: absolute;
    left: 0px;
    top: -200px;
    height: 110px;
    background: rgba(255,255,255,1); 
    display: flex;
    align-items: center; 
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all .6s ease-in-out .1s;transition:all .6s ease-in-out .1s;
  }
  
  .searchBox.active{
    opacity: 1;
    visibility: inherit;
    top: 0;
  }
 .searchBox .sbox{
    width: 50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
 }
  .searchBox form{display: flex;align-items: center; width:100%}
 .searchBox  i{
    color: #333;
    font-size: 20px;
    position: absolute;
    right: 200px; 
    cursor: pointer;
 }
  .searchBox input{
   flex: 1;
    height: 60px;
    background: none;
    font-size: 18px;
    box-sizing: border-box;
  }
  .searchBox button{
    width: 100px;
    height: 60px;
    font-size: 16px;
    background: none;
    color: #333;
    cursor: pointer;
    -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
    border: none;
  }
  .searchBox button img{
    -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
  }
  .searchBox button:hover img{
    transform: scale(1.1);
  }
.mySwiper{width:100% !important;position:relative;height:100vh;}
.mySwiper .swiper-slide{overflow:hidden; cursor:pointer; height:100vh;}
.mySwiper .swiper-slide img{ display:none; width:100%; margin:0 auto;}
.mySwiper .swiper-dian{bottom:5%;text-align:center;width:94%;padding:0 3%}
.mySwiper .swiper-pagination-bullet{width:50px;height:4px;background:#fff;opacity:.3;border-radius:0}
.mySwiper .swiper-pagination-bullet-active{opacity:1;}
.mySwiper video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.htit{background:url(../images/ac_r4.png) no-repeat center bottom;text-align:center;padding-top:75px;padding-bottom:25px;color:#161616;}
.htit h2{ font-size:54px; line-height:76px;}
.htit p{ display:block; font-size:28px; line-height:36px; padding-top:12px;}

.lmbut{ padding-top:45px; padding-bottom:120px;}
.lmbut dl{ width:31.6%; margin-right:2.6%; background:#fff; padding:15px; box-sizing:border-box;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;-moz-box-shadow:0 0 20px #eee;-webkit-box-shadow:0 0 20px #eee;box-shadow:0 0 20px #eee;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.lmbut dl:nth-of-type(3){ margin-right:0}
.lmbut dl dt{ padding-top:30px; padding-bottom:15px;}
.lmbut dl dt h3{ font-size:34px; text-align:center; line-height:44px; color:#040404; padding-bottom:15px;}
.lmbut dl dt a{ display:inline-block; margin:10px 10px 0 0; font-size:18px; line-height:36px; color:#717171;-webkit-border-radius:18px;-moz-border-radius:18px;-o-border-radius:18px;border-radius:18px; border:1px solid #f0f0f0; padding:0 10px;}
.lmbut dl dd{ overflow:hidden;}
.lmbut dl dd img{ display:block; margin:0 auto; width:100%;}
.lmbut dl dt a:hover{
    background: #2966e2;
    color: #fff;
    border: 1px solid #2966e2;
}
.lmbut dl:hover{
        transform: translateY(-10px);
}
.fabox{ position:relative; width:100%;}
.fabox .hd{ position:absolute; left:0; top:50%; margin-top:-90px; z-index:2}
.fabox .hd ul{ width:100%;}
.fabox .hd ul li{ font-size:20px; line-height:36px; padding:5px 0; text-align:left; cursor:pointer}
.fabox .hd ul li span{ position:relative; display:block; padding-left:30px; color:#fff;transition:0.5s;}
.fabox .hd ul li span:after{content:"";display:block;height:2px; width:20px; background:#fff; position:absolute; left:0; top:18px;transition:0.5s;}
.fabox .hd ul li.on span{ padding-left:50px;}
.fabox .hd ul li.on span:after{ width:40px;}

.indexTwo{
    position: relative;
}
.indexTwo .indexTwomySwiper1{
    position: absolute;
    height: 300px;
    left:0; top:50%; margin-top:-180px; z-index:2
}
.indexTwo .indexTwomySwiper1 .swiper-slide  { font-size:20px; line-height:36px; padding:5px 0; color: rgba(255,255,255,.7); text-align:left; cursor:pointer; padding-left: 30px;transition:0.5s; height: 45px !important;}
.indexTwo .indexTwomySwiper1 .swiper-slide:after{content:"";display:block;height:2px; width:17px; background:#fff; position:absolute; left:0; top:21px;transition:0.5s;}
.indexTwo .indexTwomySwiper1 .swiper-slide.swiper-slide-thumb-active::after{width: 44px;}
.indexTwo .indexTwomySwiper1 .swiper-slide.swiper-slide-thumb-active{
    padding-left: 60px;
    color: #fff;
}
.indexTwo .indexTwomySwiper2 .swiper-slide{
    height: 840px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box{
    padding-left: 155px;
    box-sizing: border-box;
    padding-top: 220px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box span{
    font-size: 26px;
    color: #fff;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box h3{
    font-size: 64px;
    color: #fff;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box p{
    font-size: 23px;
    color: #fff;
    line-height: 40px;
    width: 665px;
    margin-top: 30px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box a{
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    color: #fff;
    font-size: 22px; 
    margin-top: 40px;
    transition:0.5s;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box a i{
    font-size: 20px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box a:hover{
    background: #0d80f8;
    border: 1px solid #0d80f8;
}
.indexTwo .indexTwomySwiper2 .swiper-button-next{
    width: 52px;
    height: 52px;
    border-radius: 50%; color: #fff;
    font-size: 30px;
    background: none;
    border: 2px solid rgba(255,255,255,.7);
    top: auto;
    bottom: 60px;
    right: 100px;
}
.indexTwo .indexTwomySwiper2 .swiper-button-next::after,.indexTwo .indexTwomySwiper2 .swiper-button-prev::after{
    display: none;
}
.indexTwo .indexTwomySwiper2 .swiper-button-prev{
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 50%; color: #fff;
    font-size: 30px;
    background: none;
    top: auto;
    bottom: 60px;
    right: 185px;
    left: auto;
}
 
.indexTwo .indexTwomySwiper2 .swiper-button-prev i,.indexTwo .indexTwomySwiper2 .swiper-button-next i{
    font-size: 20px;
}

.indexThree .indexThreeSwiper{
    margin-top: 43px;
}
.indexThree .indexThreeSwiper .swiper-slide .img{
    position: relative;
    height: 310px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.indexThree .indexThreeSwiper .swiper-slide .img img{
    display: block;
    width: 100%;
    height: 310px;
    transition:0.5s;
}
.indexThree .indexThreeSwiper .swiper-slide .img span{
    display: inline-block;
    height:38px;
    color: #fff;
    font-size: 19px;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    background: #2966e2;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
}
.indexThree .indexThreeSwiper .swiper-slide p{
    font-size: 26px;
    line-height: 39px;
    color: #333;
    margin-top: 20px;
    transition:0.5s;
}
.indexThree .indexThreeSwiper{
    padding-bottom: 90px;
}
.indexThree .indexThreeSwiper .swiper-pagination-bullet{
    width: 82px;
    height: 3px;
    border-radius:0;
}
.indexThree .indexThreeSwiper .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.indexThree .indexThreeSwiper .swiper-slide:hover p{
    color: #1c60eb;
}

.indexFour{
    margin-top: 100px;
    background: url("../images/indexFourBG.jpg") no-repeat center top;
    background-size: 100%;
    padding-bottom: 100px;
}
.indexFour ul{
    display: flex;
    align-items: center;
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
}
.indexFour ul li{
    width: 25%;
    height: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition:0.5s;
}
.indexFour ul li.active{
    width: 50%;
}
.indexFour ul li strong{
    display: block;
    font-size: 48px;
    color: #fff;
}
.indexFour ul li span{
    display: none;
    font-size: 28px;
    color: #fff;
}
.indexFour ul li.active span{
    display: block;
}
.indexFour ul li p{
    display: none;
    font-size: 20px;
    color: #fff;
    width: 70%;
    margin-top: 20px;
    line-height: 32px;
    transition:0.5s;
}
.indexFour ul li.active p{
    display: block;
}
.indexFour ul li.active{
    align-items: flex-start;
    padding-left: 68px;
}
.indexFour ul li a{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    display: none;
}
.indexFour ul li.active a{
    display: flex;
    align-items: center;
}
.indexFour ul li a i{
    font-size: 22px;
}

.footer{
    background: #efefef;
    padding-top:55px;
}
.footer .footerTop{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footerTop .footerLeft img{
    display: block;
    width: 228px;
}
.footer .footerTop .footerLeft span{
    display: block;
    font-size: 22px;
    color: #434343;
    margin-top: 50px;
}
.footer .footerTop .footerLeft strong{
    display: block;
    font-size: 32px;
    color: #3e3e3e;
}
.footer .footerTop .footerLeft .follow{
    display: flex;
    margin-top: 22px;
}
.footer .footerTop .footerLeft .follow .item{
    margin-right: 15px;
}
.footer .footerTop .footerLeft .follow .item i{
    width: 34px;
    height: 34px;
    background: #cacdd4;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    display: block;
}
.footer .footerTop .footerNav{
    display: flex;
    margin-left: 80px;
    margin-right: auto;
} 
.footer .footerTop .footerNav dl{
    margin-right: 80px;
}
.footer .footerTop .footerNav dl:last-child{
    margin-right: 0;
}
.footer .footerTop .footerNav dl dt{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.footer .footerTop .footerNav dl dd a{
    display: block;
    font-size: 19px;
    line-height: 44px;
    color: #434343;
}
.footer .footerTop .footerNav dl dd a:hover{
    color: #1c60eb;
}
.footer .footerTop .footerRight{
    display: flex;
}
.footer .footerTop .footerRight .item{
    margin-left: 40px;
    width: 100px;
}
.footer .footerTop .footerRight .item img{
    display: block;
    width: 100%;
}
.footer .footerTop .footerRight .item p{
    text-align: center;
    font-size: 19px;
    color: #434343;
    margin-top: 10px;
}

.footer .copyright{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content:center;
    height: 90px;
    border-top: 1px solid #dcdcdc;
    font-size: 19px;
    color: #696969;
}
.footer .copyright a{
    color: #696969;
}

.proDetailOneOne{
    background: url("../images/prodOO.jpg") no-repeat center;
    padding-bottom: 90px;
}
.proDetailOneOne .newsnav{
    height: 89px;
    border-bottom: 1px solid #d3d9e5;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #9c9c9c;
}
.proDetailOneOne .newsnav a{
    color: #9c9c9c;
    display: inline-block;
    margin: 0 5px;
}
.proDetailOneOne .newsnav a:hover{
    color: #1c60eb;
}
.proDetailOneOne .newsnav i{
    font-size: 20px;
}
.proDetailOneOne .sbox{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    height: 557px;
}
.proDetailOneOne .sbox img{
    display: block;
    width: 738px;
    height: 557px;
}
.proDetailOneOne .sbox .right{
    flex: 1;
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.proDetailOneOne .sbox .right .bot{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.proDetailOneOne .sbox .right .bot a.zixun{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    width: 48%;
    height: 108px;
    background: #1d61eb;
    color: #fff;
    font-size: 22px; 
}
.proDetailOneOne .sbox .right .bot a.zixun:hover{
    box-shadow: 0px 0px 15px #1d61eb;
}
.proDetailOneOne .sbox .right .bot a.zixun i{
    font-size: 20px;
    margin-right: 10px;
}
.proDetailOneOne .sbox .right .bot .tel{
    background: #fff;
    width: 48%;
    height: 108px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.proDetailOneOne .sbox .right .bot .tel strong{
    font-size: 28px;
}
.proDetailOneOne .sbox .right .bot .tel span{
    font-size: 17px;
    color: #a8a8a8;
}
.proDetailOneOne .sbox .right h1{
    font-size: 46px;
}
.proDetailOneOne .sbox .right .dec{
    font-size: 20px;
    line-height: 42px;
    color: #767676;
    margin-top: 20px;
}

.proDt{
    height: 74px;
    line-height: 74px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}
.proDt::after{
    content: "";
    width: 6px;
    height: 26px;
    background: #1d61eb;
    position: absolute;
    left: 0;
    top: 25px;
}
.proDt strong{
    font-size: 32px;
    
}
.detailBox{
    font-size: 20px;
    line-height: 28px;
    color: #6b6b6b;
}
.detailBox .video{
    width: 1200px !important;
    margin: 0 auto;
}
.detailBox img{
    max-width: 100% !important;
    height: auto !important;
}
.proDetailOneTwo{
    padding-top: 50px;
    padding-bottom: 50px;
}
.proDetailOneThree{
    padding-top: 50px;
    padding-bottom: 60px;
}
.proDetailOneThree ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.proDetailOneThree ul li{
    width: 47%;
    display: flex;
    align-items: center;
    margin-top: 110px;
}
.proDetailOneThree ul li:nth-child(1),.proDetailOneThree ul li:nth-child(2){
    margin-top: 0;
}
.proDetailOneThree ul li .img{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proDetailOneThree ul li .img img{
    display: block;
    width: 80px;
    height: 80px;
}
.proDetailOneThree ul li .text{
    flex: 1;
}
.proDetailOneThree ul li .text strong{
    display: block;
    font-size: 26px;
    color: #161616;
    margin-bottom: 10px;
}
.proDetailOneThree ul li .text p{
    font-size: 18px;
    line-height: 30px;
    color: #595858;
}
.proDetailOneFour{
    padding-bottom: 120px;
}
.proDetailOneFour ul{
    display: flex;
    flex-wrap: wrap;
}
.proDetailOneFour ul li{
    width: 32%;
    margin-right: 2%;
}
.proDetailOneFour ul li:last-child{
    margin-right: 0;
}
.proDetailOneFour ul li .img{
    position: relative;
    height: 310px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.proDetailOneFour ul li .img img{
    display: block;
    width: 100%;
    height: 310px;
    transition:0.5s;
}
.proDetailOneFour ul li .img span{
    display: inline-block;
    height:38px;
    color: #fff;
    font-size: 19px;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    background: #2966e2;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
}
.proDetailOneFour ul li p{
    font-size: 26px;
    line-height: 39px;
    color: #333;
    margin-top: 20px;
    transition:0.5s;
}
 
.proDetailOneFour ul li:hover .img img{
    transform: scale(1.1);
}
.proDetailOneFour ul li:hover p{
    color: #1c60eb;
}
.proDetailTwoOne{
    height: 750px;
}

.proDetailTwoOne .box{
    padding-top: 260px;
}
.proDetailTwoOne .box h1{
    font-size: 58px;
    color: #fff;
}
.proDetailTwoOne .box p{
    font-size: 20px;
    line-height: 40px;
    width: 50%;
    color: #fff;
    margin-top: 20px;
}

.proDetailTwoTwo .dec{
    font-size: 20px;
    color: #6b6b6b;
    line-height: 37px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.proDetailTwoTwo ul{
    display: flex;
    flex-wrap: wrap; 
}
.proDetailTwoTwo ul li{
    width: 30%;
    margin-right: 4%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 66px;
}
.proDetailTwoTwo ul li:nth-child(1),.proDetailTwoTwo ul li:nth-child(2),.proDetailTwoTwo ul li:nth-child(3){
    margin-top: 0;
}
.proDetailTwoTwo ul li:nth-child(3n){
    margin-right: 0;
}
.proDetailTwoTwo ul li img{
    display: block;
    width: 66px;
    margin-bottom: 15px;
}
.proDetailTwoTwo ul li strong{
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}
.proDetailTwoTwo ul li p{
    font-size: 20px;
    color: #6b6b6b;
    line-height: 37px;
}

.proDetailTwoThree{
    background: url("../images/prodtt.jpg") no-repeat center;
    margin-top: 110px;
    padding-bottom: 120px;
    background-size: cover;
}
.proDetailTwoThree .sbox{
    margin-top: 50px;
    position: relative;
}
.proDetailTwoThree .sbox .swiper-button-next{
    right: -50px;
    top: 60%;
}
.proDetailTwoThree .sbox .swiper-button-prev{
    left: -50px;
    top: 60%;
}
.proDetailTwoThree .sbox .prodtt1{
    border-bottom: 2px solid #ededed;
    margin-bottom: 60px;
}
.proDetailTwoThree .sbox .prodtt1 .swiper-slide{
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #6b6b6b;
    cursor: pointer;
}
.proDetailTwoThree .sbox .prodtt1 .swiper-slide.swiper-slide-thumb-active{
    color: #2566ec;
    border-bottom: 2px solid #2566ec;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide{
    display: flex;
    background: #2566ec;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .img{
    width: 720px;
    height: 500px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .img img{
    display: block;
    width: 720px;
    height: 500px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text{
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
    margin-left: 30px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text strong{
    display: block;
    font-size: 56px;
    color: #fff;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text  p{
    font-size: 22px;
    line-height: 37px;
    color: #fff;
    margin-top: 20px;
}
.proDetailTwoFour ul li{ 
    display: flex;
    align-items: center; 
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
 
.proDetailTwoFour ul li .img{
    width: 185px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proDetailTwoFour ul li .img img{
    display: block;
    width: 90px;
    height: 90px;
}
.proDetailTwoFour ul li .text{
    flex: 1;
}
.proDetailTwoFour ul li .text strong{
    display: block;
    font-size: 30px;
    color: #000000;
    margin-bottom: 6px;
}
.proDetailTwoFour ul li .text p{
    font-size: 20px;
    line-height: 37px;
    color: #6b6b6b;
}
.proDetailTwoFive ul{
    margin-top: 30px;
}



.solutionOne{
    height: 825px;
    position: relative;
}

.solutionOne .box{
    padding-top: 260px;
}
.solutionOne .box h1{
    font-size: 58px;
    color: #fff;
}
.solutionOne .box p{
    font-size: 20px;
    line-height: 40px;
    width: 660px;
    color: #fff;
    text-align: justify;
    margin-top: 20px;
}

.solutionOne .solutionNav{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 80px;
    background: #3d77eb;
}
.solutionOne .solutionNav a{
    flex: 1;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #6291ef;
}
.solutionOne .solutionNav a:last-child{
    border: none;
}
.solutionOne .solutionNav a.active{
    background: linear-gradient(to bottom,#6a9ae8,#2855e4);
}
.solutionOne .solutionNav a:hover{
    color: yellow;
}

.solutionTwo{
    background: #f8f8f8;
    padding-bottom: 70px;
}
.solutionTwo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.solutionTwo ul li{
    width: 49%; 
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 50px 25px;
    box-sizing: border-box;
    border-radius: 0px 0px 20px 0px;
    margin-bottom:36px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionTwo ul li .img{
    width: 130px;
    display: flex;
    justify-content: center;  
    align-items: center;
}
.solutionTwo ul li .img img{
   max-width: 100%;
}
.solutionTwo ul li .text{
    flex: 1;
    padding-right: 50px;
}
.solutionTwo ul li .text strong{
    display: block;
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionTwo ul li .text p{
    font-size: 18px;
    color: #3d3d3d;
    line-height: 30px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionTwo ul li:hover{
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
 
.solutionThree{
    padding-bottom: 70px;
}
.solutionThree .content{
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}
.solutionThree .content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.solutionThree .detailBox{
    margin-top: 30PX;
}

.solutionFour{
    background: url("../images/sc.jpg") no-repeat center;
    padding-bottom: 120px;
    background-size: cover;
}
.solutionFour ul{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.solutionFour ul li{
    width: 25%; 
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0px 0px 20px 0px;
}
.solutionFour ul li img{
    display: block;
    width: 80px;
    height: 80px;
}
.solutionFour ul li strong{
    display: block;
    font-size: 26px;
    color: #333;
    margin-top: 35px;
}
.solutionFour ul li p{
    font-size: 18px;
    color: #595858;
    line-height: 35px;
    margin-top: 15px;
}
.solutionFour ul li:hover{
    background: #fff;
}


.nybanner{
    height: 750px;
    padding-top: 280px;
    box-sizing: border-box;
}
.nybanner h3{
    font-size: 64px;
    color: #fff;
}
.nybanner p{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 45px;
}
.nybanner p::after{
    content: "";
    width: 58px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.proNydh{
    height: 90px;
    border-bottom: 1px solid #ececec;
}
.proNydh .box{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proNydh .box .left{
    display: flex;
}
.proNydh .box .left a{
    margin-right: 60px;
    font-size: 22px;
    color: #161616;
    height: 88px;
    line-height: 88px;
    border-bottom: 2px solid #fff;
}
.proNydh .box .left a.active{
    color: #1c60eb;
    font-weight: bold;
    border-bottom: 2px solid #1c60eb;
}
.proNydh .box .left a:hover{
    color: #1c60eb;
}
.proNydh .box .right{
    font-size: 18px;
    color: #9c9c9c;
    display: flex;
    align-items: center;
}
.proNydh .box .right i{
    font-size: 23px;
    color: #9c9c9c;
}
.proNydh .box .right a{
    color: #9c9c9c;
}
.proNydh .box .right a{
    display: inline-block;
    margin: 0 10px;
}
.proNydh .box .right a:nth-child(2){
    margin-left: 0px;
}

.pronav2{
    padding: 50px 0;
}
.pronav2 a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    padding: 0 20px;
    background: #eee;
    margin-right: 15px;
    font-size: 20px;
}
.pronav2 a.active{
    background: #1c60eb;
    color: #fff;
}
.proList{
    background: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 110px;
}
.proList ul{
    display: flex;
    flex-wrap: wrap;

}
.proList ul li{
    width: 31%;
    margin-right: 3%;
    background: #fff;
    margin-bottom: 55px; 
    border-radius: 15px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proList ul li a{
    height: 550px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    align-items: center;
}
.proList ul li:nth-child(3n){
    margin-right: 0;
}
.proList ul li strong{
    display: block;
    text-align: center;
    font-size: 28px;
    color: #040404;
}
.proList ul li p{
    font-size: 23px;
    color: #717171;
    margin-top: 10px;
    text-align: center;
}
.proList ul li  img{
    display: block;
    height: 280px;
    width: auto;
    margin-top: 30px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proList ul li span{
    margin-top: auto;
    font-size: 20px;
    color: #1c60eb;
}
.proList ul li:hover img{
    transform: scale(1.1);
}
.proList ul li:hover{
    box-shadow: 0px 5px 15px rgba(0,0,0,.06);
}


.fenye{ width:100%; margin:0 auto;  margin-top:25px;  padding-bottom:10px;  text-align:center; }
.fenye a{ display:inline-block;padding:0 17px;text-align:center; line-height:42px;  font-size:20px; color:#333; margin:2px 4px; border-radius:5px; border: 1px solid #e0e0e0;}
.fenye a.active,.fenye a:hover{ display:inline-block;padding:0 17px;text-align:center; line-height:42px;  font-size:20px; color:#fff; margin:2px 4px; background:#1d61eb; border-radius:5px; border: 1px solid #1d61eb;}

.caseNydh .box .left a{
 font-size: 20px;
    margin-right: 30px;
}
.caseList{
    padding-top: 66px;
    padding-bottom: 80px;
}
.caseList ul{
    display: flex;
    flex-wrap: wrap;
}
.caseList ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.caseList ul li:nth-child(3n){
    margin-right: 0;
}
.caseList ul li .img{
    position: relative;
    height: 310px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.caseList ul li .img img{
    display: block;
    width: 100%;
    height: 310px;
    transition:0.5s;
}
.caseList ul li .img span{
    display: inline-block;
    height:38px;
    color: #fff;
    font-size: 19px;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    background: #2966e2;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
}
.caseList ul li p{
    font-size: 26px;
    line-height: 39px;
    color: #333;
    margin-top: 20px;
    transition:0.5s;
}
 
.caseList ul li:hover .img img{
    transform: scale(1.1);
}
.caseList ul li:hover p{
    color: #1c60eb;
}

.newslist {
    margin-top: 65px;
    padding-bottom: 80px;
}
.newslist .topBox{
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.newslist .topBox .img{
    display: block;
    width: 900px;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
}
.newslist .topBox .img img{
    display: block;
    width: 900px;
    height: 580px;
}
.newslist .topBox .text{
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
}
.newslist .topBox .text .title{
    display: block;
    font-size: 32px;
    line-height: 47px;
    color: #333;
    font-weight: bold;
}
.newslist .topBox .text span{
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.newslist .topBox .text span i{
    font-size: 22px;
    margin-right: 5px;
}
.newslist .topBox .text p{
    font-size: 18px;
    color: #717171;
    line-height: 34px;
    margin-top: 20px;
}
.newslist .topBox .text .more{
    display: block;
    width: 158px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #1d61eb;
    border-radius: 25px;
    margin-top: 30px;
    font-size: 18px;
}
.newslist .topBox .text .title:hover{
    color:  #1d61eb;
}
.newslist .topBox .text .more i{
    font-size: 20px;
}
.newslist .topBox .text .more:hover{
     box-shadow: 0px 5px 15px #1d61eb;
}
 
.newslist ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.newslist ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ebebeb;
}
.newslist ul li:nth-child(3n){
    margin-right: 0;
}
.newslist ul li .img{
    position: relative;
    height: 310px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.newslist ul li .img img{
    display: block;
    width: 100%;
    height: 310px;
    transition:0.5s;
}
.newslist ul li .img span{
    display: inline-block;
    height:38px;
    color: #fff;
    font-size: 19px;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    background: #2966e2;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
}
.newslist ul li span{
    display: block;
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 25px;
}
.newslist ul li p{
    font-size: 26px;
    line-height: 39px;
    color: #333;
    margin-top: 15px;
    transition:0.5s;
}
 
.newslist ul li:hover .img img{
    transform: scale(1.1);
}
.newslist ul li:hover p{
    color: #1c60eb;
}

.pageBox{
    margin-top: 60px;
    padding-bottom: 80px;
}
.pageBox .detailBox{
    font-size: 20px;
    line-height: 36px;
    color: #545454; 
}
.pageBox .detailBox p{
    margin-bottom: 20px;
}
.pageBox .top{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.pageBox .top h1{
    font-size: 34px;
    margin-bottom: 15px;
}
.pageBox .top p{
    font-size: 18px;
    color: #a4a4a4;
}

.fn{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
    font-size: 18px;
    color: #a4a4a4;
}
.fn a{
    color: #a4a4a4;
}
.fn p{
    margin-bottom: 20px;
}
.fn a:hover{
    color: #1c60eb;
}

.contatcBox{
    background: #f9fafc;
}
.contatcBox .box{
    margin-top: 50px;
    padding-bottom: 145px;
    display: flex;
    justify-content: space-between;
}
.contatcBox .box ul{
    width: 520px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contatcBox .box ul li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    height: 142px;
}
.contatcBox .box ul li:last-child{
    border-bottom: none;
}
.contatcBox .box ul li .icon{
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contatcBox .box ul li .icon i{
    font-size: 40px;
    color: #2966e2;
}
.contatcBox .box ul li .text strong{
    display: block;
    font-size: 22px;
}
.contatcBox .box ul li .text p{
    font-size: 22px;
    color: #333;
}
.contatcBox .box #allmap{
    width: 1000px;
    height: 580px;
}

.message{
    padding-bottom: 80px;
}
.message .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.message span{
    font-size: 16px;
    color: red;
}
.message .top .item{
    height: 70px;
    width: 32%;
    background: #f6f6f8;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.message .top .item input{
    flex: 1;
    background: none;
    margin-left: 15px;
    height: 60px;
    font-size: 18px;
}
.message .bot{
    position: relative;
    background: #f6f6f8;
    border-radius: 10px;
    margin-top: 30px;
} 
.message .bot span{
    position: absolute;
    left: 10px;
    top:20px;
}
.message .bot textarea{
    background: none;
    width: 100%;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
}
.message button{
    width: 212px;
    height: 65px;
    border-radius: 45px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    background: #1c60eb;
    font-size: 18px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.message button:hover{
    box-shadow: 0px 0px 20px #1c60eb;
}
.aboutPage{
    max-width: 1200px;
    margin:0 auto;
     font-size: 20px;
    line-height: 36px;
    color: #545454; 
}
.aboutPage p{
    margin-bottom: 20px;
}
.aboutPage ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}
.aboutPage ul li{ display:block;   width:232px; text-align:center; height:70px; box-sizing:border-box;}
.aboutPage ul li span{ display:inline-block; color:#000; position:relative; }
.aboutPage ul li span strong{ font-size:36px; font-weight:normal;}
.aboutPage ul li span i{ font-style:normal; color:#767676; position:absolute; top:-10px; right:-20px; font-size:16px;}
.aboutPage ul li p{ text-align:center; font-size:16px; color:#767676; margin-top:5px;}
 .aboutPage img{
     display: block;
     margin: 0 auto;
     margin-bottom: 70px;
 }


 .cultureOne .box{
    height: 610px;
    background: url("../images/cultureOneBg.jpg") no-repeat center;
    margin-top: 80px;
    padding-left: 120px;
    box-sizing: border-box;
    padding-top: 170px;
 }
 .cultureOne .box strong{
    display: block;
    font-size: 64px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
 }
 .cultureOne .box strong::after{
    content: "";
    width: 45px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;

 }
 .cultureOne .box p{
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    width: 650px;
    margin-top: 30px;
 }
 
 .cultureTwo{
    padding-bottom: 270px;
    background: url("../images/cultureTwoBg.jpg") no-repeat bottom center;
 }
 .cultureTwo ul{
    display: flex;
    justify-content: space-around;
 }
 .cultureTwo ul li{
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
 }
 .cultureTwo ul li:nth-child(1){
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    font-size: 30px;
    background: rgba(37,102,236,.7);
    margin-top: 128px;
 }
 .cultureTwo ul li:nth-child(2){
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 23px;
    background: rgba(37,102,236,.4);
    margin-top: 256px;
 }
 .cultureTwo ul li:nth-child(3){
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 41px;
    background: rgba(37,102,236,.8);
    margin-top: 105px;
 }
 .cultureTwo ul li:nth-child(4){
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 44px;
    background: rgba(37,102,236,.9);
    margin-top: 276px;
 }
 .cultureTwo ul li:nth-child(5){
    width: 73px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 26px;
    background: rgba(37,102,236,.5);
    margin-top: 112px;
 }
 .cultureTwo ul li:nth-child(6){
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 22px;
    background: rgba(37,102,236,.3);
    margin-top: 284px;
 }
 .cultureTwo ul li:nth-child(7){
    width: 98px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    font-size: 40px;
    background: rgba(37,102,236,.7);
    margin-top: 80px;
 }
 .cultureTwo ul li:nth-child(8){
    width: 71px;
    height: 71px;
    text-align: center;
    line-height: 71px;
    font-size: 27px;
    background: rgba(37,102,236,1);
    margin-top: 284px;
 }

 .cultureThree{
    padding-bottom: 380px;
    background: url("../images/cultureThreeBg.jpg") no-repeat bottom center;
 }
 .cultureThree ul{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
 }
 .cultureThree ul li{
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .cultureThree ul li img{
    margin-bottom: 30px;
 }
 .cultureThree ul li strong{
    font-size: 26px;
    margin-bottom: 10px;
 }
 .cultureThree ul li p{
    text-align: center;
    font-size: 18px;
    color: #606060;
    line-height: 30px;
 }
 .honorBox {
    padding-bottom: 100px;
 }
.honorBox .swiper{
    width: 1500px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.honorBox .sbox{
    margin-top: 50px;
    background: url("../images/honorBg.png") no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 56px;
    position: relative;
}
.honorBox .sbox .swiper-button-next,.honorBox .sbox .swiper-button-prev{
    width: 57px;
    height: 57px;
    border: 1px solid #d3d4d6; 
}

.honorBox .sbox .swiper-button-next:after,.honorBox .sbox  .swiper-button-prev:after{
    font-size: 20px;
    color: #666;
}
.honorBox .sbox .swiper-button-prev{
    left: -35px;
    top: 40%;
}
.honorBox .sbox .swiper-button-next{
    right: -35px;
    top: 40%;
}

.honorBox .swiper .swiper-slide{
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    height: 275px;
    padding: 12px;
    box-sizing: border-box;
}
.honorBox .swiper .swiper-slide img{
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.honorBox .swiper .swiper-slide p{
    text-align: center;
    font-size:17px;
    color: #434343;
    margin-top: 15px;
}
#lightbox_mask {
      display: none;
      position: fixed;
      z-index: 1000000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .7);
    }
    #lightbox_popup {
      display: none;
      position: fixed;
      z-index: 1000000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    #lightbox_popup .pic-view {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 90%;
      height: 90%;
      text-align: center;
      display: flex;
      justify-content: center;
    align-items: center;
    }
    #lightbox_popup .pic-view .pic {
      max-width: 100%;
      max-height: 100%;
      border: 5px solid #fff;
      border-radius: 3px;
    }
    #lightbox_popup .btn-view {}
    #lightbox_popup .btn-view .btn {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 24px;
      text-decoration: none;
      border-radius: 32px;
      background-color: #000;
      opacity: .4;
      color: #fff;

      transition: all .3s;
    }
    #lightbox_popup .btn-view .btn:hover {
      opacity: 1;
      transform: scale(1.4);
    }
    #lightbox_popup .btn-view .btn-prev {
      left: 10px;
      top: 48%;
      cursor: pointer;
    }
    #lightbox_popup .btn-view .btn-next {
      right: 10px;
      top: 48%;
      cursor: pointer;
    }
    #lightbox_popup .btn-view .btn-close {
      right: 10px;
      top: 10px;
      cursor: pointer;
    }
    #lightbox_popup .caption-view {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 38px;
      background-color: rgba(0, 0, 0, .7);
      text-align: center;
    }
    #lightbox_popup .caption-view p {
      line-height: 38px;
      color: #fff;
    }
    
    
    
    
    
.joinOne{
    padding-bottom: 100px;
}
.joinOne ul{
    margin-top: 55px;
}
.joinOne ul{
    display: flex;
    justify-content: space-between;
}
.joinOne ul li{
    width: 48.5%;
    box-shadow: 0px 0px 15px rgba(0,0,0,.08);
}
.joinOne ul li img{
    display: block;
    width: 100%;
}
.joinOne ul li .text{
    padding:30px 40px;
    box-sizing: border-box;
}
.joinOne ul li .text strong{
    display: block;
    font-size: 26px;
    color: #2b2e3c;
    margin-bottom: 10px;
}
.joinOne ul li .text p{
    font-size: 18px;
    color: #6e6d7a;
    line-height: 34px;
}
.joinTwo{
    background: url('../images/joinTwo.jpg') no-repeat center;
    background-size: cover;
    padding-bottom: 120px;
}
.joinTwo ul{
    display: flex;
    padding: 80px 0;
    background: #fff;
    justify-content: space-between;
    margin-top: 30px;
}
.joinTwo ul li{
    padding: 0 100px;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}
.joinTwo ul li:last-child{
    border-right: none;
}
.joinTwo ul li .t{
    width: 92px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    color: #fff;
    background: url("../images/j1.png") no-repeat center;
    margin: 0 auto;
    font-size: 30px;
}
.joinTwo ul li strong{
    display: block;
    text-align: center;
    font-size: 23px;
    color: #363636;
    margin: 15px auto;
}
.joinTwo ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    text-align: center;
}

.joinThree{
    background: url("../images/joinThree.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}
.joinThree ul{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.joinThree ul li{
    width: 26%;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 4px solid rgba(28,96,235,.25);
}
.joinThree ul li strong{
    display: block;
    font-size: 25px;
    color: #1e2029;
    margin-bottom: 10px;
}
.joinThree ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #525667;
}
.joinFour{
    padding-bottom: 80px;
}
.joinFour table{
    margin-top: 30px;
}
.joinFour thead{
    background: #1c60eb;
    height: 65px;
}
.joinFour thead td{
    color: #fff;
    font-size: 20px;
    border: 1px solid #1c60eb;
    text-align: center;
}
.joinFour tbody td{
    height: 70px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}


.joinSwiper{
    margin-top: 100px;
  }
.joinSwiper img{
  display: block;
  width: 100%;
}
.joinThree .sbox{
  position: relative;
}
.joinThree .swiper-slide{
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}
.joinThree .sbox .swiper-button-next,.joinThree .sbox .swiper-button-prev{
    width: 45px;
    height: 45px;
    border: 1px solid #666; 
    border-radius: 50%;
}

.joinThree .sbox .swiper-button-next:after,.joinThree .sbox  .swiper-button-prev:after{
    font-size: 20px;
    color: #666;
}
.joinThree .sbox .swiper-button-prev{
    left: -70px; 
}
.joinThree .sbox .swiper-button-next{
    right: -70px; 
}
@media (max-width:1600px) {

}




@media (max-width:1160px) {

}

@media (max-width:990px) {

}

@media (max-width:768px) {

}

@media (max-width:640px) {

}

@media (max-width:568px) {

}

@media (max-width:440px) {

}

@media (max-width:375px) {

}

@media (max-width:360px) {

}




