@import url("reset.css");
@import url("fonts.css");

:root {
	--main-color: #e7141a;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'SourceHanSansCNRegular',Arial,Helvetica,sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
.section{
	width: 100%;
	padding: 25px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 25px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}

.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1430px;
}

@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
	.container{
		width: 95%;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 40px 0;
	}
	.section{
		padding: 40px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 50px 0;
	}
	.section{
		padding: 50px 0;
	}
}

.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.full-head{
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
}

.lang-wrap{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.lang-wrap a{
	display: inline-block;
	padding-left: 30px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-transform: uppercase;
	font-size: 14px;
}
.lang-wrap a:hover{
	color: var(--main-color);
}
.lang-wrap a.cn{
	background-image:url(../images/cn.png);
}
.lang-wrap a.en{
	background-image:url(../images/en.png);
}

.top-link{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.top-link a{
	display: inline-block;
	margin-right:25px;
	float: left;
	line-height: 34px;
	color: #fff;
}
.top-link a i{
	font-size:18px;
	margin-right:6px;
	display: inline-block;
	vertical-align: top;
}
.top-flex-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.top-left{
	height: auto;
	overflow: hidden;
}
.top-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/** header **/
.logo{
	height: 64px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	transition: 0.5s;
}

.search-wrap{
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
}
i.search-open{
	display: block;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	color: #666;
	transition: 0.5s;
}
.search-wrap:hover i.search-open{
	color: var(--main-color);
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	position: fixed;
	top: -82px;
	left: 0;
	background-color: #fff;
	padding: 15px 0;
	width: 100%;
	z-index: 3000;
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
}
.search-open-wrap.active{
	top: 0;
	opacity: 1;
	visibility: visible;
}
.tan-search-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.search-box{
	flex: 1;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.search-box .key_text{
	height:50px;
	width:100%;
	overflow:hidden;
	line-height:50px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 90px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	height:38px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 999px;
	padding: 0 25px;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#000;
}

.tan-search-close{
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left: 5px;
}
.tan-search-close i{
	display: inline-block;
	color: var(--main-color);
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 100%;
	position:static;
	z-index: 8888;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 1.5vw;
}
.lang-en .nav .nLi{
	padding: 0 0.9vw;
}
.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:17px;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	position: relative;
}
.nav .nLi h3 a::after{
	content: '';
	height: 4px;
	width: 0;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: 0.5s;
}
.lang-en .nav .nLi h3 a{
	font-size: 15px;
}
.nav .on h3 a{
	color: var(--main-color);
}
.nav .on h3 a::after{
	width: 100%;
}

.sub-menu{
	width: 100vw;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 888;
	background-color: #f2f3f1;
	border-bottom: 4px solid #e7141a;
	padding: 60px 0;
}
.nav-sub-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav-sub-flex .zou{
	width: 62%;
}
.nav-sub-flex .you{
	width: 32%;
}
.sub-menu .sub{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position:relative;
	margin-left: -20px;
	margin-right: -20px;
}
.nav .sub li {
	width: 33.333333%;
	padding: 0 20px;
	height: auto;
	overflow: hidden;
	position:relative;
}
.nav .sub li > a {
	display:block;
	font-size: 16px;
	height:auto;
	overflow:hidden;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.nav .sub li a i{
	font-size: 12px;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.nav .sub a.hassub{
	padding-right: 45px;
}

.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}

.nav .sub li:hover a{
	color: var(--main-color);
	border-bottom-color: var(--main-color);
}
.pc-nav-bar{
	display: none;
}

.nav-sub-thumb{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	position: relative;
}
.nav-sub-thumb .thumb{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.nav-sub-thumb .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.head-fix-blank{
	width: 100%;
	height: 64px;
}

@media (min-width: 992px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.logo{
		height: 80px;
	}
	.head-fix-blank{
		height: 80px;
	}
	
}

@media (min-width: 1200px) {
	.lang-en .nav .nLi{
		padding: 0 1.5vw;
	}
	.lang-en .nav .nLi h3 a {
	  font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.lang-en .nav .nLi h3 a {
	  font-size: 17px;
	}
}

.index-ban-video{
	width: 100%;
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-bottom: 55%;
}
.index-ban-video video{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: -2px;
	z-index: 11;
}
.index-ban-cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 22;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index-ban-head{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}
.index-ban-head.white{
	color: #fff;
}
.index-ban-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.index-ban-more a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: var(--main-color);
	margin: 0 auto;
	font-size: 14px;
}
.index-ban-more a svg{
	margin-left: 6px;
}

@media (min-width: 768px) {
	.index-ban-video{
		padding-bottom: 40%;
	}
	.index-ban-head{
		font-size: 28px;
	}
	.index-ban-more a{
		font-size: 16px;
	}
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #212121;
}
.foot-logo{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot-logo img{
	display: block;
	max-width: 100%;
	height: 44px;
	float: left;
}
.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}
.foot-item + .foot-item{
	margin-top: 25px;
}
.foot-sort-name{
	color: #fff;
	font-size: 18px;
	position: relative;
	line-height: 1.8;
	z-index: 2;
	margin-bottom: 15px;
	font-weight: bold;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}

.foot-social{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
.foot-social li{
	height: auto;
	overflow: hidden;
}
.foot-social li + li{
	margin-left: 12px;
}
.foot-social li a{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.foot-social li img{
	display: block;
	width: 50px;
	height: 50px;
}

.full-copyright{
	background-color: #212121;
	padding: 20px 0;
}
.foot-copyright-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.copyright{
	width: 100%;
	color: rgba(147,147,147,1);
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: rgba(147,147,147,1);
}
.copyright a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
.foot-share-tittle{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}

.foot-fbk-wrap{
	height: auto;
	overflow: hidden;
	float: right;
	width: 100%;
	max-width: 600px;
	background-color: rgba(38,38,38,1);
	padding: 20px;
}
.foot-fbk-head{
	color: #fff;
	font-size: 20px;
}
.foot-fbk-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.foot-panel-wrap{
	height: auto;
	overflow: hidden;
}
.foot-row{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.foot-col-5{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 8px 10px;
}
.foot-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 8px 10px;
}
.foot-group{
	height: auto;
	overflow: hidden;
}
.foot-group label{
	display: block;
	color: #666;
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.5;
}
.foot-group label font{
	display: inline-block;
	vertical-align: middle;
	color: red;
	font-size: 14px;
	margin-left: 10px;
}

.foot-group input{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #343333;
	padding: 0 15px;
	color: #fff;
	line-height: 45px;
	font-size: 15px;
}
.foot-group textarea{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #343333;
	padding: 5px 15px;
	color: #fff;
	line-height: 25px;
	font-size: 15px;
	height: 100px;
	resize: none;
}
.foot-group button{
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border: none;
	outline: none;
	background-color: var(--main-color);
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.lang-en .foot-group button{
	width: 240px;
}
.foot-group button svg{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 16px;
	height: 16px;
}

.foot-list-contact{
	height: auto;
	overflow: hidden;
}
.foot-list-contact li{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.foot-list-contact li + li{
	margin-top: 5px;
}
.foot-list-contact li .ico{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	overflow: hidden;
	color: #fff;
}
.foot-list-contact li .ico i{
	font-size: 20px;
}
.foot-list-contact li .txt{
	flex: 1;
	padding-left: 10px;
	color: rgba(170,170,170,1);
	font-size: 16px;
	line-height: 2;
}
.foot-list-contact li .txt a{
	display: inline-block;
	color: rgba(170,170,170,1);
}
.foot-list-contact li .txt a:hover{
	color: var(--main-color);
}
.foot-line{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #666;
	margin: 20px 0;
}
.foot-nav-flex{
	display: none;
	margin-left: -8px;
	margin-right: -8px;
}
.foot-nav-flex .item-col{
	width: auto;
	padding: 0 8px;
	flex-grow: 1;
}

.foot-list-sort{
	height: auto;
	overflow: hidden;
}
.foot-list-sort li{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	color: rgba(176,176,176,1);
	padding: 5px 0;
}
.lang-en .foot-list-sort li{
	font-size: 15px;
}
.foot-list-sort li a{
	display: inline-block;
	color: rgba(176,176,176,1);
}
.foot-list-sort li a:hover{
	color: #fff;
}

@media (min-width: 768px) {
	.copyright{
		text-align: left;
	}
	.foot-item{
		width: 50%;
	}
	.foot-item + .foot-item{
		margin-top: 0;
	}
	.foot-nav-flex{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.copyright{
		width: 50%;
		text-align: left;
	}
	.copyright.support{
		text-align: right;
	}
	
}
@media (min-width: 992px) {
	.footer{
		padding-top: 50px;
	}
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-fbk-head{
		font-size: 28px;
	}
	.foot-col-5{
		width: 50%;
	}
	.foot-group label{
		font-size: 18px;
	}
	
}


/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.section-product{
	background-image: url(/static/images/48ba3906-4706-46ed-afe1-f031394251a2.png);
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin-right: 8px;
}
.public-head p{
	display: inline-block;
	position: relative;
	color: rgb(204, 204, 204);
}
.public-head span::after{
	content: '';
	width: 1px;
	height: 80%;
	background-color: var(--main-color);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.public-sml{
	font-size: 16px;
	position: relative;
}
.public-sml.white{
	color: #fff;
}

.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 20px;
	background-color: var(--main-color);
	white-space: nowrap;
	position: relative;
}
.public-more svg{
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
.public-more a::before{
	content:"";
	position:absolute;
	display:block;
	transition:all .6s;
	width:100%;
	height:0;
	border-radius:50%;
	left:50%;
	top:50%;
	padding-top:100%;
	transform:translateX(-50%) translateY(-50%);
}
.public-more a:hover::before{
	animation:style1 .75s;
	z-index:1
}
@keyframes style1 {
	0% {
		background:rgba(0,0,0,.25);
		transform:translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background:0 0;
		transform:translateX(-50%) translateY(-50%) scale(1)
	}
}

.mb-hide{
	display: none;
}

.section-service{
	background-color: #fff;
}
.index-publick-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-publick-flex .zou{
	width: 100%;
}
.index-publick-flex .you{
	display: none;
}

.serviceSwiper{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.serviceSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.serviceSwiper .swiper .swiper-slide{
	height: 220px;
	overflow: hidden;
	position: relative;
}
.serviceSwiper .swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.serviceSwiper .swiper .swiper-slide .ico{
	height: 220px;
	overflow: hidden;
}
.serviceSwiper .swiper .swiper-slide .ico img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.serviceSwiper .swiper .swiper-slide .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	bottom: -100%;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
	transform: translateY(-54px);
}
.serviceSwiper .swiper .swiper-slide .cover .title{
	text-align: left;
	color: #fff;
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	line-height: 24px;
	margin: 15px 15px 15px 15px;
	transition: 0.5s;
}
.serviceSwiper .swiper .swiper-slide .cover .brief{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 15px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
}

.serviceSwiper .swiper .swiper-slide:hover .ico img{
	transform: scale(1.1);
}
.serviceSwiper .swiper .swiper-slide:hover .cover{
	bottom: 0;
	transform: translateY(0);
	background-color: rgba(231,20,26,0.8);
}
.serviceSwiper .swiper .swiper-slide:hover .title{
	margin-top: 25px;
}

.service-page-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.service-page-flex .swiper-page{
	width: auto;
	padding: 0 20px;
	color: #032a4b;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.public-arrows{
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s;
}
.public-arrows svg{
	width: auto;
	height: 22px;
	fill: #666;
}
.public-arrows:hover{
	background-color: #032a4b;
	border-color: #032a4b;
}
.public-arrows:hover svg{
	fill: #fff;
}

.gridSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.gridSwiper .swiper{
	height: auto;
}
.gridSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.gridSwiper .swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.gridSwiper .swiper .swiper-slide .thumb{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 80%;
}
.gridSwiper .swiper .swiper-slide .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.gridSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.3);
}
.gridSwiper .swiper .swiper-arrows{
	background-color: rgba(255,0,0,0.6);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 33;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.gridSwiper .swiper .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.gridSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.gridSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.gridSwiper .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.gridSwiper .swiper-page .swiper-pagination-bullet{
	background-color: #fff;
	width: 10px;
	height: 10px;
	border: none;
	opacity: 1;
}
.gridSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

@media (min-width: 768px) {	
	.mb-hide{
		display: block;
	}
	.index-sort-tab{
		height: auto;
		overflow: hidden;
	}
	.index-sort-tab .item{
		height: auto;
		overflow: hidden;
		background-color: #fff;
		display: none;
	}
	
	.index-publick-flex .zou{
		width: auto;
		flex: 1;
		padding-right: 40px;
	}
	.index-publick-flex .you{
		display: block;
		width: auto;
	}
	.public-head{
		font-size: 30px;
	}
	.public-sml{
		font-size: 18px;
	}
	.serviceSwiper{
		margin-top: 30px;
	}
	.gridSwiper{
		margin-top: 30px;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 36px;
	}
	.public-sml{
		font-size: 22px;
	}
	.lang-en .public-sml{
		font-size: 20px;
	}
	.public-more a{
		line-height: 46px;
		font-size: 16px;
	}
	.public-more svg{
		width: 14px;
		height: 14px;
	}
	.serviceSwiper .swiper .swiper-slide .cover .title{
		font-size: 18px;
	}
	.gridSwiper{
		margin-top: 40px;
	}
	
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 40px;
	}
	.public-sml{
		font-size: 28px;
	}
	.lang-en .public-sml{
		font-size: 22px;
	}
	.public-more a{
		font-size: 16px;
	}
	
}

.section-fuwusort{
	background-image: url(/static/images/11c25de5-712a-425a-ba2c-250de4c082b3.png);
}
.index-fwsort-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.index-fwsort-flex .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-fwsort-flex .item + .item{
	margin-top: 15px;
}
.index-fwsort-list{
	height: auto;
	overflow: hidden;
}
.index-fwsort-list li{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index-fwsort-list li .thumb{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-fwsort-list li .thumb img{
	display: block;
	width: 100%;
	height: auto;
}
.index-fwsort-list li .txt{
	width: 100%;
	padding: 10px 0;
}
.index-fwsort-list li .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2;
}
.index-fwsort-list li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
}
.thumb-other{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.cover-other{
	height: 100%;
	position: relative;
	z-index: 22;
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cover-brief{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.cover-more{
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.index-fwsort-list li .thumb{
		width: 50%;
	}
	.index-fwsort-list li .txt{
		width: 50%;
		padding: 15px;
	}
	.index-fwsort-flex .item + .item{
		margin-top: 0;
	}
	.index-fwsort-flex .item:nth-child(3) .index-fwsort-list li .txt,
	.index-fwsort-flex .item:nth-child(5) .index-fwsort-list li .txt{
		order: -1;
	}
	
}

@media (min-width: 992px) {
	.index-fwsort-flex .item {
		width: 50%;
	}
	.index-fwsort-flex .item:nth-child(1){
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.index-fwsort-flex .item:nth-child(4) .index-fwsort-list li .txt{
		order: -1;
	}
	.index-fwsort-flex .item:nth-child(5) .index-fwsort-list li .txt{
		order: 1;
	}
	.index-fwsort-list li .thumb img{
		height: 220px;
		object-fit: cover;
	}
	
}

@media (min-width: 1200px) {
	.index-fwsort-list li .thumb img{
		height: 251px;
	}
	.index-fwsort-list li .title{
		font-size: 18px;
	}
	.cover-brief{
		font-size: 16px;
	}
}

.section-case{
	background-color: #fff;
}
.index-list-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: 15px;
}
.index-list-case li{
	width: 33.333333%;
	padding: 4px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-case li .wrap{
	width: 100%;
	background-color: rgba(242,242,242,1);
	padding: 30px 20px;
}
.index-list-case li .ico{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.index-list-case li .ico i{
	display: inline-block;
	line-height: 1.2;
	font-size: 45px;
	color: #666;
	transition: 0.5s;
}
.index-list-case li .title{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	transition: 0.5s;
}
.index-list-case li .wrap:hover .ico i,
.index-list-case li .wrap:hover .title{
	color: var(--main-color);
}

@media (min-width: 768px) {
	.index-list-case{
		margin-top: 25px;
	}
	.index-list-case li{
		width: 16.666666%;
	}
}
@media (min-width: 992px) {
	.index-list-case{
		margin-left: -8px;
		margin-right: -8px;
	}
	.index-list-case li{
		padding: 8px;
	}
	.index-list-case li .ico i{
		font-size: 64px;
	}
}


.section-partner{
	background-color: #eff4f5;
}
.index-list-partner{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.index-list-partner li{
	width: 33.333333%;
	padding: 5px;
}
.index-list-partner li .wrap{
	height: auto;
	overflow: hidden;
}
.index-list-partner li a{
	display: block;
}
.index-list-partner li .pic{
	border: 1px solid #f1f1f1;
	transition: 0.5s;
	border-radius: 10px;
}
.index-list-partner li .pic img{
	transition: 0.5s;
}
.index-list-partner li .wrap:hover .pic{
	border-color: var(--main-color);
}

.index-list-sort-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.index-list-sort-product li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-sort-product li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	transition: 0.5s;
	padding: 15px 0;
}
.index-list-sort-product li .title{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-family: 'PoppinsMedium';
}
.index-list-sort-product li .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	text-transform: capitalize;
	margin-top: 15px;
	font-size: 14px;
}
.index-list-sort-product li .pic img{
	transition: 0.5s;
}

.index-list-sort-product li .wrap:hover{
	border-color: var(--main-color);
}
.index-list-sort-product li .wrap:hover .pic img{
	transform: translateY(-10px);
}

@media (min-width: 640px) {
	.index-list-partner li{
		width: 25%;
	}
}
@media (min-width: 768px) {
	.index-list-partner li{
		width: 20%;
	}
	.index-list-sort-product{
		margin-left: -10px;
		margin-right: -10px;
	}
	.index-list-sort-product li{
		width: 25%;
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.index-list-partner{
		margin-left: -8px;
		margin-right: -8px;
	}
	.index-list-partner li{
		width: 14.285714%;
		padding: 8px;
	}
	.index-list-sort-product li .title{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.index-list-partner{
		margin-left: -12px;
		margin-right: -12px;
	}
	.index-list-partner li{
		padding: 12px;
	}
	.index-list-sort-product{
		margin-left: -18px;
		margin-right: -18px;
	}
	.index-list-sort-product li{
		padding: 18px;
	}
	.index-list-sort-product li .title{
		font-size: 20px;
	}
	.index-list-sort-product li .more{
		font-size: 16px;
	}
	.index-list-sort-product li .pic img{
		width: auto;
		max-height: 220px;
	}
}
@media (min-width: 1400px) {
	.index-list-partner{
		margin-left: -16px;
		margin-right: -16px;
	}
	.index-list-partner li{
		padding: 16px;
	}
	.index-list-sort-product li .title{
		font-size: 24px;
	}
}

/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:hidden;
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-proban-name{
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}
.in-proban-subname{
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 26px;
	margin-top: 10px;
	font-family: 'SourceHanSansCNBold';
	line-height: 1.2;
}


.in-dtl-prosort{
	font-size: 14px;
}
.in-dtl-protitle{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.lang-en .in-dtl-protitle{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .in-dtl-protitle{
	font-weight: bold;
}
.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.ny_banner{
		padding: 125px 0;
	}
	.in-dtl-prosort{
		font-size: 16px;
	}
	.in-dtl-protitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-dtl-prosml{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.in-proban-name{
		font-size: 34px;
	}
	.in-proban-subname{
		font-size: 38px;
	}
	.in-dtl-prosort{
		font-size: 18px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}

.full-in-path{
	width: 100%;
	background-color: rgba(241,243,248,1);
	padding: 15px 0;
	height: auto;
	overflow: hidden;
}

.public-path{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	flex-wrap: wrap;
}
.public-path a{
	color: #666;
	display: inline-block;
	margin: 0 4px;
}
.public-path a:hover{
	color: var(--main-color);
}
.public-path i{
	display: inline-block;
	margin-right: 5px;
}
.path-cur{
	line-height: 30px;
	font-size: 18px;
	color: var(--main-color);
}

.section-inner{
	position: relative;
}
.in-aside-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.aside-left{
	width: 100%;
	margin-bottom: 30px;
}
.aside-left h2{
	height:auto;
	line-height:1.5;
	font-size:28px;
	color:#fff;
	background-color: var(--main-color);
	padding: 18px 15px;
	margin-bottom: 2px;
	display: none;
}
.aside-left h2 i{
	font-size: 24px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	line-height: 54px;
}

.mb-all-sort{
	background-color: var(--main-color);
	color: rgba(255,255,255,0.8);
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px;
}

.mb-sub-bgshow{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 3333;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.mb-sub-bgshow.show{
	opacity: 1;
	visibility: visible;
}
.subsort-boxshow{
	position: fixed;
	z-index: 5555;
	top: 0;
	bottom: 0;
	left: 100%;
	height: 100vh;
	width: 70%;
	background-color: #fff;
	transition: 0.5s;
}
.subsort-boxshow.show{
	left: 30%;
}

.aside-contact{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:2;
	border-top:none;
	word-break:break-all;
	background-color: rgba(247,247,247,1);
	display: none;
}

.zlm{
	height: auto;
	overflow: hidden;
	overflow-y: auto;
}
.zlm dl{
	height: auto;
	overflow:hidden;
}
.zlm dl dt{
	height: auto;
	overflow: hidden;
	cursor: pointer;
	padding-right: 40px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background-color: #f5f5f5;
	transition: 0.5s;
}
.zlm dl + dl dt{
	border-top: 1px solid #ebebeb;
}
.zlm dl dt a{
	display:block;
	line-height: 30px;
	font-size: 15px;
	color: #666;
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.zlm dl dt i{
	display: block;
	width: 40px;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid rgb(0 0 0 / 5%);
	font-size: 14px;
	transition: 0.5s;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background-color: var(--main-color);
}
.zlm dl dt:hover a,.zlm dl #zlm_on a,.zlm dl .zlm_on a,
.zlm dl dt:hover i,.zlm dl #zlm_on i,.zlm dl .zlm_on i{
	color: #fff;
}

.zlm dl .sanji{
	display:none;
}
.zlm dl .sanji li{
	height:auto;
	overflow: hidden;
	line-height:30px;
	position:relative;
	padding: 10px 15px;
	transition: 0.5s;
	background-color: #ededed;
}
.zlm dl .sanji li + li{
	border-top: 1px solid #e1e1e1;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .sanji li:hover,
.zlm dl .sanji li.active{
	background-color: var(--main-color);
}
.zlm dl .sanji li:hover a,
.zlm dl .sanji li.active a{
	color: #fff;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}

.aside-main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-content{
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: rgba(102,102,102,1);
	line-height: 2;
}
.main-content img,
.main-content iframe,
.main-content video,
.main-content table{
	max-width: 100%;
	height: auto;
}

.photo-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.photo-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}
/* .photo-list.factory li{
	width: 33.333333%;
} */
.photo-list li .wrap{
	height: auto;
	overflow: hidden;
}
.photo-list li a{
	display: block;
	overflow: hidden;
}
.photo-list li .pic{
	border: 1px solid #eee;
	padding: 5px;
}
.photo-list.factory li .pic{
	padding: 0;
	border: 0;
}
.photo-list li h4{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}
.photo-list li .wrap:hover .pic img{
	transform: scale(1.1);
}
#baguetteBox-slider .full-image{
	padding: 50px 20px;
}
#baguetteBox-slider img{
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.photo-list li{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.photo-list li{
		width: 25%;
	}
	.aside-contact{
		display: block;
	}
}
@media (min-width: 1200px) {
	.photo-list li{
		width: 25%;
	}
}


.in-flex-pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.pages{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.pages a{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages span{
	display: inline-block;
	padding:0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
}
.pages a.no_next,
.pages a.hasnext{
	border-radius: 0 999px 999px 0;
}
.pages a.hasprev,
.pages a.no_pre{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pages i{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
}
.pages a.page-num:hover,
.pages .page-num-current{
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.pages a.page-link:hover{
	color: var(--main-color);
}

/** contact **/
.in-contact-content{
	width: 580px;
	height: auto;
	overflow: hidden;
}

.form-content{
	height: auto;
	overflow:hidden;
	padding:10px 10px 10px 70px;
	font-size:16px;
	line-height:25px;
	background:url(../images/feedback.png) 15px center no-repeat #f1f1f1;
	min-height:50px;
	border-radius: 5px;
}
.form-outer{
	height: auto;
	overflow: hidden;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.form-col-5{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.form-group label{
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 20;
	transition: all ease .3s;
	color: #666;
	pointer-events: none;
	font-size: 16px;
}
.form-group label.label-active{
	top: 0;
	font-weight: bold;
	color: #4ecd3e;
	font-size: 12px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
	vertical-align: middle;
}
.form-group.white label{
	color: #fff;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 1.2;
	padding-top: 24px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: #fff;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding-top: 24px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	outline: none;
	resize: none;
	height: 130px;
	overflow: hidden;
	transition: 0.5s;
	background-color: #fff;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group button{
	display: inline-block;
	line-height: 30px;
	padding: 10px;
	color: #fff;
	width: 180px;
	text-align: center;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 5px;
	letter-spacing: 1px;
	position: relative;
	z-index: 101;
	
	background-color: var(--main-color);
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group button::before{
	content:"";
	 position:absolute;
	 display:block;
	 transition:all .6s;
	 width:100%;
	 height:0;
	 border-radius:50%;
	 left:50%;
	 top:50%;
	 padding-top:100%;
	 transform:translateX(-50%) translateY(-50%)
}
.form-group button:hover:before {
 animation:style1 .75s;
 z-index:1
}

.form-group i{
	display: inline-block;
	color: #808080;
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.form-col-5{
		width: 50%;
	}
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 250px;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	flex: 1;
	padding-left: 30px;
}
.list-news-tuwen li h2.title{
	font-size: 18px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 15px;
}
.list-news-tulist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .time{
	margin-top: 10px;
	color: #888;
}
.list-news-tulist li .time i{
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 540px) {
	.list-news-tulist li{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.list-news-tulist li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-tulist li{
		width: 25%;
	}
}

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-pic li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-pic li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-news-pic li .title{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-pic li .wrap:hover .title a{
	color: #fff;
}
.list-news-pic li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	transition: 0.5s;
}
.list-news-pic li .time{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	transition: 0.5s;
}
.list-news-pic li .txt{
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .txt{
	background-color: var(--main-color);
}
.list-news-pic li .wrap:hover .brief,
.list-news-pic li .wrap:hover .time{
	color: #fff;
}

.in-news-wzlist{
	height: auto;
	overflow: hidden;
}
.in-news-wzlist li{
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
}
.in-news-wzlist li span{
	display: inline-block;
	width: 120px;
	color: #999;
	text-align: right;
}
.in-news-wzlist li .title{
	flex: 1;
}
.in-news-wzlist li i{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list-news-wzbrief{
	height: auto;
	overflow: hidden;
	margin-top: -20px;
}
.list-news-wzbrief li{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.list-news-wzbrief li .title{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 15px;
}
.list-news-wzbrief li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.list-news-wzbrief li .time{
	height: auto;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
	color: #666;
	font-family: 'GothamBook';
	line-height: 24px;
}
.list-news-wzbrief li .time i{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 18px;
	line-height: 24px;
}
.list-news-wzbrief li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.list-news-wzbrief li .more a{
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	background-color: var(--main-color);
}

.title-article{
	text-align: center;
	font-size: 20px;
}
.article-other{
	padding: 15px 0;
	border-top: 1px solid rgba(242,242,242,1);
	border-bottom: 1px solid rgba(242,242,242,1);
	margin-top: 15px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article-other li{
	width: 100%;
	height: auto;
	overflow: visible;
	font-size: 14px;
	color: rgba(153,153,153,1);
	line-height: 2;
}

.p_share{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.p_share a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
}
.p_share a img.share-img{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.websiteShareWxPop{
	position: absolute;
	left: 0;
	top: 100%;
	width: 140px;
	overflow: hidden;
	background-color: #2BAD13;
	padding: 10px;
	z-index: 22;
	display: none;
}
.qrcode{
	height: auto;
	overflow: hidden;
}
.qrcode img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.websiteShareWxTip{
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.shangxiapian li{
	width: 100%;
	padding: 5px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.shangxiapian li .wrap{
	width: 100%;
	background-color: rgba(245,245,245,1);
	padding: 15px;
}

.detail-news-btm{
	border-top: 1px solid rgba(242,242,242,1);
	border-bottom: 10px solid rgba(233,233,235,1);
	height: 0;
	padding-top: 15px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-news-pic li{
		width: 50%;
	}
	.shangxiapian li{
		width: 50%;
	}
	.article-other li{
		width: auto;
		margin-right: 15px;
	}
	.p_share{
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.list-news-pic li{
		width: 33.333333%;
	}
	.title-article{
		font-size: 24px;
	}
	
}
@media (min-width: 1200px) {
	.list-news-pic li .title{
		font-size: 20px;
	}
	.list-news-pic li .brief{
		font-size: 16px;
	}
	.title-article{
		font-size: 28px;
	}
}
@media (min-width: 1400px) {
	.list-news-pic li{
		width: 33.333333%;
	}
}


/** faq **/
.faqlist{
	height: auto;
	overflow:hidden;
}
.faqlist dl{
	height: auto;
	overflow:hidden;
	margin-bottom:10px;
}
.faqlist dl dt{
	height:44px;
	display:block;
	background:#f4f4f4;
	padding-left:20px;
	padding-right: 50px;
	cursor:pointer;
	position: relative;
}
.faqlist i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size:20px;
	transition:0.6s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist em{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	font-style:normal;
	font-size:16px;
	font-weight: bold;
	color: var(--main-color);
}
.faqlist h4{
	font-size:16px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:2.45;
	display:none;
	color: #555;
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(90deg);
	color: var(--main-color);
}

.in-down-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.in-down-list li{
	width: 50%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 82px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 25px;
}
.in-down-list li .wrap a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-down-list li .wrap a i{
	font-size: 36px;
}
.in-down-list li .wrap .title{
	font-size: 16px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
}
.in-down-list3 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

/** 留言弹窗 **/
.popform-mix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.popform{
	width: 830px;
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.popform-close{
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	background: url('../images/closeWhite.svg') no-repeat center/22px auto;
	top: 5px;
	right: 5px;
	transition: all .4s ease;
	text-align: center;
	line-height: 32px;
	color: #000;
	overflow: hidden;
}
.popform-close i{
	display: inline-block;
	font-size: 30px;
}
.popform-close:hover{
	transform: rotate(90deg);
}
.popform-title{
	width: 100%;
	text-align: center;
}
.popform-title h4{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	text-transform: capitalize;
}
.popform-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.popform-form li{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.popform-form li.full-li{
	width: 100%;
}
.popform-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.popform-form li input,
.popform-form li select{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 40px;
}
.popform-form li textarea{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 25px;
	resize: none;
}
.popform-form li i.must{
	font-size: 16px;
	color: #eb2a2e;
	position: absolute;
	left: 6px;
	top: 16px;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	
	font-style: normal;
}
.popform-form li select{
	background-image: url("../images/selArr.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 16px center;
}
.popform-form li p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.popform-form li p b{
	color: #eb2a2e;
}
.popform-form li h6{font-size: 14px;color: #888;display: inline-block;vertical-align: middle;position: relative;padding-left: 26px;user-select: none;cursor: pointer;}
.popform-form li h6::before{content: "";position: absolute;width: 15px;height: 15px;border: 1px solid #d2d2d2;left: 0;top: 3px;}
.popform-form li h6::after{display: none;content: "";position: absolute;width: 18px;height: 18px;background: url('../images/formYes.svg') no-repeat center/22px auto;left: 3px;top: 0px;}
.popform-form li h6.active::before{border: 1px solid #1f55ad;}
.popform-form li h6.active::after{display: block;}
.popform-form li a{font-size: 14px;color: #1f55ad;display: inline-block;vertical-align: middle;}
.popform-form li span.hint{font-size: 14px;color: #eb2a2e;display: inline-block;vertical-align: middle;margin-left: 4px;}
.popform-form li.popform-form-center{text-align: center;}
.popform-form li button{width: 160px;cursor: pointer;height: 40px;font-size: 16px;transition: all .4s ease;margin: 0 8px;border: none;}
.popform-form li button.popform-cancel{color: #666;border: 1px solid #d2d2d2;}
.popform-form li button.popform-confirm{background: var(--main-color);color: #fff;}
.popform-form li button.popform-cancel:hover{background: #d2d2d2;}
.popform-form li button.popform-confirm:hover{background: #00479d;}

/** product in **/
.in-product-list{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-product-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-product-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-product-list li .tupic{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 80%;
	border: 1px solid #eee;
}
.in-product-list li .tupic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.in-product-list li .title{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin-top: 15px;
	padding-right: 35px;
	position: relative;
}
.in-product-list li .title span{
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--main-color);
}
.in-product-list li .title span svg{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.in-product-list li .title span svg path{
	fill: white;
}
.in-product-list li .brief{
	margin-top: 10px;
	line-height: 1.5;
	color: rgba(69,69,69,1);
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.in-product-list li .wrap:hover .tupic img{
	transform: scale(1.1);
}

.in-product-row{
	height: auto;
	overflow: hidden;
}
.in-product-row li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.in-product-row li + li{
	margin-top: 25px;
}
.in-product-row li .pic{
	width: 100%;
	border: 1px solid #ddd;
}
.in-product-row li .pic img{
	transition: 0.5s;
}
.in-product-row li:hover .pic img{
	transform: scale(1.05);
}
.in-product-row li .txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.in-product-row li .title{
	font-size: 16px;
	font-family: 'PoppinsMedium';
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-row li .more a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #000;
	padding: 10px;
}
.in-product-row li .more a + a{
	margin-left: 10px;
}

@media (min-width: 480px) {
	.in-product-row li .pic{
		width: 50%;
	}
	.in-product-row li .txt{
		width: auto;
		flex: 1;
		padding-left: 20px;
		margin-top: 0;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
}

@media (min-width: 768px) {
	.in-product-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		width: 33.333333%;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.in-product-list li .title{
		font-size: 16px;
	}
	
	.in-product-row li .pic{
		width: 252px;
	}
	.in-product-row li .txt{
		padding-left: 40px;
	}
	.in-product-row li .title{
		font-size: 18px;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more a{
		font-size: 14px;
		padding: 10px 15px;
	}
	
}
@media (min-width: 992px) {
	.aside-left{
		width: 250px;
		margin-bottom: 0;
	}
	.aside-left h2{
		display: block;
		font-size: 22px;
	}
	.mb-all-sort{
		display: none;
		height: 0;
	}
	.mb-sub-bgshow{
		display: none;
	}
	.subsort-boxshow{
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
	}
	
	.aside-main{
		width: auto;
		flex: 1;
		padding-left: 30px;
	}
	
	.in-product-row li .title{
		font-size: 20px;
	}
	.in-product-row li .brief{
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.75;
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more{
		margin-top: 20px;
	}
	
}
@media (min-width: 1200px) {
	.aside-left{
		width: 280px;
	}
	.aside-left h2{
		font-size: 24px;
	}
	.in-product-list li{
		margin-bottom: 30px;
	}
	.in-product-list li .title{
		font-size: 16px;
	}
	
}
@media (min-width: 1400px) {
	.aside-left{
		width: 300px;
	}
	.aside-left h2{
		font-size: 28px;
	}
	
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-product-right{
	flex: 1;
}
.detail-product-title{
	color: #000;
	line-height: 1.25;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
.detail-product-brief{
	color: rgba(144, 147, 153, 1);
	font-size: 14px;
	line-height: 2;
}
.detail-product-line{
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	margin: 15px 0;
}
.detail-product-sort{
	color: rgba(153,153,153,1);
	font-size: 14px;
	line-height: 2;
	margin-bottom: 5px;
}
.detail-product-more-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.detail-product-more{
	 margin-top: 20px;
}
.detail-product-btm{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-btm li{
	position: relative;
	font-size: 14px;
}
.detail-product-btm li + li{
	margin-left: 10px;
}
.detail-product-btm li a{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--main-color);
}
.detail-product-btm li i{
	display: inline-block;
	margin-right: 10px;
}
.web-share{
	height: auto;
	overflow: hidden;
}

@media (min-width: 768px) {
	.detail-product-zoom{
		width: 48%;
	}
	.detail-product-right{
		padding-left: 30px;
		margin-top: 0;
	}
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:16px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #fff;	
	padding:0 25px;
	cursor:pointer;
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background-color: var(--main-color);
    color: #fff;
}
.slideBox-product .bd{
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.detail-product-content table{
	width: 100%;
	background-color: #f5f5f5;
	border-color: #ddd;
	margin-top: 20px;
	border-collapse: collapse;
}
.detail-product-content table tr:nth-child(2n+1){
	background-color: #ebebeb;
}
.detail-product-content table td{
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #fff;
}

.maplist{
	height: auto;
	overflow: hidden;
}
.maplist h3{
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.maplist h3::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.maplist-sub{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.maplist-sub li{
	font-size: 16px;
	margin-right: 25px;
}
.maplist-sub li i{
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}


/** 404 **/
.error-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.error-flex .error-item{
	width: 33.333333%;
	padding: 0 15px;
}
.error-404{
	color: #f0f0f0;
	font-size: 160px;
	font-weight: 700;
	font-family: 'Roboto';
}
.error-head{
	height: auto;
	overflow: hidden;
	font-size: 22px;
	color: #17A379;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

/** about **/
.section-about{
	background-color: #fff;
}
.index-full-about{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.index-full-about .item{
	width: 100%;
	padding: 10px 20px;
}

.about-pic{
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.about-brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
.about-more a{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 35px;
	color: #fff;
	background-color: var(--main-color);
	text-transform: uppercase;
	border-radius: 999px;
	float: left;
}

.soloSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.soloSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.soloSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
}
.soloSwiper .swiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.soloSwiper .swiper .swiper-slide a{
	display: block;
}
.soloSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}

.soloSwiper .swiper-arrows{
	width: 30px;
	height: 30px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 11;
}
.soloSwiper .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.soloSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}

.shuzhi-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.shuzhi-list li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.shuzhi-list li .num{
	height: auto;
	overflow: hidden;
	font-family: 'KnockoutHTF30';
	font-size: 36px;
	line-height: 1.1;
	text-align: left;
	color: var(--main-color);
}
.shuzhi-list li .title{
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}

@media (min-width: 768px) {
	.soloSwiper{
		margin-top: 30px;
	}
	
}

@media (min-width: 992px) {
	.index-full-about .item{
		width: 50%;
	}
	.shuzhi-list{
		justify-content: space-between;
	}
	.shuzhi-list li{
		width: auto;
		max-width: 25%;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}	
	
}

@media (min-width: 1200px) {
	.about-brief{
		font-size: 16px;
	}	
	.shuzhi-list{
		margin-left: -20px;
		margin-right: -20px;
	}
	.shuzhi-list li{
		padding: 20px;
	}
	.shuzhi-list li .num{
		font-size: 42px;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
	.shuzhi-list li .wrap{
		padding: 25px 15px;
	}
	
	.soloSwiper{
		margin-top: 40px;
	}
		
}

.section-app{
	background-color: #fff;
	background-image: url(../images/honor-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
}

.honorSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.honorSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide .title{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 10px;
	background-color: rgba(245,245,245,1);
	color: #444;
	transition: 0.5s;
	text-align: center;
}
.honorSwiper .swiper .swiper-slide:hover .title{
	color: #fff;
	background-color: var(--main-color);
}
.honorSwiper .service-page-flex .swiper-page{
	display: block;
	width: 60%;
	margin: 0 15px;
}
.honorSwiper .service-page-flex .swiper-page.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: var(--main-color);
}

@media (min-width: 992px) {
	.honorSwiper{
		margin-top: 40px;
	}
	.honorSwiper .swiper .swiper-slide .title{
		font-size: 16px;
	}
	.honorSwiper .service-page-flex .swiper-page{
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.honorSwiper .swiper .swiper-slide .title{
		font-size: 18px;
	}
}

/** news **/
.section-news{
	background-image: url(/static/images/b390040a-2298-496a-af4d-46b180a74eea.png);
}
.index-list-sort-news{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
}
.index-list-sort-news::after{
	content: '';
	width: 1920px;
	height: 1px;
	background-color: #dbdbdb;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}
.index-list-sort-news li{
	font-size: 14px;
	position: relative;
	padding-bottom: 20px;
}
.index-list-sort-news li::after{
	content: '';
	width: 0;
	height: 3px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: 0.5s;
	z-index: 11;
	transform: translateX(-50%);
}
.index-list-sort-news li + li{
	margin-left: 25px;
}
.index-list-sort-news li a{
	display: block;
}
.index-list-sort-news li.active a{
	color: var(--main-color);
}
.index-list-sort-news li.active::after{
	width: 100%;
}

.index-list-news{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -13px;
	margin-right: -13px;
	margin-top: 15px;
}
.index-list-news li{
	width: 100%;
	padding: 13px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-news li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding-bottom: 4px;
}
.index-list-news li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-list-news li .thumb{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
	z-index: 11;
}
.index-list-news li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
}
.index-list-news li .thumb span{
	display: inline-block;
	line-height: 40px;
	color: #fff;
	background-color: var(--main-color);
	padding: 0 20px;
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 33;
}
.index-list-news li .txt{
	padding: 20px;
}
.index-list-news li .title{
	font-size: 16px;
	font-weight: bold;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-list-news li .time{
	color: #666;
	font-size: 14px;
	line-height: 2;
	margin: 5px 0;
}
.index-list-news li .brief{
	font-size: 14px;
	color: #777;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.index-list-news li .wrap::after{
	content: '';
	height: 4px;
	width: 0;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.index-list-news li .wrap:hover::after{
	width: 100%;
}

@media (min-width: 768px) {
	.index-list-sort-news li{
		font-size: 16px;
	}
	.index-list-sort-news li + li{
		margin-left: 50px;
	}
	.index-list-news li{
		width: 33.333333%;
	}
	
}
@media (min-width: 992px) {
	.index-list-sort-news li{
		font-size: 18px;
	}
	.index-list-sort-news li + li{
		margin-left: 70px;
	}
	.index-tab-product{
		margin-top: 45px;
	}
	.index-list-news li .title{
		font-size: 18px;
	}
	
}
@media (min-width: 1200px) {
	.index-list-sort-news{
		margin-top: 30px;
	}
	.index-tab-product{
		margin-top: 65px;
	}

}

/** friendlink **/
.section-link{
	padding: 20px 0;
	background-color: transparent;
}

.in-nav-drop{
	height: 46px;
	display: flex;
	align-items: center;
}
.nav-drop-link{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
	padding: 10px 15px;
	color: var(--main-color);
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	float: right;
	transition: 0.5s;
	color: var(--main-color);
}
.nav-drop-link h3.on i{
	transform: rotate(-90deg);
}
.in-nav-list{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	margin-top: 2px;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.in-nav-list ul li a{
	height: 40px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	padding: 0 40px;
	overflow: hidden;
}
.in-nav-list ul li a:hover{
	background-color: #F2F7FC;
}

.section-top-nav{
	padding: 0;
	overflow: visible;
	border-bottom: 1px solid #ddd;
}

.list-case-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-case-pic li{
	width: 100%;
	padding: 15px;
}
.list-case-pic li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-case-pic li a{
	display: block;
}
.list-case-pic li .pic{
	height: auto;
	overflow: hidden;
}
.list-case-pic li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.list-case-pic li .cover{
	background-color: #f7f7f7;
	padding: 15px;
}
.list-case-pic li .title{
	font-size: 16px;
	margin-top: 15px;
}
.list-case-pic li .brief{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}

.list-case-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}

.section-feedback{
	padding-top: 40px;
	background-image: url(../images/feedback-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
}
.index-fbk-outer{
	height: auto;
	overflow: hidden;
	background-color: #202e7e;
	padding: 30px;
}
.index-fbk-box{
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.index-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-fbk-col-3{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-col-10{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-group{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.index-fbk-group label{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.index-fbk-group input{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
}
.index-fbk-group textarea{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	height: 160px;
}
.index-fbk-group button{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	padding: 0 70px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.list-case-pic li{
		width: 50%;
	}
	.section-feedback{
		padding-top: 50px;
	}
	.index-fbk-outer{
		padding: 40px;
	}
	.index-fbk-col-3{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.section-top-nav{
		display: none;
	}
	.list-case-pic li{
		width: 33.333333%;
		margin-bottom: 0;
	}
	.list-case-pic li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,161,233,0.5);
		color: #fff;
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.list-case-pic li .brief{
		color: #fff;
		display: none;
	}
	.list-case-pic li .title{
		text-align: center;
	}
	.list-case-pic li .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.section-feedback{
		padding-top: 70px;
	}
	.index-fbk-outer{
		padding: 50px;
	}
	
}
@media (min-width: 1200px) {
	
	.list-case-pic li .brief{
		display: block;
		text-align: center;
	}
	.section-feedback{
		padding-top: 90px;
	}
	.index-fbk-outer{
		padding: 50px 80px;
	}
	.index-fbk-group label{
		font-size: 18px;
	}
	
}

@media (min-width: 1400px) {
	.section-feedback{
		padding-top: 110px;
	}
	.index-fbk-outer{
		padding: 50px 100px;
	}
	.index-fbk-group label{
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.section-feedback{
		padding-top: 140px;
	}
}

.section-video{
	background-color: #fff;
}


.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode label{
	display: inline-block;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.in-fbk-vecode .yanzhm{
	height: auto;
	overflow: hidden;
	float: left;
}
.in-fbk-vecode .yanzhm input.yzm{
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
}

/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}

.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(29,92,155,0.7);
}

.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 25px;
	height: 5px;
	border-radius: 999px;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}

.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 50px;
	background-color: var(--main-color);
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}

.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
	position: relative;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.zoom-so{
	width: 30px;
	height: 30px;
	background-color: #ccc;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
}
.zoom-so i{
	display: inline-block;
	font-size: 18px;
}

.section-inmap{
	background-color: #f3f3f3;
}
.section-contact-one{
	background-color: #f3f3f3;
}
.in-pub-head{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.in-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.in-list-contact li{
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-contact li .wrap{
	width: 100%;
	background-color: #fff;
	padding: 25px 20px;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
}
.in-list-contact li .wrap .ico{
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-list-contact li .wrap .ico i{
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	font-size: 24px;
	color: var(--main-color);
}
.in-list-contact li .wrap .cnt-txt{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.in-list-contact li .wrap .cnt-txt .title{
	color: #999;
	font-size: 16px;
}
.in-list-contact li .wrap .cnt-txt .cnt-content{
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.in-list-contact li {
		width: 50%;
	}
	.in-list-contact li .wrap{
		padding: 30px;
	}
	
}

@media (min-width: 992px) {
	
	.in-pub-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-list-contact li {
		width: 25%;
	}
	.in-list-contact li .wrap{
		padding: 45px 30px;
	}
	.in-list-contact li .wrap:hover{
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
		transform: translate3d(0, -2px, 0);
	}
	
}
@media (min-width: 1200px) {
	.in-pub-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 1400px) {
	.in-pub-head{
		font-size: 36px;
	}
	
}

.inab-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
}

.inab-head.white{
	color: #fff;
}

.section-wenhua{
	background-image: url(/static/images/76d161ca-a9de-4b4e-bc44-aee395986562.jpg);
	padding: 50px 0;
}
.inab-wenhua-head{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.inab-wenhua-content{
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
	line-height: 1.8;
}

.section-whbb{
	background-color: #fff;
}
.inab-head-30{
	font-size: 20px;
}

@media (min-width: 768px) {
	.inab-head{
		font-size: 24px;
	}
	
	.section-wenhua{
		padding: 120px 0;
	}
	.inab-wenhua-head{
		font-size: 24px;
	}
	.inab-wenhua-content{
		font-size: 18px;
		padding: 20px 0;
	}
	
}
@media (min-width: 992px) {	
	.inab-head{
		font-size: 32px;
	}
	
	.inab-wenhua-head{
		font-size: 36px;
	}
	.inab-wenhua-content{
		font-size: 22px;
		padding: 30px 0;
	}
	.inab-head-30{
		font-size: 30px;
	}
	
}

.one-page-head{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-en .one-page-head{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .one-page-head{
	font-weight: bold;
}
.one-page-content{
	font-size: 14px;
	line-height: 2;
}
.one-page-content img,
.one-page-content iframe,
.one-page-content video,
.one-page-content table{
	max-width: 100%;
}

@media (min-width: 768px) {
	.one-page-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.one-page-content{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.one-page-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.one-page-head{
		font-size: 36px;
	}
	.one-page-content{
		font-size: 18px;
	}
}

.section-pub-inner{
	background-color: #fff;
}
.in-aside-news{
	height: auto;
	overflow: hidden;
}
.in-aside-news li{
	height: 36px;
	line-height: 35px;
	border-bottom: 1px dotted #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.in-aside-news li::before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aside-news-box {
	padding: 10px;
	border: 1px solid #EEEEEE;
	border:1px solid #EEEEEE;
   	border-top:none;
	background: #fff;
}
.in-flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.aside-main2{
	height: auto;
	overflow: hidden;
}

.section-top-product{
	background-color: #F7F7F7;
}
.in-top-product-head{
	color: var(--main-color);
	font-size: 20px;
	text-transform: uppercase;
}
.in-top-product-sml{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.in-top-product-nav{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-top-product-nav li{
	height: auto;
	overflow: hidden;
	margin: 10px;
}

.in-top-product-nav li a.zlm_on{
	color: var(--main-color);
}

.section-product-inner{
	background-color: #fff;
}
.in-detail-rel-hd{
	font-size: 20px;
	margin: 20px auto;
	text-transform: capitalize;
}

.detail-fbk-outer{
	height: auto;
	overflow: hidden;
}
.detail-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.detail-col-3{
	width: 100%;
	padding: 10px;
}
.detail-col-10{
	width: 100%;
	padding: 10px;
}
.detail-fbk-group{
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.detail-fbk-group input{
	display: block;
	flex: 1;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}
.detail-fbk-group img.vcodeimg{
	display: block;
	height: auto;
	padding: 0;
	width: 150px;
}
.detail-fbk-group textarea{
	flex: 1;
	width: 100%;
	padding: 10px 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
	line-height: 28px;
	height: 190px;
}
.detail-fbk-btm{
	height: auto;
	overflow: hidden;
}
.detail-fbk-btm button{
	display: inline-block;
	float: right;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #0049c7;
	border-radius: 999px;
	padding: 0 60px;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}
.yanzima{
	flex: 1;
	padding-right: 10px;
}
.yanzima input{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}

.detail-txt{
	padding: 20px 40px;
	color: #333;
	font-size: 16px;
	line-height: 2;
}

@media (min-width: 992px) {
	.in-top-product-head {
		font-size: 24px;
	}
	.in-top-product-sml{
		font-size: 16px;
	}
	.in-top-product-nav li + li{
		margin-left: 25px;
	}
	.in-top-product-nav li{
		font-size: 16px;
	}
	.in-detail-rel-hd{
		font-size: 24px;
		margin: 30px auto;
	}
	.detail-col-3{
		width: 33.333333%;
	}
	
}
@media (min-width: 1200px) {
	.in-top-product-head {
		font-size: 30px;
	}
	.in-top-product-nav li + li{
		margin-left: 35px;
	}
	.in-detail-rel-hd{
		font-size: 30px;
	}

	.detail-txt{
		padding: 20px 80px;
	}
}

.in-product-table{
	overflow-x: auto;
	padding-bottom: 15px;
}

.in-list-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: -5px;
	margin-right: -5px;
}
.in-list-case li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-case li .wrap{
	width: 100%;
	background-color: rgba(242,242,242,1);
	padding: 5px;
}
.in-list-case li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-list-case li .box{
	height: auto;
	overflow: hidden;
}
.in-list-case li .thumb-pic{
	height: auto;
	overflow: hidden;
}
.in-list-case li .thumb-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-list-case li .title{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	color: #666;
	transition: 0.5s;
}
.in-list-case li .wrap:hover .title{
	color: var(--main-color);
}

.in-list-rel-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 30px;
}
.in-list-rel-product li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-rel-product li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-list-rel-product li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-list-rel-product li .thumb{
	width: 100%;
	height: 0;
	border: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
}
.in-list-rel-product li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.in-list-rel-product li .title{
	text-align: center;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin: 12px 0;
}
.in-list-rel-product li .wrap:hover .thumb img{
	transform: scale(1.1);
}

@media (min-width: 768px) {
	.in-list-case{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-list-case li{
		width: 33.333333%;
		padding: 10px;
	}
	.in-list-case li .wrap{
		padding: 10px;
	}
	.in-list-case li .title{
		margin-top: 8px;
	}
	.in-list-rel-product li{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.in-list-case{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-list-case li{
		padding: 15px;
	}
	.in-list-case li .title{
		font-size: 16px;
		margin-top: 12px;
	}
	.in-list-rel-product{
		margin-left: -12px;
		margin-right: -12px;
	}
	.in-list-rel-product li{
		width: 25%;
		padding: 12px;
	}
	.in-list-rel-product li .title{
		font-size: 16px;
	}
	
}

.in-list-wznews{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.in-list-wznews li{
	width: 100%;
	padding: 0 12px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-wznews li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-list-wznews li .thumb{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.in-list-wznews li .thumb a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.in-list-wznews li .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.in-list-wznews li .wrap:hover .thumb img{
	transform: scale(1.1);
}
.in-list-wznews li .txt{
	padding: 10px 15px;
}
.in-list-wznews li .title{
	font-size: 20px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.in-list-wznews li .time{
	color: rgba(159,159,159,1);
	font-size: 15px;
	margin: 10px 0;
}
.in-list-wznews li .brief{
	color: rgba(159,159,159,1);
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.in-list-news-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.in-list-news-product li{
	width: 100%;
	padding: 10px 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-news-product li .wrap{
	width: 100%;
	background-color: rgba(240,240,240,1);
}
.in-list-news-product li .time{
	height: auto;
	overflow: hidden;
}
.in-list-news-product li .time span{
	display: block;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	font-size: 18px;
	font-family: 'SourceHanSansCNBold';
	float: left;
	width: 160px;
	padding: 15px 0;
	transition: .5s;
}
.in-list-news-product li .txt{
	margin-top: 40px;
	padding: 20px;
}
.in-list-news-product li .title{
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}
.in-list-news-product li .brief{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	color: rgba(102,102,102,1);
	margin-top: 20px;
}
.in-list-news-product li .brief a{
	color: rgba(102,102,102,1);
}

.in-list-news-product li .wrap:hover .time span{
	width: 100%;
}
.in-list-news-product li .more{
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.in-list-news-product li .more a{
	color: #666;
	
}

.sort-in-name{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.onepage-content{
	font-size: 16px;
	line-height: 2;
}

@media (min-width: 768px) {
	.in-list-wznews li{
		width: 50%;
	}
	.in-list-wznews li:nth-child(1){
		width: 100%;
	}
	.in-list-wznews li:nth-child(1) .wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-list-wznews li:nth-child(1) .thumb{
		width: 40%;
		height: auto;
		overflow: hidden;
		padding-bottom: 0;
	}
	.in-list-wznews li:nth-child(1) .thumb a{
		position: relative;
	}
	.in-list-wznews li:nth-child(1) .txt{
		flex: 1;
		padding-left: 40px;
	}
	.in-list-news-product li{
		width: 33.333333%;
	}
	
}
@media (min-width: 992px) {
	.sort-in-name{
		font-size: 26px;
	}

}
@media (min-width: 1200px) {
	.in-list-wznews li{
		margin-bottom: 30px;
		width: 33.333333%;
	}
	.in-list-wznews li .title{
		margin-top: 6px;
		font-size: 24px;
	}
}

.serviceList-list{
	height: auto;
	overflow: hidden;
}
.serviceList-list .item{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid rgba(238,238,238,1);
	padding: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.serviceList-list .item .txt{
	width: 100%;
}
.serviceList-list .item .thumb{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.serviceList-list .item .thumb img{
	display: block;
	width: 100%;
	height: auto;
}
.serviceList-list .item .title{
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.serviceList-list .item .title::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.serviceList-list .item .brief{
	color: rgb(65, 41, 21);
	font-size: 16px;
	line-height: 1.75;
}

.serviceList-list .item:hover .title::after{
	width: 100%;
}

.pageBar{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.pageBar button{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: 'OpenSansRegular';
	background-color: #fff;
}
.pageBar button.hasprev{
	border-radius: 999px 0 0 999px;
	border-left: 1px solid #ddd;
}
.pageBar button.hasnext{
	border-radius: 0 999px 999px 0;
	border-left: none;
}
.pageBar span{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	line-height: 26px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	  border-top-color: rgb(221, 221, 221);
	border-bottom: 1px solid #ddd;
	  border-bottom-color: rgb(221, 221, 221);
	border-right: 1px solid #ddd;
	  border-right-color: rgb(221, 221, 221);
	font-family: 'OpenSansRegular';
}

.in-contact-head{
	 font-family: 'SourceHanSansCNBold';
	 font-size: 20px;
}
.in-contact-webname{
	margin: 15px 0 20px 0;
	font-size: 18px;
}
.in-contact-address{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.in-contact-address i{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}
.in-contact-address .txt{
	flex: 1;
	line-height: 24px;
	padding-left: 10px;
	font-size: 14px;
}
.in-contact-kf{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.in-contact-list{
	height: auto;
	overflow: hidden;
}
.in-contact-list li{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.in-contact-wx{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 25px;
}
.in-contact-wx .pic{
	width: 120px;
}
.in-contact-wx .txt{
	flex: 1;
	padding-left: 15px;
}
.in-contact-wx .toptxt{
	font-size: 15px;
	font-weight: bold;
}
.in-contact-wx .xiatxt{
	font-size: 15px;
}
.in-cnt-map{
	height: 540px;
	margin-top: 50px;
	border: 1px solid #ccc;
}


@media (min-width: 768px) {
	.serviceList-list .item .txt{
		width: 65%;
		padding-right: 30px;
	}
	.serviceList-list .item .thumb{
		width: 35%;
		margin-top: 0;
	}
	.serviceList-list .item .title{
		font-size: 24px;
	}
	.serviceList-list .item:nth-child(2n) .thumb{
		order: -1;
	}
	.serviceList-list .item:nth-child(2n) .txt{
		padding-left: 30px;
	}
	.in-contact-head{
		font-size: 36px;
	}
}

.in-list-jobs{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.in-list-jobs li{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-jobs li .wrap{
	width: 100%;
	background-color: rgba(245,245,245,1);
	padding: 30px 0;
}
.in-list-jobs li .job-title-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.in-list-jobs li .job-title-flex .more{
	font-size: 14px;
	color: rgba(170,170,170,1);
	text-transform: uppercase;
}
.in-list-jobs li .job-title-flex .more a{
	display: inline-block;
	color: rgba(170,170,170,1);
}
.in-list-jobs li .job-title-flex .title{
	flex: 1;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 1.1;
}
.in-list-jobs li .job-title-flex .title a{
	display: inline-block;
	color: var(--main-color);
}
.in-list-jobs li .job-title-flex .title::before{
	content: '';
	width: 4px;
	height: 100%;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	top: 0;
}
.in-list-jobs li .txt{
	padding: 0 20px;
}
.in-list-jobs li .jobnum{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 4px;
}
.in-detail-job-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.in-job-money{
	font-size: 16px;
}
.in-detail-job-flex .title-article{
	flex: 1;
	padding-right: 20px;
	text-align: left;
}

@media (min-width: 768px) {
	.in-list-jobs li{
		width: 50%;
	}
	.in-job-money{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.in-list-jobs li .job-title-flex .title{
		font-size: 22px;
	}
	.in-list-jobs li .jobnum{
		font-size: 16px;
	}
	.in-list-jobs li .job-title-flex .more{
		font-size: 16px;
	}
	.in-job-money{
		font-size: 20px;
	}
}