.header{
	width: 100%;
	height: 94px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 1px 3px rgba(0,0,0,0.07);
	transition: all .3s;
}

.header.fixed{
	height: 78px;
}

.header-space{
	width: 100%;
	height: 94px;
	transition: all .3s;
}
.header-space.add{
	height: 78px;
}



.header .logo {
	display: block;
	line-height: 0;
}

.header .logo img{
	width: auto;
	height: 56px;
	transition: all .3s;
}

.header.fixed .logo img{
	height: 50px;
}



.header .menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .menu li{
	margin: 0 10px;
}

.header .menu li a {
	display: block;
	line-height: 30px;
	background: none;
	font-size: 17px;
	color: #03234b;
	text-align: center;
	background-position: center top;
	padding: 0 18px;
	font-weight: normal;
}

.header .menu li a:hover, .header .menu li a.curr{
	font-weight: bold;
	color: #118ac9;
}
.header .right-button{
	display: flex;
	align-items: center;
}

.header .right-button .lang-box{
	min-width: 100px;
	display: flex;
	align-items: center;
	/* border-right: 1px solid #282828; */
	padding-right: 0;
	line-height: 0;
	flex-wrap: nowrap;
}

.header .right-button .lang-box img{
	height: 22px;
	width: auto;
	margin-right: 9px;
}
.header .right-button .lang-box a{
	display: block;
	line-height: 22px;
	color: #282828;
	font-size: 18px;
}

.header .right-button .search{
	margin-left: 17px;
	line-height: 0;
	cursor: pointer;
	display: none;
}

.header .right-button .search img{
	height: 20px;
	width: auto;
}




/* 首页banner样式 */

.banner {
	width: 100%;
	height: auto;
	position: relative;
}

.banner .swiper-slide {
	height: auto;
	position: relative;
}

.banner .swiper-slide a{
	display: block;
	line-height: 0;
}


.banner .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.banner .swiper-button-next::after,.banner .swiper-button-prev::after{
	content: '';
	display: none;
}
.banner .swiper-button-next{
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 20px;
	right:auto;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	outline: none;
}

.banner .swiper-button-prev {
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 20px;
	left:auto;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	outline: none;
}
.banner .swiper-pagination{
	bottom: 15px !important;
}

.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 6px !important;
	background-color: #ffffff;
	opacity: 0.7
}
.banner .swiper-pagination-bullet-active{
	background-color: #0274af;
}


.product-cat{
	padding: 110px 0 150px;
}

.product-cat .main{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-cat .left-box{
	width: 450px;
}

.product-cat .left-box .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 20px;
}

.product-cat .left-box span{
	width: 46px;
	height: 6px;
	background-color: #3b5c78;
	display: block;
}

.product-cat .left-box .introduce{
	font-size: 17px;
	line-height: 28px;
	padding-top: 50px;
}

.product-cat .right-img{
	width: 690px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-cat .right-img .item-one{
	display: flex;
	align-items: center;
	width: 320px;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.product-cat .right-img .item-one img{
	width: 100%;
	height: auto;
}

.product-cat .right-img .item-one::before{
	display: block;
	content: ' ';
	position: absolute;
	top:0;
	left:-150%;
	width:30%;
	height:100%;
	background:-webkit-linear-gradient(left, rgba(255,255,255,0)0%, rgba(255,255,255,0.3)30%, rgba(255,255,255,0)100%);
	transform:skewX(-30deg);
}
.product-cat .right-img .item-one:hover::before{
	left:150%;
    transition: all 0.8s ease-in-out;
}

.solu-section{
	background-color: #3c516a;
	padding-top:70px;
}
.solu-section h2.title{
	display: block;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.solu-section .sub-desc{
	display: block;
	margin-top: 25px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.solu-section .line{
	width: 46px;
	height: 6px;
	background-color: #118ac9;
	margin: 25px auto 0;
}
.solu-box{
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}
.solu-box ul li{
	float: left;
	height: 698px;
	width: 12%;
	transition:all 0.3s;
	background-size:  auto 100%;
}

.solu-box ul li.on{
	width: 40%;
	transition:all 0.3s;
}
.solu-box ul li .item-con{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: rgba(12,12,12,.5);
	transition:all .5s;
}


.solu-box ul li.on .item-con{
	transition:all .5s;
	background-color: rgba(12,12,12,.7);
}


.solu-box .item-con{
	box-sizing: border-box;
	padding: 140px 0 0 0;
}

.solu-box .item-con .title{
	padding: 0 20px;
	font-size: 20px;
	height: 65px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	transition:all 0.5s;
}
.solu-box .item-con .icon{
	line-height: 0;
	text-align: center;
}
.solu-box .item-con .icon img{
	width: 56px;
	height: 56px;
	transition:all 0.5s;
}	
.solu-box .item-con .tip{
	margin-top: 50px;
	font-size: 17px;
	line-height: 1.6;
	color: #ffffff;
	display: none;
	font-weight: normal;
}
.solu-box .item-con .more{
	margin-top: 35px;
	display: none;
}
.solu-box .item-con .more a{
	display: block;
	width: 120px;
	height: 35px;
	background-color: #118ac9;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	border-radius: 35px;
}
.solu-box .item-con .more a:hover{
	background-color: #00a8ff;
}

.solu-box ul li.on .item-con{
	padding-left: 10%;
	padding-right: 10%;
}

.solu-box ul li.on .item-con .title{
	text-align: left;
	font-size: 24px;
	padding: 0;
	transition:all 0.5s;
}

.solu-box ul li.on .item-con .icon{
	text-align: left;
	transition:all 0.5s;
}
.solu-box ul li.on .item-con .icon img{
	transition:all 0.5s;
	width: 90px;
	height: 90px;
}
.solu-box ul li.on .item-con .tip{
	display: block;
}
.solu-box ul li.on .item-con .more{
	display: block;
}


.solu-box ul .item1{
	background-image: url(../images/solu-cat1.jpg);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.solu-box ul .item1.on{
	background-position: center center;
}
.solu-box ul .item2{
	background-image: url(../images/solu-cat2.jpg);
	background-position: -160px center;
	background-repeat: no-repeat;
}
.solu-box ul .item2.on{
	background-position: center center;
}
.solu-box ul .item3{
	background-image: url(../images/solu-cat3.jpg);
	background-position: -245px center;
	background-repeat: no-repeat;
}
.solu-box ul .item3.on{
	background-position: center center;
}
.solu-box ul .item4{
	background-image: url(../images/solu-cat4.jpg);
	background-position: -325px center;
	background-repeat: no-repeat;
}
.solu-box ul .item4.on{
	background-position: center center;
}
.solu-box ul .item5{
	background-image: url(../images/solu-cat5.jpg);
	background-position: -210px center;
	background-repeat: no-repeat;
}
.solu-box ul .item5.on{
	background-position: center center;
}

.solu-box ul .item6{
	background-image: url(../images/solu-cat6.jpg);
	background-position: -180px center;
	background-repeat: no-repeat;
}
.solu-box ul .item6.on{
	background-position: center center;
}

.about-section{
	padding: 140px 0
}

.about-section .w80{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-section .left-box{
	width: 50%;
}

.about-section .left-box .title{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 30px;
}

.about-section .left-box span.line{
	width: 46px;
	height: 6px;
	background-color: #3b5c78;
	display: block;
}

.about-section .left-box .introduce{
	padding-top: 10px;
}
.about-section .left-box .introduce p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.number-list{
	margin-top: 60px;
}

.number-list .item-one{
	width:25%;
	float: left;
}

.number-list .item-one .num-box{
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.number-list .item-one .num-box .number{
	font-size: 36px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #015682;
}

.number-list .item-one .num-box .unit{
	color: #555555;
	margin-left: 10px;
	margin-top: 15px;
}

.number-list .item-one .desc{
	color: #555555;
}

.about-section .right-img{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-section .about-img{
	display: block;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.about-section .about-img img{
	width: 100%;
	height: auto;
}

.about-section .about-img::before{
	display: block;
	content: ' ';
	position: absolute;
	top:0;
	left:-100%;
	width:30%;
	height:100%;
	background:-webkit-linear-gradient(left, rgba(255,255,255,0)0%, rgba(255,255,255,0.4)30%, rgba(255,255,255,0)100%);
	transform:skewX(-30deg);
}
.about-section .about-img:hover::before{
	left:150%;
    transition: all 0.8s ease-in-out;
}


.new-pro-section{
	background-image: url(../images/new-pro-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 500px;
}

.new-pro-section .main{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 200px 0;
}

.new-pro-section .new-pro-title{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.new-pro-section .import-title{
	font-size: 40px;
	color: #00ccff;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 20px;
}

.new-pro-section a.more{
	display: block;
	width: 165px;
	height: 46px;
	background-color: #118ac9;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	border-radius: 46px;
	font-size: 20px;
	margin-top: 80px;
}
.new-pro-section a.more:hover{
	background-color: #00a8ff;
}

.news-section{ padding-bottom: 0; }

.news-section{
	background-color: #ffffff;
	padding:100px 0 20px;
}
.news-section h2.title{
	display: block;
	font-size: 36px;
	text-align: center;
	color: #111111;
	font-weight: bold;
}
.news-section .sub-desc{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	color: #666666;
}

.news-section .line{
	display: block;
	width: 46px;
	height: 6px;
	background-color: #118ac9;
	margin: 25px auto 0;
}


/*首页新闻中心*/
.thumbnail img {display:block; position:absolute; left:0; top:0; width:100%; height:100%;}

.home-news {padding:45px 0;}
.home-news ul {overflow: hidden; width:104%;}
.home-news li {float:left; width:46%; padding-right:4%; padding-bottom:4%;}
.home-news li a {display: block; overflow: hidden; position:relative;  border-top:2px solid #f7f5fa; padding-top:30px;}
.home-news li .thumbnail {float:left; width:280px; margin-bottom: 0;}
.home-news li .thumbnail img {transition:transform .3s;}
.home-news li figure {padding-bottom:67.924%; position:relative; overflow: hidden;}
.home-news li .info {margin-left:310px; padding:0 10px 25px 0;}
.home-news li h3 {font-size:18px; color:#333; font-weight:normal; line-height: 1.5; max-height: 60px; overflow: hidden; margin-bottom:5px;}
.home-news li .text {font-size:16px; color:#888; line-height: 1.75em; max-height:5.25em; overflow: hidden;}
.home-news li time, .home-news li .more {position:absolute; bottom:0; left:310px; font-size:14px; color:#bbb;}
.home-news li .more {left:auto; right:10px;}
.home-news li a:hover img {transform:scale(1.1,1.1);}
.home-news li a:hover h3, .home-news li a:hover .more {color:#118ac9; }


.readMore {text-align: center; font-size: 20px; border-top:1px solid #f1f1f1; padding-top:25px;}
.readMore a {color:#aaa; background:url(../images/icon_13.png) no-repeat right center; padding-right:25px;}
.readMore a:hover {color:#118ac9;}


/*内页Banner*/
.sub_banner {width: 100%;height: auto;line-height: 0;}
.sub_banner img{width: 100%; height: auto;}

.sub_bar {
	background-color:#f7f7f7;
	height:80px;
}

.sub_bar .w80{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subMenu span {display:none;}
.subMenu li {line-height: 80px; font-size:16px; color:#333; float:left; padding-right:30px;}
.subMenu li a {display:block; color:#333; position:relative;}
.subMenu li a:hover,.subMenu li a.cur {color:#118ac9;}
.subMenu li a.cur:after{content:''; display:block; width:100%; height:3px; background-color:#118ac9; position:absolute; left:0; bottom:0;}

.localtion {line-height: 80px; font-size:14px; color:#888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.localtion i {font-family: 'Simsun'; font-style: normal; padding:2px;}
.localtion a {color:#888; padding:2px 0;}
.localtion a:hover {color:#118ac9;}
.localtion span {color:#118ac9; padding:2px 0;}




.sub_content{padding:0; font-size: 16px; line-height: 1.8;}
.sub_content img{max-width: 100%;height: auto;}
.sub_content p{text-indent:0;}

.sub_content .section{padding: 60px 0;}

.section .title{
	font-size: 40px;
	color: #333;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}

.section .con-box{
	display: flex;
	padding: 40px 0 30px;
}
.section .com_pic{
	width: 35%;
}
.section .com_text{
	width: 100%;
	flex: 1;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 0;
	line-height: 2;
}



.icon-list{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.icon-list .icon-item{
	width:25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.icon-list .icon-item .pic{
	width:75px;
	height:75px;
}

.icon-list .icon-item .item-text{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color:#777;
}

.icon-list .icon-item .item-text em.number{
	font-style: normal;
	font-weight: bold;
	margin:0 10px 10px;
	font-size: 38px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #118ac9;
}

.honor-s{
	padding: 80px 0 50px;
}
#certify {
	position: relative;
	width: 100%;
	padding-top: 40px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify  .swiper-slide .pic{
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#certify  .swiper-slide .pic img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#certify  .swiper-slide .text {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#certify  .swiper-slide .text p {
	text-align: center;
	color: #555;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}





.development{
	background: #FFF;
	position: relative;
}

#devSwiper{
	padding: 50px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#devSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
	height: 400px;
}
#devSwiper .swiper-slide .time{
	width: 110px;
	height: 110px;
	line-height: 110px;
	margin: auto;
	background-image: linear-gradient(to right,#358a9b,#006fad);
	border-radius: 50%;
	text-align: center;
	
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -55px;
	margin-left: -55px;
	color: #fff;
	font-size: 26px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#devSwiper .swiper-slide .txt{
	font-size: 14px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 80px;
	box-sizing: border-box;
}
#devSwiper .swiper-slide:nth-child(even) .txt{
	bottom: auto;
	top: 50%;
	margin-bottom: auto;
	margin-top: 80px;
}
#devSwiper::after{
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	width: 150%;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/line3.png);
}
.development .button-box{
	position: absolute;
	top: 60px;
	right: 50px;
	display: flex;
	z-index: 9;
}
.development .button-prev, .development .button-next{
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 8px;
}
.development .button-box .button-next{
	background-image: url(../images/wm_button_icon.png);
	background-position: 0 -93px;
}

.development .button-box .button-next:hover {
	background-position: 0 -139px;
}

.development .button-box .button-prev {
	background-image: url(../images/wm_button_icon.png);
	background-position: 0 0;
}

.development .button-box .button-prev:hover {
	background-position: 0 -46px;
}


/* 产品应用 */
.application-list .item-one{
	margin-bottom: 70px;
}
.application-list .item-one .text-box{
	width: 46%;
  	margin-top: 20px;
	float: left;
}
.application-list .item-one a.app-title{
	display: flex;
	align-items: center;
	font-size: 24px;
	color:#118ac9;
	font-weight: normal;
	margin-bottom: 20px;
}

.application-list .item-one a.app-title img{
	width: 34px;
	height: auto;
	margin-right: 10px;
}

.application-list .item-one .desc{
	line-height: 30px;
	max-height: 180px;
	overflow-y: auto;
	padding-right: 25px;
	text-align: justify;
	font-size: 16px;
}

.application-list .item-one .related-product{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
	width: 100%;
	flex-wrap: wrap;
}

.related-product .rd-one{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
	width: 43%;
	cursor: pointer;
	position: relative;
}

.related-product .rd-one .i{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: url(../svg/roll-right.svg) center no-repeat;
	background-size: 12px;
	transition: transform 0.5s;
}

.related-product .rd-one:hover .i{
	background: #118ac9 url(../svg/roll-right-white.svg) center no-repeat;
	background-size: 12px;
}

.related-product .rd-one:hover span,.related-product .rd-one.on span{color: #118ac9;}

.related-product .rd-one .related-pro{
	display: none;
	min-width: 100px;
	position: absolute;
	top: -99px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	margin: 5px 0;
	padding: 10px 0;
	border: 1px solid #eee;
	border-radius: 2px;
	background-color: #fff;
	color: #666;
	transition: top 0.5s;
}

.related-product .rd-one.on .related-pro{
	top: 50px;
	display: block;
}

.related-product .rd-one.on .i{
	transform: rotate(90deg);
	background: #118ac9 url(../svg/roll-right-white.svg) center no-repeat;
	background-size: 12px;
}

.related-product .rd-one .related-pro::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: -6px;
}

.related-product .rd-one .related-pro li{
	position: relative;
	width: calc(100% + 1px);
	padding: 0 15px;
	box-sizing: border-box;
}

.related-product .rd-one .related-pro li a{
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 0;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.related-product .rd-one .related-pro li a:hover{
	color:#118ac9;
}

.related-product .rd-one .related-pro li:last-child a{
	border-bottom: 1px solid transparent;
}


/* 产品 */
.product{
	padding: 0;
}
.product .pro-title{
	display: flex;
	align-items: center;
	font-size: 22px;
	color:#333;
	margin-top: 20px;
}
.product .pro-title img{
	width: 29px;
	height: auto;
	margin-right: 10px;
}




.product-box{
	margin-top: 20px;
	width: 100%;
	position: relative;
}

.product-box .down-button{
	background-color: #118ac9;
	display: flex;
	align-items: center;
	font-size: 16px;
	color:#fff;
	height: 70px;
	position: absolute;
	right:0;
	top:0;
	margin-top: -70px;
	padding: 0 35px;
	cursor: pointer;
}
.product-box .down-button img{
	width: 20px;
	height: auto;
	margin-right: 6px;
}


.filter-box{
	width: 100%;
	border: 1px solid #d9d9d9;
	overflow-x: auto;
	white-space: nowrap; /* 确保内容不换行 */
}

.filter-box-head{
	width:2800px;
	min-width: 100%;
	display: flex;
}

.filter-box .filter-item{
	width: 140px;
	border-left: 1px solid #d9d9d9;
}
.filter-box .filter-item:first-child{
	border-left: none;
}	


.filter-box .filter-item .f-title{
	background-color: #f3f9ff;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.filter-box .filter-item .f-title span{
	color: #118ac9;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.filter-item .f-con{
	padding: 10px 10px 10px 15px;
}

.filter-item .ul{
	overflow-y: auto;
	height: 150px;
}
.filter-item .ul li{
	margin-bottom: 10px;
}
.filter-item .ul li .li-item{
	display: flex;
	align-items: center;
	line-height: 1.5;
	color: #333333;
	cursor: pointer;
}

.filter-item .li-item .c-icon{
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid #8a8a8a;
	margin-right: 8px;
	position: relative;
	transition: all .6s;
	background-color: #ffffff;
}

.filter-item .li-item .c-icon s{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../svg/selected.svg) center no-repeat;
	background-size: auto;
	background-size: 80%;
	transition: all .6s;
}


.filter-item .ul li .li-item:hover,
.filter-item .ul li .li-item.on{
	color: #118ac9;
}


.filter-item .ul li .li-item:hover .c-icon{
	border-color:#118ac9;
	background-color: #ffffff;
}
.filter-item .ul li .li-item.on .c-icon{
	border-color:#118ac9;
	background-color: #118ac9;
}

.filter-item .li-item span{
	width: calc(100% - 20px);
  	font-size: 14px;
	line-height: 1.2;
}

.filter-item .f-con .clear-box, .filter-item .f-con .reset-box{
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}
.filter-item .f-con .clear-box img, .filter-item .f-con .reset-box img{
	width: 15px;
	height: auto;
  	margin-right: 6px;
}



.filter-item .slide-box{
	height: 150px;
	position: relative;
	display: flex;
	align-items: center;
}

.filter-item .slide-box .layui-slider-vertical{
	margin-left: 20px;
}

.filter-item .slide-box .max-input,.filter-item .slide-box .min-input{
	position: absolute;
	left: 40px;
	top:30px;
	width: 60px;
    overflow: hidden;
    border-radius: 2px;
    border: solid 1px #cbcbcb;
}

.filter-item .slide-box .min-input{
	left: 40px;
	top:auto;
	bottom: 30px;
}
.filter-item .slide-box .s-input{
	width: calc(100% - 6px);
    height: 20px;
    display: flex;
	align-items: center;
    padding-left: 4px;
    font-size: 10px;
    color: #333;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    appearance: none;
    outline: 0;
}


.filter-item  .input-box{
	height: 150px;
	position: relative;
	display: flex;
}
.filter-item  .input-box .name-search{
	width: calc(100% - 6px);
    height: 28px;
    display: flex;
	align-items: center;
    padding-left: 4px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    appearance: none;
    outline: 0;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
}

.filter-box .total{
	font-size: 14px;
	display: flex;
	align-items: center;
	position: absolute;
	left:10px;
	width:100%;
	bottom:0;
}
.filter-box .total span{
	color:#118ac9;
	font-weight: bold;
	margin:0 3px;
}


.table-box{
	width: 100%;
	height: 450px;
	border: 1px solid #d9d9d9;
	overflow: auto;
	white-space: nowrap; /* 确保内容不换行 */
	position: relative;
}
.hauto{
	height: auto !important;
}


.table-box-body{
	width:2800px;
	min-width: 100%;
}
.table-box .item-tr{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #d9d9d9;
}
.table-box .item-tr.on,.table-box .item-tr:hover{
	background-color: #f3f9ff;
}

.table-box .item-td{
	width: 140px;
	border-left: 1px solid #d9d9d9;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.table-box .item-td .item-pad{
	font-size: 14px;
	line-height: 1.2;
}
.table-box .item-tr .item-td:first-child{
	border-left: none;
	font-weight: bold;
	color: #118ac9;
	cursor: pointer;
}

.loader {
	position: absolute;
	left:50%;
	top:40%;
	z-index: 99;
	transform: translate(-50%, -50%);
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #118ac9; /* Blue */
    border-radius: 50%; /* 圆形 */
    width: 60px; /* 宽度 */
    height: 60px; /* 高度 */
    animation: spin 2s linear infinite; /* 动画效果 */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.none-data{
	position: absolute;
	width:300px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#999;
}
/* 产品 */







/* 应用 */
.application-list .item-one .pic-box{
	width: 50%;
	height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
 	overflow: hidden;
	float: right;
}

.application-list .item-one .pic-box img {
	width: 100%;
	transform: scale(1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.application-list .item-one .pic-box:hover img {
	transform: scale(1.05);
}

.application-list .item-one:nth-child(2n) .text-box{
	float: right;
}
.application-list .item-one:nth-child(2n) .pic-box{
	float: left;
}

.section.fengcai{
	background: #f8f8f8;
	position: relative;
	padding-bottom: 100px;
}

.fengcai-box{
	margin-top: 50px;
	width: 100%;
	position: relative;
}

.fengcai-box img.bg{
	width: 100%;
	height: auto;
}


.fengcai-box .about-staff-ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.about-staff-li {
	position: absolute;
    transition: all .8s ease-out;
}

.about-staff-li.on {
    transform: scale(1.2);
}

.about-staff-li.active {
    transform: scale(0.9);
}


.about-staff-li-img, .about-staff-li-img img {
    width: 100%;
	height: auto;
}

.about-staff-li-cont {
    position: relative;
}

.about-staff-li-cont::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, rgba(0, 0, 0, 0.60) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-staff-li-cont .std-text2 {
    position: absolute;
	line-height: 1.2;
    bottom: 14px;
    left: 0;
    width: 100%;
    padding: 0 32px;
    color: rgba(255,255,255,0.8);
    z-index: 10;
	font-size: 14px;
}

.about-staff-li1 {
    left: 1.88%;
    top: 27.34%;
    width: 14vw;
}

.about-staff-li2 {
    left: 18.70%;
    top: 48%;
    width: 14vw;
}

.about-staff-li3 {
    left: 20.00%;
    top: 7.81%;
    width: 18.5vw;
}

.about-staff-li4 {
    left: 41.51%;
    top: 0.00%;
    width: 17.7vw;
}

.about-staff-li5 {
    left: 37%;
    top: 52%;
    width: 17vw;
}

.about-staff-li6 {
    left: 62.03%;
    top: 19.25%;
    width: 19.4vw;
}

.about-staff-li7 {
    left: 59.5%;
    top: 62%;
    width: 19.4vw;
}

.about-staff-li8 {
    left: 84.17%;
    top: 40%;
    width: 14vw;
}

.brc-con{
	padding: 50px 0;
	line-height: 1.8;
	font-size: 17px;
}

.brc-con img{
	max-width: 100%;
	height: auto;
}

.brc-con table{
	width: 100% !important;
	margin-bottom: 20px;
	max-width: 100%;
	border-spacing: 2px;
	border-collapse: separate !important;
	background-color: #dddddd;
	
}

.brc-con table td{
	padding: 8px;
	line-height: 1.5;
	background-color: #ffffff;
}
.brc-con table td img{
	width:auto;
	height: auto;
	max-width: 280px;
}
.brc-con p{
	display: block;
	line-height: 26px;
	min-height: 26px;
}

/*新闻列表*/

#newslist a{display: block;padding:50px 0;background: #fff;border-bottom: 1px solid #f2f2f2;}
#newslist a img{width:374px;height:auto;float: right;}
#newslist a .infobox{width:720px;float: left;}
#newslist a .infobox span{display:block;font-size:26px;color:#333;line-height:1.4;padding-bottom: 10px;}
#newslist a .infobox em{display:block;font-size: 16px;color:#999;padding-bottom:10px;font-style: normal;}
#newslist a .infobox p{display:block;font-size: 16px;color:#888;padding-bottom: 5px;line-height: 1.6}
#newslist a:hover span{color:#118ac9;}


/*内页分页*/
.pagenavi {font-size:0; text-align:center; line-height:normal; color:#323232;}
.pagenavi a {font-size:18px; color:#323232; display:inline-block; padding:0 18px 15px; margin:2px; border-bottom:2px solid transparent;}
.pagenavi a:hover {color:#118ac9;}
.pagenavi a.a_cur {border-color:#118ac9; color:#118ac9;}
.pagenavi a.a_btn {font-family: 'Simsun'; font-style: normal;}


/* 联系我们 */
.contact-us{
	padding: 50px 0;
}
.contact-us .gmap{
	float: left;
	position: relative;
	width: 48%;
	height: 640px;
}

#allmap1{
	width: 100%;
	height: 100%;
	position: relative;
}
.contact-con{
	width: 48%;
	float: right;
}

.contact-con h1.title{
	display: block;
	line-height: 1.4;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin: 0;
	font-weight: bold;
}
.contact-con h1.title::after{
	width: 46px;
  	height: 6px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 20px 0 0;
	background: #118ac9;
	
}
.c-icon-list{
	margin-top: 20px;
}
.c-icon-list li {
    display: flex;
    padding: 15px 0;
    margin: 0;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}


.c-icon-list li:hover {
    background-color: #f5f5f5;
}
.c-icon-list li .box-icon{
    width: 60px;
    height: 60px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-icon-list li:hover .box-icon {
    background-image: linear-gradient(to right,#358a9b,#006fad);
}

.c-icon-list li .box-icon img{
    width: 20px;
	height: 20px;
}


.c-icon-list .box-content{
    width: calc(100% - 80px);
    position: relative;
}
.c-icon-list .box-content h4{
	font-weight: bold;
}
.c-icon-list .box-content p{
	text-indent: 0;
}


/* 详情页 */
.ctt_tit{display:block;color:#333;font-size:32px;text-align:center;}
.ctt_con{padding:50px 0;color:#555;font-size:16px;line-height: 1.8;}
.ctt_con img{max-width: 100%;}
.ctt_con .date{display:block;color:#888; font-size:14px; padding:10px 0 0;text-align:center;}
.ctt_con .date span{margin:0 10px}
.ctt_con .ctt_det{padding:20px 0;}

.ud{line-height:2;color:#999}
.ud a{line-height:2;color:#555}
.ud a:hover{color:#118ac9}
/* 详情页 */


/*全站底部*/
.footer {background-color:#2f2f2f; clear:both;}
.footer .top {overflow:hidden; border-bottom:1px solid #3b3b3b; padding:60px 0 40px;}
.footer .top .left {float:left; overflow: hidden;}
.widget {float:left; padding-right:60px;}
.widget:last-child {padding-right:0;}
.widget h3 {font-size:16px; color:#fff; font-weight:normal; line-height: 1.125em; margin-bottom:20px;}
.widget h3  a{color:#fff;}
.widget li {font-size:14px; color:#888; line-height: 1.5em; padding:5px 0;}

.widget li a {color:#888;}
.widget li a:hover {color:#eee;}

.footer .top .right {float:right;}
.realTime {text-align:right; margin-bottom:40px;}
.realTime h3, .hotLine h3 {font-size:17px; color:#fff; font-weight:normal; line-height: 1.125em; margin-bottom:20px;}
.realTime .code {font-size:15px; color:#888; line-height: 1.6;}
.hotLine {text-align:right;}
.hotLine h3 i {font-style:normal; background:url(../images/icon_06.png) no-repeat left center; padding-left:30px;}
.hotLine p {font-size:24px; color:#fff; font-family: Arial;}

.links {font-size:14px; color:#6e6e6e; position:relative; width:218px; border:1px solid #555;}
.links span {display:block; height:38px; line-height: 38px; padding:0 30px 0 15px; position:relative; cursor:pointer; -webkit-user-select:none;}
.links span:after {content:''; display:block; width:8px; height:8px; border-right:1px solid #6e6e6e; border-bottom:1px solid #6e6e6e; transform:rotate(45deg); position:absolute; right:15px; top:50%; margin-top:-6px;}
.links ul {position:absolute; left:-1px; bottom:100%; width:100%; background-color:#2f2f2f; border:1px solid #555; padding:5px 0; display:none; z-index: 5;}
.links li a {display:block; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding:0 15px;}
.links li a:hover {color:#eee;}

.copyright {clear:both; padding:2% 0; font-size:14px; display: flex;align-items: center;justify-content: space-between; color:#6c6c6c; text-transform: uppercase;}
.copyright a {color:#6c6c6c;}
.copyright a:hover{color:#fff;}
.copyright .left {float:left;} 
.copyright .right {float:right;}
.copyright .right img {display:inline-block; vertical-align: middle; margin-right:5px;}

.backTop {width:68px; height:68px; border-radius:50%; background:#118ac9; cursor:pointer; position:fixed; bottom:18%; right:3%; z-index: 7; color:#fff;display: flex; align-items: center; justify-content: center;box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.backTop img{width:30px;height:30px;}
.backTop:hover{ background:#00a8ff; }