html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.w1400{position: relative;width: 1400px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}


@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}


/* .h-header{position: relative; z-index: 9999999;} */
.h-header{position: fixed; z-index: 9999999;background: #fff;width: 100%;top: 0;}

.head1{height: 40px;background: #F0F0F0;font-size: 14px;color: #666666;line-height: 1.2;}
.head1 b{font-size: 20px;font-family: DIN;font-weight: bold;color: #000000;background: linear-gradient(-30deg, #008CEF 0%, #056DB6 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head1>div{display: flex;align-items: center;height: 100%;}
.head1 .h1r{margin-left: auto;}

.head2{position: sticky;top: 0;transition: .3s;height: 100px;}
.head2>div{display: flex;align-items: center;}
.h-nav{display: flex;align-items: center;margin-left: auto;}
.h-nav .li{position: relative;}
.h-nav .li>a{display:block;font-size: 16px;color: #333333;line-height: 100px;padding: 0 18px;position: relative;}
.h-nav .li>a::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(150deg, #008CEF, #056DB6);z-index: -1;opacity: 0;transition: .3s;}
.h-nav .li.active>a,.h-nav .li:hover>a{color: #fff;}
.h-nav .li.active>a::after,.h-nav .li:hover>a::after{opacity: 1;}

.h-lang{display: flex;height: 30px;background: #FFFFFF;border: 1px solid #E5E5E5;border-radius: 15px;min-width: 80px;align-items: center;justify-content: center;overflow:hidden;margin-left: 10px;}
.h-lang .icon{display: block;width: 18px;height: 18px;background: url(../images/iconLang1.png);margin-right: 8px;transition: .3s;position: relative;z-index: 9;}
.h-lang span{font-size: 16px;color: #666666;transition: .3s;position: relative;z-index: 9;}
.h-lang:hover .icon{background: url(../images/iconLang2.png);}
.h-lang:hover span{color: #FFFFFF;}

.h-nav .h-subnav {width:160px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translate(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol {padding:12px 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#02BE2E;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.header-zw{height: 140px;}

.h-header.active .head2{height: 80px;transition: .3s;}
.h-header.active .h-nav .li>a{line-height: 80px;transition: .3s;}

.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 25px; height: 18px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #056DB6 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #056DB6; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{position: relative;height: 30px;margin-right: auto;}
.wap_header .logo img{height: 100%;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}




.BlueBgHover{position: relative;}
.BlueBgHover::before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(150deg, #008CEF, #056DB6);z-index: 1;opacity: 0;transition: .3s;}
.BlueBgHover:hover::before{opacity: 1;}




.pcBanner{display: block;}
.wapBanner{display: none;}
.mySwiperBanner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperBanner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.bannerItem {width: 100%;}
.bannerItem img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerItem.mobile {height: 100%}
.mySwiperBanner .swiper-pagination{display: flex;justify-content: center;bottom: 25px;}
.mySwiperBanner .swiper-pagination-bullet{display: block;width: 30px;height: 6px;background: #FFFFFF;opacity: 0.5;border-radius: 3px;transition: .3s;}
.mySwiperBanner .swiper-pagination-bullet-active{opacity: 1;}
.indNPBox .swiper-button-next::after,.indNPBox .swiper-button-prev::after{display: none;}
.indNPBox .swiper-button-next,.indNPBox .swiper-button-prev{display: block;width: 50px;height: 50px;margin-top:-25px;border: 1px solid rgba(255,255,255,.3);border-radius: 100%;display: flex;align-items: center;justify-content: center;transition: .3s;}
.indNPBox .swiper-button-next{right: 100px;}
.indNPBox .swiper-button-prev{transform: rotate(180deg);left: 100px;}
.indNPBox .swiper-button-next:hover,.indNPBox .swiper-button-prev:hover{background: #02BE2E;border-color: #02BE2E;}
@keyframes mouse{
	0{transform: translateY(0px);}
	50%{transform: translateY(20px);}
	100%{transform: translateY(0px);}
}



.hotSearch{background: #F8F8F8;padding: 18px 0;}
.hotSearch>div{display: flex;align-items: center;}
.hotSearch .searchKey{width: 100%;padding-right: 50px;}
.searchKey .atit{font-size: 18px;font-family: DIN;color: #000000;line-height: 1.3;font-weight: bold;margin-bottom: 10px;}
.searchKey .atit b{color: #037ED5;}
.searchKey .btit{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.searchKey .btit a{display: block;font-size: 16px;color: #666666;line-height: 1.3;margin: 0 15px;}
.searchKey .btit a:hover{color: #037ED5;}
.hotSearch .searchBox{width: 400px;flex-shrink: 0;}
.SearchForm{display: flex;border: 1px solid #037ED5;height: 50px;background: #ffffff;}
.SearchForm .int{width: 100%;font-size: 16px;color: #666666;padding: 0 15px;}
.SearchForm .int::placeholder{color: #cccccc;}
.SearchForm .subBox{width: 80px;flex-shrink: 0;display: block;height: 100%;background: linear-gradient(150deg, #008CEF, #056DB6);overflow: hidden;}
.SearchForm .subBox .sub{display: block;height: 100%;width: 100%;background-image: url(../images/iconSearch.png);background-repeat: no-repeat;background-position: center;cursor: pointer;}


/* .indTitle{text-align: center;padding: 80px 0 30px;} */
.indTitle{text-align: center;padding: 50px 0 30px;}

.indTitle .atit{font-size: 40px;font-weight: bold;color: #000000;line-height: 1.3;}
.indTitle .line{margin: 0px 0 4px;}
.indTitle .btit{font-size: 18px;color: #666666;line-height: 1.5;}



.sec1{/*padding-bottom: 100px;*/}
.indProBox{display: flex;}
.indProL{width: 300px;display: flex;flex-direction: column;min-height: 858px;}
.iplTit{background: url(../images/indLBg.jpg);height: 150px;display: flex;flex-direction: column;justify-content: center;padding: 0 20px 0 45px;flex-shrink: 0;}
.iplTit p{display: block;font-size: 30px;font-weight: bold;color: #FFFFFF;line-height: 1.2;}
.iplTit span{display: block;font-size: 16px;color: #FFFFFF;line-height: 1.8;}
.iplDesc{border-left: 7px solid #0287E6;background: #F7F7F7;padding: 20px;height: 100%;}
.iplDesc .li{display: flex;background: #FFFFFF;display: flex;align-items: center;padding: 0 18px;}

.iplDesc .li.active{background: #02BE2E;}
.iplDesc .li.active span{color: #ffffff;}
.iplDesc .li.active i{background: url(../images/iconRight3.png);}

.iplDesc .li+.li{margin-top: 15px;}
.iplDesc .li span{display: block;font-size: 18px;color: #333333;line-height: 50px;height: 50px;width: 100%;padding-right: 10px;transition: .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.iplDesc .li i{display: block;width: 25px;height: 25px;background: url(../images/iconRight2.png);flex-shrink: 0;transition: .3s;}
.iplDesc .li:hover{background: #02BE2E;}

.iplDesc .li.active{background: #02BE2E;}

.iplDesc .li:hover span{color: #ffffff;}
.iplDesc .li:hover i{background: url(../images/iconRight3.png);}
.iplMore{height: 120px;background: linear-gradient(150deg, #008CEF, #056DB6);display: flex;align-items: center;justify-content: center;margin-top: 7px;flex-shrink: 0;}
.indPhone{display: flex;align-items: center;}
.indPhone .img{margin-right: 10px;}
.indPhone .desc p{display: block;font-size: 16px;color: #FFFFFF;line-height: 1.3;}
.indPhone .desc span{display: block;font-size: 29px;font-family: DIN;font-weight: bold;color: #FFFFFF;line-height: 1.3;}

.indProR{width: calc(100% - 330px);margin-left: auto;}
.indProList{display: flex;flex-wrap: wrap;margin-bottom: -20px;}
.indProItem{display:block;width: calc(33.3333% - 14px);margin: 0 20px 20px 0;position: relative;}
.indProItem:nth-of-type(3n){margin-right: 0;}
.indProItem .img{position: relative;overflow: hidden;}
.indProItem .img img{width: 100%;transition: .5s;}
.indProItem .img .g{display: block;}
.indProItem .abox{position: absolute;bottom: 5px;left:0px;width:100%;display: flex;flex-wrap: wrap;justify-content: center;opacity: 0;transition: .3s;}
.indProItem .abox .a{display: block;text-align:center;width: 120px;line-height: 40px;height: 40px;font-size: 16px;color: #FFFFFF;background: linear-gradient(-30deg, #008CEF, #056DB6);border-radius: 5px;}
.indProItem .abox .a2{background: #02BE2E;}
.indProItem .abox .a+.a{margin-left: 20px;}
.indProItem .p{display: block;height: 60px;line-height: 60px;padding: 0 15px;background: #027cd1;font-size: 18px;color: #fff;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;}
.indProItem .p::after{content: "";display: block;width: 0%;height: 2px;background: #0287E5;position: absolute;bottom: 0;left: 0;transition: .3s;}
.indProItem:hover .img img{transform: scale(1.08);}
.indProItem:hover .abox{bottom: 15px;opacity: 1;}
.indProItem:hover .p::after{width: 100%;}

.indProItem:hover .p{
	background: #02BE2E;
}
.indProItem:hover .p::after{
	background: #02BE2E;

}

.indProItem:hover .desc .atit p{
	color: #02BE2E;
}
.indProItem:hover .desc .btit{
	color: #02BE2E;
	background-image: url(../images/rjt1_active.png);
}
.indProItem:hover .desc .atit span{
	color: #02BE2E;
	border-color: #02BE2E;
}


.indProItem .desc{border-bottom: 1px solid #333;padding-bottom: 10px;display: block;position: relative;}
.indProItem .desc::before{content: "";display: block;height: 2px;width: 0%;background: #02BE2E;position: absolute;bottom: -1px;left: 0;transition: .3s;}
.indProItem .desc .atit{display: flex;align-items: center;padding: 8px 10px 2px 0;}
.indProItem .desc .atit p{font-size: 18px;line-height:1.5;color: #333;display: block;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right: 10px;}
.indProItem .desc .atit span{display: flex;flex-shrink:0;width: 70px;height: 25px;color: #333;border: 1px solid #666;align-items: center;justify-content: center;font-size: 12px;line-height: 1.5;}
.indProItem .desc .btit{font-size: 14px;padding-right: 50px;background-image: url(../images/rjt1.png);background-repeat: no-repeat;background-position: calc(100% - 10px) center;background-size: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indProItem:hover .desc::before{width: 100%;}


@media screen and (min-width:1600px) {
	
	.indProItem.fd .desc{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.4);width: 100%;padding: 6px 10px;}
	.indProItem.fd .desc .atit{padding: 0px 0px 0px 0;}
	.indProItem.fd .desc .atit p{color: #fff;}
	.indProItem.fd .desc .atit span{color: #fff;border-color: #fff;}
	.indProItem.fd .desc .btit{background-image: url(../images/rjt2.png);color: #fff;}
		
}


.indProBtn {display: block;width: 200px;height: 50px;line-height: 50px;background: linear-gradient(150deg, #008CEF, #056DB6);text-align: center;font-size: 18px;color: #FFFFFF;margin: 45px auto 0;}
.indProBtn:hover{box-shadow: 0px 0px 10px 0 #ccc;transform: translateY(-10px);}



.sec2{background: url(../images/sec2Bg.jpg) center/cover;padding-bottom: 100px;}
.sec2 .swiper{width: 100%;overflow: hidden;position: relative;}
.sec2 .swiper-slide {}
.advBox{position: relative;}
.advItem{width: 100%;display: flex;}
.advItem .img{width: 50%;}
.advItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.advItem .desc{width: 50%;padding: 50px calc((100vw - 1400px)/2) 300px 50px;}
.advItem .desc .atit{font-size: 40px;font-weight: bold;color: #000000;line-height: 1.3;}
.advItem .desc .btit{font-size: 20px;color: #008CEF;line-height: 1.6;margin: 8px 0 35px;}
.advItem .desc .ctit{font-size: 16px;color: #666666;line-height: 1.7;margin-bottom: 50px;}
.advItem .desc .dtit{display: flex;flex-wrap: wrap;}
.advItem .desc .dtit .a{display: block;width: 200px;height: 50px;line-height: 50px;background: linear-gradient(150deg, #008CEF, #056DB6);text-align: center;font-size: 18px;color: #FFFFFF;}
.advItem .desc .dtit .a2{background: #02BE2E;margin-left: 15px;}
.advItem .desc .dtit .a:hover{transform: translateY(-10px);box-shadow: 0px 5px 10px #ccc;}

.advSLB{position: absolute;right: calc((100vw - 1400px)/2);bottom: 0;width: 50%;background: #FFFFFF;z-index: 999;padding: 50px 60px 0;z-index: 999;}
.slbItem{width: 100%;}
.slbItem .img{overflow: hidden;border: 2px solid transparent;transition: .3s;}
.slbItem .img img{width: 100%;transition: .3s;}
.slbItem p{display: block;font-size: 20px;color: #666666;line-height: 36px;text-align: center;padding: 12px 0;}
.advSLB .swiper-button-prev::after,.advSLB .swiper-button-next::after{display: none;}
.advSLB .swiper-button-prev,.advSLB .swiper-button-next{display: block;width: 60px;height: 60px;margin-top: -30px;background-color: #F5F5F5;border: 1px solid #F0F0F0;background-image: url(../images/iconRight4.png);background-repeat: no-repeat;background-position: center;}
.advSLB .swiper-button-prev{left: 0;transform: rotate(180deg);}
.advSLB .swiper-button-next{right: 0;}
.swiper-slide-thumb-active .slbItem .img{border-color: #0287E5;}


.indNumBox{background: url(../images/sec3Bg.jpg) center/cover;padding: 100px 0 310px;}
.indNumBox>div{display: flex;}
.indNumItem{width: 20%;text-align: center;}
.indNumItem p{display: block;font-weight: bold;font-family: Arial;color: #FFFFFF;font-size: 60px;line-height: 1.2;}
.indNumItem em{display: block;font-size: 16px;color: #FFFFFF;line-height: 1.5;}

.indAboutBox{display: flex;flex-wrap: wrap;background: #F7F7F7;margin-top: -200px;position: relative;z-index: 9;}
.indAboutBox .img{width: 50%;overflow: hidden;}
.indAboutBox .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.indAboutBox .desc{width: 50%;padding: 50px 50px 60px;}
.indAboutBox .desc .atit{font-size: 30px;font-weight: bold;color: #056DB6;line-height: 1.2;}
.indAboutBox .desc .btit{font-size: 16px;color: #666666;line-height: 1.65;margin: 22px 0 50px;}
.indAboutBox .desc .ctit{position: relative;display: flex;width: 180px;height: 40px;line-height:40px;background: url(../images/abg.jpg);text-align: center;}
.indAboutBox .desc .ctit a{display: block;width: 50%;font-size: 14px;color: #FFFFFF;}
.indAboutBox .desc .ctit a span{position: relative;z-index: 99;}
.indAboutBox .desc .ctit a::after{content: "";display: block;position: absolute;height: 100%;width: 0;top: 0;transition: .5s;}
.indAboutBox .desc .ctit a.a1::after{left: 0;background: #0287E5;}
.indAboutBox .desc .ctit a.a2::after{right: 0;background: #02BE2E;}
.indAboutBox .desc .ctit a:hover::after{width: 100%;}


.indTPSelList{display: flex;justify-content: center;margin: 25px 0;}
.indTPSel{display: block;height: 50px;line-height:48px;border: 1px solid #E9E9E9;padding: 0 20px;text-align: center;min-width: 150px;margin: 5px 10px;font-size: 18px;color: #333333;transition: .3s;position: relative;}
.indTPSel span{position: relative;z-index: 999;}
.indTPSel::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(150deg, #008CEF, #056DB6);z-index: 1;opacity: 0;transition: .3s;}
.indTPSel.active{color: #ffffff;}
.indTPSel.active::after{opacity: 1;}



.indTPList{display: none;}
.indTPList.active{display: block;}
.indTPList .swiper {width: 100%;height: auto;position: relative;overflow: hidden;}
.indTPList .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.indTPList {position: relative;}
.indTPList .img{overflow: hidden;width: 100%;}
.indTPList .img img{width: 100%;transition: .5s;}
.indTPList .img:hover img{transform: scale(1.08);}
.indTPList .swiper-button-prev:after,.indTPList .swiper-button-next:after{display: none;}
.indTPList .swiper-button-prev,.indTPList .swiper-button-next{display: block;width: 60px;height: 60px;background: #F5F5F5;border: 1px solid #F0F0F0;background-image: url(../images/iconRight4.png);background-repeat: no-repeat;background-position: center;}
.indTPList .swiper-button-prev{left: auto;right: 100%;transform: rotate(180deg);}
.indTPList .swiper-button-next{right: auto;left: 100%;}




.jjfaBox{display: flex;margin-top: 0px;}
.jjfaItem{width: 12.5%;position: relative;height: 650px;padding-top: 260px;background-position: center;background-size: cover;overflow: hidden;transition: .8s;}
.jjfaContent{transition: .5s;}
.jjfaContent .icon{display: flex;width: 80px;height: 80px;border: 1px solid #FFFFFF;border-radius: 50%;align-items: center;justify-content: center;margin: 0 auto;}
.jjfaContent .atit{font-size: 24px;font-weight: 400;color: #FFFFFF;line-height: 1.2;margin: 30px 0 10px;text-align: center;}
.jjfaContent .btit{font-size: 14px;color: #FFFFFF;line-height: 1.75;opacity: 0.7;visibility: hidden;opacity: 0;margin-top: 20px;transition: .5s;transition-delay: 0.5s;}
.jjfaItem .jjfaDesc{position: absolute;bottom: -101px;left: 0;width: 100%;display: flex;padding: 25px 50px;align-items: center;transition: 0.5s;transition-delay: 0.4s;border-top: 1px solid rgba(255,255,255,.5);}
.jjfaItem .jjfaDesc .ctit{width: calc(100% - 150px);font-size: 16px;color: #FFFFFF;line-height: 1.5;white-space: nowrap;}
.jjfaItem .jjfaDesc .dtit{display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;border: 1px solid #FFFFFF;font-size: 16px;color: #FFFFFF;}
.jjfaItem .jjfaDesc .dtit i{display: block;width: 5px;height: 9px;background: url(../images/rightIcon5.png);margin-left: 10px;}
.jjfaItem .jjfaDesc .dtit:hover{background: #02BE2E;border-color: #02BE2E;}

.jjfaItem.active{width: 75%;padding: 50px;}
.jjfaItem.active .jjfaContent{}
.jjfaItem.active .jjfaContent .icon{margin: 0;}
.jjfaItem.active .jjfaContent .atit{text-align: left;}
.jjfaItem.active .jjfaContent .btit{visibility: visible;opacity: 1;margin-top: 0;}
.jjfaItem.active .jjfaDesc{bottom: 0;visibility: visible;}




.mySwiperNews {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperNews .swiper-slide {display: flex;justify-content: center;align-items: center;}
.newsItem{display: flex;width: 100%;background: #F5F5F5;}
.newsItem .img{width: 50%;max-height: 345px;}
.newsItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.newsItem .desc{width: 50%;padding: 70px 50px;background: url(../images/newsBg.jpg) center/cover;}
.newsItem .desc .atit{font-size: 24px;font-weight:bold;color: #000000;line-height: 45px;height: 45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsItem .desc .btit{display: flex;align-items: center;font-size: 14px;color: #999999;line-height: 2;margin: 5px 0 10px;}
.newsItem .desc .btit img{margin-right: 10px;}
.newsItem .desc .ctit{font-size: 16px;color: #666666;line-height: 26px;max-height: 52px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsItem .desc .dtit{margin-top: 25px;}
.newsItem .desc .dtit .btn{display: flex;width: 120px;height: 40px;align-items: center;justify-content: center;background: linear-gradient(150deg, #008CEF, #056DB6);text-align: center;font-size: 16px;color: #FFFFFF;border-radius: 20px;transition: .3s;}
.newsItem .desc .dtit .btn i{display: block;width: 7px;height: 12px;background: url(../images/iconRight1.png);margin-left: 8px;}
.newsItem .desc .dtit .btn:hover{transform: translateY(-5px);box-shadow: 0px 10px 10px 0 #cecece;}

.indNewsLB .swiper-pagination{width: 50%;}
.indNewsLB .swiper-pagination-bullet{width: 20px;height: 4px;background: #FFFFFF;margin: 0 5px!important;opacity: 0.5;border-radius: 0;transition: .3s;}
.indNewsLB .swiper-pagination-bullet-active{opacity: 1;}

.indNewsList{display: flex;flex-wrap: wrap;padding: 50px 0;}
.indNewsItem{width: calc(33.3333% - 34px);margin: 0 50px 0 0;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;padding: 20px 0;}
.indNewsItem:nth-of-type(3n){margin-right: 0;}
.indNewsItem .atit{font-size: 14px;color: #999999;line-height: 2;transition: .3s;}
.indNewsItem .btit{font-size: 18px;color: #000000;line-height: 40px;height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem .ctit{display: flex;align-items: center;font-size: 14px;color: #999999;line-height: 2;transition: .3s;}
.indNewsItem .ctit i{display: block;width: 6px;height: 12px;background: url(../images/iconRight6.png);margin-left: 8px;transition: .3s;}
.indNewsItem:hover{border-color: #0287E5;}
.indNewsItem:hover .atit{color: #0287E5;}
.indNewsItem:hover .btit{color: #0287E5;}
.indNewsItem:hover .ctit{color: #0287E5;}
.indNewsItem:hover .ctit i{background: url(../images/iconRight7.png);}




.h-footer{background: url(../images/footerBg1.jpg) center/cover;}
.foot1{display: flex;justify-content: space-between;padding: 80px 0 40px;}
.foot1 dt a,.foot1 dt span{display: block;font-size: 16px;font-weight: bold;color: #FFFFFF;line-height: 24px;margin-bottom: 10px;}
.foot1 dd{display: flex;align-items: flex-start;}
.foot1 dd a,.foot1 dd span{display: block;font-size: 14px;color: #FFFFFF;line-height: 25px;opacity: 0.5;margin-top: 10px;}
.foot1 dd img{margin-right: 15px;margin-top: 12px;}
.foot1 .ewm{width: 150px;}
.foot1 .ewm img{width: 100%;}

.foot2{display: flex;align-items: center;padding: 18px 0 24px;border-top: 1px solid rgba(255,255,255,.1);}
.foot2 .f2l{}
.foot2 .f2r{margin-left: auto;}
.foot2 a,.foot2 span{font-size: 14px;color: #FFFFFF;line-height: 32px;opacity: 0.5;}
.foot2 span a{opacity: 1;}
.yqlj_box{position: relative;display: block;border: 1px solid #ffffff;}
.yqlj{display: flex;flex-direction: row-reverse;background: #1E1E1E;}
.yqlj span{display: block;height: 50px;line-height: 48px;color: #9E9E9E;border: 1px solid #444444;box-sizing: border-box;padding: 0 18px 0 50px;background: url(../images/yqlj.png) no-repeat;background-position: 15px 14px;font-size: 16px;opacity: 1;}
.yqlj i.jt{display:block;height: 50px;width: 50px;margin: 0;background: url(../images/downjt.png) no-repeat #ffffff;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 51px;left: 0;background: #1E1E1E;text-align: center;}
.yqlj_list a{display: block;color: #FFFFFF;height: 50px;line-height: 50px;}
.yqlj_list a:hover{color: #fff;}

.h-footer a:hover{opacity: 1;}


.sec1,.sec2,.sec3,.sec4,.sec5{overflow: hidden;}


@media screen and (max-width:1600px) {
	.w1400{width: 1200px;}
	.advItem .desc{padding: 40px calc((100vw - 1200px)/2) 250px 40px;}
	.advSLB{right: calc((100vw - 1200px)/2);}
	
	.h-nav .li>a{padding: 0 10px;}
	.hotSearch .searchBox{width: 350px;}
	.searchKey .btit{margin: 0 -10px;}
	.searchKey .btit a{margin: 0 10px;}
	
	.iplDesc .li span{font-size: 16px;height: 45px;line-height: 45px;}
	
	.slbItem p{font-size: 18px;padding: 2px 0 12px;}
	.advItem .desc .atit{font-size: 36px;}
	.advItem .desc .btit{font-size: 18px;}
	.advItem .desc .ctit{font-size: 15px;}
	
	.indNumBox{padding: 80px 0 280px;}
	.indAboutBox .desc{padding: 40px 40px 50px;}
	.indAboutBox .desc .btit{font-size: 15px;}
	.indNumItem p{font-size: 50px;}
	.indNumItem em{font-size: 15px;}
	.indTPSel{font-size: 16px;}
	
	.indProItem .abox .a+.a{margin-left: 10px;}
	
	.sec1{padding-bottom: 30px;}
	.sec2{padding-bottom: 80px;}
	
	.indProL{min-height: 725px;}
	
}
@media screen and (max-width:1400px) {
	.w1400{width: 1100px;}
	.advItem .desc{padding: 40px calc((100vw - 1100px)/2) 250px 40px;}
	.advSLB{right: calc((100vw - 1100px)/2);}
	.h-logo{zoom: .8;}
	.h-nav .li>a{font-size: 15px;padding: 0 12px;}
	.indNPBox .swiper-button-prev{left: 50px;}
	.indNPBox .swiper-button-next{right: 50px;}
	
	.hotSearch .searchBox{width: 320px;}
	.indProL{width: 250px;}
	.indProR{width: calc(100% - 270px);}
	.iplTit{height: 135px;padding: 0 15px 0 35px;}
	.iplTit p{font-size: 26px;}
	.iplTit span{font-size: 14px;}
	.indPhone .desc span{font-size: 24px;}
	
	.slbItem p{font-size: 16px;}
	
	.indProL{min-height: 700px;}
}

@media screen and (max-width:1199px) {
	.w1400{width: 100%;padding: 0 20px;}
	
	.h-header{display: none;}
	.wap_header{display: flex;}
	.header-zw{display: block;height: 60px;}
	
	
	.jjfaBox{margin-top: 10px;}
	.jjfaItem.active{padding: 20px;}
	.jjfaItem .jjfaDesc{padding: 15px 20px;}
	.jjfaContent .atit{font-size: 14px;transition: .3s;}
	.jjfaItem.active .jjfaContent .atit{font-size: 24px;}
	.jjfaItem .jjfaDesc .ctit{width: calc(100% - 120px);font-size: 15px;}
	.jjfaItem .jjfaDesc .dtit{width: 120px;height: 40px;font-size: 14px;}
	
	.newsItem .desc{padding: 40px 20px;}
	
	.indNPBox .swiper-button-prev{left: 20px;}
	.indNPBox .swiper-button-next{right: 20px;}
	
	.hotSearch{display: none;}
	.indTitle{padding: 50px 0 20px;}
	.indTitle .atit{font-size: 32px;}
	.indTitle .btit{font-size: 14px;}
	.indTitle .line{zoom: .75;}
	
	.indProL{display: none;}
	.indProR{width: 100%;}
	.indProItem .abox{display: none;}
	
	.indProItem .p{height: 50px;line-height: 50px;font-size: 16px;}
	.advItem{flex-wrap: wrap;}
	.advItem .img{width: 100%;}
	.advItem .desc{width: 100%;padding: 20px 20px 30px;}
	.advItem .desc .atit{font-size: 28px;}
	.advItem .desc .btit{font-size: 14px;margin: 5px 0 20px;}
	.advItem .desc .ctit{margin-bottom: 40px;}
	.advItem .desc .dtit{justify-content: center;}
	.advItem .desc .dtit .a{width: 150px;height: 45px;line-height: 45px;font-size: 16px;}
	.advItem .desc .dtit .a2{margin-left: 10px;}
	.advSLB{position: relative;right: 0;width: 100%;padding: 35px 45px 0;}
	.advSLB .swiper-button-prev, .advSLB .swiper-button-next{zoom: .75;}
	
	.sec1{padding-bottom: 20px;}
	.sec2{padding-bottom: 60px;}
	
	.indNumBox{padding: 50px 0 200px;}
	.indNumBox>div{flex-wrap: wrap;justify-content: center;}
	.indNumItem{width: auto;margin: 5px 10px;}
	.indNumItem p{font-size: 38px;}
	.indNumItem em{font-size: 14px;}
	
	.indAboutBox{margin-top: -160px;}
	.indAboutBox .img{width: 100%;}
	.indAboutBox .desc{width: 100%;padding: 20px 20px 40px;}
	.indAboutBox .desc .atit{font-size: 28px;}
	.indAboutBox .desc .btit{margin: 12px 0 30px;}
	.indTPSel{margin: 2px 4px;min-width: 120px;}
	.indTPList{padding: 0 40px;}
	.indTPList .swiper-button-prev, .indTPList .swiper-button-next{width: 40px;height: 40px;background-size: 20px;}
	.indTPList .swiper-button-prev{right: auto;left: -10px;}
	.indTPList .swiper-button-next{left: auto;right: -10px;}
	
	.newsItem .desc .ctit{font-size: 15px;}
	.indNewsItem .btit{font-size: 16px;}
	.indNewsItem{width: calc(33.333% - 14px);margin: 0 20px 0 0;}
	
	.foot1{padding: 40px 0 40px;flex-wrap: wrap;}
	.foot1 .li.dt{display: none;}
	.foot2{display: block;text-align: center;padding: 10px 0 10px;}
	.foot2 .f2r{display: none;}
	.foot2 a, .foot2 span{font-size: 12px;display: inline-block;line-height: 20px;}
	.foot1 .ewm{width: 120px;}
	.foot1 dd img{margin-top: 6px;}
	.foot1 dd a, .foot1 dd span{margin-top: 5px;}
	
}
@media screen and (max-width:780px) {
	.w1400{padding: 0 15px;}
	
	
	.jjfaItem{height: 600px;padding-top: 230px;}
	.jjfaItem.active{padding: 20px 15px;}
	.jjfaContent .atit{width: 18px;margin: 10px auto 10px;transition: .3s;}
	.jjfaItem .jjfaDesc .ctit{display: none;}
	.jjfaItem .jjfaDesc .dtit{margin-left: auto;}
	.jjfaContent .icon{width: 40px;height: 40px;transition: .5s;}
	.jjfaContent .icon img{width: 25px;transition:.5s;}
	.jjfaItem.active .jjfaContent .icon{width: 80px;height: 80px;}
	.jjfaItem.active .jjfaContent .icon img{width: 50px;}
	.jjfaItem.active .jjfaContent .atit{width: auto;}
	
	
	.newsItem{display: block;}
	.newsItem .img{width: 100%;}
	.newsItem .desc{width: 100%;padding: 20px 15px;}
	.newsItem .desc .atit{font-size: 22px;}
	.newsItem .desc .btit{font-size: 14px;}
	.newsItem .desc .dtit{margin-top: 40px;}
	.indNewsLB .swiper-pagination{display: none;}
	.indNewsItem{width: 100%;}
	.indNewsItem+.indNewsItem{border-top: none;}
	
	
	.indNPBox .swiper-button-prev{left: 15px;}
	.indNPBox .swiper-button-next{right: 15px;}
	
	.indProItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.indProItem:nth-of-type(3n){margin-right: 10px;}
	.indProItem:nth-of-type(2n){margin-right: 0px;}
	
	.indNumBox{padding: 30px 0 200px;}
	.indNumItem{margin: 10px 10px;}
	.indAboutBox{margin-top: -170px;}
	.indTPSel{font-size: 15px;padding: 0 15px;min-width: 100px;}
	
	.foot1 .li.e {display: none;}
	
	.mySwiperBanner .swiper-pagination{bottom: 10px;}
	.mySwiperBanner .swiper-pagination-bullet{width: 20px;}
	
	.indNPBox .swiper-button-next, .indNPBox .swiper-button-prev{zoom: .75;}
	
}

@media screen and (max-width:560px) {
	.pcBanner{display: none;}
	.wapBanner{display: block;}
}





.sec41{padding: 30px 0 100px;}
.w1200{max-width: 1200px;margin: 0 auto;}
.solutionList{display: flex;flex-wrap: wrap;margin: -10px;}
.solutionItem{display: block;width: calc(20% - 20px);margin: 10px;box-shadow: 0px 0px 10px 0 #ccc;background: #FAFAFA;}
.solutionItem .img{overflow: hidden;}
.solutionItem .img img{display: block;width: 100%;}
.solutionItem .atit{display: flex;align-items: center;justify-content: center;height: 60px;background: linear-gradient(90deg, #008CEE 0%, #066DB8 100%);font-size: 26px;color: #FFFFFF;line-height: 1;}
.solutionItem .btit{text-align: center;font-size: 20px;color: #444444;line-height: 1.8;padding: 8px 5px;}

@media screen and (max-width:1400px) {
	.w1200 {width: 1100px;}
	.solutionItem .atit{height: 50px;font-size: 22px;}
	.solutionItem .btit{font-size: 18px;}
}
@media screen and (max-width: 1199px){
	.w1200 {width: 100%;padding: 0 20px;}
	.solutionList{margin: -5px;}
	.solutionItem{width: calc(20% - 10px);margin: 5px;}
	.solutionItem .atit{font-size: 20px;}
	.solutionItem .btit{font-size: 16px;line-height: 1.6;}
	.sec41 {padding: 10px 0 70px;}
	
	
}
@media screen and (max-width: 780px){
	.w1200 {padding: 0 15px;}
	.solutionItem{width: calc(50% - 10px);margin: 5px;}
}







.cp-content-tit{font-size: 24px!important;}
.list-6 li a .btit{text-wrap: nowrap!important;}
.list-6 li .text .atit {font-size: 18px;line-height: 24px;}
.list-6 li .text .atit p {text-overflow: ellipsis;white-space: normal;overflow: hidden;}
.list-6 li .text .btit {font-size: 14px;line-height: 24px;color: #000;}
    

    
.LTJ{padding: 80px 0 80px;}

.leftTj{margin-top:30px;}
.tjTitle{background: linear-gradient(150deg, #008CEF, #056DB6);padding: 30px 25px 20px;}
.tjTitle .atit{display: block;font-size: 30px;font-weight: bold;color: #FFFFFF;line-height: 1.2;}
.tjTitle .btit{display: block;font-size: 16px;color: #FFFFFF;line-height: 1.8;}
.tjNews{display: block;position: relative;width: 100%;line-height: 44px;height: 45px;border-bottom: 1px dashed #eee;font-size: 16px;color: #666;padding-left: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tjNews::after{content: "";display: block;width: 4px;height: 4px;border-radius: 100%;background: #666;position: absolute;left: 4px;top: 50%;margin-top: -2px;transition: .3s;}
.tjNews:hover{color: #056DB6;}
.tjNews:hover::after{background: #056DB6;}

.indNewsList{display: flex;flex-wrap: wrap;padding: 0px 0;}
.indNewsItem{width: calc(33.3333% - 34px);margin: 0 50px 0 0;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;padding: 20px 0;}
.indNewsItem:nth-of-type(3n){margin-right: 0;}
.indNewsItem .atit{font-size: 14px;color: #999999;line-height: 2;transition: .3s;}
.indNewsItem .btit{font-size: 18px;color: #000000;line-height: 40px;height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem .ctit{display: flex;align-items: center;font-size: 14px;color: #999999;line-height: 2;transition: .3s;}
.indNewsItem .ctit i{display: block;width: 6px;height: 11px;background: url(../images/iconRight8.png);margin-left: 8px;transition: .3s;}
.indNewsItem:hover{border-color: #02be2e;}
.indNewsItem:hover .atit{color: #02be2e;}
.indNewsItem:hover .btit{color: #02be2e;}
.indNewsItem:hover .ctit{color: #02be2e;}
.indNewsItem:hover .ctit i{background: url(../images/iconRight9.png);}
.h80{height: 80px;display: block;width: 100%;}

@media screen and (max-width: 1400px){
	.tjTitle .atit{font-size: 26px;}
	.tjTitle .btit{font-size: 14px;}
	.leftTj{margin-top: 20px;}
}
@media screen and (max-width:780px) {
	.indNewsItem{width: 100%;margin: 0;}
	.indNewsItem+.indNewsItem{border-top: none;}
	.LTJ{padding: 50px 0 50px;}
	.h80{height: 50px;}
}