@charset "UTF-8";

/**/
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.list_body{font-size:0;width:1230px;display:flex;flex-wrap:wrap;}
.list_body .box{display:inline-block;width:380px;margin-right:30px;margin-top:50px;transition:all linear .3s;}
.list_body .box a{display:block;border-radius:6px;overflow:hidden;text-decoration:none;background-color:#fff;height:100%;transition:all linear .3s;}
.list_body .box a .img_out{position: relative;height:180px;overflow:hidden;}
.list_body .box a .img_out img{display:block;width:100%;}
.list_body .box a .img_out .mask{position: absolute;left:0;right:0;top:0;bottom:0;box-sizing: border-box;padding:40px 30px 0;background-color:rgba(0,0,0,.7);opacity:0;transition:all linear .5s;}
.list_body .box a .img_out .mask p{font-size:15px;font-size:1.5rem;line-height:30px;color:#fff;transform: translateY(10px);transition: all linear .3s;}
.list_body .box a .txt{font-size:20px;font-size:2rem;line-height:24px;color:#333;padding:30px 0 0 15px;box-sizing: border-box;height:90px;background-color:#fff;font-weight:bold;}
.list_body .box a .txt_box{background-color:#fff;padding:30px 30px 15px;position: relative}
.list_body .box a .txt_box h3{font-size:18px;font-size:1.8rem;line-height:24px;font-weight:bold;color:#000;}
.list_body .box a .txt_box h4{font-family: 'SourceHanSansCNExtraLight';font-size:14px;font-size:1.4rem;line-height:24px;color:#444;margin-top:10px;}
.list_body .box a .txt_box span{display:inline-block;width:100px;height:32px;line-height:32px;font-size:14px;font-size:1.4rem;color:#fff;text-align:center;background-color:#455563;position: absolute;left:10px;top:-24px;}
.list_body .box a:hover{box-shadow:0 0 20px rgba(0,0,0,.1);transform: translateY(-5px);}
.list_body .box a:hover .img_out .mask{opacity:1;}
.list_body .box a:hover .img_out .mask p{transform: translateY(0)}
.listBy.reslist .con .txt h4{margin-bottom:5px;}
.listBy.reslist .con .txt h3{margin-bottom:10px;}
.listBy.reslist .con .txt i{top:40px;}

.list_tab{background-color:#fff;position: relative}
.list_tab .tip{padding:30px 0 30px 70px;background:url(../images/solution/tip_bg.jpg) no-repeat 15px center}
.list_tab .tip a{display:inline-block;font-size:18px;line-height:30px;font-weight:bold;color:#00aec7;text-decoration:none;cursor:pointer;margin-right:35px;}
.list_tab .tip a i{float:right;width:16px;height:9px;background:url(../images/solution/nav_down.png) no-repeat;vertical-align:middle;margin-left:5px;margin-top:10px;transition:all linear .2s;}
.list_tab .tip a.active i{transform:rotate(180deg);background:url(../images/solution/nav_down_active.png) no-repeat;}
.list_tab .tip span.reset{font-size:18px;line-height:30px;font-weight:bold;color:#999;cursor:pointer;margin-left:90px;transition:all linear .3s;}
.list_tab .tip span.reset:hover{color:#00aec7;}
.list_tab .con .box{padding:25px 15px;border-top:1px solid #efefef;font-size:0;display:none;}
.list_tab .con .box a{display:inline-block;height:60px;line-height:60px;padding:0 15px;border:1px solid #e0e0e0;font-size:15px;font-size:1.5rem;color:#757575;text-decoration:none;margin-right:10px;margin-bottom:10px;cursor:pointer;}
.list_tab .con .box a.active{background-color:#236192;color:#fff;}
.list_tab .search{position: absolute;right:30px;top:24px;}
.list_tab .search .sechbtn{display:inline-block;width:38px;height:38px;line-height:36px;font-size:24px;color:#333;text-decoration:none;text-align:center;vertical-align:middle;background:url(../images/common/search.png) no-repeat center;}
.list_tab .search input{border:0;font-size:14px;line-height:24px;padding:7px 0;height:38px;color:#333;box-sizing: border-box;width:0;transition:all linear .5s;}
.list_tab .search:hover{border:1px solid #dedede;}
.list_tab .search:hover input{width:160px;}
.listBy{padding-top:30px;padding-bottom:60px;}
.listBy .con{padding:25px 20px;display:flex;background-color:#fff;margin-bottom:30px;transition:all linear .3s;}
.listBy .con .img_out{width:100px;height:100px;overflow:hidden;border-radius:6px;}
.listBy .con .img_out img{display:block;width:100%;}
.listBy .con .txt{width:calc(100% - 120px);margin-left:20px;box-sizing: border-box;padding-right:90px;overflow:hidden;position: relative;}
.listBy .con .txt h4{font-size:14px;font-size:1.4rem;line-height:30px;color:#212529;padding-left:20px;background:url(../images/common/time.png) no-repeat left center;}
.listBy .con .txt h3{font-size:20px;font-size:2rem;line-height:30px;color:#212529;font-weight:bold;margin-bottom:15px;}
.listBy .con .txt p{font-size:15px;font-size:1.5rem;line-height:30px;color:#5b5f63;}
.listBy .con .txt .mask{display:none;}
.listBy .con .txt a.more{display:inline-block;width:140px;height:46px;line-height:46px;font-size:16px;font-size:1.6rem;color:#fff;text-align:center;text-decoration:none;background-color:#00aec7;font-weight:bold;margin-top:30px;	-webkit-transition:all linear .5s;}
.listBy .con .txt a.more.other{background-color:#8c9293;}
.listBy .con .txt a.more:hover{background-color:#f9a31a;color:#fff;}
.listBy .con .txt i{display:inline-block;width:20px;height:12px;background:url(../images/solution/list_i.jpg) no-repeat;
position: absolute;right:10px;top:10px;transition:all linear .2s;}
.listBy .con .txt.active{}
.listBy .con .txt.active i{transform: rotate(180deg);}
.listBy .con:hover{box-shadow:0 0 10px rgba(0,0,0,.2);transform: translateY(-5px);}
.tranbox_2 .list_tab .tip span.reset{float:right;margin-right:40px;}




.Pager{text-align:center;font-size:0;padding-top:20px;}
.Pager a,.Pager span{display:inline-block;width:30px;height:30px;line-height:30px!important;font-size:15px;color:#6f6363;border-radius:4px;overflow:hidden;text-decoration:none;margin:0 4px!important;padding:0!important;border:0!important;}
.Pager a.first,.Pager span.first,.Pager a.prev,.Pager span.prev,.Pager a.next,.Pager span.next,.Pager a.last,.Pager span.last{background-color:#dcdcdc;text-indent:-999em;}
.Pager a.first,.Pager span.first{background-image:url(../images/common/first.png);background-repeat:no-repeat;background-position:center;}
.Pager a.prev,.Pager span.prev{background-image:url(../images/common/prev.png);background-repeat:no-repeat;background-position:center;}
.Pager a.next,.Pager span.next{background-image:url(../images/common/next.png);background-repeat:no-repeat;background-position:center;}
.Pager a.last,.Pager span.last{background-image:url(../images/common/last.png);background-repeat:no-repeat;background-position:center;}
.Pager a.active,.Pager span.active{background-color:#00aec7;color:#fff;}
.Pager a:hover{background-color:#00aec7!important;color:#fff!important;}

.crumbs{padding-top:20px;}

.crumbs em{font-size:14px;font-size:1.4rem;color:#00aec7;margin:0 10px;}
.crumbs a{font-size:14px;font-size:1.4rem;line-height:24px;color:#00aec7;text-decoration:none;}
.crumbs a.home{font-size:16px;line-height:24px;}
.crumbs span{font-size:14px;color:#00aec7;}

.popJoin{position: fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:99999;display:none;}
.popJoin .popBy{position:absolute;left:0;right:0;top:50%;transform: translateY(-50%);text-align:center;}
.popJoin .popBy .popcont{width:540px;text-align:left;margin:0 auto;position: relative;background-color:#f5f5f5;border-radius:8px;overflow:hidden;}
.popJoin .popBy .popcont .closed{display:inline-block;width:22px;height:22px;background:url(../images/common/popclose.png) no-repeat center;position: absolute;right:20px;top:20px;cursor:pointer;transition:all linear .3s;}
.popJoin .popBy .popcont .closed:hover{transform: rotate(90deg);}
.popJoin .popBy .popcont .tit{height:64px;font-size:18px;color:#fff;font-weight:bold;line-height:64px;background-color:#22b4cd;padding:0 30px;}
.popJoin .popBy .popcont .con{padding:30px;}
.popJoin .popBy .popcont .con h3{font-size:24px;line-height:30px;font-weight:bold;color:#000000;}
.popJoin .popBy .popcont .con ul{font-size:0;}
.popJoin .popBy .popcont .con ul li{width:100%;}
.popJoin .popBy .popcont .con ul li{margin-top:15px;}
.popJoin .popBy .popcont .con ul li h4{font-size:14px;line-height:20px;color:#333;font-weight:bold;}
.popJoin .popBy .popcont .con ul li input{border:1px solid #bfbfbf;border-radius:8px;overflow:hidden;height:40px;box-sizing: border-box;width:100%;font-size:14px;line-height:24px;padding:7px 10px;}
.popJoin .popBy .popcont .con ul li select::-ms-expand{display: none;}    
.popJoin .popBy .popcont .con ul li select{border:1px solid #bfbfbf;border-radius:8px;overflow:hidden;height:40px;line-height:40px;box-sizing: border-box;width:100%;font-size:14px;padding:0 8px;appearance:none;-moz-appearance:none; -webkit-appearance:none;background:#fff url(../images/common/select_bg.png) no-repeat 97% center;}
.popJoin .popBy .popcont .con ul li textarea{border:1px solid #bfbfbf;background-color:#fff;padding:10px;font-size:14px;line-height:20px;height:100px;box-sizing: border-box;width:100%;border-radius:8px;}
.popJoin .popBy .popcont .con ul li.w49{display:inline-block;width:calc((100% - 10px)/2)}
.popJoin .popBy .popcont .con ul li.w49:first-child{margin-right:10px;}
.popJoin .popBy .popcont .con ul li a.link{display:inline-block;width:130px;height:44px;line-height:44px;text-align:center;margin-right:10px;background-color:#38aec6;border-radius:4px;text-decoration:none;font-size:16px;font-weight:bold;color:#fff;}
.popJoin .popBy .popcont .con ul li a.link.cancel{background-color:#8a9293;}
/**/

.clasbx_1 .listBy{padding-bottom:0;}


.soluBody.pb60{padding-bottom:0;}
.soluBody .tbbx_1{height:500px;}
.soluBody .tbbx_1 .contbox{display:flex;width:100%;align-items:center;justify-content:space-between;}
.soluBody .tbbx_1 .contbox .txt_out{width:560px;}
.soluBody .tbbx_1 .contbox .img_out{width:550px;height:500px;overflow:hidden;}
.soluBody .tbbx_1 .contbox .img_out img{width:100%;object-fit: cover;}

.soluBody .tbbx_2{background-image: linear-gradient(to right, #00aec7 , #236192);height:500px;}
.soluBody .tbbx_2 .container{height:100%;position: relative}
.soluBody .tbbx_2 .contbox{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;}
.soluBody .tbbx_2 .contbox .txt_out{width:560px;box-sizing:border-box;}
.soluBody .tbbx_2 .contbox .txt_out h3,.soluBody .tbbx_2 .contbox .txt_out p{color:#fff}
.soluBody .tbbx_2 .contbox .txt_out a.link{display:inline-block;height:58px;line-height:58px;background-color:#fff;padding:0 30px;font-size:16px;font-size:1.6rem;color:#00aec7;font-weight:bold;text-decoration:none;margin-top:15px;transition:all linear .5s;}
.soluBody .tbbx_2 .contbox .txt_out a.link:hover{background-color:#f9a31a;color:#fff;transform: translateY(-5px);}
.soluBody .tbbx_2 .contbox .img_out{width:50%;box-sizing:border-box;text-align:center;}
.soluBody .tbbx_2 .box{display:inline-block;margin:0 auto;}
.soluBody .tbbx_2 .box i{display:inline-block;width:160px;height:160px;}
.soluBody .tbbx_2 .box i img{display:block;width:100%;}
.soluBody .tbbx_2 .box h3{font-size:18px;font-size:1.8rem;line-height:24px;color:#fff;font-weight:bold;margin-top:25px;}
.soluBody .tbbx_2 .box h4{font-size:14px;font-size:1.4rem;line-height:22px;color:#fff;font-family: 'SourceHanSansCNExtraLight';margin-top:8px;}
.soluBody .tbbx_2 .listbox{margin:0 40px;text-align:center;position: absolute;top:50%;transform: translateY(-50%);}
.soluBody .tbbx_2 .listbox .top{font-size:32px;font-size:3.2rem;line-height:48px;color:#fff;border-bottom:1px solid #eee;padding-bottom:30px;}
.soluBody .tbbx_2 .listbox .list{margin-top:30px;display:flex;flex-wrap:wrap;min-width:1135px;}
.soluBody .tbbx_2 .listbox .list .box{width:calc(100% / 3);box-sizing: border-box;padding:0 30px;margin-top:30px;}

.soluBody .tbbx_3{height:500px;background-color:#fff;}
.soluBody .tbbx_3 .container{height:100%;}
.soluBody .tbbx_3 .contbox{display:flex;width:100%;align-items:center;justify-content:space-between;height:100%;}
.soluBody .tbbx_3 .contbox .img_out{width:50%;box-sizing: border-box;max-height:100%;overflow:hidden;}
.soluBody .tbbx_3 .contbox .img_out img{width:100%;object-fit: cover;}
.soluBody .tbbx_3 .contbox .txt_out{width:560px;box-sizing: border-box;}
.soluBody .tbbx_3 .contbox .txt_out a{display:inline-block;height:58px;line-height:58px;background-color:#00aec7;padding:0 30px;font-size:16px;font-size:1.6rem;color:#fff;font-weight:bold;text-decoration:none;margin-top:30px;transition:all linear .5s;}
.soluBody .tbbx_3 .contbox .txt_out a:hover{background-color:#f9a31a;color:#fff;transform: translateY(-5px);}
.soluBody .tbbx_3 .contbox .txt_out p a.link{height:inherit;line-height:inherit;background:none;padding:0;color:#00aec7;font-weight:400; font-size:inherit;}
.soluBody .tbbx_3 .contbox .txt_out p a.link:hover{background:none;color:#00aec7;text-decoration: underline;transform: translateY(0);}

.soluBody .tbbx_4{height:500px;background:url(../images/solution/bg_1.jpg) no-repeat center;background-size:cover;position: relative;}
.soluBody .tbbx_4 .bg{position: absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:right center;z-index:1;}
.soluBody .tbbx_4 .container{height:100%;}
.soluBody .tbbx_4 .contbox{height:100%;position: relative;z-index:2;display:flex;width:100%;align-items:center;justify-content:space-between;}
.soluBody .tbbx_4 .contbox .txt_out{width:560px;box-sizing: border-box;}
.soluBody .tbbx_4 .contbox h3,.soluBody .tbbx_4 .contbox p{color:#fff;}
.soluBody .tbbx_4 .contbox a{display:inline-block;height:58px;line-height:58px;background-color:#fff;padding:0 30px;font-size:16px;font-size:1.6rem;color:#00aec7;font-weight:bold;text-decoration:none;margin-top:30px;transition:all linear .5s;}
.soluBody .tbbx_4 .contbox a:hover{background-color:#f9a31a;color:#fff;transform: translateY(-5px);}
.soluBody .tbbx_4 .contbox p a.link{height:inherit;line-height:inherit;background:none;padding:0;color:#fff;font-weight:400; font-size:inherit;}
.soluBody .tbbx_4 .contbox p a.link:hover{background:none;color:#fff;text-decoration: underline;transform: translateY(0);}


.soluBody .tbbx_5{height:500px;background:url(../images/solution/bg_2.jpg) no-repeat center;background-size:cover;position: relative;}
.soluBody .tbbx_5 .bg{position: absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:left center;z-index:1;}
.soluBody .tbbx_5 .container{height:100%;}
.soluBody .tbbx_5 .contbox{height:100%;position: relative;z-index:2;display:flex;width:100%;align-items:center;justify-content:flex-end;}
.soluBody .tbbx_5 .contbox .txt_out{width:560px;box-sizing: border-box;}
.soluBody .tbbx_5 .contbox h3,.soluBody .tbbx_5 .contbox p{color:#fff;}
.soluBody .tbbx_5 .contbox a{display:inline-block;height:58px;line-height:58px;background-color:#fff;padding:0 30px;font-size:16px;font-size:1.6rem;color:#00aec7;font-weight:bold;text-decoration:none;margin-top:30px;transition:all linear .5s;}
.soluBody .tbbx_5 .contbox a:hover{background-color:#f9a31a;color:#fff;}
.soluBody .tbbx_5 .contbox p a.link{height:inherit;line-height:inherit;background:none;padding:0;color:#fff;font-weight:400; font-size:inherit;}
.soluBody .tbbx_5 .contbox p a.link:hover{background:none;color:#fff;text-decoration: underline;transform: translateY(0);}



.soluBody .tbbx_6{padding:90px 0;}
.soluBody .tbbx_6 .cont-wrap{padding:0 40px;display:flex;width:100%;align-items:center;box-sizing: border-box;}
.soluBody .tbbx_6 .cont-wrap a.box{border-radius:6px;width:320px;overflow:hidden;text-decoration:none;}
.soluBody .tbbx_6 .cont-wrap a.box .tu{width:320px;height:165px;overflow:hidden;}
.soluBody .tbbx_6 .cont-wrap a.box .tu img{display:block;width:100%;}
.soluBody .tbbx_6 .cont-wrap a.box .txt{padding:25px 15px 15px;background-color:#fff;position: relative;}
.soluBody .tbbx_6 .cont-wrap a.box .txt h3{font-size:18px;font-size:1.8rem;line-height:24px;color:#333;font-weight:bold;}
.soluBody .tbbx_6 .cont-wrap a.box .txt h4{font-size:14px;font-size:1.4rem;line-height:24px;color:#757575;font-family: 'SourceHanSansCNExtraLight';margin-top:5px;}
.soluBody .tbbx_6 .cont-wrap a.box .txt span{display:inline-block;width:78px;height:28px;line-height:28px;text-align:center;font-size:14px;font-size:1.4rem;color:#fff;background-color:#455563;position: absolute;left:0;top:-15px;}
.soluBody .tbbx_6 .cont-wrap .txt_msg{border-top:1px solid #3b3b3b;border-bottom:1px solid #3b3b3b;box-sizing: border-box;width:calc(100% - 320px);padding:30px 20px;text-align:center;}
.soluBody .tbbx_6 .cont-wrap .txt_msg h3{font-size:22px;font-size:2.2rem;line-height:36px;color:#282828;font-weight:bold;font-style:italic;position:relative;padding:0 25px;}
.soluBody .tbbx_6 .cont-wrap .txt_msg h3::before{content:"";display:inline-block;width:25px;height:23px;background:url(../images/solution/dot_1.jpg) no-repeat;position: absolute;left:0;top:5px;}
.soluBody .tbbx_6 .cont-wrap .txt_msg h3::after{content:"";display:inline-block;width:25px;height:23px;background:url(../images/solution/dot_2.jpg) no-repeat;position: absolute;right:5px;bottom:5px;}
.soluBody .tbbx_6 .cont-wrap .txt_msg h4{font-size:16px;font-size:1.6rem;line-height:36px;color:#727272;margin-top:25px;}


.downwrap{height:110px;background:#38aec6 url(../images/solution/down_bg.jpg) no-repeat center;background-size:cover;}

.downwrap .container{height:100%;}
.downwrap .content{height:100%;display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 55px;box-sizing: border-box;}
.downwrap .content h3{font-size:24px;font-size:2.4rem;color:#fff;font-weight:bold;}
.downwrap .content h3 i{display:inline-block;width:70px;height:70px;margin-right:30px;vertical-align:middle;}
.downwrap .content h3 i img{display:block;width:100%;}
.downwrap .content a{display:inline-block;width:140px;height:60px;line-height:60px;text-align:center;font-size:18px;font-size:1.8rem;color:#38aec6;background-color:#fff;text-decoration:none;transition:all linear .5s;font-weight:700;}
.downwrap .content a:hover{background-color:#f9a31a;color:#fff;transform: translateY(-5px);}

.resourceBy{padding:50px 0;}
.resourceBy h2{font-size:24px;font-size:2.4rem;color:#333333;font-weight:bold;margin-bottom:20px;}
.resourceBy h2 a.more{float:right;height:36px;line-height:36px;font-size:16px;color:#fff;background-color:#38aec6;width:66px;text-align:center;text-decoration:none;margin-top:-5px;}
.resourceBy .slider{position: relative;padding:10px 0;}
.resourceBy .slider .slider-btn{display:inline-block;width:34px;height:72px;position: absolute;top:50%;transform: translateY(-50%);cursor:pointer;background-repeat:no-repeat;background-position:center;transition:all linear .3s;}
.resourceBy .slider .slider-btn#prev{left:-60px;background-image:url(../images/index/slider-prev.png);}
.resourceBy .slider .slider-btn#next{right:-60px;background-image:url(../images/index/slider-next.png);}
.resourceBy .slider .slider-btn#prev:hover{background-image:url(../images/index/slider-prev-active.png);}
.resourceBy .slider .slider-btn#next:hover{background-image:url(../images/index/slider-next-active.png);}
.resourceBy .slider .swiper-slide{padding:10px 0;}
.resourceBy .slider .swiper-slide a{display:block;width:380px;text-decoration:none;border-radius:8px;overflow:hidden;transition:all linear .5s;}
.resourceBy .slider .swiper-slide a .img_out{height:180px;overflow:hidden;width:100%;}
.resourceBy .slider .swiper-slide a .img_out img{display:block;width:100%;transition:all linear .5s;}
.resourceBy .slider .swiper-slide a .img_out .mask{position: absolute;left:0;right:0;top:0;bottom:0;box-sizing: border-box;padding:40px 30px 0;background-color:rgba(0,0,0,.7);opacity:0;transition:all linear .5s;}
.resourceBy .slider .swiper-slide a .img_out .mask p{font-size:15px;font-size:1.5rem;line-height:30px;color:#fff;transform: translateY(10px);transition: all linear .3s;}
.resourceBy .slider .swiper-slide a .txt{padding:20px 30px;background-color:#fff;position: relative;}
.resourceBy .slider .swiper-slide a .txt h3{font-size:18px;font-size:1.8rem;line-height:24px;color:#333;font-weight:bold;height:48px;}
.resourceBy .slider .swiper-slide a .txt h4{font-size:14px;font-size:1.4rem;line-height:24px;color:#757575;font-family: 'SourceHanSansCNExtraLight';margin-top:15px;}
.resourceBy .slider .swiper-slide a .txt span{display:inline-block;width:78px;height:28px;line-height:28px;text-align:center;font-size:14px;font-size:1.4rem;color:#fff;background-color:#455563;position: absolute;left:10px;top:-20px;}
.resourceBy .slider .swiper-slide a:hover .img_out img{transform: scale(1.05);}
.resourceBy .slider .swiper-slide a:hover{transform: translateY(-5px);box-shadow:0 0 10px rgba(0,0,0,.4);}
.resourceBy .slider .swiper-slide a:hover .img_out .mask{opacity:1;}
.resourceBy .slider .swiper-slide a:hover .img_out .mask p{transform: translateY(0)}


.tranbox_1{padding:40px 30px;}
.tranbox_1 h3{text-align:center;margin-bottom:30px;}
.tranbox_1 h3 span{display:inline-block;font-size:22px;font-size:2.2rem;line-height:40px;color:#212529;font-weight:bold;padding:15px 10px;border-bottom:1px solid #445563;}
.tranbox_1 p{font-size:15px;font-size:1.5rem;line-height:30px;color:#212529;}



.soluBody .detBody{display:flex;padding:30px 0 45px;justify-content:space-between;}
.soluBody .detBody .left{width:820px;}
.soluBody .detBody .fckBody{width:820px;font-size:15px;font-size:1.5rem;line-height:28px;color:#333;padding-left:30px;box-sizing: border-box;padding-bottom:30px;}
.soluBody .detBody .fckBody h2{font-size:24px;font-size:2.4rem;line-height:32px;color:#333;margin-bottom:20px;margin-left:-30px;padding-left:30px;background:url(../images/common/privacy.png) no-repeat left 2px;}
.soluBody .detBody .fckBody img{max-width:100%;}
.soluBody .detBody .fckBody h3{font-size:28px;font-size:2.8rem;line-height:32px;color:#faa41a;font-weight:bold;margin-bottom:20px;}
.soluBody .detBody .fckBody h4{font-size:20px;font-size:2rem;line-height:30px;color:#212529;font-weight:bold;margin-bottom:10px;margin-left:-30px;padding-left:30px;background:url(../images/common/privacy.png) no-repeat left 6px;background-size:auto 18px;}

.soluBody .detBody .fckBody ul li{list-style-type:inherit;margin-left:20px;}


.soluBody .detBody .left .label_info{border-top:1px solid #d0d0d0;padding:10px 0;margin-left:30px;margin-top:30px;}
.soluBody .detBody .left .label_info span{font-size:15px;font-size:1.5rem;line-height:26px;color:#333;margin-right:10px;}
.soluBody .detBody .left .label_info a{font-size:15px;font-size:1.5rem;color:#416d8e;line-height:26px;text-decoration:none;transition:all linear .4s;}
.soluBody .detBody .left .label_info a:hover{color:#00aec7;text-decoration:none;}
.soluBody .detBody .left .label_info em{font-size:15px;font-size:1.5rem;line-height:26px;color:#416d8e;}

.soluBody .detBody .left .lastlink{padding-top:10px;margin-left:30px;font-size:0;border-top:1px solid #d0d0d0;}
.soluBody .detBody .left .lastlink p{display:inline-block;width:50%;vertical-align: top;}
.soluBody .detBody .left .lastlink p a{font-size:15px;font-size:1.5rem;line-height:26px;color:#333;display:inline-block;max-width:100%;text-decoration:none;transition:all linear .3s;height:28px;padding:0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.soluBody .detBody .left .lastlink p a:hover{color:#f9a31a;}
.soluBody .detBody .left .lastlink p:first-child a{background:url(../images/common/left_blue.png) no-repeat left 7px;}
.soluBody .detBody .left .lastlink p:last-child{text-align:right;}
.soluBody .detBody .left .lastlink p:last-child a{background:url(../images/common/right_blue.png) no-repeat right 7px;}

.soluBody .detBody .left .videoBy{width:820px;}
.soluBody .detBody .left .videoBy .det_1{display:inline-block;width:100%;}
.soluBody .detBody .left .videoBy .det_1 .img_out{float:left;width:430px;height:215px;overflow:hidden;margin-right:20px;}
.soluBody .detBody .left .videoBy .det_1 .img_out img{width:100%;object-fit:cover;}
.soluBody .detBody .left .videoBy .det_1 .txt_box{float:left;width:calc(100% - 450px);padding-top:10px;}
.soluBody .detBody .left .videoBy .det_1 .txt_box span{display:block;font-size:18px;line-height:30px;color:#6c737a;margin-bottom:25px;}
.soluBody .detBody .left .videoBy .det_1 .txt_box h3{font-size:26px;font-size:2.6rem;line-height:30px;color:#212529;margin-bottom:15px;}
.soluBody .detBody .left .videoBy .det_1 .txt_box p{font-size:16px;line-height:30px;color:#6c737a;}
.soluBody .detBody .left .videoBy .det_2{border-bottom:1px solid #e8e9e9;padding-bottom:80px;}
.soluBody .detBody .left .videoBy .det_2 ul{font-size:0;display:flex;}
.soluBody .detBody .left .videoBy .det_2 ul li{display:inline-block;width:calc(100% /3);box-sizing: border-box;padding-left:30px;border-right:1px solid #e8e9e9;}
.soluBody .detBody .left .videoBy .det_2 ul li h3{font-size:22px;font-size:2.2rem;line-height:46px;color:#212529;font-weight:bold;margin-bottom:30px;}
.soluBody .detBody .left .videoBy .det_2 ul li h3 i{display:inline-block;width:46px;height:46px;vertical-align:middle;margin-right:15px;}
.soluBody .detBody .left .videoBy .det_2 ul li h3 i img{display:block;width:100%;}
.soluBody .detBody .left .videoBy .det_2 ul li h4{font-size:16px;font-size:1.6rem;color:#212529;line-height:30px;}
.soluBody .detBody .left .videoBy .det_2 ul li p{font-size:16px;font-size:1.6rem;line-height:30px;color:#646c74}
.soluBody .detBody .left .videoBy .det_2 ul li:first-child{padding-left:20px;}
.soluBody .detBody .left .videoBy .det_2 ul li:last-child{border-right:0;}
.soluBody .detBody .left .videoBy .det_3{padding:30px 20px 20px;}
.soluBody .detBody .left .videoBy .det_3 h3{font-size:22px;line-height:36px;color:#212529;font-weight:bold;}
.soluBody .detBody .left .videoBy .det_3 p{font-size:16px;font-size:1.6rem;line-height:28px;color:#333333;}
.soluBody .detBody .left .videoBy .det_4{margin:40px 0 0;}
.soluBody .detBody .left .videoBy .det_4 audio{width:100%;}




.soluBody .detBody .rightNav{width:285px;}

.soluBody .detBody .rightNav .author{padding:20px 20px 40px;background-color:#fff;margin-bottom:15px;}
.soluBody .detBody .rightNav .author .photo{box-sizing: border-box;width:130px;height:130px;border:1px solid #e3e3e3;border-radius:50%;overflow:hidden;margin-bottom:20px;}
.soluBody .detBody .rightNav .author .photo img{width:100%;object-fit: cover;}
.soluBody .detBody .rightNav .author h3{font-size:20px;font-size:2rem;line-height:30px;color:#000000;font-weight:bold;margin-bottom:5px;}
.soluBody .detBody .rightNav .author h4{font-size:15px;font-size:1.5rem;line-height:30px;color:#666;}
.soluBody .detBody .rightNav .author h5{font-size:15px;font-size:1.5rem;line-height:20px;color:#666;}

.soluBody .detBody .rightNav .down{padding:30px 20px;background-color:#fff;margin-bottom:15px;}
.soluBody .detBody .rightNav .down h3{font-size:20px;font-size:2rem;line-height:30px;font-weight:bold;color:#212529;margin-bottom:15px;}
.soluBody .detBody .rightNav .down a{text-decoration:none;}
.soluBody .detBody .rightNav .down a .img_out{display:inline-block;height:170px;overflow:hidden;}
.soluBody .detBody .rightNav .down a .img_out img{display:block;height:100%;}
.soluBody .detBody .rightNav .down a h4{font-size:16px;line-height:24px;color:#416d8e;margin:15px 0 0;}
.soluBody .detBody .rightNav .down a.link{display:block;height:40px;line-height:40px;text-align:center;font-size:16px;font-size:1.6rem;color:#fff;background-color:#38aec6;text-decoration:none;transition:all linear .4s;}
.soluBody .detBody .rightNav .down a.link:hover{background-color:#f9a31a;color:#fff;}


.soluBody .detBody .rightNav .reportdown{border:1px solid #e8eaea;border-radius:8px;}
.soluBody .detBody .rightNav .reportdown .img_out{height:inherit;width:100%;}
.soluBody .detBody .rightNav .reportdown .img_out img{height:inherit;max-width:100%;}
.soluBody .detBody .rightNav .reportdown p{font-size:14px;line-height:24px;color:#696969;margin:20px 0;}


.soluBody .detBody .rightNav .notice{padding:30px 20px;background-color:#fff;margin-bottom:15px;}
.soluBody .detBody .rightNav .notice h3{font-size:24px;font-size:2.4rem;line-height:32px;font-weight:bold;color:#212529;}
.soluBody .detBody .rightNav .notice ul li{padding:15px 0;border-bottom:1px solid #ebeaea;}
.soluBody .detBody .rightNav .notice ul li a{display:block;display:flex;align-items:center;text-decoration:none;transition:all linear .3s;}
.soluBody .detBody .rightNav .notice ul li a .img_box{width:56px;height:56px;background:#406e90;border-radius:6px;overflow:hidden;margin-right:14px;}
.soluBody .detBody .rightNav .notice ul li a .img_box img{display:block;width:100%;}
.soluBody .detBody .rightNav .notice ul li a span{width:calc(100% - 70px);font-size:14px;line-height:22px;color:#416d8e;max-height:44px;}
.soluBody .detBody .rightNav .notice ul li:last-child{padding-bottom:0;border-bottom:0;}
.soluBody .detBody .rightNav .notice ul li a:hover{transform: translateY(-5px);}

.soluBody .detBody .rightNav .product{padding:30px 20px;background-color:#fff;margin-bottom:-80px}
.soluBody .detBody .rightNav .product h3{font-size:20px;font-size:2.0rem;line-height:20px;font-weight:bold;color:#212529;}
.soluBody .detBody .rightNav .product p{margin-top:20px;}
.soluBody .detBody .rightNav .product p a{font-size:16px;font-size:1.6rem;line-height:26px;color:#416d8e;text-decoration:none;transition:all linear .3s;}
.soluBody .detBody .rightNav .product p a:hover{color:#38aec6;}

.resBody{}

.clasbx_1{padding:60px 0;}
.clasbx_1 .tit{position: relative;font-size:24px;font-size:2.4rem;line-height:30px;color:#212529;font-weight:bold;text-align:center;padding-bottom:30px;}
.clasbx_1 .tit::after{content:"";height:1px;width:280px;background-color:#212529;position: absolute;bottom:0px;left:50%;transform: translateX(-50%);}


.clasbx_1 .tit_cont{text-align:center;padding:0 250px 40px;}
.clasbx_1 .tit_cont h3{text-align:center;margin-bottom:30px;}
.clasbx_1 .tit_cont h3 span{display:inline-block;font-size:22px;font-size:2.2rem;line-height:40px;color:#212529;font-weight:bold;padding:15px 10px;border-bottom:1px solid #445563;}
.clasbx_1 .tit_cont p{font-size:18px;font-size:1.8rem;line-height:30px;color:#212529;}





.classDet{padding-bottom:60px;}
.classDet .crumbs{padding-bottom:30px;}
.classDet .tit{font-size:24px;font-size:2.4rem;line-height:30px;text-align:center;font-weight:bold;position: relative;padding-bottom:30px;margin-bottom:40px;}
.classDet .tit::after{content:"";width:280px;height:1px;display:inline-block;position: absolute;left:50%;transform:translateX(-50%);bottom:0;background-color:#212529; }
.classDet .conbox_1{padding-left:30px;}
.classDet .conbox_1 p{font-size:16px;font-size:1.6rem;line-height:32px;color:#212529;}
.classDet .conbox_1 h4{font-size:22px;font-size:2.2rem;line-height:32px;color:#000000;margin-top:35px;margin-left:-30px;padding-left:30px;background:url(../images/common/privacy.png) no-repeat left 2px;}
.classDet .conbox_1 ul{margin-top:20px;}
.classDet .conbox_1 ul li{font-size:16px;font-size:1.6rem;line-height:30px;color:#212529;padding-left:20px;position: relative;}
.classDet .conbox_1 ul li::before{content:"";display:inline-block;width:5px;height:5px;background-color:#212529;border-radius:50%;position: absolute;left:0px;top:13px;}
.classDet .conbox_1 .boxlist{font-size:0;width:1230px;}
.classDet .conbox_1 .boxlist .box{display:inline-block;width:380px;margin-right:30px;text-align:center;padding:35px 0 20px;margin-top:20px;border-radius:6px;border:1px solid #d0d0d0;}
.classDet .conbox_1 .boxlist .box i{display:inline-block;width:80px;height:80px;overflow:hidden;}
.classDet .conbox_1 .boxlist .box i img{display:block;width:100%;}
.classDet .conbox_1 .boxlist .box span{font-size:18px;font-size:1.8rem;line-height:24px;font-weight:bold;display:block;margin-top:25px;}

.classDet .conbox_2{padding-top:35px;padding-bottom:60px;padding-left:30px;}
.classDet .conbox_2 h3{font-size:22px;font-size:2.2rem;line-height:30px;color:#333;margin-bottom:15px;;margin-left:-30px;padding-left:30px;background:url(../images/common/privacy.png) no-repeat left 2px;}
.classDet .conbox_2 h4{font-size:16px;font-size:1.6rem;line-height:30px;color:#212529;margin-bottom:20px;}

.techlist .txt{font-size:16px;font-size:1.6rem;line-height:32px;color:#212529;text-align:center;}
.techlist ul{margin-top:30px;font-size:0;width:1220px;}
.techlist ul li{display:inline-block;background-color:#fff;box-sizing: border-box;width:285px;border-radius:6px;margin-right:20px;margin-top:20px;text-align:center;padding:30px 0 20px;vertical-align:top;transition:all linear .3s;}
.techlist ul li i{display:inline-block;width:130px;height:130px;overflow:hidden;border-radius:50%;margin-bottom:20px;}
.techlist ul li i img{width:100%;object-fit: cover;;}
.techlist ul li h3{font-size:22px;font-size:2.2rem;line-height:32px;font-weight:bold;color:#000;}
.techlist ul li h3 a{color:#406e90;text-decoration:none;border-bottom:1px solid #406e90;padding-bottom:5px;}
.techlist ul li h4{font-size:15px;font-size:1.5rem;line-height:32px;color:#000000;}
.techlist ul li p{font-size:15px;font-size:1.5rem;line-height:32px;color:#000000;}
.techlist ul li:hover{transform: translateY(-5px);box-shadow:0 0 10px rgba(0,0,0,.1);}
.techlx{padding:50px 0 20px;}
.techlx ul{font-size:0;}
.techlx ul li{display:inline-block;width:calc(100% / 3);margin-bottom:30px;}
.techlx ul li h3{font-size:24px;font-size:2.4rem;line-height:30px;padding-bottom:15px;color:#212529;position: relative;margin-bottom:20px;}
.techlx ul li h3::after{content:"";display:inline-block;width:50px;height:6px;background-color:#38aec6;position: absolute;left:0;bottom:0;}
.techlx ul li p{font-size:16px;font-size:1.6rem;line-height:36px;color:#212529;}
.techlx ul li p span{display:inline-block;width:50px;text-align: justify;font-size:16px;font-size:1.6rem;height:26px;line-height:24px;overflow:hidden;vertical-align: middle;}
.techlx ul li p span::after{content:"";display: inline-block;height:0px;width:100%;}
.techlx ul li p a{font-size:16px;font-size:1.6rem;line-height:36px;color:#212529;text-decoration:none;transition:all linear .3s;}
.techlx ul li p a:hover{color:#f9a31a}

/*关于我们*/
.ab_1{padding:110px 0;background-color:#fff;}


.ab_1 .content{display:flex;}
.ab_1 .content .video{width:500px;margin-top:25px;}
.ab_1 .content .video video{display:block;width:100%;}
.ab_1 .content .txt{width:560px;margin-left:80px;}
.ab_1 .content .txt h3{font-size:32px;font-size:3.2rem;line-height:48px;color:#020202;font-weight:bold;margin-bottom:20px;}
.ab_1 .content .txt p{font-size:16px;font-size:1.6rem;line-height:32px;color:#333333;}
.ab_1 .content .txt p a{color: #37adc6;text-decoration:none;}
.ab_1 .content .txt p a:hover{color:#f9a31a;}

.ab_2{padding:70px 0 100px;background:url(../images/about/ab_2_bg.jpg) no-repeat center;background-size:cover;}
.ab_2 h3{font-size:32px;font-size:3.2rem;line-height:48px;font-weight:bold;color:#fff;}
.ab_2 ul{font-size:0;}
.ab_2 ul li{width:calc((100% - 220px)/3);margin-right:70px;display:inline-block;vertical-align: top;margin-top:40px;}
.ab_2 ul li:nth-child(3n){margin-right:0;}
.ab_2 ul li h4{font-size:76px;font-size:7.6rem;color:#fff;font-weight:bold;display:inline-block;}
.ab_2 ul li sup{font-size:56px;font-size:5.6rem;color:#fff;font-weight:100;}
.ab_2 ul li em{font-size:56px;color:#fff;}
.ab_2 ul li .line{display:block;height:1px;width:100%;background-color:#fff;margin:10px 0;}
.ab_2 ul li p{font-size:16px;font-size:1.6rem;line-height:28px;color:#fff;}

.ab_3{overflow:hidden;position: relative;background-color:#f8a51e;height:620px}
.ab_3 .bg{height:620px;}
.ab_3 .bg .col-lg-6{overflow:hidden;}
.ab_3 .bg img{object-fit: cover;height:100%;min-width:100%;}
.ab_3 .content{position: absolute;left:0;right:0;top:50%;transform:translateY(-50%);}
.ab_3 .content .txt_body{float:right;width:50%;box-sizing: border-box;padding-left:40px;padding-right:80px;}
.ab_3 .content .txt_body h3{font-size:32px;font-size:3.2rem;line-height:48px;font-weight:bold;color:#fff;margin-bottom:20px;}
.ab_3 .content .txt_body p{font-size:16px;font-size:1.6rem;line-height:28px;color:#fff;}

.ab_4{padding:70px 0;background-color:#fff;overflow:hidden;}
.ab_4 h3{font-size:32px;font-size:3.2rem;line-height:48px;color:#000;font-weight:bold;margin-bottom:20px;}
.ab_4 h4{font-size:16px;font-size:1.6rem;line-height:32px;color:#333333;margin-bottom:30px;}

.ab_5{padding:90px 0;background:url(../images/about/ab_2_bg.jpg) no-repeat center;background-size:cover;}
.ab_5 .txt_top{text-align:center;}
.ab_5 .txt_top h3{display:inline-block;font-size:32px;font-size:3.2rem;line-height:48px;color:#fff;font-weight:bold;border-bottom:1px solid #fff;padding:0 20px;margin-bottom:25px;}
.ab_5 .txt_top h4{font-size:18px;font-size:1.8rem;line-height:32px;color:#fff;}
.ab_5 .tabBody{margin-top:45px;}
.ab_5 .tabBody .tablist{text-align:center;font-size:0;margin-top:40px;padding:0 40px;position: relative;overflow:hidden;}
.ab_5 .tabBody .tablist .slider-btn{display:inline-block;width:34px;height:72px;position: absolute;top:50%;transform: translateY(-50%);cursor:pointer;background-repeat:no-repeat;background-position:center;transition:all linear .5s;}
.ab_5 .tabBody .tablist .slider-btn.prev{left:0;background-image:url(../images/index/slider-prev.png);}
.ab_5 .tabBody .tablist .slider-btn.next{right:0;background-image:url(../images/index/slider-next.png);}
.ab_5 .tabBody .tablist .slider-btn.prev:hover{background-image:url(../images/index/slider-prev-active.png);}
.ab_5 .tabBody .tablist .slider-btn.next:hover{background-image:url(../images/index/slider-next-active.png);}

.ab_5 .tabBody .tablist .swiper-slide{padding:10px 0;height:105px;box-sizing: border-box;}
.ab_5 .tabBody .tablist a{display:inline-block;width:85px;height:85px;overflow:hidden;background-color:#fff;border-radius:50%;cursor:pointer;transition:all linear .3s;border:2px solid rgba(0,0,0,0);}
.ab_5 .tabBody .tablist a img{width:100%;object-fit: cover;}
.ab_5 .tabBody .tablist a.active{box-shadow:0 0 10px rgba(2,92,123,.68);border:2px solid #f9a31a;}
.ab_5 .tabBody .tablist a:hover{box-shadow:0 0 10px rgba(2,92,123,.68);transform: translateY(-5px);}
.ab_5 .tabBody .tabcon{padding:0 197px}
.ab_5 .tabBody .tabcon .con{width:806px;border-radius:8px;background-color:#fff;height:250px;overflow:hidden;text-align:left;display:none;}
.ab_5 .tabBody .tabcon .con .content{display:flex;align-items:center;}
.ab_5 .tabBody .tabcon .con .img_out{width:250px;height:250px;position: relative;background-color:#fff;}
.ab_5 .tabBody .tabcon .con .img_out img{display:inline-block;width:238px;position: absolute;left:50%;transform: translateX(-50%);bottom:0;}
.ab_5 .tabBody .tabcon .con .txt_body{box-sizing: border-box;width:calc(100% - 250px);padding:0 50px;}
.ab_5 .tabBody .tabcon .con .txt_body h3{font-size:24px;font-size:2.4rem;line-height:24px;font-weight:bold;color:#000;}
.ab_5 .tabBody .tabcon .con .txt_body h4{font-size:14px;font-size:1.4rem;line-height:32px;color:#000;margin-bottom:5px;}
.ab_5 .tabBody .tabcon .con .txt_body p{font-size:16px;font-size:1.6rem;line-height:26px;color:#000;}
.ab_5 .tabBody .tabcon .con .txt_body a{font-size:16px;font-size:1.6rem;line-height:26px;color:#37adc6;text-decoration:none;transition:all linear .4s;}
.ab_5 .tabBody .tabcon .con .txt_body a:hover{color:#f9a31a;}

.teamBy{}
.teamlist{padding-bottom:90px;overflow:hidden;}
.teamlist .tit{margin:70px 0;text-align:center;font-size:18px;font-size:1.8rem;line-height:32px;font-weight:bold;color:#333;position: relative;padding-bottom:20px;}
.teamlist .tit::after{content:"";display:inline-block;width:225px;height:1px;background-color:#445563;position: absolute;left:50%;transform: translateX(-50%);bottom:0;}
.teamlist .list{width:1225px;font-size:0;}
.teamlist .list .box{display:inline-block;width:calc((100% - 100px)/4);box-sizing: border-box;margin-right:25px;border:1px solid #c7c7c7;background-color:#fff;text-align:center;margin-bottom:25px;border-radius:8px;overflow:hidden;transition:all linear .2s;}
.teamlist .list .box a{box-sizing: border-box;display:block;border:2px solid #fff;padding:30px 0;text-decoration:none;transition:all linear .2s;border-radius:8px;overflow:hidden;}
.teamlist .list .box i{display:inline-block;width:130px;height:130px;border:1px solid #dddddd;border-radius:50%;overflow:hidden;margin-bottom:10px;}
.teamlist .list .box i img{width:100%;object-fit: cover;}
.teamlist .list .box h3{font-size:22px;font-size:2.2rem;line-height:32px;color:#000;font-weight:bold;transition:all linear .3s;}
.teamlist .list .box h4{font-size:15px;font-size:1.5rem;line-height:32px;color:#000;}
.teamlist .list .box:hover{transform: translateY(-10px)}
.teamlist .list .box:hover a h3{color:#f9a11b}


.teamDet{}
.teamdet_1{padding:20px 0 70px;background-color:#fff;}
.teamdet_1 .crumbs{padding-top:0;padding-bottom:30px;}
.teamdet_1 .content{display:flex;}
.teamdet_1 .content .left{padding:0 15px;box-sizing: border-box;width:300px;text-align:center;}
.teamdet_1 .content .left i{display:inline-block;border:1px solid #d7d7d7;border-radius:50%;overflow:hidden;box-sizing: border-box;width:200px;height:200px;margin-bottom:15px;}
.teamdet_1 .content .left i img{width:100%;object-fit:cover;}
.teamdet_1 .content .left h3{font-size:22px;font-size:2.2rem;line-height:40px;font-weight:bold;color:#000;}
.teamdet_1 .content .left h4{font-size:16px;font-size:1.6rem;line-height:36px;color:#000000;}
.teamdet_1 .content .right{width:900px;box-sizing: border-box;padding:0 60px;}
.teamdet_1 .content .right p{font-size:16px;font-size:1.6rem;line-height:28px;color:#333;}
.teamdet_1 .content .right .box{margin-top:30px;}
.teamdet_1 .content .right .box h4{font-size:20px;font-size:2rem;line-height:28px;color:#333;font-weight:bold;padding-left:30px;background:url(../images/about/arrow.png) no-repeat left 3px;margin-bottom:25px;}
.teamdet_1 .content .right .box p{padding-left:30px;}


.teamdet_2{padding:60px 0 80px;}
.teamdet_2 .tit{font-size:32px;font-size:3.2rem;line-height:32px;font-weight:bold;color:#000;text-align:center;position: relative;padding-bottom:20px;margin-bottom:50px;}
.teamdet_2 .tit::after{content:"";display:inline-block;width:225px;height:1px;background-color:#445563;position: absolute;left:50%;transform:translateX(-50%);bottom:0;}
.teamdet_2 .slider{position: relative;}
.teamdet_2 .slider .slider-btn{display:inline-block;width:34px;height:72px;position: absolute;top:50%;transform: translateY(-50%);cursor:pointer;background-repeat:no-repeat;background-position:center;transition:all linear .5s;}
.teamdet_2 .slider .slider-btn#prev{left:-60px;background-image:url(../images/index/slider-prev.png);}
.teamdet_2 .slider .slider-btn#next{right:-60px;background-image:url(../images/index/slider-next.png);}
.teamdet_2 .slider .slider-btn#prev:hover{background-image:url(../images/index/slider-prev-active.png);}
.teamdet_2 .slider .slider-btn#next:hover{background-image:url(../images/index/slider-next-active.png);}

.teamdet_2 .slider .swiper-slide a{display:block;text-decoration:none;background-color:#fff;box-sizing: border-box;border-radius:8px;overflow:hidden;padding:45px 0 50px;width:100%;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all linear .2s;border:2px solid #fff;}
.teamdet_2 .slider .swiper-slide a i{box-sizing: border-box;display:inline-block;width:102px;height:102px;border:1px solid #ddd;border-radius:50%;overflow:hidden;margin-bottom:15px;}
.teamdet_2 .slider .swiper-slide a i img{width:100%;object-fit:cover;}
.teamdet_2 .slider .swiper-slide a h3{font-size:22px;font-size:2.2rem;line-height:32px;color:#000;font-weight:bold;}
.teamdet_2 .slider .swiper-slide a h4{font-size:15px;font-size:1.5rem;line-height:32px;color:#000;}
.teamdet_2 .slider .swiper-slide a:hover{transform: translateY(-5px);border:3px solid #f9a11b;}
.teamdet_2 .slider .swiper-container{padding:5px;}

.honorBy{overflow:hidden;}
.honorBy .honlist{padding-bottom:90px;}
.honorBy .tit{text-align:center;position: relative;padding-bottom:30px;margin-bottom:50px;padding-top:60px;}
.honorBy .tit h3{font-size:22px;font-size:2.2rem;line-height:40px;color:#212529;font-weight:bold;}
.honorBy .tit p{font-size:15px;font-size:1.5rem;line-height:30px;color:#212529;}
.honorBy .tit::after{content:"";display:inline-block;width:225px;height:1px;background-color:#445563;position: absolute;left:50%;transform:translateX(-50%);bottom:0;}
.honorBy .title{text-align:center;}
.honorBy .title span{display:inline-block;padding-left:35px;font-size:24px;font-size:2.4rem;line-height:36px;color:#212529;font-weight:bold;background:url(../images/about/star.png) no-repeat left center;}
.honorBy ul.list{width:1230px;font-size:0;display:flex;flex-wrap:wrap;}
.honorBy ul.list li{box-sizing: border-box;width:380px;display:inline-block;margin-right:30px;padding:15px 30px;border:1px solid #c7c7c7;border-radius:8px;overflow:hidden;margin-top:30px;background-color:#fff;position: relative;transition:all linear .3s;vertical-align:top;}
.honorBy ul.list li .txt h5{font-size:14px;font-size:1.4rem;line-height:36px;color:#212529;}
.honorBy ul.list li .txt .img_out{height:170px;overflow:hidden;margin-top:20px;}
.honorBy ul.list li .txt .img_out img{height:100%;object-fit:cover;}
.honorBy ul.list li .txt h3{font-size:20px;font-size:2rem;line-height:30px;color:#212529;padding-bottom:25px;margin-top:25px;position: relative;margin-bottom:20px;font-weight:bold;}
.honorBy ul.list li .txt h3::after{content:"";display:inline-block;width:35px;height:6px;background-color:#f9a31a;position: absolute;left:0;bottom:0;}
.honorBy ul.list li .txt h4{font-size:16px;font-size:1.6rem;line-height:24px;color:#212529;}
.honorBy ul.list li .mask{position: absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.85);padding:50px 30px;display:none;}
.honorBy ul.list li .mask h3{font-size:18px;font-size:1.8rem;line-height:24px;font-weight:bold;color:#fff;padding-bottom:35px;position: relative;margin-bottom:30px;}
.honorBy ul.list li .mask h3::after{content:"";display:inline-block;width:35px;height:6px;background-color:#f9a31a;position: absolute;left:0;bottom:0;}
.honorBy ul.list li .mask p{font-size:15px;font-size:1.5rem;line-height:24px;color:#fff;}
.honorBy ul.list li .mask a.more{display:inline-block;font-size:15px;font-size:1.5rem;line-height:24px;color:#fff;text-decoration:none;margin-top:60px;transition:all linear .5px;padding-right:35px;position: relative;}
.honorBy ul.list li .mask a.more i{position: absolute;right:0;top:8px;display:inline-block;width:26px;height:9px;background:url(../images/about/more_arrow.png) no-repeat;transition:all linear .3s;}
.honorBy ul.list li .mask a.more:hover{color:#f9a31a;}
.honorBy ul.list li .mask a.more:hover i{right:-5px;background:url(../images/about/more_arrow_2.png) no-repeat;}
.honorBy ul.list li:hover{transform:translateY(-5px);}

.honorBy ul.list.list_2 li .mask{padding:15px 30px;}
.honorBy ul.list.list_2 li .mask h3{padding-bottom:20px;margin-bottom:10px;}
.honorBy ul.list.list_2 li .mask  a.more{margin-top:10px;}


.contactBy{padding-bottom:60px;}
.contactBy .tit{text-align:center;font-size:18px;font-size:1.8rem;line-height:32px;color:#212529;padding:50px 0 40px;position: relative;margin-bottom:25px;}
.contactBy .tit a{display:inline-block;color:#00aec7;border-bottom:1px solid #00aec7;text-decoration:none;transition:all linear .3s;}
.contactBy .tit a:hover{color:#f9a31a;border-bottom:1px solid #f9a31a}
.contactBy .tit::after{content:"";display:inline-block;width:270px;height:1px;background-color:#212529;position: absolute;left:50%;transform: translateX(-50%);bottom:0;}
.contactBy a.ywzx{display: block;width: 210px;height: 50px;line-height: 50px;border-radius: 6px;position: relative;padding: 0 15px;box-sizing: border-box;font-size: 16px;font-size: 1.6rem;color: #fff;background-color: #38aec6;text-decoration: none;font-weight: bold;text-align:center;transition: all linear .3s;margin:0 auto;cursor: pointer;}
.contactBy a.ywzx:hover{transform:translateY(-5px); }
.contactBy ul.list{display:flex;flex-wrap:wrap}
.contactBy ul.list li{margin-right:35px;width:calc((100% - 70px) / 3);margin-top:35px;border-radius:8px;overflow:hidden;background-color:#fff;}
.contactBy ul.list li:nth-child(3n){margin-right:0;}
.contactBy ul.list li .img_box{height:185px;overflow:hidden;}
.contactBy ul.list li .img_box img{width:100%;object-fit:cover;}
.contactBy ul.list li .txt_box{padding:30px 20px 25px}
.contactBy ul.list li .txt_box h3{font-size:20px;font-size:2rem;line-height:24px;color:#3b3b3b;font-weight:bold;margin-bottom:15px;}
.contactBy ul.list li .txt_box h4{font-size:16px;font-size:1.6rem;line-height:26px;color:#3b3b3b;margin-bottom:10px;}
.contactBy ul.list li .txt_box p{font-size:16px;font-size:1.6rem;line-height:26px;color:#3b3b3b;margin-bottom:10px;}
.contactBy ul.list li .txt_box a{font-family:Arial;font-size:16px;font-size:1.6rem;line-height:24px;color:#00aec7;text-decoration:none;transition:all linear .3s;}
.contactBy ul.list li .txt_box a:hover{color:#f9a31a;}


.subsrcBy{padding:50px 110px 80px}
.subsrcBy .tit{text-align:center;font-size:18px;font-size:1.8rem;line-height:32px;color:#212529;padding-bottom:40px;position: relative;margin-bottom:50px;}
.subsrcBy .tit::after{content:"";display:inline-block;width:270px;height:1px;background-color:#212529;position: absolute;left:50%;transform: translateX(-50%);bottom:0;}
.subsrcBy a.subnow{display: block;width: 210px;height: 50px;line-height: 50px;border-radius: 6px;position: relative;padding: 0 15px;box-sizing: border-box;font-size: 16px;font-size: 1.6rem;color: #fff;background-color: #38aec6;text-decoration: none;font-weight: bold;text-align:center;transition: all linear .3s;margin:0 auto;cursor: pointer;}
.subsrcBy a.subnow:hover{transform:translateY(-5px); }

.subsrcBy ul{font-size:0;}
.subsrcBy ul li{margin-bottom:20px;vertical-align: top;}
.subsrcBy ul li.mb0{margin-bottom:0;}
.subsrcBy ul li h3{font-size:18px;font-size:1.8rem;line-height:30px;color:#212529;margin-bottom:20px;}
.subsrcBy ul li h3 em{color:#f93f1a;}
.subsrcBy ul li h4{font-size:15px;font-size:1.5rem;line-height:30px;color:#212529;margin-bottom:10px;}
.subsrcBy ul li h4 em{color:#f93f1a;}
.subsrcBy ul li input.ipt{display:inline-block;width:465px;height:48px;border:1px solid #bfbfbf;border-radius:6px;overflow:hidden;font-size:15px;font-size:1.5rem;line-height:26px;color:#333;padding:10px;outline:none;}
.subsrcBy ul li select::-ms-expand{display: none;}    
.subsrcBy ul li select{border:1px solid #bfbfbf;height:48px;box-sizing: border-box;width:465px;border-radius:6px;font-size:15px;line-height:25px;padding:7px 8px;appearance:none;-moz-appearance:none; -webkit-appearance:none;background:#fff url(../images/common/select_bg.png) no-repeat 97% center;}


.subsrcBy ul li .txtbox{padding:25px 20px;font-size:14px;font-size:1.4rem;line-height:24px;color:#666666;background-color:rgba(255,255,255,.7);border-radius:8px;width:100%;box-sizing: border-box;margin-top:20px;}
.subsrcBy ul li .txtbox a{display:inline-block;color:#00aec7;border-bottom:1px solid #00aec7;text-decoration:none;}
.subsrcBy ul li .chbx input[type="checkbox"]{ display: none; }
.subsrcBy ul li .chbx input[type="checkbox"].chx + label{font-weight:400;font-size:16px;line-height:24px;display:inline-block;margin-right:35px;background:url(../images/common/chbx_bg_1.png) no-repeat left center;cursor:pointer;padding-left:30px;}
.subsrcBy ul li .chbx input[type="checkbox"].chx:checked + label, .subsrcBy ul li .chbx input[type="checkbox"].chx._checked + label{background:url(../images/common/chbx_bg_2.png) no-repeat left center }
.subsrcBy ul li .clearfix{width:100%;}
.subsrcBy ul li .clearfix input[type="checkbox"]{ display: none; }
.subsrcBy ul li .clearfix input[type="checkbox"].chbx2 + label{width:25px;height:25px;float:left;margin-right:20px;background:url(../images/common/chbx_bg_3.png) no-repeat left center;cursor:pointer;}
.subsrcBy ul li .clearfix input[type="checkbox"].chbx2:checked + label{background:url(../images/common/chbx_bg_4.png) no-repeat left center }
.subsrcBy ul li p{float:left;width:calc(100% - 45px);font-size:15px;line-height:24px;color:#666666;box-sizing: border-box;}
.subsrcBy ul li p a{color:#00aec7;display:inline-block;border-bottom:1px solid #00aec7;text-decoration:none;}
.subsrcBy ul li a.sublink{display:inline-block;width:150px;border:1px solid #bfbfbf;border-radius:6px;background-color:#fff;box-sizing: border-box;line-height:48px;text-align:center;font-size:18px;color:#000;text-decoration:none;margin-right:10px;transition:all linear .3s;}
.subsrcBy ul li a.sublink.cur{background-color:#00aec7;border:1px solid #00aec7;color:#fff;}
.subsrcBy ul li a.sublink:hover{background-color:#f9a31a;;border:1px solid #f9a31a;color:#fff;transform: translateY(-5px);}
.subsrcBy ul li .out{font-size:18px;font-size:1.8rem;line-height:32px;color:#696969;padding-top:20px;}
.subsrcBy ul li .out a{color:#00aec7;display:inline-block;border-bottom:1px solid #00aec7;text-decoration:none;}

.subsrcBy ul li.two{display:inline-block;width:50%;}

.sechBody{padding:45px 0 80px;background-color:#f0f1f5;}
.sechBody .sechTab{margin-bottom:35px;}
.sechBody h2{font-size:38px;font-size:3.8rem;line-height:60px;color:#333;font-weight:bold;margin-bottom:20px;}
.sechBody .sechTab a{display:inline-block;font-size:16px;font-size:1.6rem;line-height:20px;color:#666;margin-right:40px;padding-bottom:10px;position: relative;text-decoration:none;transition:all ease-out .3s;}
.sechBody .sechTab a:last-child{margin-right:0;text-decoration:none;}
.sechBody .sechTab a.active::after{content:"";position: absolute;left:0;right:0;bottom:0;background-color:#237ae4;display:inline-block;height:3px;}
.sechBody .sechTab a:hover{color:#25c1ff;}
.sechBody .sechlist li{padding-bottom:30px;}
.sechBody .sechlist li a{padding:30px;background-color:#fff;display:block;text-decoration:none;transition:all linear .3s;position: relative;}
.sechBody .sechlist li a h3{font-size:24px;font-weight:bold;color:#00aec7;margin-bottom:10px;transition:all ease-out .3s;}
.sechBody .sechlist li a h4{font-size:15px;line-height:24px;color:#5b5f63;height:48px;padding-right:150px;}
.sechBody .sechlist li a h5{font-size:12px;line-height:18px;color:#666;}
.sechBody .sechlist li a:hover{box-shadow:0 0 10px rgba(0,0,0,.1);transform: translateY(-5px);}
.sechBody .sechlist li a:hover h3{color:#f9a31a;}
.sechBody .sechlist li .imgout{display:inline-block;width:125px;height:75px;overflow:hidden;border-radius:8px;;position: absolute;right:30px;top:50%;transform:translateY(-50%);}
.sechBody .sechlist li .imgout img{display:block;min-width:100%;height:inherit}


.caseDet,.repodet,.viewdet,.videodet{background-color:#fff;}
.caseDet .detBody .fckBody img{max-width:100%;}

.caseDet .detBody .fckBody .summy ul{font-size:0;border-bottom:2px solid #212529;padding-bottom:30px;}
.caseDet .detBody .fckBody .summy ul li{display:inline-block;width:calc(100% /3);box-sizing: border-box;padding-right:10px;vertical-align:top;}
.caseDet .detBody .fckBody .summy ul li p{font-size:16px;font-size:1.6rem;line-height:30px;color:#212529;}
.caseDet .detBody .fckBody .summy ul li h5{font-size:12px;font-size:1.2rem;;color:#777a7e;line-height:20px;}


.viewDet .detBody .fckBody .line{position: relative;height:54px;width:100%;margin:30px 0;text-align:center;}
.viewDet .detBody .fckBody .line::before{content:"";position: absolute;left:0;right:0;top:26px;height:2px;background-color:#212529;display:inline-block;width:100%;z-index:1;}
.viewDet .detBody .fckBody .line i{display:inline-block;width:54px;height:54px;margin:0 auto;position: relative;z-index:2;}
.viewDet .detBody .fckBody .line i img{display:block;width:100%;}



.repodet .detBody .fckBody h5{font-size:20px;color:#212529;font-weight:bold;margin-bottom:25px;}
.repodet .detBody .fckBody h4{margin-bottom:25px;}
.repodet .detBody .fckBody hr{display:inline-block;width:100%;height:2px;margin:25px 0;;border:0;background-color:#212529;}
.repodet .detBody .fckBody p span{color:#faa41a;}


.videodet .videoBy{width:890px;}
.videodet .videoBy .det_1{display:inline-block;width:100%;}
.videodet .videoBy .det_1 .img_out{float:left;width:430px;height:215px;overflow:hidden;margin-right:20px;}
.videodet .videoBy .det_1 .img_out img{width:100%;object-fit:cover;}
.videodet .videoBy .det_1 .txt_box{float:left;width:calc(100% - 450px);padding-top:10px;}
.videodet .videoBy .det_1 .txt_box span{display:block;font-size:18px;line-height:30px;color:#6c737a;margin-bottom:25px;}
.videodet .videoBy .det_1 .txt_box h3{font-size:26px;font-size:2.6rem;line-height:30px;color:#212529;margin-bottom:15px;}
.videodet .videoBy .det_1 .txt_box p{font-size:16px;line-height:30px;color:#6c737a;}
.videodet .videoBy .det_2{border-bottom:1px solid #e8e9e9;padding-bottom:80px;}
.videodet .videoBy .det_2 ul{font-size:0;display:flex;}
.videodet .videoBy .det_2 ul li{display:inline-block;width:calc(100% /3);box-sizing: border-box;padding-left:30px;border-right:1px solid #e8e9e9;}
.videodet .videoBy .det_2 ul li h3{font-size:22px;font-size:2.2rem;line-height:46px;color:#212529;font-weight:bold;margin-bottom:30px;}
.videodet .videoBy .det_2 ul li h3 i{display:inline-block;width:46px;height:46px;vertical-align:middle;margin-right:15px;}
.videodet .videoBy .det_2 ul li h3 i img{display:block;width:100%;}
.videodet .videoBy .det_2 ul li h4{font-size:16px;font-size:1.6rem;color:#212529;line-height:30px;}
.videodet .videoBy .det_2 ul li p{font-size:16px;font-size:1.6rem;line-height:30px;color:#646c74}
.videodet .videoBy .det_2 ul li:first-child{padding-left:20px;}
.videodet .videoBy .det_2 ul li:last-child{border-right:0;}
.videodet .videoBy .det_3{padding:50px 20px;}
.videodet .videoBy .det_3 h3{font-size:22px;line-height:36px;color:#212529;font-weight:bold;}
.videodet .videoBy .det_3 p{font-size:16px;font-size:1.6rem;line-height:28px;color:#333333;}
.videodet .videoBy .det_4{margin:40px 0;}
.videodet .videoBy .det_4 audio{width:100%;}

#divList{min-height:400px;}

.sey-list{display: none; position: absolute; list-style-type: none; background-color: #fff; width:465px; color: #333;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;box-sizing: border-box;max-height:337px;overflow-y:auto;}
.sey-show{display: block;}
.sey-hide{display: none;}
.sey-item{cursor: pointer; padding:10px;}
.sey-item:hover{background-color:#00aec7;color:#fff;}
.sey-list::-webkit-scrollbar {width: 4px;height: 1px; }
.sey-list::-webkit-scrollbar-thumb {border-radius:2px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #00aec7; }
.sey-list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius:2px; background: #ccc; }

.ui-widget-content{max-height:337px;border-top:0!important;overflow-y:auto;}
.ui-widget-content::-webkit-scrollbar {width: 4px;height: 1px; }
.ui-widget-content::-webkit-scrollbar-thumb {border-radius:2px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #00aec7; }
.ui-widget-content::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius:2px; background: #ccc; }
.ui-menu .ui-menu-item-wrapper{padding:10px!important;box-sizing:border-box;}
.ui-menu .ui-menu-item-wrapper:hover,.ui-menu .ui-state-active{background-color:#00aec7!important;color:#fff;border:0!important;margin:0!important;}
