/* 
.header {
    height: 80px;
}

.logo {
    height: 70px;
    width: 70px;
}

.center {
    width: 1468px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center .layui-nav-title p {
    margin-left: 12px;
    font-size: 20px;
}

.layui-nav-title {
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-bar {
    display: flex;
}

.nav-bar .nav-bar-item a {
    display: inline-block;
    padding: 0 40px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
}

.nav-bar .nav-bar-item a:hover {
    background-color: #3B79FF;
    color: #fff;
}


.line {
    color: #C6C6C6;
    height: 42px;
    line-height: 42px;
}

.isSelect {
    background-color: #3B79FF;
    color: #fff;
}

.isSelect a {
    color: #fff;
}

footer {
    height: 220px;
    background-color: #1B1B1B;
    display: flex;
    align-items: center;
}

.layui-footer {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.layui-footer p:not(:first-child) {
    margin-top: 20px;
} */
.content{
    width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
  }
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f5f5;
  }
  
  /*定义滑块
  
   内阴影+圆角*/
  
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(209, 209, 209);
  }
/* 轮播 */
.carousel{
    width: 100%;
    height: 800px;
}
/* 展示信息 */
.information{
    width: 1420px;
    height: 207px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
    margin: 60px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 78px 0 50px;
}
.information-item .item{
    display: flex;
    align-items: center;
}
.information-item .item img{
    width: 40px;
    height: 40px;
}
.number {
    background: #00BBEC;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    margin-left: 0.15rem;
    color: #000000;
    padding: 0 20px;
    display: inline-block;
}
.inrow{font-size:0;;*font-size:0;font-family:arial;letter-spacing:-3px;*letter-spacing:normal;*word-spacing:-1px;}
.inrow>li,.inrow span{display:inline-block;*display:inline;*zoom:1;font-size:14px;letter-spacing:normal;word-spacing:normal; }
.dataNums{ margin-left: 10px; width:100%; height:75px;  text-align:center;}
.dataNums .dataOne{ width:40px; height:75px; }
.dataNums .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#ddf0ff;}

.dataNums1{ margin-left: 10px; width:100%; height:75px;  text-align:center;}
.dataNums1 .dataOne{ width:40px; height:75px; }
.dataNums1 .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums1 .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums1 .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#ddf0ff;}

.dataNums2{ margin-left: 10px; width:100%; height:75px;  text-align:center;}
.dataNums2 .dataOne{ width:40px; height:75px; }
.dataNums2 .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums2 .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums2 .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#ddf0ff;}

.dataNums3{ margin-left: 10px; width:100%; height:75px;  text-align:center;}
.dataNums3 .dataOne{ width:40px; height:75px; }
.dataNums3 .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums3 .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums3 .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#ddf0ff;}
.information-item .item span{
   font-size: 50px;
   font-family: information;
   color: #666666;
}
.information-item p{
    padding-left: 60px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
 }
 /* 标题及副标题 */
 .title-view{
    margin: 0 auto;
    text-align: center;
 }
 .title-view .subhead{
    font-size: 40px;
    font-family: subhead;
    font-weight: bold;
    color: #B5B5B5;
 }
 .title-view .wire{
    width: 98px;
    height: 1px;
    background-color: #3B79FF;
    margin: 21px auto 16px;
 }
 .title-view .title{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #3B79FF;
 }
 /* 核心技术 */
.technology{
    width: 100%;
    display: flex;
    margin: 60px 0 49px;
}
.technology .technology-item{
    width: 33.33333333%;
    height: 609px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}
.technology-left{
    background-image: url(../img/technology-left.png);
}
.technology-conter{
    background-image: url(../img/technology-conter.png);
}
.technology-right{
    background-image: url(../img/technology-right.png);
}
.technology-item .shadow{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: 500ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.technology-item .shadow .dibu{
    /* display: none; */
    opacity: 0;
    width: 100%;
    height: 212px;
    background: rgba(0,0,0,0.3);
    margin-top: auto;
    padding: 45px 27px 24px 51px;
    transition: 1000ms;
}
.technology-item .shadow .dibu .dibu-title{
    font-size: 28px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 21px;
}
.technology-item .shadow .dibu p{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.technology-item .shadow  img{
    width: 99px;
    position: absolute;
    opacity: 1;
    left: 40px;
    transition: 1000ms;
    bottom: 57px;
}
.technology-item .show  img{
    width: 99px;
    opacity: 0;
    margin: 0;
}
.technology-item .shadow .zhongbu{
    /* display: block; */
    width: 100%;
    opacity: 1;
    transition: 1000ms;
    margin: 211px 0 0 0;
    padding-left: 40px;
}
.technology-item .shadow .zhongbu  :nth-child(1){
    font-size: 28px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.technology-item .shadow .zhongbu  :nth-child(2){
    font-size: 26px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.5;
}
.technology-item .show {
    background: rgba(0,0,0,0);
}
.technology-item .show .dibu{
   /* display: block; */
   opacity: 1;
}
.technology-item .show .zhongbu{
    /* display: none; */
    opacity: 0;
 }
 /* 我们的产品 */
.our-products{
    width: 100%;
}
.our-products .ssubhead{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B5B5B5;
    margin-top: 18px;
}
.products{
    width: 80%;
    margin: 191px auto 0;
    position: relative;
}
.products-msg{
    display: flex;
    justify-content: center;
    display: none;
    height: 377px;
}
#msg1{
    display: flex;
}
.products-msg .products-msg-left{
    width: 650px;
}
.dynamiceffect{
    width:50%;
    height: 70%;
    position: absolute;
    top: -150px;
    left: 36px;
    z-index: -1;
}
.products-msg .products-msg-left img{
    width: 564px;
    height: 341px;
    display: block;
    margin:  0 auto;
}
.products-msg .products-msg-right{
    width: 567px;
    margin-left: 139px;
}
.products-msg-right .title{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}
.products-msg-right .futitle{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.products-msg-right .info{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.products-msg-right .hengxian{
    width: 64px;
    height: 1px;
    background: #3B79FF;
    margin: 20px 0;
}
.products-msg-right button{
    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.products-msg-right .btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.products-msg-right button img{
    width: 20px;
    height: 14px;
}
.products-list{
    width: 1510px;
    display: flex;
    margin-top: 109px;
}
.products-list .products-item :nth-child(1){
    margin: 0;
}
.products-list .products-item{
    width: 490px;
    margin-left: 20px;
    padding: 20px;
    cursor: pointer;
}
.products-list .isItem{
    background-color: #E8E8E8;
}
.products-item img{
    width: 450px;
    height: 240px;
}
.products-item .item-msg{
    width: 420px;
    height: 128px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 1px rgba(0,31,114,0.16);
    padding: 0 33px 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: -52px auto 0;
    position: relative;
    z-index: 1;
}
.products-item .item-msg img{
    width: 74px;
    height: 50px;
}
.products-item .item-msg-right{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.products-item .item-msg-right p{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
/* 我们的优势 */
.our-advantages{
    width: 100%;
    height: 790px;
    background-image: url(../img/youshi-bg.png);
    margin-top: 60px;
    padding: 34px 133px;
}
.our-advantages .advantages-list{
    display: flex;
    margin-top: 137px;
    justify-content: space-between;
}
.advantages-list .advantages-item{
    width: 394px;
    height: 464px;
    background: #FFFFFF;
    padding: 0 41px;
    position: relative;
}
.advantages-list .advantages-item .advantages-item-title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 41px 0;
}
.advantages-list .advantages-item p{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #6B798E;
}
.advantages-list .advantages-item img{
    width: 230.78px;
    height: 121.76px;
    margin: 9px auto 0;
    display: block;
}
.advantages-list .advantages-item .advantages-item-img{
    position: absolute;
    top: -121px;
    left: 85px;
    transition: 1000ms;
}
/* 公司简介 */
.company-profile{
    width: 100%;
    margin-top: 44px;
    /* border-bottom: #3B79FF solid 1px; */
    position: relative;
}
.bolang{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.bolang-footer{
    width: 100%;
    height: 100px;
    background-color:#009fd9 ;
}
.company-profile .company-info{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    
}
.company-info .company-info-left{
    width: 720px;
    margin-right: 114px;
    margin-top: 85px;
    display: flex;
    flex-direction: column;
}
.company-info .company-info-left .title{
    font-size: 30px;
    font-weight: bold;
    color: #3B79FF;
    margin-bottom: 20px;
}
.company-info .company-info-left p{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.company-info .company-info-left button{
    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.company-info .company-info-left .btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.company-info .company-info-left button img{
    width: 20px;
    height: 14px;
}
.company-info .company-info-left .company-bottom{
    margin-top: auto;
    margin-bottom: 23px;
}
.company-info .company-info-right{
    width: 565px;
    height: 782px;
}
.company-info .company-info-right img{
    width: 100%;
    height: 100%;
}
/* 合作伙伴 */
.partners{
    width: 100%;
    margin-top: 34px;
}
.partners .partners-list{
    width: 1284px;
    display: grid;
    grid-template-columns: repeat(3, 369px);
    grid-template-rows: repeat(5, 162px);
    margin:  52px auto 0;
    grid-row-gap: 40px;
    grid-column-gap: 88.5px
}
/* 联系我们 */
.contact-us{
    width: 100%;
    margin-top: 63px;
}
.contact-us .connect-us{
    width: 100%;
    height:460px ;
    background-image: url(../img/contact-us-bg.png);
    padding: 67px 281px 71px 330px;
    margin-top: 60px;
}
.contact-us .connect-us p{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.contact-us .connect-us .connect-us-top{
    color: #333333;
    margin-bottom: 40px;
}
.contact-us .connect-us .xiangxi{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-us .connect-us .xiangxi p{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.contact-us .connect-us .xiangxi p span{
    margin-left: 18px;
}
.contact-us .connect-us button{
    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.contact-us .connect-us button img{
    width: 20px;
    height: 14px;
}
.suspension{
    position: fixed;
    top: 500px;
    right: 70px;
    z-index: 999;
    display: flex;
}
.suspension-item{
    cursor: pointer;
}
.suspension .suspension-left div{
    display: none;
}
.suspension .ipone{
    width: 178px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #3B79FF;
    line-height: 50px;
    text-align: center;
    margin-top: 143px;
}
.suspension .kefu{
    margin-top: 15px;
}

/* //公司简介波浪 */
*{margin:0;padding:0;box-sizing:border-box;list-style:none}
body{font-family:"Microsoft Yahei";min-width:1000px}
a{outline:0;text-decoration:none}
strong{font-weight:400}
.strong{font-weight:700}
::selection{background:#1EACDF;color:#fff}
img{border:0}
::-moz-selection{background:#1EACDF;color:#fff}
::-webkit-selection{background:#1EACDF;color:#fff}
.autoWidth{margin:0 auto;min-width:1000px;max-width:1200px}
.auto{margin:0 auto;min-width:1000px;max-width:1200px}
@media screen and (max-width:1233px){.auto{padding-left:10px}
}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}
.clear-float{clear:both}



.footer{background-color:#009fd9;font-family:"Microsoft Yahei"}
.footer-floor1{width:100%;padding:36px 0 60px}
.footer-list{width:69%;height:100%;float:left}
.footer-list ul{float:left;margin-right:13%}
.footer-list .flist-4{margin-right:0}
.footer-list li{line-height:32px}
.footer-list li a{color:#b6e2f2;font-size:12px;text-decoration:none}
.footer-list li a:hover{text-decoration:underline;color:#fff}
.footer-list .flist-title{font-size:16px;color:#fff;margin-bottom:15px}
.footer-floor2{width:100%;border-top:1px solid #4cc3ed;padding:20px 0;text-align:center}
.footer-floor2 p{text-align:center;color:#b6e2f2;font-size:12px;line-height:30px}
.footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.footer-floor2 a{color:#b6e2f2}
.footer-floor2 a:hover{color:#a8d0e0;text-decoration:underline}
.foot-link{margin:0 15px;text-decoration:none;color:#b6e2f2}
.foot-link:hover{text-decoration:underline}
.footer-right{width:300px;float:right}
.telephone{width:100%;height:32px;line-height:32px;color:#fff}
.telephone span{display:inline-block;width:32px;height:32px;float:left;background:url(../images/phone_32px.png);margin-left:16%}
.telephone .tel-number{font-size:30px;font-weight:400;text-align:right}
.official-plat{width:100%;height:100%;margin-top:20px;position:relative}
.official-plat ul{float:right;margin-top:7px}
.official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(../images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px}
.official-plat ul li .weibo-logo{background:url(../images/plat_icon.png) no-repeat -32px 0}
.official-plat ul li .qq-logo{background:url(../images/plat_icon.png) no-repeat -64px 0}
.official-plat ul li{height:45px}
.official-plat ul a{display:inline-block;height:32px;width:100%;line-height:32px;color:#fff;text-decoration:none;font-size:12px}
.official-plat>p{display:inline-block;width:132px;height:132px;border:1px solid #ddd;background-color:#fff}
.official-plat .weixin{position:absolute;top:0;left:10px;background-image:url(../images/plat_qrcode.png);background-repeat:no-repeat;background-position:0 0}
.official-plat .weibo{position:absolute;top:0;left:10px;background-image:url(../images/plat_qrcode.png);background-repeat:no-repeat;background-position:-132px 0;display:none}
#wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10}
#wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10}
.five-superiority{width:100%;border-bottom:1px solid #27aede;padding:10px 0 20px}
.five-superiority-list li{float:left;width:20%;height:36px;text-align:center;border-left:1px solid #27aede}
.five-superiority-list li:first-child{border-left:none}
.five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px}
.five-superiority-list li a:hover{color:#bfe7f5}
.five-superiority-list li a.superiority-text{text-indent:4em}
.superiority-icon{position:absolute;width:40px;height:40px;left:10%;background-repeat:no-repeat;background-image:url(../images/footer_youshi.png)}
.compensate_ico .superiority-icon{background-position:0 0}
.compensate_ico:hover .superiority-icon{background-position:0 -50px}
.retreat_ico .superiority-icon{background-position:0 -100px}
.retreat_ico:hover .superiority-icon{background-position:0 -150px}
.technology_ico .superiority-icon{background-position:0 -200px}
.technology_ico:hover .superiority-icon{background-position:0 -250px}
.prepare_ico .superiority-icon{background-position:0 -300px}
.prepare_ico:hover .superiority-icon{background-position:0 -350px}
.service_ico .superiority-icon{background-position:0 -400px}
.service_ico:hover .superiority-icon{background-position:0 -450px}
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#fff}

