@import url("reset.css");
@import url("fonts.css");

:root {
	--main-color: #e60000;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'PoppinsRegular',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",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: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 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;
}

@media (min-width: 768px) {
	section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
}
@media (min-width: 1200px) {
	section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	section {
  		padding: 50px 0;
	}
	.section{
		padding: 50px 0;
	}
}

.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.container-1200{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
}
.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;
}

.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.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-top{
	width: 100%;
	min-width: 1200px;
	background-color: #f5f5f5;
}
.top-welcome{
	line-height: 34px;
	font-size: 14px;
	color: #555;
}

.top-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 34px;
}
.top-list-contact li{
	font-size: 14px;
	margin-right: 25px;
}
.top-list-contact li a{
	color: #555;
}
.top-list-contact li i{
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.top-list-contact li a:hover{
	color: var(--main-color);
}

.lang-wrap{
	height: 34px;
	position: relative;
	z-index: 100;
	margin-left: 25px;
}
.lang-wrap .open-lang{
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lan-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	z-index: 101;
}
.lan-menu a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #666;
	margin: 0 6px;
	position: relative;
}
.lan-menu a:hover{
	color: #e60000;
}
.lan-menu i{
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}
.lan-menu a::after{
	content: '\e6a0';
	font-family: "iconfont";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 1.1;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.lan-menu a:hover::after{
	color: var(--main-color);
	opacity: 1;
	visibility: visible;
}

.top-link{
	height: auto;
	overflow: hidden;
}
.top-link a{
	display: inline-block;
	margin-left:15px;
	float: left;
	line-height: 34px;
}
.top-link a i{
	font-size:18px;
	margin-right:6px;
	display: inline-block;
	vertical-align: top;
}
.top-link a:hover{
	color: var(--main-color);
}

.top-rt-lang{
	font-size: 14px;
	background-color: #fff;
	color: #333;
	padding: 15px;
	border-radius: 5px;
}
.top-rt-lang i{
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.top-rt-lang a{
	display: inline-block;
	color: #333;
	margin-right: 15px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
	line-height: 30px;
	padding-left: 30px;
}
.top-rt-lang a.en{
	background-image: url(../images/en.png);
}
.top-rt-lang .cn{
	background-image: url(../images/cn.png);
}

/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 999;
	background-color: transparent;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,.5);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.header:hover{
	background-color: rgba(255,255,255,1);
}
.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
}

.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	/* position: relative;
	z-index: 20; */
	align-items: center;
	/* padding-left: 20px; */
}

.search-wrap{
	position: relative;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #000;
}

.index-search-outer{
	width: 100%;
	background-image: url(../images/index-ban.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.search-open-wrap{
	height: auto;
	overflow: hidden;
	width:100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
}
.index-search-bt{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-zh_cn .index-search-bt{
	font-weight: bold;
}
.lang-en .index-search-bt{
	font-family: 'Gotham-Bold';
}

.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--main-color);
	border-radius: 999px;
}
.search-box .key_text{
	height:58px;
	width:100%;
	overflow:hidden;
	line-height:58px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 45px;
	background-color: rgba(255, 255, 255, 0.83);
	color: #0f1c51;
	font-size: 16px;
	border-radius: 999px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 58px;
	height:58px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.search-box .search_btn i{
	font-size: 28px;
	color:#0f1c51;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.nav .nLi{
	float: left;
	position:static;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	
}
.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	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;
	font-size:16px;
	font-weight: normal;
	align-items: center;
	text-transform: uppercase;
	transition: 0.6s;
	color: #333;
	padding: 0 30px;
}
.lang-en .nav .nLi h3 a{
	font-size: 15px;
}
.nav .on h3 a{
	color: var(--main-color);
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
}
.sub-menu{
	position:absolute;
	top:100%;
	left: 0;
	right: 0;
	display:none;
	z-index: 8888;
	padding: 40px 0;
	box-shadow: 0px 14px 35px 0 rgba(0,0,0,.1);
	background-color: #fff;
	height: auto;
	overflow: hidden;
}
.nocldhas{
	padding: 0;
	height: 0!important;
}
.sub-menu .sub{
	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;
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}
.nav .sub li {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 30px;
}
.nav .sub a {
	display:block;
	line-height:30px;
	height:auto;
	overflow:hidden;
	color:#333;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.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 {
	
	transition:0.5s;
}
.nav .sub li:hover a{
	color: var(--main-color);
}
.pc-nav-bar{
	display: none;
}

.top-nav-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;
}
.top-nav-rt{
	width: 30%;
	height: auto;
	overflow: hidden;
}
.top-nav-rt img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.top-nav-lt{
	width: 66%;
}

.top-nav-side{
	width: 18%;
}
.top-nav-content{
	width: 80%;
	border-left: 1px solid #ddd;
	padding-left: 30px;
}
.top-nav-content .nav-item{
	height: auto;
	overflow: hidden;
	display: none;
}

.top-nav-list{
	height: auto;
	overflow: hidden;
}
.top-nav-list a{
	display: block;
	font-size: 16px;
	color: #666;
	padding: 8px 0;
	text-indent: 20px;
	margin-bottom: 10px;
}
.top-nav-list a.active{
	color: var(--main-color);
	background-color: #eee;
}
.nav-sort-name{
	display: block;
	color: #333;
	font-size: 24px;
	border-bottom: 0 solid #eee;
	margin-bottom: 20px;
}
.nav-sort-article{
	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;
}
.nav-sort-article li{
	width: 33.333333%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-sort-article li a{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 3px 15px;
	align-items: center;
}
.nav-sort-article li a img{
	display: block;
	width: auto;
	height: 34px;
	transition: 0.5s;
}
.nav-sort-article li a h4{
	flex: 1;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
}
.nav-sort-article li a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.nav-sort-article.apptl li a:hover img{
	filter: brightness(0) invert(1);
}
.nav-sort-article.product li a:hover{
	border-color: var(--main-color);
	color: var(--main-color);
	background-color: #fff;
}

.pc-nav-rt{
	display: none;
}

@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;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 20px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 14px;
		padding: 0 5px;
	}
	.logo{
		height: 70px;
		padding: 10px 0;
	}
	.pc-nav-rt{
		/* height: 100%; */
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		position: relative;
		margin-left: 15px;
	}	
	
	.search-open-wrap{
		padding: 150px 0;
	}
	.index-search-bt{
		font-size: 24px;
	}
	
}

@media (min-width: 1200px) {
	.logo{
		height: 80px;
		padding: 10px 0;
	}
	
	.nav .nLi h3 a {
		font-size: 16px;
		padding: 0 25px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 16px;
		padding: 0 10px;
	}
	.lan-menu{
		font-size: 16px;
	}
	
	.search-open-wrap{
		padding: 200px 0;
	}
	.index-search-bt{
		font-size: 30px;
	}
	.nav .sub li {
		width: 33.333333%;
	}
	
}

@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 32px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 16px;
		padding: 0 20px;
	}
	
	.logo{
		height: 100px;
		padding: 13px 0;
	}

	
	.search-open-wrap{
		padding: 258px 0;
	}
	.index-search-bt{
		font-size: 36px;
	}
	.nav-sort-article li{
		width: 25%;
	}
	
}
@media (min-width: 1600px) {
	.nav .nLi h3 a {
		font-size: 20px;
		padding: 0 35px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 20px;
		padding: 0 20px;
	}
	
}

/** footer **/
.footer{
	width:100%;
	overflow:visible;
	padding-top: 25px;
	padding-bottom: 0;
	/* background-image: url(../images/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover; */
	background-color: rgba(255,140,0,1);
}

.foot-top-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;
}

.foot-logo{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 15px;
	position: relative;
	text-transform: capitalize;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: #fff;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
	text-decoration: underline;
}

.foot-social{
	width: 100%;
	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;
	margin-top: 20px;
}
.foot-social li{
	height: auto;
	position: relative;
}
.foot-social li + li{
	margin-left: 7px;
}
.foot-social li a{
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	/* border: 1px solid #fff; */
}
.foot-social li a i{
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

.foot-social li a.xiaochengxu{
	background-color: #00B240;
}
.foot-social li a.shipinhao{
	background-color: #FA9D3B;
}
.foot-social li a.douyin{
	background-color: #000;
}
.foot-social li a.xiaohongshu{
	background-color: #FF2E4D;
}
.foot-social li a.bilibili{
	background-color: #F16C8D;
}
.foot-social li a.youxiang{
	background-color: #5FB75F;
}

.tanbox{
	width: 200px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	background-color: #fff;
	padding: 9px;
	border: 1px solid #ddd;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.foot-social li:hover .tanbox{
	opacity: 1;
	visibility: visible;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	padding: 12px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 30px;
}
.foot-flex-copyright{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.copyright{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	width: 100%;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

.mb-hide2{
	display: none;
}

.foot-wechat-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.foot-wechat{
	width: 33.333333%;
	max-width: 97px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	word-break: break-all;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.foot-wechat + .foot-wechat{
	margin-left: 13px;
}

@media (min-width: 768px) {
	.footer{
		padding-top: 30px;
	}
	.foot-flex{
		justify-content: space-between;
	}
	.copyright{
		width: auto;
	}
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.mb-hide2{
		display: block;
	}
	
	.foot-item{
		width: 30%;
		/* max-width: 25%; */
	}
	.foot-item.last-item{
		width: 100%;
	}
	
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.foot-sort-name{
		border-bottom: none;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.foot-sort-list li{
		border-bottom: none;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	
	
	.copyright{
		width: auto;
		text-align: left;
	}
	
	
}
@media (min-width: 1200px) {
	.footer{
		padding-top: 50px;
	}
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-item{
		width: auto;
	}
	.foot-sort-list li{
		line-height: 2;
	}
	
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-item{
		width: auto;
	}
	.foot-item.last-item{
		width: auto;
	}
	.foot-social{
		margin-top: 6px;
	}

	
}

@media (min-width: 1600px) {
	.foot-sort-name{
		font-size: 22px;
	}
	.lang-en .foot-sort-name{
		font-size: 20px;
	}
	.foot-sort-list li{
		font-size: 16px;
	}
	.lang-en .foot-sort-list li{
		font-size: 14px;
	}
	
	.foot-sort-list{
		max-width: 220px;
	}
	
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.section-product{
	background-image: url(../images/pro-sort-bg.jpg);
	background-position: 50% 100%;
	background-color: #fff;
	background-size: auto;
}
.public-head{
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.1;
	margin-bottom: 10px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
}
.public-head span::after{
	content: '';
	width: 60px;
	height: 2px;
	background-color: #e60000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.public-sml{
	color: #666;
	font-size: 14px;
	position: relative;
	margin-bottom: 15px;
}
.public-sml.white{
	color: #fff;
}
.public-sml.fbk{
	padding: 0;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 2;
	padding: 6px 35px;
	border-radius: 5px;
	background-color: #e60000;
}
.public-more i{
	display: inline-block;
	margin-left: 6px;
}

.mb-hide{
	display: none;
}

.sortSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.sortSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.sortSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
}
.sortSwiper .swiper .swiper-slide .inner-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sortSwiper .swiper .swiper-slide a{
	display: block;
}

.sortSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sortSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.sortSwiper .swiper .swiper-slide .txt{
	padding: 25px 20px 45px 20px;
	transition: 0.5s;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid transparent;
}
.sortSwiper .swiper .swiper-slide .title{
	font-size: 14px;
	margin-top: 20px;
	color: #071033;
	transition: 0.5s;
	text-align: center;
}
.sortSwiper .swiper .swiper-slide:hover .title{
	color: var(--main-color);
}
.sortSwiper .swiper .swiper-slide .txt .brief{
	font-size: 14px;
	font-family: 'PoppinsMedium';
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.5s;
	line-height: 2;
}
.sortSwiper .swiper .swiper-slide .more{
	position: relative;
	text-align: center;
	margin-top: -20px;
	font-family: 'PoppinsMedium';
	transform: translateY(40px);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.sortSwiper .swiper .swiper-slide .more span{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
}
.sortSwiper .swiper .swiper-slide .more span i{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: 15px;
	font-size: 12px;
}

.sortSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.sortSwiper .swiper-page .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: transparent;
	position: relative;
	border-radius: 50%;
	border: 1px solid #333;
	overflow: hidden;
	transition: 0.5s;
}
.sortSwiper .swiper-page .swiper-pagination-bullet i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	transition: 0.5s;
}

.sortSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: var(--main-color);
}
.sortSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	background-color: var(--main-color);
}

.sortSwiper .swiper-arrows{
	width: 40px;
	height: 40px;
	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;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
	position: absolute;
	left: 50%;
	
	bottom: 0;
	z-index: 333;
}
.sortSwiper .swiper-arrows.swiper-arrow-prev i{
	transform: rotate(180deg);
}
.sortSwiper .swiper-arrows.swiper-arrow-prev{
	margin-left: -50px;
}
.sortSwiper .swiper-arrows.swiper-arrow-next{
	margin-right: -50px;
}

.sortSwiper .swiper .swiper-slide:hover .txt{
	background-color: #fff;
	border-top-color: #e5e5e5;
}
.sortSwiper .swiper .swiper-slide:hover .txt .title{
	color: #000;
}
.sortSwiper .swiper .swiper-slide:hover .txt .brief{
	color: #999;
}
.sortSwiper .swiper .swiper-slide:hover .pic{
	border-radius: 6px 6px 0 0;
}
.sortSwiper .swiper .swiper-slide:hover .more{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.public-head{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.public-sml{
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.mb-hide{
		display: block;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.sortSwiper{
		margin-top: 30px;
	}
		
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 36px;
	}
	
	.sortSwiper{
		margin-top: 40px;
	}
	.sortSwiper .swiper .swiper-slide .title{
		font-size: 16px;
	}
	
}
@media (min-width: 1400px) {
	.public-head{
		font-size: 40px;
	}
	.sortSwiper .swiper .swiper-slide .title{
		font-size: 18px;
		margin-top: 30px;
	}
	
}
@media (min-width: 1600px) {	
	.sortSwiper{
		padding-bottom: 0;
	}
	.sortSwiper .swiper-arrows{
		width: 70px;
		height: 70px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.sortSwiper .swiper-arrows i{
		font-size: 24px;
	}
	.sortSwiper .swiper-arrows.swiper-arrow-prev{
		margin-left: 0;
		left: -90px;
	}
	.sortSwiper .swiper-arrows.swiper-arrow-next{
		margin-right: 0;
		right: -90px;
	}
	.sortSwiper .swiper .swiper-slide .title{
		font-size: 20px;
	}
	
}


/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:hidden;
	position: relative;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-proban-name{
	position: absolute;
	top: 10%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
}
.lang-en .in-proban-name{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-proban-name{
	font-weight: bold;
}


.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: 'Gotham-Bold';
}
.lang-zh_cn .in-dtl-protitle{
	font-weight: bold;
}
.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.in-proban-name{
		font-size: 24px;
	}
	.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: 30px;
	}
	.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-proban-name{
		font-size: 36px;
	}
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.in-proban-name{
		font-size: 48px;
	}
}

.full-in-path{
	width: 100%;
	background-color: #ECEFF4;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
	display: none;
}
@media (min-width: 992px) {
	.full-in-path{
		display: block;
	}
}

.public-path{
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.public-path a{
	color: #666;
	display: inline-block;
}
.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;
}
.aside-left{
	width: 280px;
	display: none;
}
.aside-left h2{
	height:54px;
	line-height:54px;
	padding-left: 20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	background-color: var(--main-color);
}
.aside-left h2 i{
	font-size: 24px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	line-height: 54px;
}
.aside-contact{
	padding:40px 20px;
	font-size:14px;
	color:#333;
	line-height:2;
	border-top:none;
	word-break:break-all;
	background:#fff;
	margin-top: 20px;
	
	background: linear-gradient(108.07deg, rgba(255, 232, 199, 0.4) 6.35%, rgba(181, 179, 255, 0.26) 58.87%, rgba(196, 238, 255, 0.4) 86.92%);
}
.aside-contact a{
	color:#333;
}
.aside-contact table tr td img{
	vertical-align: middle;
	width: 25px;
}

.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	line-height: 20px;
	font-size: 15px;
	padding-right: 10px;
}
.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{
	position: absolute;
	top: 16px;
	right: 10px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#fff;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:auto;
	line-height:22px;
	position:relative;
	padding-left: 12px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	line-height: 22px;
	padding: 8px 0;
}
.zlm dl .sanji li i{
	display: inline-block;
	color: var(--main-color);
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
}
.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{
	flex: 1;
	height: auto;
	overflow: hidden;
}
.main-content{
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 2.25;
}
.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{
		margin-left: -20px;
		margin-right: -20px;
	}
	.photo-list li{
		width: 25%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.photo-list li{
		width: 20%;
	}
}


.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages a{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/** contact **/
.in-contact-content{
	width: 580px;
	height: auto;
	overflow: hidden;
}
#footer_lxxx tr td{
	padding: 5px 0;
}
.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-col-3{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-group label{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 5px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
}
.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%;
	padding: 10px 15px 10px 15px;
	line-height: 30px;
	border: none;
	border-radius: 0;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form-group select{
	display: block;
	width: 100%;
	padding: 10px 15px 10px 15px;
	line-height: 30px;
	border: none;
	border-radius: 0;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: #fff;
	height: 50px;
	border: 1px solid #ddd;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 30px;
	border: none;
	border-radius: 5px;
	color: #333;
	outline: none;
	resize: none;
	height: 130px;
	overflow: hidden;
	transition: 0.5s;
	background-color: #fff;
	border: 1px solid #ddd;
}
.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: 0;
	letter-spacing: 1px;
	position: relative;
	z-index: 101;
	
	background-color: var(--main-color);
	border-radius: 999px;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}


.form-group input::-webkit-input-placeholder{ color: #fff;}
.form-group input::-ms-input-placeholder{ color: #fff;}
.form-group input::-moz-input-placeholder{ color: #fff; opacity: 1;}
.form-group input::placeholder{ color: #fff;}

.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%;
	}
	.form-col-3{
		width: 33.333333%;
	}
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 100%;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	width: 100%;
	
}
.list-news-tuwen li h2.title{
	font-size: 18px;
	margin-top: 20px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.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%;
	}
	.list-news-tuwen li .pic{
		width: 280px;
	}
	.list-news-tuwen li .you{
		width: auto;
		flex: 1;
		padding-left: 30px;
	}
	.list-news-tuwen li h2.title{
		margin-top: 0;
	}
}
@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: -10px;
	margin-right: -10px;
}
.list-news-pic li{
	width: 50%;
	padding: 0 10px;
	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: 54px;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	background-color: #e5e5e5;
	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 .wrap:hover .title{
	background-color: var(--main-color);
}

.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: 24px;
	word-break: break-all;
	word-wrap: break-word;
}
.article-other{
	height: auto;
	overflow: hidden;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	background-color: #f4f4f4;
	padding: 15px;
	border: 1px dashed #ddd;
}
.article-other .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
}
.article-other .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	margin-left:50px;
}
.article-other i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 20px;
}
.article-other em{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin-left: 3px;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}

@media (min-width: 640px) {
	.list-news-pic li{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.list-news-pic li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-pic li{
		width: 25%;
	}
}


/** 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);
}

/** table **/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
.biaoge tr th,.biaoge .down_b{
	background:#eee;
}
.biaoge tr td i{
	font-size: 20px;
	color: var(--main-color);
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.biaoge tr td a{
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}

.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;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-product-list li h3{
	font-size: 16px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 12px 0;
}
.in-product-list li .title a{
	display: inline-block;
}
.in-product-list li .brief{
	line-height: 2;
	color: #333;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.in-product-list li .pic:hover img{
	transform: scale(1.1);
}

@media (min-width: 768px) {
	.in-product-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		width: 33.333%;
		padding: 0 10px;
	}
	
}
@media (min-width: 992px) {
	

	.aside-left{
		display: block;
	}
	.aside-main{
		padding-left: 20px;
	}
	
}
@media (min-width: 1200px) {
	.in-product-list li{
		width: 25%;
	}
}
@media (min-width: 1400px) {
	
}

.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;
	margin-top: 20px;
}
.detail-product-title{
	color: #000;
	line-height: 1.25;
}
.detail-product-brief{
	color: #444;
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}
.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: 420px;
	}
	.detail-product-right{
		padding-left: 30px;
	}
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.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;
	margin-top: 25px;
}
.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;
}
.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: #e60000;
	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;
}

/**** ======================== ****/

.clear{
	width:100%;
	clear:both;
}


.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}

.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}

.foot-fbk-sml{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #7d7d7d;
	border-radius: 5px;
	margin-top: 15px;
}
.foot-fbk-sml input{
	display: block;
	width: 262px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	float: left;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
}
.foot-fbk-btm{
	width: 85px;
	height: auto;
	overflow: hidden;
	float: right;
}
.foot-fbk-btm button{
	display: block;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #e60000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.foot-fbk-btm button i{
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
}
.foot-fbk-rt{
	height: auto;
	overflow: hidden;
}
.foot-fbk-row{
	height: auto;
	overflow: hidden;
}
.foot-fbk-half{
	width: 204px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-full{
	width: 330px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-half input,
.foot-fbk-full input{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
}
.foot-fbk-full textarea{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
	resize: none;
}
.foot-fbk-half i,
.foot-fbk-full i{
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #adadad;
	font-size: 24px;
}

/** about **/
.section-about{
	background-image: url(../images/about-bg1.jpg);
	background-position: 50% 0;
	padding-bottom: 0;
	padding-top: 30px;
}
.index-full-about{
	height: auto;
	overflow: hidden;
}
.index-about-item{
	width: 100%;
	margin-top: 20px;
}

.about-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.about-content{
	width: 600px;
	height: auto;
	overflow: hidden;
}

.about-wename{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	position: relative;
	line-height: 1.2;
}
.lang-zh_cn .about-wename{
	font-weight: bold;
}
.lang-en .about-wename{
	font-family: 'Gotham-Bold';
}

.about-enwename{
	font-size: 14px;
	color: #707070;
	margin-top: 10px;
}
.lang-en .about-enwename{
	display: none;
}

.about-brief{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 2.5;
	margin-top: 15px;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.about-more a{
	display: inline-block;
	line-height: 40px;
	overflow: hidden;
	padding: 0 35px;
	color: #fff;
	background-color: #e60000;
	text-transform: capitalize;
	border-radius: 999px;
}

.factorySwiper{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.factorySwiper .swiper{
	height: auto;
	overflow: hidden;
}
.factorySwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.factorySwiper .swiper .swiper-slide .pic{
	border: 1px solid var(--main-color);
}


.full-shuzi{
	width: 100%;
	padding: 30px 0;
	background-image: url(../images/shuzi-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
.shuzhi-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 999;
	background-image: url(../images/shuzi-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 20px 0;
}
.shuzhi-list li{
	width: 50%;
	height: auto;
	text-align: center;
	position: relative;
	transition: 0.5s;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
	transition: 0.5s;
	text-align: center;
	font-family: 'KnockoutHTF30';
}
.shuzhi-list li .num span{
	display: inline-block;
	margin-right: 5px;
	font-size: 30px;
}
.shuzhi-list li .num span.qita{
	font-size: 14px;
	vertical-align: middle;
}
.shuzhi-list li .title{
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
}

.index-flex-abtop{
	height: auto;
	overflow: hidden;
}

.index-about-dibu{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.index-flex-abtop{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 28%;
	}
	.about-brief{
		width: 73.625%;
		float: left;
		font-size: 16px;
		margin-top: 25px;
	}
	.shuzhi-list{
		padding: 40px 15px;
	}
	.shuzhi-list li{
		width: auto;
		max-width: 25%;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.section-about{
		padding-top: 5.4vw;
	}
	
	.about-wename{
		font-size: 24px;
	}
	.about-enwename{
		font-size: 16px;
	}
	.about-brief{
		width: 60.625%;
	}
	
	.index-about-dibu{
		margin-top: 70px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.shuzhi-list{
		width: 58.75%;
		padding-right: 40px;
	}
	.factorySwiper{
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 22px;
		width: 41.25%;
	}
	
	
}

@media (min-width: 1200px) {
	.about-wename{
		font-size: 30px;
	}
	.about-enwename{
		font-size: 20px;
	}
	.about-brief{
		font-size: 18px;
		margin-top: 20px;
	}
	.about-more{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.about-more a{
		line-height: 50px;
		font-size: 16px;
	}
	

	.shuzhi-list li .num{
		font-size: 36px;
	}
	.shuzhi-list li .num span{
		font-size: 42px;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
	
}

@media (min-width: 1400px) {
	.about-wename{
		font-size: 36px;
	}
	.about-enwename{
		font-size: 24px;
	}
	.about-brief{
		font-size: 18px;
		margin-top: 30px;
	}
	.shuzhi-list li .num{
		font-size: 30px;
	}
	.shuzhi-list li .num span{
		font-size: 48px;
	}
	.shuzhi-list li .title{
		font-size: 18px;
	}
	
}
@media (min-width: 1600px) {
	.shuzhi-list{
		padding-left: 8.3vw;
		padding-right: 90px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.shuzhi-list li .num span{
		font-size: 54px;
	}
	.about-more{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.factorySwiper{
		margin-right: -160px;
	}
	.about-brief{
		font-size: 20px;
	}
}


/** honor **/
.section-app{
	background-color: #fff;
	position: relative;
	z-index: 50;
}

.appSwiper{
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.appSwiper .swiper{
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.appSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
}
.appSwiper .swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.app-main-box{
	position: relative;
	height: auto;
	overflow: hidden;
	z-index: 123;
}
.app-tabwrap{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app-list-sort{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.app-list-sort li{
	height: auto;
	overflow: hidden;
	
}
.app-list-sort li a{
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
}
.app-list-sort li a i{
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.app-list-sort li.active a{
	/* background-color: var(--main-color); */
	color: var(--main-color);
}
.app-list-sort li.active a i{
	opacity: 1;
	visibility: visible;
}

.app-other{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.app-other .app-item{
	height: auto;
	overflow: hidden;
	display: none;
}
.app-sort-name{
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.app-sort-name::before{
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.app-sort-article{
	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;
}
.app-sort-article li{
	width: 100%;
	padding: 5px 10px;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.app-sort-article li a{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: rgba(255,255,255,0.3);
	border-radius: 10px;
	color: #fff;
	padding: 10px;
}
.app-sort-article li img{
	height: 40px;
	filter: brightness(0) invert(1);
}
.app-sort-article li h4{
	flex: 1;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.2;
}
.app-sort-article li a:hover{
	/* background-color: var(--main-color); */
	color: var(--main-color);
}

@media (min-width: 768px) {
	.app-sort-article li{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.app-list-sort{
		width: 19.375%;
		flex-direction: column;
	}
	.app-list-sort li{
		width: 100%;
	}
	.app-list-sort li a{
		margin-right: 0;
		text-align: center;
		font-size: 14px;
		padding: 15px 10px;
		margin-bottom: 15px;
	}
	.app-other{
		width: 74%;
	}
	.app-sort-name{
		margin-top: 0;
		font-size: 18px;
	}
	.app-sort-article li h4{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.app-list-sort li a{
		font-size: 16px;
		padding: 22px 10px;
		margin-bottom: 24px;
	}
	.app-sort-article li img{
		height: 60px;
	}
	
	.app-sort-article li{
		width: 33.333333%;
	}
}
@media (min-width: 1400px) {
	.app-sort-article li{
		width: 25%;
	}
	.app-sort-name{
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.app-sort-article li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.app-sort-name{
		font-size: 30px;
	}
	.app-list-sort li a{
		font-size: 18px;
	}
	.app-sort-article li h4{
		font-size: 18px;
	}
}


/** 优势 **/
.section-adv{
	background-color: #f6fafd;
}
.index-adv-list{
	height: auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
.index-adv-list li{
	width: 50%;
	padding: 10px;
	transition: .5s;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-adv-list li .wrap{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}
.index-adv-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}
.index-adv-list li .pic img{
	border-radius: 10px;
}
.index-adv-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	padding: 20px;
	transition: 0.5s;
	
	overflow: hidden;
}
.index-adv-list li .ico{
	height: auto;
	overflow: hidden;
	margin-top: 15%;
}
.index-adv-list li .ico i{
	display: inline-block;
	width: 44px;
	height: 44px;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	font-size: 24px;
	transition: 0.5s;
}
.index-adv-list li .title{
	font-size: 16px;
	transition: .5s;
	margin-top: 10px;
}
.index-adv-list li .info{
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	transition: .5s;
}

.index-adv-list li .wrap:hover .cover{
	/* background-color: rgba(230,0,0,0.6); */
	background-color: rgba(0,0,0,0);
}
.index-adv-list li .wrap:hover .title,
.index-adv-list li .wrap:hover .info{
	/* color: #fff; */
	color: #FF8C00;
}
.index-adv-list li .wrap:hover i{
	background-color: #fff;
	color: var(--main-color);
}


.index-adv-list li .cover::after{
	content: '';
	width: 280px;
	height: 280px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	bottom: -120px;
	right: -120px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.index-adv-list li{
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.index-adv-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.index-adv-list li{
		width: 25%;
		padding: 15px;
	}
	
	.index-adv-list li .ico{
		margin-top: 54px;
	}
	.index-adv-list li .ico i{
		width: 66px;
		height: 66px;
		line-height: 66px;
		font-size: 36px;
	}
	.index-adv-list li .cover{
		padding-left: 36px;
		padding-right: 30px;
	}
	.index-adv-list li .title{
		font-size: 20px;
		margin-top: 30px;
	}
	.index-adv-list li .info{
		margin-top: 20px;
		font-size: 16px;
	}
	
}

@media (min-width: 1400px) {
	.index-adv-list li .ico{
		margin-top: 54px;
	}
	.index-adv-list li .ico i{
		width: 82px;
		height: 82px;
		line-height: 82px;
		font-size: 45px;
	}
	.index-adv-list li .cover{
		padding-left: 56px;
		padding-right: 40px;
	}
	.index-adv-list li .title{
		font-size: 24px;
		margin-top: 40px;
	}
	.index-adv-list li .info{
		margin-top: 25px;
		font-size: 16px;
	}
}

@media (min-width: 1600px) {
	.index-adv-list{
		margin-left: -18px;
		margin-right: -18px;
		padding: 0 66px;
	}
	.index-adv-list li{
		padding: 18px;
	}
	.index-adv-list li .ico{
		margin-top: 54px;
	}
	.index-adv-list li .ico i{
		width: 82px;
		height: 82px;
		line-height: 82px;
		font-size: 45px;
	}
	.index-adv-list li .cover{
		padding-left: 56px;
		padding-right: 40px;
	}
	.index-adv-list li .title{
		font-size: 24px;
		margin-top: 40px;
	}
	.index-adv-list li .info{
		margin-top: 25px;
		font-size: 20px;
	}
	
}

/** news **/
.section-news{
	background-color: #fff;
}
.index-flex-newstop{
	height: auto;
	overflow: hidden;
}
.index-list-sortnews{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.index-list-sortnews li{
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.index-list-sortnews li a{
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #071033;
	color: #071033;
	font-size: 12px;
	border-radius: 999px;
	padding: 5px 20px;
	line-height: 30px;
}
.index-list-sortnews li.active a{
	color: #fff;
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.index-tab-outer{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.index-tab-outer .item{
	height: auto;
	overflow: hidden;
	display: none;
}

.sxTabSwiper{
	height: auto;
	overflow: hidden;
}
.sxTabSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.sxTabSwiper .swiper .swiper-slide{
	height: auto;
	background-color: #fff;
}
.sxTabSwiper.emcSwiper .swiper .swiper-slide{
	background-color: transparent;
}
.sxTabSwiper .swiper .swiper-slide .pic{
	border-radius: 10px;
}
.sxTabSwiper .swiper .swiper-slide .txt{
	height: auto;
	overflow: hidden;
	padding: 15px 0;
}
.sxTabSwiper .swiper .swiper-slide .time{
	color: #666;
	font-size: 16px;
}
.sxTabSwiper .swiper .swiper-slide .time i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.sxTabSwiper .swiper .swiper-slide .title{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sxTabSwiper .swiper .swiper-slide .title-emc{
	font-size: 18px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sxTabSwiper .swiper .swiper-slide .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
	max-height: 48px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sxTabSwiper .swiper .swiper-slide .brief-emc{
	height: auto;
	overflow: hidden;
	color: #555;
	font-size: 14px;
	line-height: 2;
}

.sxTabSwiper .swiper-page{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sxTabSwiper .swiper-page .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: transparent;
	position: relative;
	border-radius: 50%;
	border: 1px solid #333;
	overflow: hidden;
	transition: 0.5s;
}
.sxTabSwiper .swiper-page .swiper-pagination-bullet i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	transition: 0.5s;
}
.sxTabSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: var(--main-color);
}
.sxTabSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	background-color: var(--main-color);
}

.sxTabSwiper.emcSwiper .swiper-page .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border: none;
	border-radius: 999px;
	background-color: #ddd;
}
.sxTabSwiper.emcSwiper .swiper-page .swiper-pagination-bullet i{
	display: none;
}
.sxTabSwiper.emcSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	width: 40px;
}


.sxTabSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}

.section-partner{
	background-color: #f6fafd;
}
.partnerSwiper{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.partnerSwiper .swiper .swiper-slide{
	height: auto;
	background-color: #fff;
}
.partnerSwiper .swiper .swiper-slide .pic{
	border-radius: 10px;
}
.partnerSwiper .swiper-page{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partnerSwiper .swiper-page .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: transparent;
	position: relative;
	border-radius: 50%;
	border: 1px solid #333;
	overflow: hidden;
	transition: 0.5s;
}
.partnerSwiper .swiper-page .swiper-pagination-bullet i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	transition: 0.5s;
}
.partnerSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: var(--main-color);
}
.partnerSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	background-color: var(--main-color);
}

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

.history-pos{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 222;
	top: 5vw;
	width: 100%;
	max-width: 1600px;
	height: auto;
	overflow: hidden;
}

@media (min-width: 540px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
		
	.index-list-sortnews li a{
		font-size: 14px;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 20px;
	}
	
	.index-tab-outer{
		margin-top: 30px;
	}
	
}
@media (min-width: 1200px) {
	.index-list-sortnews li a{
		font-size: 16px;
		margin-left: 25px;
		padding: 5px 35px;
	}
	.index-tab-outer{
		margin-top: 40px;
	}
	
	.sxTabSwiper .swiper .swiper-slide .title-emc{
		font-size: 20px;
	}
	.index-flex-newstop{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.index-flex-newstop .txt{
		max-width: 55%;
	}
	.lang-en .index-list-sortnews li a{
		font-size: 12px;
		margin-left: 9px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media (min-width: 1400px) {
.lang-en .index-list-sortnews li a{
		font-size: 14px;
		margin-left: 9px;
		padding-left: 25px;
		padding-right: 15px;
	}
	
}

@media (min-width: 1600px) {
	
	
}

/** 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: -1px;
	margin-right: -1px;
}
.list-case-pic li{
	width: 100%;
	padding: 1px;
	margin-bottom: 20px;
}
.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;
}
.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);
}


@media (min-width: 768px) {
	.list-case-pic li{
		width: 50%;
	}
}
@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);
	}
	
}
@media (min-width: 1200px) {
	
	.list-case-pic li .brief{
		display: block;
		text-align: center;
	}
}


.video-content{
	height: auto;
	overflow: hidden;
}
.video-content img{
	max-width: 100%;
	height: auto;
}
.video-content iframe{
	width: 100%;
	height: 550px;
}


.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;
}
#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}

.index-ban-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-search-outer2{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 333;
}
.search-open-wrap2 {
  height: auto;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

/** 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;
	min-height: 400px;
	margin: 0 auto;
	transition: 0.8s;
	object-fit: cover;
}

.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(230, 0, 0,0.5);
}
.banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
}
.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: auto;
	height: auto;
	border-radius: 50%;
	background: transparent;
}
.banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: var(--main-color);
	border-color: var(--main-color);
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	background-color: var(--main-color);
}

/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide a{
	display: block;
}
.relatedSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.relatedSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 20px;
	border-top: 1px solid #eee;
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.relatedSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.relatedSwiperProduct .swiper-page{
	margin-top: 25px;
	bottom: 0;
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	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;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.section-inmap{
	background-color: #f3f3f3;
}
.section-contact-one{
	background-color: #fff;
}
.in-pub-head{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.in-list-contact{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-list-contact li{
	height: auto;
	overflow: hidden;
}
.in-list-contact li + li{
	margin-top: 20px;
}
.in-list-contact li .wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.in-list-contact li .wrap .ico{
	width: 40px;
	height: 40px;
	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;
	overflow: hidden;
}
.in-list-contact li .wrap .ico img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.in-list-contact li .wrap .ico i{
	font-size: 20px;
}
.in-list-contact li .wrap .cnt-txt{
	height: auto;
	overflow: hidden;
	text-align: center;
	flex: 1;
	padding-left: 15px;
}
.in-list-contact li .wrap .cnt-txt .title{
	color: #666;
	font-size: 16px;
}
.in-list-contact li .wrap .cnt-txt .cnt-content{
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

.in-cnt-code{
	width: 100%;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-cnt-code .item{
	width: 50%;
	padding: 10px;
	max-width: 120px;
	text-align: center;
}
.in-cnt-code .item img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
}


@media (min-width: 768px) {
	.in-list-contact{
		flex: 1;
		padding-right: 30px;
	}
	.in-cnt-code{
		width: 260px;
	}
	
	
}

@media (min-width: 992px) {
	
	.in-pub-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	
}
@media (min-width: 1200px) {
	
	.in-pub-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 1400px) {
	
	.in-pub-head{
		font-size: 36px;
	}
	
}


.in-full-maps{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	border: 5px solid var(--main-color);
	border-radius: 10px;
	margin-top: 30px;
}

.section-infbk{
	background-color: #f5f5f5;
}
.in-flex-fbk{
	height: auto;
	overflow: hidden;
}


@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) {
	
}

.in-flex-about1{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-about-pic1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-about-pic1 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-about-pic1 video{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-about-info1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-about-info1 h2{
	font-size: 14px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-about-pubinfo{
	font-size: 14px;
	line-height: 2;
}
.in-pub-abhead{
	color: #000;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 20px;
}
.in-pub-abhead.white{
	color: #fff;
}
.in-pub-abhead.why{
	margin-bottom: 15px;
}
.section-inab1{
	background-image: url(../images/in-abbg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.section-inab2{
	background-image: url(../images/in-abbg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.in-pub-absmall{
	color: #000;
	font-size: 14px;
	line-height: 2;
}
.in-pub-absmall.white{
	color: #fff;
}
.in-ab-shuzi-list{
	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: 20px;
}
.in-ab-shuzi-list li{
	width: 32%;
	color: #fff;
	text-align: center;
}
.in-ab-shuzi-list li .ico{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.in-ab-shuzi-list li .ico i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #fff;
	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;
	font-size: 28px;
}
.in-ab-shuzi-list li .num{
	margin-top: 15px;
	font-size: 18px;
	font-family: 'KnockoutHTF30';
	line-height: 1.2;
}
.in-ab-shuzi-list li .title{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.section-inab3{
	background-color: #fff;
}
.in-ab-flex3{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-ab-flex3 .pic{
	width: 100%;
}
.in-ab-flex3 .zou-txt{
	width: 100%;
	margin-top: 20px;
}
.in-about-pubmore{
	margin-top: 20px;
}
.in-about-pubmore a{
	display: inline-block;
	border: 1px solid #555;
	font-size: 12px;
	border-radius: 999px;
	padding-left: 15px;
	line-height: 40px;
}
.in-about-pubmore i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #555;
	border-radius: 50%;
	margin-left: 15px;
	margin-right: 5px;
}
.in-about-pubmore a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.in-about-whytxt{
	font-size: 14px;
	line-height: 2;
}
.section-inab4{
	background-image: url(../images/in-abbg3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	padding: 10.5vw 0;
}
.in-ab-zsouter{
	height: auto;
	overflow: hidden;
}
.in-ab-zsouter .shuzi{
	font-family: 'KnockoutHTF30';
	font-size: 36px;
	line-height: 1.1;
}
.in-ab-zsouter .title{
	height: auto;
	overflow: hidden;
	font-family: 'Gotham-Bold';
	font-size: 20px;
	background-image: url(../images/in-abjt1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
	padding-left: 50px;
	line-height: 2;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.in-ab-zsouter .brief{
	font-size: 14px;
	line-height: 1.75;
}


@media (min-width: 768px) {
	.in-pub-abhead{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-ab-flex3{
		justify-content: space-between;
		align-items: center;
	}
	.in-ab-flex3 .pic{
		width: 36.875%;
		order: 1;
	}
	.in-ab-flex3 .zou-txt{
		width: 60%;
		margin-top: 0;
	}
	.in-ab-zsouter{
		float: right;
		width: 35%;
	}
	.in-ab-zsouter .shuzi{
		text-align: center;
		font-size: 48px;
	}
	.in-ab-zsouter .brief{
		text-align: center;
		font-size: 16px;
	}
	.in-ab-zsouter .title{
		font-size: 24px;
		background-size: 40px;
		padding-left: 0;
		text-align: center;
	}
	.in-about-pubinfo{
		font-size: 16px;
	}
	
}
@media (min-width: 992px) {
	.in-pub-abhead{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-pub-absmall.why{
		padding: 0 10%;
	}
	.in-ab-shuzi-list{
		margin-top: 30px;
	}
	.in-ab-shuzi-list li{
		width: 15%;
	}
	.in-ab-shuzi-list li .ico i{
		width: 70px;
		height: 70px;
		font-size: 36px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 24px;
	}
	.in-about-whytxt{
		font-size: 16px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 56px;
	}
	.in-ab-zsouter .brief{
		font-size: 16px;
		line-height: 2;
	}
	.in-ab-zsouter .title{
		font-size: 30px;
		background-size: 60px;
	}
	
}
@media (min-width: 1024px) {
	.in-about-pic1{
		width: 40%;
		margin-top: 0;
	}
	.in-about-info1{
		width: 60%;
		margin-top: 0;
		padding-right: 30px;
	}
	.in-about-info1 h2{
		font-size: 16px;
	}
	.in-about-pubinfo{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.in-flex-about1{
		align-items: center;
	}
	.in-about-info1 h2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.in-about-pubinfo{
		font-size: 16px;
	}
	.in-pub-abhead{
		font-size: 36px;
		margin-bottom: 40px;
	}
	.in-pub-absmall{
		font-size: 16px;
	}
	.in-pub-absmall.why{
		padding: 0 15%;
	}
	.in-ab-shuzi-list{
		margin-top: 40px;
	}
	.in-ab-shuzi-list li{
		width: auto;
	}
	.in-ab-shuzi-list li .ico i{
		width: 80px;
		height: 80px;
		font-size: 42px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 30px;
		margin-top: 20px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 16px;
	}
	.in-about-whytxt{
		font-size: 18px;
	}
	.in-about-pubmore{
		margin-top: 30px;
	}
	.in-about-pubmore a{
		font-size: 14px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 64px;
	}
	.in-ab-zsouter .brief{
		font-size: 18px;
		padding-left: 50px;
	}
	.in-ab-zsouter .title{
		font-size: 30px;
		background-size: 60px;
	}
}
@media (min-width: 1400px) {
	.in-about-info1 h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-about-pubinfo{
		font-size: 16px;
	}
	.in-pub-abhead{
		font-size: 48px;
	}
	.in-pub-absmall{
		font-size: 18px;
	}
	.in-ab-shuzi-list li .ico i{
		width: 92px;
		height: 92px;
		font-size: 48px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 40px;
		margin-top: 20px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 18px;
	}
	.in-about-whytxt{
		font-size: 20px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 136px;
	}
	.in-ab-zsouter .brief{
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.in-about-info1 h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-about-pubinfo{
		font-size: 18px;
	}
	.in-pub-abhead{
		font-size: 60px;
		margin-bottom: 50px;
	}
}

.one-page-head{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-en .one-page-head{
	font-family: 'Gotham-Bold';
}
.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-ser-bg1{
	background-color: #f2f2f2;
	padding-bottom: 10px;
}
.in-ser-tit1{
	color: #fa1847;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.in-ser-tit2{
	color: #000;
	font-size: 18px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.in-ser-tit2.white{
	color: #fff;
}
.in-ser-info1{
	font-size: 14px;
	line-height: 2;
}

.section-ser-bg2{
	background-color: #f2f2f2;
	position: relative;
	z-index: 11;
}
.section-ser-bg2::after{
	content: '';
	width: 100%;
	height: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
}

.in-ser-video1{
	height: 280px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/vdo-bg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 15;
}
.in-ser-video1 a{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.in-ser-video1 i{
	display: inline-block;
	color: #fff;
	font-size: 64px;
}

.section-ser-bg3{
	background-color: #fff;
	padding-top: 10px;
}

.in-list-ser{
	height: auto;
	overflow: hidden;
}
.in-list-ser li{
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
}
.in-list-ser li .txt-box{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-list-ser li .txt-box .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.lang-en .in-list-ser li .txt-box .title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-list-ser li .txt-box .title{
	font-weight: bold;
}
.in-list-ser li .txt-box .info{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	color: #909090;
}
.in-list-ser li .txt-box .other{
	font-size: 14px;
	margin-top: 15px;
	line-height: 2.25;
}
.lang-en .in-list-ser li .txt-box .other{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-list-ser li .txt-box .other{
	font-weight: bold;
}

.section-ser-bg4{
	background-image: url(../images/in-serfaqbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}

.in-ser-panelbox{
	height: auto;
	overflow: hidden;
}
.in-ser-panelbox .item{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 4px 25px 4px 30px;
}
.in-ser-panelbox .item .faq-pan-tit{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.in-ser-panelbox .item .faq-pan-tit i{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	font-size: 14px;
	transition: 0.5s;
}
.in-ser-panelbox .item.on .faq-pan-tit i{
	transform: rotate(-180deg);
	color: #fff;
	background: -webkit-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -o-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -moz-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
}
.in-ser-panelbox .item .faq-pan-cnt{
	height: auto;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	padding: 15px 0;
	line-height: 2;
	display: none;
	color: #666;
}

.section-ser-bg5{
	background-image: url(../images/in-serbbg4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.in-list-what{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.in-list-what li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.in-list-what li a{
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.in-list-what li a i{
	display: inline-block;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.in-ser-video1{
		height: 450px;
	}
	.in-list-ser li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 0;
	}
	.in-list-ser li .txt-box{
		width: 50%;
	}
	.in-list-ser li .pic{
		width: 38.625%;
	}
	.in-list-ser li:nth-child(2) .pic{
		order: -1;
	}
	.in-list-what{
		flex-direction: row;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 992px) {
	.in-ser-tit1{
		font-size: 20px;
	}
	.in-ser-tit2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-ser-info1{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 50px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 16px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.in-ser-tit1{
		font-size: 24px;
	}
	.in-ser-tit2{
		font-size: 30px;
	}
	.in-ser-info1{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 16px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 70px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 16px;
	}
	.in-list-what{
		max-width: 1200px;
	}
	.in-list-what li{
		font-size: 24px;
	}
	.in-list-what li i{
		font-size: 24px;
	}
}
@media (min-width: 1400px) {
	.in-ser-tit1{
		font-size: 30px;
	}
	.in-ser-tit2{
		font-size: 48px;
	}
	.in-list-ser li{
		padding: 90px 0;
	}
	.in-list-ser li .txt-box .title{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 22px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 18px;
	}
}

.full-main-product{
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	
}

@media (min-width: 768px) {
	.full-main-product{
		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	.full-main-product{
		padding: 45px 0;
	}
}


.list-prod-intro>li:nth-of-type(2n+1) {
	text-align: right
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-detail {
	left: 0;
	text-align: left
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
	left: 120px
}
.prodi-item {
	position: relative;
	font-size: 0
}
.prodi-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%
}

.prodi-img {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.prodi-img::before {
	padding-top: 60.41667%
}

.prodi-title {
	position: relative;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: .02em;
	color: #333
}
.lang-en .prodi-title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .prodi-title{
	font-weight: bold;
}

.prodi-title::before,
.prodi-title::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 18px;
	height: 3px
}

.prodi-title::before {
	top: 14px;
	background-color: #CC0001
}

.prodi-title::after {
	top: 21px;
	background-color: #0F1D96
}
.prodi-dbox {
	position: absolute;
	top: 50%;
	left: 180px;
	right: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.prodi-intro {
	margin-top: 1.5em;
	max-width: 640px;
	font-size: 14px;
	line-height: 26px;
	color: #333
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box>img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.full-dtl-content{
	height: auto;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.prodi-dbox {
		right: 60px;
		left: 80px
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 80px
	}

	.prodi-ico {
		margin-top: 30px
	}

	.prodi-ico img {
		width: 70px
	}

	.prodi-parameter {
		margin-top: 20px
	}
}

@media (max-width: 768px) {
	.list-prodfea>li {
		width: 50%
	}

	.list-prodfea>li:nth-of-type(n+3) {
		margin-top: 40px
	}

	.prodi-detail {
		position: relative;
		width: auto;
		left: auto
	}

	.prodi-dbox {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.prodi-img {
		width: 100%;
		margin-top: 20px
	}

	.prodi-dbox {
		right: auto;
		left: 0;
		width: auto;
		padding: 30px 20px 0
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 0
	}

	.list-prod-intro>li:nth-of-type(n+2) {
		margin-top: 40px
	}

	.prodi-title::before,
	.prodi-title::after {
		display: none
	}
}

@media (max-width: 640px) {
	.prodi-parameter {
		margin-top: 30px
	}

	.list-prod-intro {
		margin-top: 40px
	}

	.prodi-intro {
		margin-top: 0
	}

	.prod-name {
		font-size: 24px
	}

	.prod-banner {
		overflow: hidden
	}

	.prod-banner::before {
		padding-top: 0
	}

	.prod-banner img {
		position: relative;
		display: block;
		width: 180%;
		left: -40%
	}

	.prodfea-item img {
		width: 50px
	}

	.prodfea-item__desc {
		font-size: 14px
	}

	.prodi-title {
		font-size: 20px
	}
}

@media (max-width: 1100px) {
 .page-cate {
  display:none
 }
 .prodfea-item__desc {
  font-size:16px;
  line-height:1.5
 }
 .prodfea-item__img {
  width:60px
 }
 .prodi-ico img {
  width:50px
 }
 .prodi-title {
  font-size:18px
 }
 .prodi-intro{
	 font-size: 12px;
	 margin-top: 0.5em;
 }
}

.jscs-box{
	margin-right: 80px;
	margin-left: 80px;
}
.prodt-title {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	color: #333
}
.lang-en .prodt-title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .prodt-title{
	font-weight: bold;
}

.table-tec {
	overflow-x: auto
}

.table-tec table {
	min-width: 100%;
	text-align: center
}

.table-tec table tr:nth-of-type(2n) {
	background-color: #fff
}

.table-tec table tr:nth-of-type(2n+1) {
	background-color: #ECEFF4
}

.table-tec table tr td {
	padding: 20px;
	width: 16.6666%;
	font-size: 14px;
	line-height: 20px;
	color: #333
}

.table-tec table tr td:first-of-type {
	font-size: 16px;
	font-weight: 500
}

@media (max-width: 1560px) {
	.jscs-box {
		margin-right: 60px;
		margin-left: 60px
	}
}
@media (max-width: 1440px) {
	.jscs-box {
		margin-right: 40px;
		margin-left: 40px
	}
}
@media (max-width: 1100px) {
	.jscs-box {
		margin-right: 20px;
		margin-left: 20px
	}
	.prodt-title {
		font-size: 32px
	}
}
@media (max-width: 640px) {
	.prodt-title {
		font-size: 24px
	}
}

@media (max-width: 1366px) {
	.table-tec table tr td {
		padding: 20px 10px;
		font-size: 12px
	}

	.table-tec table tr td:first-of-type {
		font-size: 14px
	}
}
@media (max-width: 1024px) {
	.table-tec table tr td {
		width: auto;
		white-space: nowrap
	}
}
@media (max-width: 640px) {
	.table-tec table tr td {
		padding: 20px 10px
	}
	
	.table-tec table tr td:first-of-type {
		font-size: 14px
	}
}

.section-pub-inner{
	background-color: #fff;
}
.section-pub-inner.gray{
	background-color: #f5f5f5;
}
.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;
}
.aside-main2{
	height: auto;
	overflow: hidden;
}

.in-detail-sharefeng{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

}

.aside-cnt-tit{
	font-family: 'PoppinsSemiBold';
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 0 5px;
}
.aside-cnt-bref{
	font-size: 16px;
	text-align: center;
	line-height: 1.75;
}
.aside-cnt-more{
	text-align: center;
	margin-top: 15px;
}
.aside-cnt-more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 5px;
}
.aside-cnt-more a:hover{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
}

.section-app-inner{
	background-color: #fff;
	padding: 30px 0;
}
.in-flex-sortbs{
	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;
}
.in-flex-sortbs .item{
	width: 100%;
	padding: 10px;
}
.in-sort-name{
	font-size: 20px;
	margin-bottom: 15px;
}
.in-list-weinfo{
	height: auto;
	overflow: hidden;
}
.in-list-weinfo li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-list-weinfo li a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #eee;
	border-radius: 5px;
}
.in-list-weinfo li img{
	height: 40px;
	transition: 0.5s;
	display: block;
	
}
.in-list-weinfo li h4{
	padding-left: 10px;
	font-size: 16px;
}
.in-list-weinfo li a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.in-list-weinfo li a:hover img{
	filter: brightness(0) invert(1);
}

.in-full-appsort{
	background-color: #ECEFF4;
	padding: 15px 0;
}
.in-list-appsort{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-list-appsort li{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
}
.in-list-appsort li::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: 0.5s;
}
.in-list-appsort li a{
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
}
.in-list-appsort li a:hover,
.in-list-appsort li.current a{
	color: var(--main-color);
}
.in-list-appsort li:hover::after,
.in-list-appsort li.current::after{
	width: 100%;
}


.in-list-applist{
	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;
}
.in-list-applist li{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-applist li a{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #eee;
	border-radius: 5px;
}
.in-list-applist li img{
	height: 40px;
	transition: 0.5s;
	display: block;
}
.in-list-applist li h4{
	padding-left: 10px;
	font-size: 16px;
}
.in-list-applist li a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
/* .in-list-applist li a:hover img{
	filter: brightness(0) invert(1);
} */

.detail-app-head{
	font-size: 18px;
	margin-bottom: 15px;
}
.detail-app-content{
	font-size: 16px;
	line-height: 2;
}
.section-app-inner.gray{
	background-color: #f7f7f7;
}

.detail-app-kangtu{
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
}

.detail-flex-app{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.detail-apptu{
	width: 100%;
	font-size: 16px;
	line-height: 2;
}
.detail-apptu img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.detail-apppro{
	width: 100%;
	margin-top: 20px;
}
.detail-rel-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
}
.detail-rel-product li{
	position: relative;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 10px;
	cursor: pointer;
}
.detail-rel-product li + li{
	margin-left: 30px;
}
.detail-rel-product li::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
}
.detail-rel-product li.active{
	color: var(--main-color);
}

.detail-app-list-product{
	height: auto;
	overflow: hidden;
}
.detail-app-list-product li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 0 0 12px 0;
	color: #333;
	font-size: 16px;
	margin-bottom: 12px;
}
.detail-app-list-product li a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.detail-app-list-product li .pic img{
	height: 60px;
}
.detail-app-list-product li .txt{
	flex: 1;
	padding-left: 15px;
}
.detail-app-list-product li .dtl-title{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.25;
}
.detail-app-list-product li .dtl-jintro{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-app-list-product li:hover .pic img{
	transform: scale(1.1);
}

.in-news-cursort{
	font-size: 20px;
	margin-bottom: 20px;
}
.in-news-cursort.white{
	color: #fff;
}

.list-news-company{
	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-company li{
	width: 100%;
	padding: 15px;
}
.list-news-company li .wrap{
	background-color: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}
.list-news-company li a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.list-news-company li .pic{
	width: 100%;
	height: 200px;
}
.list-news-company li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-news-company li .txt{
	width: 100%;
	padding: 4% 5%;
}
.list-news-company li .title{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lang-en .list-news-company li .title{
	font-size: 18px;
}
.list-news-company li .time{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.list-news-company li .time span{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.list-news-company li .time i{
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	border: 1px solid #ddd;
	float: left;
	padding: 4px 15px;
	border-radius: 999px;
	color: #666;
	margin-right: 10px;
}
.list-news-company li .wrap:hover .pic img{
	transform: scale(1.1);
}

.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: -15px;
	margin-right: -15px;
}
.list-news-product li{
	width: 100%;
	padding: 15px;
}
.list-news-product li .wrap{
	background-color: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	position: relative;
}
.list-news-product li .wrap::after{
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.list-news-product li a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.list-news-product li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-news-product li .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.list-news-product li .txt{
	width: 100%;
	padding-top: 20px;
}
.list-news-product li .title{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lang-en .list-news-product li .title{
	font-size: 18px;
}
.list-news-product li .time{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.list-news-product li .time span{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.list-news-product li .time i{
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	border: 1px solid #ddd;
	float: left;
	padding: 4px 15px;
	border-radius: 999px;
	color: #666;
	margin-right: 10px;
}
.list-news-product li .wrap:hover::after{
	width: 100%;
}
.list-news-product li .wrap:hover .pic img{
	transform: scale(1.1);
}

.in-list-emc{
	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-emc li{
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-emc li .wrap{
	width: 100%;
}
.in-list-emc li .pic{
	border-radius: 10px;
}
.in-list-emc li .title{
	margin-top: 20px;
	font-size: 18px;
}
.in-list-emc li .brief{
	margin: 20px auto;
	font-size: 14px;
	line-height: 24px;
	height: auto;
	overflow: hidden;
	min-height: 90px;
}
.lang-en .in-list-emc li .brief{
	min-height: 120px;
}
.in-list-emc li .more{
	text-align: left;
	font-size: 14px;
}
.in-list-emc li .more a{
	display: inline-block;
	border: 1px solid var(--main-color);
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	color: var(--main-color);
	font-size: 14px;
	padding: 0 25px;
}
.in-list-emc li .more a:hover{
	color: #fff;
	background-color: var(--main-color);
}

.index-list-sortlabe{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.index-list-sortlabe li{
	height: auto;
	overflow: hidden;
}
.index-list-sortlabe li + li{
	margin-left: 10px;
	margin-bottom: 10px;
}
.index-list-sortlabe li a{
	display: inline-block;
	padding: 4px 20px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 999px;
}
.index-list-sortlabe li.active a{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.in-flex-filtr{
	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;
	margin-bottom: 20px;
}
.filtr-nav{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.filtr-nav li{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	padding: 0 2px 6px 2px;
	cursor: pointer;
}
.filtr-nav li + li{
	margin-left: 15px;
}
.filtr-nav li::after{
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: 0.5s;
}
.filtr-nav li.active{
	color: var(--main-color);
}
.filtr-nav li.active::after{
	width: 100%;
}

.filtr-input{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.filtr-input input{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	height: 40px;
	text-indent: 20px;
	font-size: 14px;
	border-radius: 999px;
}
.in-down-top{
	height: auto;
	overflow: hidden;
	background: #d71618;
	border-radius: 6px;
	padding: 10px;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.item-xiazai{
	flex: 1;
	text-align: left;
}
.in-item-xiazai{
	width: 80px;
	text-align: center;
}

.filtr-wrap{
	height: auto!important;
	margin-top: 10px;
}
.filtr-item{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.filtr-item a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	overflow: hidden;
	padding: 12px;
	align-items: center;
}
.filtr-item a:hover{
	color: var(--main-color);
	background-color: #eee;
}
.item-filename{
	flex: 1;
	padding-right: 15px;
}
.item-xiazai{
	display: none;
}
.item-gxtime{
	display: none;
}
.item-filesort{
	display: none;
}
.in-item-xiazai i{
	display: inline-block;
	font-size: 20px;
}

.out-swiper{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 80px;
}
.out-swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #666;
	transition: 0.5s;
	position: absolute;
	left: 0;
	bottom: 5px;
	pointer-events: auto;
}
/* .out-swiper .swiper-arrows.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
} */
.out-swiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.out-swiper .swiper-arrows:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.timeSwiper{
	height: auto;
	overflow: hidden;
}
.timeSwiper::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.timeSwiper .swiper-slide{
	height: auto;
	overflow: hidden;
	width: 80px;
	cursor: pointer;
}
.timeSwiper .swiper-slide .time-dot{
	text-align: center;
	font-size: 24px;
	font-family: 'KnockoutHTF30';
	color: #666;
	line-height: 30px;
	position: relative;
	padding-bottom: 30px;
	transition: 0.5s;
}
.timeSwiper .swiper-slide .time-dot::after{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ddd;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	transition: 0.5s;
}
.timeSwiper .swiper-slide.swiper-slide-thumb-active .time-dot{
	color: var(--main-color);
}
.timeSwiper .swiper-slide.swiper-slide-thumb-active .time-dot::after{
	background-color: var(--main-color);
}

.historySwiper{
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.historySwiper .swiper-slide{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.historySwiper .swiper-slide .txt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.historySwiper .swiper-slide .pic{
	width: 100%;
	margin-top: 20px;
}
.historySwiper .swiper-slide .title{
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--main-color);
}
.historySwiper .swiper-slide .content{
	height: auto;
	overflow: hidden;
	color: #555;
	font-size: 14px;
	line-height: 2;
}

.in-number-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-number-list li{
	width: 50%;
	text-align: left;
	padding: 10px 0;
}
.in-number-list li .wrap{
	height: auto;
	overflow: hidden;
}
.in-number-list li .num{
	font-family: 'KnockoutHTF30';
	color: var(--main-color);
	font-size: 36px;
}
.in-number-list li .num .qita{
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
}
.in-number-list li .title{
	font-size: 16px;
	margin-top: 5px;
}

.heixinSwiper{
	height: auto;
	overflow: hidden;
}
.heixinSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}
.heixinSwiper .swiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.heixinSwiper .swiper .swiper-slide .title{
	text-align: center;
	font-size: 18px;
	margin-top: 10%;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.heixinSwiper .swiper .swiper-slide .title::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: 0.5s;
}
.heixinSwiper .swiper .swiper-slide:hover .title::after{
	width: 100%;
}
.heixinSwiper .swiper .swiper-slide .brief{
	font-size: 14px;
	line-height: 2;
	transform: translateY(20px);
	text-align: center;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.heixinSwiper .swiper .swiper-slide:hover .brief{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.heixinSwiper .swiper-page{
	height: auto;
	overflow: hidden;
	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;
}
.heixinSwiper .swiper-page .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	background-color: #ddd;
	border-radius: 999px;
	transition: 0.5s;
}
.heixinSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	width: 40px;
}

.in-job-content{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
}

.section-fuli{
	background-image: url(../images/fuli.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0;
	position: relative;
}
.section-fuli::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}

.in-list-fuli{
	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-list-fuli li{
	width: 33.333333%;
	padding: 10px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-fuli li .wrap{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.in-list-fuli li .pic{
	border: 1px solid #fff;
	border-radius: 4px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.in-list-fuli li .pic img{
	height: 26px;
	filter: brightness(0) invert(1);
}
.in-list-fuli li .title{
	flex: 1;
	padding-left: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}

.yuangongSwiper{
	height: auto;
	overflow: hidden;
}
.yuangongSwiper .swiper .swiper-slide .pic{
	border-radius: 10px;
}

.yuangongSwiper .swiper-page{
	height: auto;
	overflow: hidden;
	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;
}
.yuangongSwiper .swiper-page .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	background-color: #ddd;
	border-radius: 999px;
	transition: 0.5s;
}
.yuangongSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	width: 40px;
}

.job-top{
	margin-bottom: 20px;
	background: #eee;
	padding: 6px 20px;
	border-radius: 4px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: bold;
}
.job-top .item{
	width: 30%;
}
.job-top .item-4{
	width: 10%;
	text-align: center;
}
.in-job-outer{
	height: auto;
	overflow: hidden;
}

.job-dtl{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
	padding: 20px 20px 40px 20px;
	display: none;
}
.job-item{
	height: auto;
	overflow: hidden;
}
.job-pan{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	overflow: hidden;
	padding: 12px 20px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.job-pan .item{
	width: 30%;
}
.job-pan .item-4{
	width: 10%;
	text-align: center;
}
.job-pan .item-4 i{
	display: inline-block;
	transition: all .3s;
	font-size: 20px;
	background: #f5f5f5;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.job-pan.active{
	color: var(--main-color);
}
.job-pan.active .item-4 i{
	transform: rotate(90deg);
}

.in-cnt-flex{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 540px) {
	.in-flex-sortbs .item{
		width: 50%;
	}
	.in-list-applist li{
		width: 50%;
	}
	.filtr-nav li{
		font-size: 14px;
	}
}

@media (min-width: 640px) {
	.list-news-product li{
		width: 50%;
	}
	.in-list-emc li{
		width: 50%;
	}
}

@media (min-width: 768px) {
	.section-app-inner{
		padding: 50px 0;
	}
	.detail-app-head{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.detail-app-list-product li .dtl-title{
		font-size: 16px;
	}
	.list-news-company li{
		width: 50%;
	}
	.index-list-sortlabe li + li{
		margin-left: 15px;
	}
	.index-list-sortlabe li a{
		font-size: 16px;
		padding: 6px 40px;
	}
	.lang-zh_cn .filtr-nav li{
		font-size: 16px;
	}
	.historySwiper .swiper-slide .txt{
		width: 70%;
		padding-right: 10%;
	}
	.historySwiper .swiper-slide .pic{
		width: 30%;
	}
	.in-number-list li{
		width: 25%;
	}
	.heixinSwiper .swiper .swiper-slide .title{
		font-size: 20px;
	}
	.heixinSwiper .swiper .swiper-slide .brief{
		font-size: 16px;
	}
	
	.in-list-fuli li .pic{
		padding: 10px;
	}
	.in-list-fuli li .pic img{
		height: 30px;
	}
	.in-list-fuli li .title{
		font-size: 14px;
	}
	
}
@media (min-width: 992px) {
	.section-app-inner{
		padding: 70px 0;
	}
	.in-flex-sortbs .item{
		width: 25%;
	}
	.in-list-appsort li{
		font-size: 14px;
	}
	.in-list-applist li{
		width: 33.333333%;
	}
	.detail-app-head{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.detail-apptu{
		width: 60%;
	}
	.detail-apppro{
		width: 40%;
		margin-top: 0;
		padding: 30px;
	}
	.in-news-cursort{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.list-news-product li{
		width: 33.333333%;
	}
	.in-list-emc li{
		width: 33.333333%;
	}
	.filtr-input{
		width: 300px;
		margin-top: 0;
	}
	.lang-en .filtr-input{
		display: none;
	}
	.filtr-nav{
		flex: 1;
		padding-right: 30px;
	}
	.filtr-nav li + li{
		margin-left: 30px;
	}
	.lang-en .filtr-nav li + li{
		margin-left: 15px;
	}
	.item-filesort{
		display: block;
		width: 200px;
	}
	.historySwiper .swiper-slide .title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.historySwiper .swiper-slide .content{
		font-size: 16px;
	}
	.in-number-list li{
		width: auto;
	}
	.in-number-list li .num{
		font-size: 42px;
	}
	.section-fuli{
		padding: 60px 0;
	}
	.in-list-fuli li{
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.section-app-inner{
		padding: 90px 0;
	}
	.in-list-appsort li{
		margin-right: 30px;
		font-size: 16px;
	}
	.in-list-applist li{
		width: 25%;
	}
	.detail-app-head{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-news-cursort{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.list-news-company li a{
		align-items: center;
	}
	.list-news-company li .pic{
		width: 48%;
	}
	.list-news-company li .txt{
		width: 52%;
	}
	.in-list-emc li .title{
		font-size: 20px;
	}
	
	.item-gxtime{
		display: block;
		text-align: center;
		width: 150px;
	}
	.item-filesort{
		width: 250px;
	}
	.in-number-list li .num{
		font-size: 54px;
	}
	
	.heixinSwiper .swiper .swiper-slide .title{
		font-size: 24px;
		margin-top: 20%;
	}
	
	.section-fuli{
		padding: 100px 0;
	}
	.in-list-fuli li{
		width: 16.666666%;
		padding: 15px 5px;
	}
	.in-list-fuli li .title{
		font-size: 16px;
		padding-left: 10px;
	}
	.job-top{
		font-size: 16px;
	}
	.job-pan{
		font-size: 16px;
	}
	
}

@media (min-width: 1400px) {
	.in-list-applist li{
		width: 20%;
	}
	.lang-en .filtr-input{
		display: block;
	}
	.filtr-nav li{
		font-size: 16px;
	}
	.lang-en .filtr-nav li + li{
		margin-left: 30px;
	}
	.in-list-fuli li .pic img{
		height: 40px;
	}
	
}
@media (min-width: 1600px) {
	.list-news-product li{
		width: 25%;
	}
}

.sch-nodata{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}

/** 代理 **/
.in-daili-head{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.in-daili-main{
	height: auto;
	overflow: hidden;
}
.in-daili-form{
	max-width: 800px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 999px;
	border: 1px solid #ff0000;
	position: relative;
}
.in-daili-form input{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-radius: 999px;
	padding-left: 25px;
	font-size: 16px;
	border: none;
	outline: none;
	color: #aaa;
}
.in-daili-form button{
	display: block;
	width: 150px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	border-radius: 999px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	font-size: 18px;
	text-transform: uppercase;
}
.lang-en .in-daili-form button{
	font-size: 16px;
}
.in-daili-result{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
}

.section-daili{
	background-color: #f6fafd;
}
.in-daili-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px;
}
.in-daili-flex .item{
	width: 100%;
	padding: 20px;
}
.daili-txt{
	height: auto;
	overflow: hidden;
}
.daili-zou{
	font-size: 18px;
	font-weight: bold;
}
.daili-kongbai{
	height: 30px;
}
.daili-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.daili-flex-row{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
.daili-wrap{
	flex: 1;
	padding-left: 5px;
}

.in-daili-error{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.in-daili-result{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.in-daili-content{
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	margin-top: 30px;
}
.in-daili-content img,
.in-daili-content iframe,
.in-daili-content table,
.in-daili-content video{
	max-width: 100%;
}

.in-daili-pic{
	height: auto;
	overflow: hidden;
}
.in-daili-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.in-daili-head{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.in-daili-head{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-daili-flex .item{
		width: 50%;
	}
	.daili-zou{
		font-size: 20px;
	}
	.daili-content{
		font-size: 16px;
	}
	.daili-flex-row{
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.in-daili-head{
		font-size: 36px;
		margin-bottom: 40px;
	}
	.daili-zou{
		font-size: 24px;
	}
	.daili-content{
		font-size: 18px;
	}
	.daili-flex-row{
		margin-top: 45px;
	}
}