@charset "utf-8";


/*动效*/
.transy{transform: translateY(160px);-webkit-transform: translateY(160px);transition: 400ms;-webkit-transition: 400ms; transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out; opacity: 0;} 
.Xtransy{transform: translateX(-160px);-webkit-transform: translateX(-160px); transition: 400ms;-webkit-transition: 400ms;transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out; opacity: 0;} 
.tranShow{ transform: translateY(0); -webkit-transform: translateY(0); opacity: 1;}
.XtranShow{ transform: translateX(0); -webkit-transform: translateX(0); opacity: 1;}
@-webkit-keyframes BiHover
{
  0%{-webkit-transform:translateX(0px);opacity:1}
  49%{-webkit-transform:translateX(-28px);opacity:0}
  50%{-webkit-transform:translateX(28px);opacity:0}
  100%{-webkit-transform:translateX(0px);opacity:1}
}


/* 全部 */
.all_index{}

/***【0】***banner****/
.ban_box .swiper-container {width: 100%;height: 100%;}
.ban_box .swiper-slide{width:100%;height:100%;position:relative;overflow:hidden}
.ban_box .swiper-container .swiper-pagination{width:auto !important;left:50% !important;bottom:22px;margin-left:-23px}
.ban_box .swiper-container .swiper-pagination .swiper-pagination-bullet{width:12px !important;height:12px !important;background:rgba(235,235,235,0.32);border-radius:50%;opacity:1}
.ban_box .swiper-container .swiper-pagination .swiper-pagination-bullet-active{width:12px !important;border-radius:50%;background:#3266de !important;}
.swiper-button-next,.swiper-button-prev{top:auto !important;bottom:50%;color:rgba(255,255,255,0.85) !important;font-family:'黑体';}
.swiper-container .hide{opacity:0}
.swiper-button-next,.swiper-button-prev{transition:opacity 0.5s}
.swiper-button-next,.swiper-button-prev{font-size:48px;}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none !important}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:none !important}
.swiper-button-disabled{display:none}
.ban_box .swiper-slide img{display:block;width:100%;left:0;top:0;height:auto;object-fit:cover}
.bannerPic{position:relative;width:100%;height:auto;transition:all 1s ease 2.5s;transform:perspective(1000px) translate3d(0,0,100px)}
.swiper-slide.active .bannerPic{transition:all 5s ease 0s;transform:perspective(1000px) translate3d(0,0,0px)}

.swiper-slide .pcimg{height: 100%;}
.swiper-slide .pcimg img{height: 100%;}

@media screen and (min-width:960px){
.swiper-slide .pcimg img{display:block;}
.swiper-slide .moimg img{display:none;}
}
@media screen and (max-width:960px){
.swiper-slide .pcimg img{display:none}
.swiper-slide .moimg {height: 100%;}
.swiper-slide .moimg img{display:block;}
.ban_box .swiper-container .swiper-pagination{left:50% !important;top: 95% !important;}
.ban_box .swiper-container .swiper-pagination .swiper-pagination-bullet{float: left;}
}



/***【1】***关于我们******/
.sectionAbu{position:relative;overflow:hidden;background: url(../images/indexBg1-2.png) 94% bottom no-repeat;}
.WawCon{z-index:2;}
.WawCon .WawRight{float:right;width:calc(100% - 30%);position:relative;}
.WawBottom{margin-top:80px;margin-bottom:55px;}
.WawBottom .abTit{text-align:left;}
.WawBottom .abTit h4{margin-bottom:0;}
.WawBottom .abTit h4::before{display:none;}
.WawBottom .abTit p{font-size:24px;font-weight:bold;}
.WawBottom .WawText{margin-bottom:15px;}
.WawBottom .WawText p{font-size:16px;color:#000;line-height:1.5;}
.WawPic {width:30%;}
.WawPic div{position:absolute;top:0px;left:3%;overflow:hidden}
.WawPic img{display:block;max-width:100%}
/* 浮动的字 */
.techTxt{text-transform:uppercase;position:absolute;z-index:1;line-height:1;top: 60px;right: 3%;}
.techTxt font{font-family: Arial;letter-spacing: 0;font-style: italic;font-weight: 900;font-size: 124px;color:#fff;-webkit-text-stroke: 1px rgba(195,196,196,0.5);}
.techTxt.action{visibility:visible !important;-webkit-animation:5s appear1 ease-in-out;animation:5s appear1 ease-in-out}

/***【2】***产品中心*****/
.sectionOp {padding:30px 0;background-image:url(../images/indexBg2.jpg);background-repeat: no-repeat;background-attachment: fixed;background-size: 100% 100%;}
.opCon .image_con{border:6px solid #e6e7e9;background:#fff;}
.opCon .newPicBox{padding-bottom:64% !important;}
.opCon .contentBoxB{margin-top:10px !important;}
.opCon .newTitle{margin-bottom:5px !important;font-size:24px;color:#000;font-weight:normal;height: 30px;}
.opCon .newMs{font-size:12px;color:#0d0d0d;-webkit-line-clamp:1;}
.opCon .newList:hover{box-shadow:0 0 6px #333;}

@media screen and (max-width:960px){
.sectionOp{background-image:none;background-color:#ced4dd;}
.opCon .image_con{border-width:2px;}
.opCon .newTitle{ font-size:18px;-webkit-line-clamp:1;}
}


/***【3】==新闻中心+常见问题*****/
.sectionNc{padding:80px 0;background:#fff url(../images/indexBg1-2.png) left bottom no-repeat;}
.sectionNc .abTit{text-align:left;}
.sectionNc .abTit{text-align:left;border-bottom:1px solid #75797f;}
.sectionNc .abTit h4{float:left;margin-right:25px;margin-bottom:5px}
.sectionNc .abTit p{float:left;line-height:68px}
.sectionNc .abTit h4::before{left:0;margin-left:0;background-color:#3266de;height:6px;bottom:-6px;width:117px}
/* 新闻中心 */
.newsLeft{width:calc(100% - 478px);float:left;}
.ncL{float:left;width:49%}
.ncL .newList{float:none;width:100%;margin-bottom:0;margin-right:0}
.ncL .newPicBox{padding-bottom:58%}
.ncCon .newTitle{margin-bottom:0;font-size:18px;color:#000}
.ncCon .TimeBox{margin-top:4px;font-size:12px;color:#75797f}
.ncCon .lineBox{margin-bottom:20px;background:#d3d4d6;}
.ncCon .newMs{color:#75797f;font-size:12px;line-height:24px;-webkit-line-clamp:3}
.ncR{float:right;width:49%;}
.ncR .newList{float:none;width:100%;margin-right:0;margin-bottom:15px;padding-bottom:25px;border-bottom:1px solid #d3d4d6;}
.ncR .contentBoxB{margin-top:0;padding:0;}
.ncR .TimeBox{margin-bottom:24px;}
.ncR .newList:hover{border-bottom-color:#3266de;transition:all .5s ease;}

/* 常见问题 */
.newsRight{width:428px;float:right;}
.dynamic {position:relative;}
.dynamic .ul-txt{}
.dynamic .ul-txt li{padding:20px 40px 20px 20px;margin-bottom:20px;background:#f9f9fa;box-shadow:6px 7px 9px rgba(209,209,209,0.4);}
.dynamic .ul-txt a{display:block;}
.dynamic .ul-txt h3{position:relative;padding-left:35px;font-size:18px;color:#000;font-weight:bold;margin-bottom:7px}
.dynamic .ul-txt h3:before{content:'Q';display:block;position:absolute;left:0;top:0;width:25px;height:25px;border-radius:50%;background:#75797f;color:#fff;text-align:center;line-height:25px;font-size:16px;font-weight:bold;}
.dynamic .ul-txt p{position:relative;padding-left:35px;line-height:24px;font-size:12px;color:#75797f;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.dynamic .ul-txt p:before{content:'A';display:block;position:absolute;left:0;top:10%;width:25px;height:25px;border-radius:50%;background:#3266de;color:#fff;text-align:center;line-height:25px;font-size:16px;font-weight:bold;}
.dynamic .ul-txt li:hover h3{color:#3266de;}
.dynamic .bdA{position:absolute;top:-80px;right:13px;font-size:14px;color:#3266de;}
.dynamic .bdA:hover{font-weight:bold;}


/***【4】==产品应用*****/
.sectionyy{position: relative;min-height: 500px;background:url(../images/indexBg4.jpg) no-repeat;overflow: hidden; }
.sectionyy .abTit{float:left;width:330px;margin-top: 15%;text-align:left;margin-bottom: 0;}
.sectionyy .abTit h4{padding-bottom: 10px;font-size:48px;color:#fff;}
.sectionyy .abTit h4::before{left: 0;margin-left: 0;width: 78px;background-color: #fff;}
.sectionyy .abTit h4 i{display:block;color:#91b2fd;font-weight:900;font-size: 48px;}
.sectionyy .abTit p{color:#fff;font-size: 40px;}
.sectionyy .yyBox {float: right;width: calc(100% - 37%);/* margin-left: 34%; */}
.yyCon {background: url(../images/indexBg4-1.jpg) 200px bottom no-repeat;}
.yyCon .hdYy{width: 200px;float: left;background-color: #3266de;}
.yyCon .hdYy a{width: 100%;height: 190px;position: relative;background-color: #3266de;line-height: 180px;color: #fff;display:inline-block;text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center 25%;}
.yyCon .hdYy a:nth-child(1){background-image: url(../images/indexIco4-1.png);}
.yyCon .hdYy a:nth-child(2){background-image: url(../images/indexIco4-2.png);}
.yyCon .hdYy a:nth-child(3){background-image: url(../images/indexIco4-3.png);}
.yyCon .hdYy a::before{content: '';display: none;position: absolute;right: -20px;top: 50%;margin-top: -10px;width: 0;height: 0;border-top: 10px solid transparent;border-left: 20px solid #0a42c3;border-bottom: 10px solid transparent;z-index: 11;}
.yyCon .hdYy a:hover,.yyCon .hdYy a.on{background-color:#0a42c3;}
.yyCon .hdYy a:hover::before,.yyCon .hdYy a.on::before{display: block;}
.bdYy{float: left;width: calc(77% - 214px);padding: 20px 0 20px 30px;}
.bdYyCon{display: none;width: 100%;}
.bdYy .newList{width:50% !important;margin-bottom:20px;margin-right: 0;}
.bdYy .newList:nth-child(3),
.bdYy .newList:nth-child(4){margin-bottom:0;}
.bdYy img.newPic{width:100%}
.bdYy h3.newTitle{text-align:left;color:#fff}
.bdYy .newPicBox{padding-bottom:65%}
.bdYy .yyhyLists .contentBoxB{margin-top:10px;}
.bdYy .syczListBox .newList a {margin-right: 15px;margin-left: 15px;}
.bdYy .syczListBox .contentBoxB{margin-top: 10px;}
.bdYy .syczListBox .newTitle{margin-bottom: 0;font-weight:normal;}
.bdYy .spysLists .contentBoxB{padding-bottom: 5px;margin-top: 10px;}
.bdYy .spysLists .newTitle{font-size: 20px;-webkit-line-clamp: 1;}
.bdYy .spysLists .newList a:hover{box-shadow: none;}
.bdYy .newList:hover .newTitle{color:#fff}

/***【5】==合作案例*****/
.sectionAl{padding:50px 0;}
.sectionAl .abTit{text-align:left;}
.sectionAl .abTit h4::before {left: 0;width: 78px;margin-left: 0;}
.DtCon{position:relative;}
.DtCon .hdDt{position:absolute;right:0;top:-28%;}
.DtCon .hdDt a{position:relative;display:inline-block;width:126px;height:45px;border:1px solid #7a7a7a;background:transparent;text-align:center;line-height:45px;font-size:16px;color:#3f3f3f;border-radius:22.5px;cursor:pointer;}
.DtCon .hdDt a:hover,.DtCon .hdDt a.on{color:#fff;background:#3266de;border-color:transparent;}

.bdDt {min-height:340px;}
.bdDtCon{display:none;}

.vdBox{padding:100px 0;background:#fff;}
.vdCon .slick-next,.vdCon .slick-prev{position:absolute;top:50%;margin-top:-26px;overflow:hidden;width:50px;height:50px;font-size:0;line-height:0;z-index:9;background-repeat:no-repeat;background-position:center center;-webkit-background-size:auto;background-size:auto;background-color:#eaeaea;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:none;cursor:pointer}
.vdCon .slick-prev{left:-70px;background-image:url(../images/leftArrow.png)}
.vdCon .slick-next{right:-70px;background-image:url(../images/rightArrow.png)}
.vdCon .slick-prev:hover{background-color:#0e3dab;}
.vdCon .slick-next:hover{background-color:#0e3dab;}
.vdCon .newList{width:auto;margin-right:0 !important;margin-bottom:10px;box-shadow:none;}
.vdCon .newList:nth-child(5n),.vdCon .newList:nth-child(4n){margin-right:0 !important;}
.vdCon .newList a{display:block;width:93%;margin:0 auto;position:relative;}
.vdCon .newList a:hover{box-shadow: 1px 1px 8px 1px #ccc;}
.vdCon .TimeBox{color:#000205;font-size:16px;}
.vdCon .newTitle{font-size: 18px;color: #333;text-align: center;}
.vdCon .newPicBox{padding-bottom:50%;}
.vdCon .contentBoxB{margin-top:0;padding:0;padding-bottom: 5px;}
.vdCon .contentBoxB .video-btn{position:absolute;left:88%;top:70%;transform:translate(-50%,-50%);cursor:pointer;z-index:11}

.vdCon .slick-dots{position:absolute;left:0;bottom:-15px;width:100%;text-align:center;z-index:9}
.vdCon .slick-dots li{display:inline-block;margin:0 2px}
.vdCon .slick-dots li button{display:block;width:8px;height:8px;font-size:0;line-height:0;text-indent:999px;background-color:#000;border-radius:50%;padding:0;border:none;cursor:pointer}
.vdCon .slick-dots li.slick-active button{background-color:#0e3dab}
.vdCon .indexAb_more{margin:20px auto 0;}


/***【6】==合作伙伴*****/
.sectionHb {padding:50px 0 0;background:url(../images/indexBg6.jpg) no-repeat;}
.sectionHb .abTit{float:left;width:346px;margin-bottom:0;text-align:left;}
.sectionHb .abTit h4{color:#fff;}
.sectionHb .abTit h4::before{left:0;margin-left:0;background-color:#fff;}
.sectionHb .abTit i{display:block;color:#fff;}
.sectionHb .abTit p{color:#fff;}
.ul-imgq1{margin: 0 -4px 0;float: right;width: calc(100% - 360px);}
.ul-imgq1:after{content:'';display:block;clear:both;visibility:hidden;width:100%;height:0}
.ul-imgq1 li{float:left;width: 20%;/* padding:0 4px; */margin-bottom: 30px;}
.ul-imgq1 li a{display:block}
.ul-imgq1 .pic{height: 87px;line-height: 87px;/* background-color:#fff; */text-align:center;overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}
.ul-imgq1 .pic img{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}
.ul-imgq1 a:hover .pic{-webkit-box-shadow:0 2px 8px rgba(6,99,184,.1);-moz-box-shadow:0 2px 8px rgba(6,99,184,.1);-ms-box-shadow:0 2px 8px rgba(6,99,184,.1);-o-box-shadow:0 2px 8px rgba(6,99,184,.1);box-shadow:0 2px 8px rgba(6,99,184,.1);-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}


/* 弹框 */
.pop{display: none;position: fixed;width: 100%;height: 100%;z-index: 995;left: 0;top:0;}
.pop_mask{position: absolute;width: 100%;height: 100%;z-index: 996;left: 0;top:0;background: rgba(0,0,0,.4)}
.pop_main{width: 700px;min-height: 360px;position: absolute;background: #FFF;border-radius: 5px;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 997}
.pop_head{width: 100%;height: 79px;border-bottom: 1px solid #eaeaea;}
.pop_head .title{font-size: 20px;color: #333;text-indent: 30px;line-height: 79px}
.pop_ad iframe{margin:0 auto;display:block;}
.pop_close{cursor: pointer;z-index: 998;top:20px;right: 30px;position: absolute;width: 38px;height: 38px;border-radius: 50%;border: 1px solid #eaeaea;line-height: 38px;text-align: center}
.pop_close img{transition: .2s ease-out}
.pop_close:hover img{transform: rotate(90deg);}


@media screen and (max-width: 1660px) {
.WawCon .WawRight{width: calc(100% - 35%);}
.techTxt font{font-size:110px;}
/* 产品应用 */
.sectionyy{min-height: 480px;}
.yyCon .hdYy a{height: 160px;}
.bdYy .newPicBox{padding-bottom: 88%;}

/* 合作案例 */
.sectionAl{padding-bottom:0;}


}
@media screen and (max-width: 1500px) {
.WawCon .WawRight{width: calc(100% - 40%);}
.WawBottom{margin-top:27px;margin-bottom:27px;padding-left:60px}
.techTxt font{font-size:80px;}
}
@media screen and (max-width: 1360px) {
.sectionWaw{min-height:480px;}
.ncCon .slick-next, .ncCon .slick-prev{top:44%;margin-top:-25px;}
.ncCon .slick-prev{left:0;}
.ncCon .slick-next{right:0;}

.vdCon .slick-prev{left:0;}
.vdCon .slick-next{right:0;}
}
@media screen and (max-width: 1200px) {
.sectionWaw{min-height:380px;}
.sectionNc{padding:30px 0;background-image:none;}
.sectionAa{padding:55px 0;}

/* 合作案例 */
.bdDt{min-height:300px;}

/* 关于我们 */
.WawPic{display:none;}
.WawCon .WawRight{width:100%;}

/* 合作伙伴 */
.sectionHb{padding-top:30px;padding-bottom: 30px;background-size: 100% 100%;}
.sectionHb .abTit{float:none;width:100%;text-align: center;}
.sectionHb .abTit h4{margin-bottom:0;}
.sectionHb .abTit h4::before{display:none;}
.sectionHb .abTit i{display:inline;margin-left:10px;margin-bottom:0;}
.ul-imgq1{float: none;width: 100%;}
.ul-imgq1 li{margin-bottom:0;margin-top:10px;}
.ul-imgq1 .pic{height: auto;line-height: inherit;}
/* 新闻中心 */
.sectionNc .abTit h4::before{display: none;}
.ncCon .newTitle{-webkit-line-clamp: 1;}
.ncCon .TimeBox{margin:8px 0;}
.ncCon .newMs{line-height: 22px;-webkit-line-clamp: 2;}
.ncL{float: none;width: 100%;}
.ncL .newList{margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #d3d4d6;}
.ncL .lineBox,
.ncL .bottom_btn,
.ncL .image_con{display:none;}
.ncL .contentBoxB{margin-top:10px;}
.ncL .newList:hover{border-bottom-color:#3266de;transition:all .5s ease;}

.ncR{float: none;width: 100%;}
.ncR .newList{margin-bottom:10px;padding-bottom:10px;}
.ncR .TimeBox{margin-bottom:4px;}
.ncR .indexAb_more{margin-top:10px;}
/* 产品应用 */
.sectionyy{background-image: none;min-height: 300px;}
.sectionyy .abTit{float: none;width: 100%;margin-top: 0;text-align:center;}
.sectionyy .abTit h4 {font-size: 38px;color: #000;}
.sectionyy .abTit h4 i{display: inline;margin-left: 2px;color: #2a5dd2;font-size: 38px;}
.sectionyy .abTit p{font-size: 26px;color: #000;}
.sectionyy .yyBox {float: none;width: 98%;margin: 20px auto 0;}
.yyCon .hdYy{width: 100%;float: none;}
.yyCon .hdYy a{float:left;width: 33.33%;height: 50px;line-height: 50px;background-image:none !important;}
.yyCon .hdYy a::before{right: 50%;top: 100%;margin-top: 0;border-left: 10px solid transparent;border-top: 20px solid #0a42c3;border-right: 10px solid transparent;border-bottom: none;}
.yyCon .bdYy{float: none;width: 100%;padding: 15px;margin-top: 60px;}
.yyCon .bdYy .newList{margin-bottom:15px;}
.bdYy h3.newTitle{color: #333;}
/* 【5】==合作案例 */
.sectionAl{padding-top:20px;}
}
@media screen and (max-width: 960px) {
.sectionAbu{background-image:none;}
.WawBottom{padding-left:0;}
.techTxt{display:none;}
.all_index{background: none;}
.sectionWaw{min-height:auto;}
.WawBottom .WawTitle{text-align:center;}
.WawCon .WawPic{display:none;}

/* 新闻中心 */
.newsLeft{width:100%;float:none;}
.sectionNc{padding:15px 0;background-image:none;}
.sectionNc .abTit{margin-bottom:10px;border-bottom:none;text-align: center;}
.sectionNc .abTit h4{float: none;margin-right: 0;margin-bottom: 0;}
.sectionNc .abTit p{float: none;line-height:48px;}
.sectionNc .abTit h4::before{display:none;}
.ncR .contentBoxB{padding:5px;}
.ncR .indexAb_more{margin:0 auto;}

.newsRight{width: 100%;float: none;margin-top:15px;}
.dynamic .ul-txt li{padding: 15px;box-shadow: 2px 3px 4px rgba(209,209,209,0.4);}
.dynamic .bdA{top:-12%;}

/* 合作案例 */
.sectionAl{padding:30px 0;}
.sectionAl .abTit{text-align:center;margin-bottom:0;}
.sectionAl .abTit h4::before{display:none;}
.DtCon {margin-top: 15px;}
.DtCon .hdDt{margin-bottom: 10px;position:inherit;text-align: center;}

/* 产品应用 */
.bdYy .newList{width: 50% !important;}
}













































































