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

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

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'GothamRoundedBook',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: 25px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}

.vs-container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
	
	
	
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
	.vs-container{
		padding-right: 8vw;
		padding-left: 8vw;
	}
}

.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.container2{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1360px;
}
.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: 100%;
}
.container-1600 .row{display: flex;}
.proleft{width: 300px; margin-right: 40px;}
.proleft .sidebar {
	margin-bottom: 20px;
}
.proleft .side_title {
	background: #112234;
	height: 90px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	line-height: 90px;
	text-align: center;
}
.container-1600 .row .aside-main2{width: calc(100% - 340px);}
.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{
	width: 50px;
	position: relative;
	z-index: 100;
	border-left: 1px solid rgba(255,255,255,0.3);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang-wrap .open-lang{
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	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;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	z-index: 101;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.lan-menu a:hover{
	color: #db261d;
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.hasline{
	border-bottom: 1px solid #eee;
}
.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);
}

/** 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(0,0,0,.3);
	transition: 0.5s;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header.fixed.fixed-bgc{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.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;
	height: 50px;
	transition: 0.5s;
}
.logo{
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
	padding: 10px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	filter: brightness(0) invert(1);
	transition: 0.5s;
}
.logo a:hover img{filter: inherit;}
.mb-logo{
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.mb-logo img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 40px;
	filter: brightness(0) invert(1);
}

.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;
}
.top-rt-lang{
	color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 40px;
	height: 100%;
	position: relative;
}
.top-rt-lang i{
	display: inline-block;
	font-size: 26px;
	margin-right: 6px;
	cursor: pointer;
}
.lang-menu{
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 161, 233, 0.2);
	padding: 8px 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
}
.lang-menu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.lang-menu li + li{
	margin-top: 10px;
}
.lang-menu li a{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
}
.lang-menu li a.cn{
	background-image: url(../images/cn.png);
}
.lang-menu li a.en{
	background-image: url(../images/en.png);
	font-family: 'GothamBook';
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

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

.full-top-search{
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 100%;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.full-top-search.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.search-open-wrap{
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
}
.search-box .key_text{
	height:56px;
	width:100%;
	overflow:hidden;
	line-height:44px;
	outline:none;
	border:1px solid #f6cbc9;
	padding-left: 15px;
	padding-right: 15px;
	background:#fff;
	color: #000;
	font-size: 16px;
	border-radius: 999px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 56px;
	height:56px;
	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;
}
.search-box .search_btn i{
	font-size: 36px;
	color: var(--main-color);
}

/** 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;
	height: 100%;
	/* position:relative;
	z-index: 8888; */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.nav .nLi + .nLi{
	margin-left: 20px;
}
.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: var(--main-color);
}
.nav .nLi h3 a::after{
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
}
.nav .nLi:hover h3 a{
	transform: translateY(-100%);
}
.nav .nLi:hover h3 a::after{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.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{
	/* border-top: 8px solid transparent; */
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	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 {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.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 {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.nav .nLi.mega-product .sub-menu{
	left: 0;
	transform: translateX(0);
	width: 670px;
	padding: 0;
	background-color: #fff;
}
.top-nav-prolt{
	width: 220px;
	height: auto;
	overflow: hidden;
}
.top-nav-prolt .item{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
}
.top-nav-prolt .item a{
	display: block;
	padding-left: 15px;
}
.top-nav-prolt .item.onsort a,
.top-nav-prolt .item a:hover{
	color: #fff;
	background-color: var(--main-color);
}
.top-nav-prort{
	width: 200px;
	height: auto;
	overflow: hidden;
}
.top-nav-prort .cpitem{
	height: auto;
	overflow: hidden;
	display: none;
}
.nav-cp-list{
	height: auto;
	overflow: hidden;
}
.nav-cp-list li{
	height: auto;
	overflow: hidden;
	line-height: 32px;
	font-size: 14px;
	padding-left: 15px;
}
.top-nav-pic{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
}
.top-nav-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.nav-cp-list li a:hover,
.nav-cp-list li.on a{
	color: var(--main-color);
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.top-kefu{
	margin: 0 20px;
}
.top-kefu a{
	display: block;
}
.top-kefu i{
	display: inline-block;
	font-size: 26px;
}

.full-subnav-wrap{
	background-color: #F2F2F2;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	padding: 30px 0;
	display: none;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.nav-sort-pic{
	width: 30%;
	height: auto;
	overflow: hidden;
}
.nav-sort-pic img{
	display: block;
	width: 100%;
	height: auto;
}
.nav-sort-left{
	width: 68%;
	height: auto;
	overflow: hidden;
}
.sub-one-name{
	height: auto;
	overflow: hidden;
	font-size: 24px;
}
.sub-two-box{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.nav-list-twos{
	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;
}
.nav-list-twos li{
	width: 33.333333%;
	padding: 5px 15px;
	font-size: 16px;
}
.nav-list-twos li a{
	display: block;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-right: 30px;
}
.nav-list-twos li a::after{
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.5s;
}
.nav-list-twos li a:hover::after{
	width: 100%;
}
.nav-list-twos li a i{
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px!important;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.nav-list-twos li a:hover i{
	color: var(--main-color);
	right: 5px;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
	.top-flex-nav{
		height: 70px;
	}
	.lang-wrap{
		width: 60px;
	}
}
@media (min-width: 1200px) {
	.top-flex-nav{
		height: 100px;
	}
	.lang-wrap{
		width: 90px;
	}
	
	.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: 16px;
		padding: 0 22px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 16px;
		padding: 0 15px;
	}
	.logo{
		
		padding: 18px 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;
		padding-left: 22px;
		position: relative;
		margin-left: 22px;
	}
	.pc-nav-rt::before{
		content: '';
		width: 1px;
		height: 16px;
		background-color: #70777f;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 30px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 18px;
	}
	.top-rt-lang{
		font-size: 16px;
	}
	.top-rt-lang i{
		font-size: 26px;
	}
	.logo{
		height: 100px;
	}
	.pc-nav-rt{
		margin-left: 40px;
		padding-left: 40px;
	}
	.pc-nav-rt span{
		font-size: 30px;
	}
	.top-kefu{
		margin: 0 40px;
	}
	
}
@media (min-width: 1600px) {
		
	.nav .nLi h3 a {
		font-size: 20px;
	}
	.lang-en .nav .nLi h3 a {
		font-size: 20px;
	}
	
}

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

.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	height: 40px;
	filter: brightness(0) invert(1);
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.foot-sort-name{
	color: #fff;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	line-height: 2;
	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: #999;
	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;
}

.foot-lx-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.foot-contact-info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 1.75;
	margin-top: 15px;
}
.foot-contact-info a{
	color: #fff;
}
.foot-contact-info a:hover{
	color: #fff;
}

.foot-msg-head{
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.foot-msg-tit{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.foot-msg-tit span{
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.foot-msg-tit span::after{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.foot-msg-form{
	height: auto;
	overflow: hidden;
}
.foot-msg-row{
	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;
}
.foot-msg-half{
	width: 100%;
	padding: 5px;
	margin-top: 5px;
}
.foot-msg-full{
	width: 100%;
	padding: 5px;
	margin-top: 5px;
}
.foot-msg-group{
	position: relative;
}
.foot-msg-group label{
	display: block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.foot-msg-group input{
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 6px 15px;
	color: #fff;
	background-color: #3e4d5b;
	border: none;
	outline: none;
}
.foot-msg-group textarea{
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 6px 15px;
	color: #fff;
	background-color: #3e4d5b;
	border: none;
	outline: none;
	resize: none;
	height: 130px;
}
.foot-msg-group button{
	color: #fff;
	background-color: var(--main-color);
	line-height: 30px;
	padding: 6px 15px;
	display: block;
	text-align: center;
	border: none;
	outline: none;
	width: 100%;
	margin-top: 10px;
}

.foot-social{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.foot-social li{
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}
.foot-social li + li{
	margin-left: 15px;
}
.foot-social li a{
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	background-color: #404e5d;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-social li a i{
	font-size: 18px;
	display: inline-block;
}
.foot-social li a:hover{
	background-color: #db261d;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #061523;
	padding: 16px 0;
}
.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;
}

.foot-fbk-wrap{
	height: auto;
	overflow: hidden;
	/* display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}
.foot-line{
	width: 1px;
	background-image: url(../images/foot-line.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;
}

.mb-hide2{
	display: none;
}

.foot-wechat{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.foot-wechat img{
	width: 160px;
	height: auto;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-msg-half{
		width: 50%;
	}
	.footer{
		padding: 40px 0;
	}
	.foot-logo img{
		height: 50px;
	}
	.foot-msg-head{
		font-size: 36px;
	}
	
}
@media (min-width: 992px) {
	.mb-hide2{
		display: block;
	}
	
	.foot-line{
		display: block;
	}
	.foot-item{
		width: auto;
		/* max-width: 25%; */
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
	}
	.foot-msg-tit,
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-sort-list li{
		border-bottom: none;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-item-full{
		width: 36%;
	}
	
	.foot-contact-info{
		max-width: 300px;
	}
	.foot-msg-half{
		width: 100%;
	}
	.foot-msg-form{
		max-width: 300px;
	}
	.footer{
		padding: 60px 0;
	}
	.foot-logo img{
		height: 60px;
	}
	.foot-msg-head{
		font-size: 48px;
	}
	
}
@media (min-width: 1200px) {
	.foot-logo img{
		height: 70px;
	}
	.foot-contact-info{
		max-width: 350px;
		font-size: 16px;
	}
	.foot-msg-form{
		max-width: 350px;
	}
	.footer{
		padding: 70px 0;
	}
	.foot-item{
		margin-bottom: 0;
	}
	.foot-msg-tit,
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-msg-head{
		font-size: 54px;
	}
	
}
@media (min-width: 1400px) {
	.foot-msg-tit,
	.foot-sort-name{
		font-size: 24px;
	}
	.foot-sort-list li{
		font-size: 15px;
	}
	
	.foot-item-full{
		width: 520px;
	}
	
	.foot-fbk-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	
	.foot-logo img{
		height: 80px;
	}
	.foot-contact-info{
		max-width: 400px;
	}
	.foot-msg-form{
		max-width: 550px;
	}
	.footer{
		padding: 90px 0;
	}
	.foot-msg-half{
		width: 50%;
	}
	.foot-msg-head{
		font-size: 64px;
	}
	
}

@media (min-width: 1600px) {	
	
	.foot-sort-list li{
		font-size: 16px;
	}
	.foot-contact-info{
		max-width: 450px;
	}
	.foot-msg-form{
		max-width: 680px;
	}
	.foot-msg-head{
		font-size: 72px;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.section-product{
	background-image: url(../images/product.jpg);
	background-position: 50% 0;
	background-size: auto;
}
.public-head{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
	margin-bottom: 15px;
	z-index: 100;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .public-head{
	
}
.public-head span::after{
	content: '';
	width: 60px;
	height: 2px;
	background-color: #db261d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.public-sml{
	color: #666;
	font-size: 14px;
	position: relative;
	margin-bottom: 20px;
	z-index: 100;
}
.public-sml.white{
	color: #fff;
}
.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: #db261d;
}
.public-more i{
	display: inline-block;
	margin-left: 6px;
}
.public-head.app,
.public-sml.app{
	text-align: center;
}


.mb-hide{
	display: none;
}

.sortSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.sortSwiper .swiper{
	height: auto;
	overflow: hidden;
	padding: 2px 0;
}
.sortSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}
.sortSwiper .swiper .swiper-slide a{
	display: block;
}
.sortSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: 0.5s;
}

.sortSwiper .swiper .swiper-slide .txt{
	padding: 20px;
}
.sortSwiper .swiper .swiper-slide .txt .title{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sortSwiper .swiper .swiper-slide .txt .brief{
	color: #586064;
	font-size: 14px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	overflow: hidden;
}
.sortSwiper .swiper .swiper-slide .txt .pdf{
	margin-top: 20px;
	color: var(--main-color);
	font-size: 16px;
	margin-bottom: 10px;
}
.sortSwiper .swiper .swiper-slide .txt .pdf i{
	display: inline-block;
	color: var(--main-color);
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.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: 30px;
}
.sortSwiper .swiper-page .swiper-pagination-bullet{
	background-color: #a0a0a0;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}
.sortSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

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

@media (min-width: 768px) {
	.public-head{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.public-sml{
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	.mb-hide{
		display: block;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.public-sml{
		font-size: 18px;
		margin-bottom: 50px;
	}
	.public-head.app,
	.public-sml.app{
		text-align: left;
	}
	
	
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 36px;
	}
	.public-sml{
		margin-bottom: 65px;
	}
	.sortSwiper .swiper .swiper-slide .txt .title{
		font-size: 20px;
	}
	.sortSwiper .swiper .swiper-slide .txt .brief{
		font-size: 16px;
	}
	
}
@media (min-width: 1400px) {
	.sortSwiper .swiper .swiper-slide .txt .title{
		font-size: 22px;
	}
	
	
	
}
@media (min-width: 1600px) {
	
	
}


/** 内页样式
*** 左右结构
***************/
.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: 250px;
	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:10px;
	font-size:14px;
	color:#333;
	line-height:2;
	border:1px solid #EEEEEE;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.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;
}
.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{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	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:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:20px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.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 li{
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.photo-list li{
		width: 25%;
	}
}


.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages li{display: inline-block;}
.pages a,.pages span{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
}
.pages .active span{
	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-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="phone"]{
	display: block;
	width: 100%;
	padding: 10px 15px 10px 15px;
	line-height: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: #fff;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 10px 15px 10px 45px;
	line-height: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #333;
	outline: none;
	resize: none;
	height: 130px;
	overflow: hidden;
	transition: 0.5s;
	background-color: #fff;
}
.contactform .form-group input[type="text"],
.contactform .form-group input[type="email"],
.contactform .form-group input[type="phone"]{padding-left: 40px;}
.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);
}
.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%;
	}
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 250px;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	flex: 1;
	padding-left: 30px;
}
.list-news-tuwen li h2.title{
	font-size: 18px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 15px;
}
.list-news-tulist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .time{
	margin-top: 10px;
	color: #888;
}
.list-news-tulist li .time i{
	display: inline-block;
	margin-right: 5px;
}

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

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.list-news-pic li{
	width: 100%;
	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;
}
.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: 992px) {
	.list-news-pic li{
		width: 33.333333%;
	}
}
@media (min-width: 1400px) {
	.list-news-pic li{
		width: 25%;
	}
	.list-news-pic.list3 li{
		width: 33.333%;
	}
}


/** 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 **/
.pro_cat { background:#222324; }
.pro_1 { max-width:1630px; position:relative; margin:0 auto; padding-left: 15px; padding-right: 15px;}
.pro_1 > ul{display: flex; justify-content: center;}
.pro_1 li { float:left; color:#fff; margin-right:60px; }
.pro_1 li ul { position:absolute; left:0; top:54px; max-width:1630px; display:none }
.pro_1 li a { color:#fff; display:block; padding:10px 0; line-height:34px; font-size:14px; position:relative }
.pro_1 li a.active, .pro_1 li a:hover{color: #db261d;}
.pro_1 li a:hover:after, .pro_1 li a.active:after, .pro_1 li a.on:after { background:url(../images/rjt.png) no-repeat center center; height:6px; position:absolute; left:0; bottom:-6px; width:100%; content:""; display:block; z-index:900 }
.pro_2 { background:#f1f1f1; min-height:54px; padding:10px 0; position:relative; float:left; width:100% }
.pro_2 li { float:left; margin-right:30px }
.pro_2 .w1488 { position:relative }
.pro_2 ul { display:none; justify-content: center;}
.pro_2 li a { padding:6px 10px; line-height:34px; color:#db261d; background: #fff; border-radius: 5px;}
.pro_2 li a.active, .pro_2 li a:hover { color:#fff; background: #db261d;}
.mobile_cat{ display:none}
@media screen and (max-width:1000px) {
	.container-1600 .row{flex-wrap: wrap;}
	.proleft{width: 100%; margin-right: 0;}
	.container-1600 .row .aside-main2{width: 100%;}
	.biaoge tr td, .biaoge tr th{padding: 6px;}
	.pro_cat,.sidebar{ display:none}
	.mobile_cat{ display:block; padding:0px 0; background:#fff; float:left; width:100%}
	.mobile_cat li{ line-height:1.8; position:relative;float:left; width:100%;}
	.mobile_cat li label{ display:block; border-top:1px solid #d0d0d0;position:relative}
	.mobile_cat li label a{ padding:10px 20px;font-size:16px; width:100%;}
	.mobile_cat li label i{ background:url(../images/ico-footer-toggle-m.png) no-repeat center center; width:20px; height:20px; background-size:auto 15px; display:block; position:absolute; right:25px; top:15px; cursor:pointer}
	.mobile_cat li.on i{ background-image:url(../images/ico-footer-toggle-off-m.png);}
	.mobile_cat li p{ display:none; padding:8px 0; border-top:1px solid #d0d0d0; }
	.mobile_cat li a{display:block; padding:5px 35px; font-size:14px; width:100%; color:#333}
	.mobile_cat li label a.cur,.mobile_cat li label a:hover{color:#1851a3}
	.mobile_cat li  a.cur{ color:#1851a3; font-weight:bold}
	.mobile_cat li a:hover{color:#1851a3;}
	.mobile_cat li div{
		display: none;
		padding: 8px 0;
	}
	.mobile_cat li div .bchild{
		padding: 3px 20px;
	}
}
.in-product-table{
	padding: 12px 0;
	overflow-x: auto;
}

.biaoge{
	width:100%;
	min-width: 900px;
	border-collapse:collapse;
}
.biaoge tr th{min-width: 60px;}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
@media (min-width:1600px){
	.biaoge tr td:nth-child(2),.biaoge tr td:nth-child(3),.biaoge tr td:nth-child(4),.biaoge tr td:nth-child(5){white-space: nowrap;}
}

.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;
}
.biaoge img{
	max-height: 60px;
}

.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);
}
@media screen and (max-width:1000px) {
	.biaoge tr td, .biaoge tr th{padding: 6px;}
	.biaoge tr th{min-width: initial;}
	.biaoge tr td{font-size: 12px;}
	.biaoge img{max-height: 40px;}
}
/** 留言弹窗 **/
.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) {
	
}
@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{
	border:1px solid #eee;
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	padding:20px;
	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: #db261d;
	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: #db261d;
	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-color: #fff;
	padding-bottom: 0;
}
.index-full-about{
	height: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.index-about-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}
.index-about-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.about-pic{
	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: var(--main-color);
	font-size: 18px;
	position: relative;
	line-height: 1.2;
	font-family: 'Gotham-Bold';
}

.about-brief{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 2.2;
	margin-top: 15px;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	color: var(--main-color);
	margin-bottom: 15px;
}
.about-more a{
	display: inline-block;
	line-height: 2;
	overflow: hidden;
	color: var(--main-color);
	text-transform: uppercase;
	text-decoration: underline;
}

.about-more a:hover{
	/* background-color: #096fb9; 
	color: #d71809;*/
}

.shuzhi-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999;
	margin-top: 20px;
}
.shuzhi-list li{
	max-width: 30%;
	height: auto;
	text-align: center;
	padding: 0;
	position: relative;
	transition: 0.5s;
}

.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 30px;
	transition: 0.5s;
	text-align: center;
	line-height: 1.1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'KnockoutHTF30';
}
.shuzhi-list li .num span{
	display: inline-block;
	margin-right: 6px;
}
.shuzhi-list li .title{
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
}
.index-flex-about{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.index-abpic{
	display: none;
}

@media (min-width: 600px) {
	.shuzhi-list li .num{
		font-size: 36px;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
	
	.about-wename{
		font-size: 18px;
	}
	.about-wename i{
		font-size: 30px;
	}
	
	.about-more{
		font-size: 16px;
		margin-top: 30px;
	}
	
}
@media (min-width: 992px) {
	
	.index-about-item{
		width: 50%;
	}
	.index-about-item.tu{
		display: none;
	}
	.about-pic{
		height: 100%;
	}
	
	.shuzhi-list li .num{
		font-size: 30px;
	}
	.shuzhi-list li .title{
		font-size: 14px;
	}
	.index-abpic{
		display: block;
		width: 47%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.index-abpic img{
		position: absolute;
		top: 0;
		left: 0;
	}
	.index-full-about{
		height: 832px;
	}
	.about-wename{
		font-size: 24px;
		margin-top: 90px;
	}
	.about-brief{
		font-size: 16px;
		margin-top: 25px;
	}
	
}

@media (min-width: 1200px) {
	.about-wename{
		font-size: 30px;
	}
	.about-brief{
		font-size: 16px;
		margin-top: 30px;
	}
	.about-more{
		margin-top: 30px;
	}
	.about-more a{
		line-height: 50px;
	}
	.shuzhi-list{
		margin-top: 30px;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
	
}

@media (min-width: 1400px) {
	.about-wename{
		font-size: 36px;
	}
	.about-brief{
		font-size: 18px;
	}
	.shuzhi-list li .num{
		font-size: 42px;
	}
	
}
@media (min-width: 1600px) {
	.about-wename{
		font-size: 46px;
	}
	.shuzhi-list{
		margin-top: 40px;
	}
	.shuzhi-list li .num{
		font-size: 54px;
	}
	.about-more{
		margin-top: 45px;
	}
}

.section-history{
	background-color: #fff;
	background-image: url(../images/faz-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	padding-bottom: 18vw;
}

.his-arrows{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.his-arrows .swiper-arrows{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	overflow: hidden;
	background-color: var(--main-color);
	color: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.his-arrows .swiper-arrows i{
	font-size: 20px;
}
.his-arrows .swiper-arrows.swiper-button-disabled{
	background-color: rgba(0,0,0,0.6);
}
.historySwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.historySwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	padding-left: 20px;
}
.historySwiper .swiper .swiper-slide:nth-child(2n){
	margin-top: 30px;
}
.historySwiper .swiper .swiper-slide::before{
	content: '';
	width: 4px;
	height: 44px;
	background-color: #c1c1c1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.historySwiper .swiper .swiper-slide::after{
	content: '';
	width: 4px;
	height: 100%;
	background: -webkit-linear-gradient(180deg, rgba(234,234,234,1), rgba(234,234,234,0.2));
	background: -o-linear-gradient(180deg,rgba(234,234,234,1), rgba(234,234,234,0.2));
	background: -moz-linear-gradient(180deg,rgba(234,234,234,1), rgba(234,234,234,0.2));
	background: linear-gradient(180deg,rgba(234,234,234,1), rgba(234,234,234,0.2));
	position: absolute;
	left: 0;
	top: 0;
}
.historySwiper .swiper .swiper-slide .title{
	font-family: 'KnockoutHTF30';
	color: #666;
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 15px;
}
.historySwiper .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}
.historySwiper .swiper .swiper-slide.swiper-slide-active .title{
	color: var(--main-color);
}
.historySwiper .swiper .swiper-slide.swiper-slide-active::before{
	background-color: var(--main-color);
}
.historySwiper .swiper .swiper-slide.swiper-slide-active::after{
	background: -webkit-linear-gradient(180deg, rgba(255,224,226,1), rgba(255,224,226,0.2));
	background: -o-linear-gradient(180deg,rgba(255,224,226,1), rgba(255,224,226,0.2));
	background: -moz-linear-gradient(180deg,rgba(255,224,226,1), rgba(255,224,226,0.2));
	background: linear-gradient(180deg,rgba(255,224,226,1), rgba(255,224,226,0.2));
}

@media (min-width: 992px) {
	.historySwiper{
		padding-right: 90px;
	}
	.his-arrows{
		margin-top: 0;
		width: 44px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		flex-direction: column;
	}
	.his-arrows .swiper-arrows{
		margin: 5px 0;
	}
}
@media (min-width: 1200px) {
	.historySwiper .swiper .swiper-slide .title{
		margin-bottom: 35px;
	}
	.historySwiper .swiper .swiper-slide .brief{
		font-size: 16px;
	}
}

/** honor **/
.section-app{
	background-color: #fff;
	padding: 0;
}
.mtabWrap{
	height: auto;
	overflow: hidden;
	position: relative;
	display: none;
}
.otherSwiper{
	height: auto;
	overflow: hidden;
}
.otherSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.otherSwiper .swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 550px;
	object-fit: cover;
	margin: 0 auto;
	transition: 2.5s;
}
.otherSwiper .swiper .swiper-slide.swiper-slide-active img{
	transform: scale(1.1);
}
.otherSwiper .swiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.otab-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 33;
	margin-left: 3.125vw;
}
.otab-list li{
	padding-bottom: 30px;
	position: relative;
}
.otab-list li + li{
	margin-left: 50px;
}
.otab-list li + li::before{
	content: '';
	width: 1px;
	height: 15px;
	background-color: #555;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%) skewX(-15deg);
}
.otab-list li .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #f4f4f4;
	transition: 0.5s;
}
.otab-list li .pic img{
	width: 142px;
	height: 88px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.otab-list li .num{
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #999;
	font-size:18px;
	font-family: 'KnockoutHTF30';
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: 0.5s;
}

.otab-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.otab-list li.active .pic{
	border-color: var(--main-color);
}
.otab-list li.active .num{
	color: var(--main-color);
}


.appSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.appSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.appSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #e8eef5;
}
.appSwiper .swiper .swiper-slide .img{
	height: auto;
	overflow: hidden;
}
.appSwiper .swiper .swiper-slide .img img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto;
	object-fit: cover;
	transition: 1s;
}
.appSwiper .swiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	background-color: rgba(0,0,0,0.4);
}
.appSwiper .swiper .swiper-slide .cover a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 100%;
}
.appSwiper .swiper .swiper-slide .cover .title{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}
.appSwiper .swiper .swiper-slide .cover .brief{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.appSwiper .swiper .swiper-slide.swiper-slide-active .img img{
	transform: scale(1.1);
}
.appSwiper .swiper .swiper-slide.swiper-slide-active .ico{
	transform: translateY(-20px);
}
.appSwiper .swiper-arrows{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(219,38,29,0.8);
	z-index: 123;
	color: #fff;
	left: 5px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.appSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 5px;
}

.appSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
}

.index-app-cover{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f4f4f4;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 22;
}

.app-btms{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	margin-left: 50px;
	width: 150px;
}
.app-btms .swiper-arrows{
	color: #fff;
	cursor: pointer;
	padding: 10px;
}
.app-btms .swiper-arrows i{
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
}
.app-btms span{
	display: block;
	width: 2px;
	height: 14px;
	background-color: #fff;
}

.other-txt{
	width: 40%;
	padding-top: 6vw;
}
.other-txt .big-tit{
	color: #fff;
	font-size: 1.875vw;
	line-height: 1.2;
	position: relative;
	z-index: 4;
	margin-bottom: 25px;
	transition: 0.5s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.2s;
}
.other-txt .big-tit span{
	display: inline-block;
	position: relative;
}
.other-txt .big-tit span::after{
	content: '';
	width: 11vw;
	height: 8px;
	background-color: var(--main-color);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.other-txt .brief{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	transition: 0.5s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.4s;
}
.other-txt .title{
	margin-top: 6.25vw;
	transition: 0.5s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.6s;
}
.other-txt .title a{
	color: #fff;
	display: inline-block;
	font-size: 1.5625vw;
}
.other-txt .title a i{
	display: inline-block;
	margin-left: 3vw;
	width: 3.125vw;
	height: 3.125vw;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 3.125vw;
	font-size: 1.25vw;
}

.otherSwiper .swiper .swiper-slide.swiper-slide-active .other-txt .big-tit,
.otherSwiper .swiper .swiper-slide.swiper-slide-active .other-txt .brief,
.otherSwiper .swiper .swiper-slide.swiper-slide-active .other-txt .title{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {
	
	
}
@media (min-width: 992px) {
	.appSwiper{
		display: none;
	}
	.mtabWrap{
		display: block;
	}
	.otab-list li .addr{
		font-size: 18px;
		margin-top: 15px;
	}
	.otab-list li .ico i{
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.otab-list li .addr{
		font-size: 20px;
		margin-top: 20px;
	}
	.otab-list li .ico i{
		font-size: 54px;
	}
	.otab-list li.active .ico{
		transform: translateY(-30px);
	}
	.other-txt .brief{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.otab-list li .addr{
		font-size: 22px;
		margin-top: 25px;
	}
	.otab-list li .ico i{
		font-size: 64px;
	}
	.other-txt .brief{
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.otab-list li .addr{
		font-size: 24px;
	}
	.otab-list li .ico i{
		font-size: 80px;
	}
}


.section-adv{
	background-image: url(../images/adv-bg.jpg);
}
.index-adv-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;
}
.index-adv-list li{
	width: 100%;
	transition: .5s;
	position: relative;
	height: auto;
	overflow: hidden;
	color: #fff;
	padding: 20px 0;
}
.index-adv-list li .wrap{
	height: auto;
	overflow: hidden;
}
.index-adv-list li .ico{
	height: auto;
	overflow: hidden;
}
.index-adv-list li .ico i{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	font-size: 30px;
	transition: 0.5s;
}
.index-adv-list li .title{
	font-size: 18px;
	transition: .5s;
	margin-top: 20px;
}
.index-adv-list li .brief{
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	transition: .5s;
}

.index-adv-list li .wrap:hover .ico i{
	color: #fff;
	background-color: var(--main-color);
	transform: rotate(360deg);
}

@media (min-width: 480px) {
	.index-adv-list li{
		width: 45%;
	}
}
@media (min-width: 768px) {
	.index-adv-list li{
		width: 22%;
	}
}
@media (min-width: 992px) {
	.index-adv-list li{
		width: auto;
		max-width: 20%;
	}
	.index-adv-list li .ico i{
		width: 70px;
		height: 70px;
		font-size: 36px;
	}
	.index-adv-list li .title{
		margin-top: 30px;
	}
	.index-adv-list li .brief{
		font-size: 16px;
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.index-adv-list li .ico i{
		width: 90px;
		height: 90px;
		font-size: 42px;
	}
	.index-adv-list li .title{
		margin-top: 24px;
		margin-top: 40px;
	}
}


/** news **/
.section-news{
	background-image: url(../images/news-bg.png);
}
.scrollSwiperNews{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.scrollSwiperNews .swiper{
	height: auto;
	overflow: hidden;
	padding: 10px;
}
.scrollSwiperNews .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.scrollSwiperNews .swiper .swiper-slide .txt{
	padding: 15px;
}
.scrollSwiperNews .time{
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.scrollSwiperNews .time i{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.scrollSwiperNews .title{
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scrollSwiperNews .brief{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
	transition: all .4s;
}
.scrollSwiperNews .more{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	font-size: 14px;
	text-transform: uppercase;
}
.scrollSwiperNews .more a{
	display: block;
	color: #666;
}
.scrollSwiperNews .more i{
	display: inline-block;
	float: right;
	font-size: 24px;
	transition: 0.5s;
}
.scrollSwiperNews .more a:hover{
	color: var(--main-color);
}
.scrollSwiperNews .swiper .swiper-slide:hover .more a i{
	margin-right: 10px;
}

.scrollSwiperNews .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.news-arrows{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 30px;
	position: relative;
	margin-bottom: 15px;
}
.news-arrows::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #edeef0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.news-arrows .swiper-arrows{
	display: inline-block;
	height: 40px;
	border-radius: 50%;
	background-color:#fff;
	color: #848484;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	z-index: 11;
	border-radius: 999px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 0 50px;
	margin-left: 6%;
}
.news-arrows .swiper-arrows + .swiper-arrows{
	margin-left: 10px;
}

@media (min-width: 1200px) {
	.scrollSwiperNews .swiper .swiper-slide{
		padding-top: 25px;
	}
	.scrollSwiperNews .title{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.scrollSwiperNews .brief{
		font-size: 14px;
		margin-bottom: 35px;
	}
	
}

.section-shuju{
	background-image: url(../images/shu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.index-flex-shuju{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.shuju-zou{
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shuju-liu{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-left: 96px;
	margin: 0 auto;
}
.shuju-liu .item{
	width: 120px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
}
.shuju-liu .item.item-hei{
	background-image: url(../images/hei.png);
	color: #fff;
}
.shuju-liu .item.item-hong{
	background-image: url(../images/hong.png);
	margin-top: 6px;
	color: #fff;
}
.shuju-liu .item.item-bai{
	background-image: url(../images/bai.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.shuju-num{
	font-family: 'KnockoutHTF30';
	font-size: 20px;
	line-height: 1.2;
}
.shuju-num span{
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
}
.shu-title{
	font-size: 12px;
}

.shuju-mid{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
}
.shuju-name{
	text-align: center;
	font-family: 'Gotham-Bold';
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	z-index: 11;
	margin-bottom: 20px;
}
.shuju-name span{
	display: inline-block;
	position: relative;
}
.shuju-name span::after{
	content: '';
	width: 100%;
	height: 8px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.shuju-txt-mid{
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 2.4;
}
.shuju-you{
	height: auto;
	overflow: hidden;
}
.shu-pic{
	height: auto;
	overflow: hidden;
}
.shu-pic img{
	display: block;
	margin: 0 auto;
	width: 60%;
	height: auto;
}
.index-other-jiao{
	display: none;
}

@media (min-width: 768px) {
	.index-flex-shuju{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.shuju-mid{
		margin-top: 0;
		margin-bottom: 0;
		width: 36%;
	}
	.shuju-you{
		width: 23.125%;
		position: relative;
		z-index: 44;
	}
	.shu-pic img{
		width: 100%;
		height: auto;
	}
	
}
@media (min-width: 992px) {
	.section-shuju{
		height: 671px;
		padding-top: 210px;
		position: relative;
		overflow: visible;
	}
	.shuju-name{
		font-size: 24px;
	}
	.shuju-txt-mid{
		font-size: 15px;
	}
	
	.section-shuju::after{
		content: '';
		width: 104px;
		height: 200%;
		background-color: rgba(219,38,29,0.3);
		position: absolute;
		top: -20%;
		right: 20vw;
		z-index: 22;
		transform: rotate(30deg);
	}
	
	.index-other-jiao{
		height: 200px;
		background-color: #fff;
		position: absolute;
		right: 0;
		z-index: 100;
		top: -100px;
		width: 67.6%;
		-webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
		padding-left: 150px;
		
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		padding-right: 8.3vw;
	}
	.index-other-jiao .item{
		height: auto;
		overflow: hidden;
		width: 50%;
	}
	.index-other-jiao .item + .item{
		margin-left: 5.5vw;
	}
	.index-other-jiao .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.index-other-jiao .so-mail{
		line-height: 56px;
		color: var(--main-color);
		font-size: 16px;
		font-family: 'Gotham-Bold';
	}
	.index-other-jiao .so-mail a{
		display: inline-block;
		color: var(--main-color);
	}
	.index-other-jiao .so-mail i{
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	
}

@media (min-width: 1200px) {
	.shuju-liu{
		padding-left: 130px;
	}
	.shuju-liu .item{
		width: 160px;
		height: 140px;
	}
	
	.shuju-num{
		font-size: 30px;
	}
	.shuju-num span{
		font-size: 36px;
	}
	.shu-title{
		font-size: 14px;
	}
	.shuju-name{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.index-other-jiao .so-mail{
		font-size: 20px;
	}
	.index-other-jiao .so-mail i{
		font-size: 24px;
	}
	
}

@media (min-width: 1400px) {
	.shuju-liu{
		padding-left: 162px;
	}
	.shuju-liu .item{
		width: 203px;
		height: 177px;
	}
	.shuju-num span{
		font-size: 50px;
	}
	.shu-title{
		font-size: 16px;
	}
	
	.index-other-jiao .so-mail{
		font-size: 24px;
	}
	.index-other-jiao .so-mail i{
		font-size: 30px;
	}
}

@media (min-width: 1640px) {
	.index-other-jiao .so-mail{
		font-size: 32px;
	}
}


/** 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;
	z-index: 111;
}
.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: 999;
	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: -10px;
	margin-right: -10px;
}
.list-case-pic li{
	width: 50%;
	padding: 10px;
}
.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: 14px;
	margin-top: 10px;
}
.list-case-pic li .brief{
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.75;
	color: #666;
}
.list-case-pic li .time{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.list-case-pic li .time i{
	display: inline-block;
	margin-right: 5px;
	color: var(--main-color);
}

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

.in-nav-solution{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.in-nav-solution li + li{
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.in-nav-solution li a{
	display: inline-block;
	line-height: 24px;
	padding: 10px 25px;
	color: #000;
	background-color: #ccc;
	border-radius: 5px;
	font-size: 14px;
}
.in-nav-solution li a:hover,
.in-nav-solution li.actives a{
	color: #fff;
	background-color: var(--main-color);
}

@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%;
	}
	
	.list-case-pic li .title{
		font-size: 16px;
		margin-top: 15px;
	}
	.list-case-pic li .brief{
		font-size: 14px;
	}
	
	
}
@media (min-width: 1200px) {
	
	
	.in-nav-solution li a{
		font-size: 16px;
	}
	
	
	
}


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

.section-feedback{
	padding: 60px 0;
	background-image: url(../images/fbk-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section-video{
	background-color: #fff;
}


.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode label{
	display: inline-block;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.in-fbk-vecode .yanzhm{
	height: auto;
	overflow: hidden;
	float: left;
}
.in-fbk-vecode .yanzhm input.yzm{
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
}
#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}


/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.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;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
.banSwiper .swiper .swiper-slide .text{
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	gap: 30px;
}
.banSwiper .swiper .swiper-slide .text h3{font-size: 60px; font-weight: bold;}
.banSwiper .swiper .swiper-slide .text .desc{font-size: 20px; max-width: 1300px; text-align: center; line-height: 2;}
.banSwiper .swiper .swiper-slide .text .btns{display: flex; gap: 20px;}
.banSwiper .swiper .swiper-slide .text .btns a{border-radius: 100px; padding: 12px 50px; font-size: 18px; border: 2px solid #fff; color: #fff;}
.banSwiper .swiper .swiper-slide .text .btns a.probtn{background: #db261d; border-color: #db261d;}

@media (max-width:767px){
	.banSwiper .swiper .swiper-slide .pic{min-height: 350px;}
	.banSwiper .swiper .swiper-slide .pic img {
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.banSwiper .swiper .swiper-slide .text{gap: 10px;}
	.banSwiper .swiper .swiper-slide .text h3{font-size: 20px;}
	.banSwiper .swiper .swiper-slide .text .desc{font-size: 12px;}
	.banSwiper .swiper .swiper-slide .text .btns a{font-size: 12px; padding: 4px 20px; border-width: 1px;}
}

/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(29,92,155,0.7);
}
.banSwiper .swiper .swiper-arrows 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);
}

@media (min-width: 992px) {
	.banSwiper::after{
		content: '';
		width: 104px;
		height: 50%;
		background: -webkit-linear-gradient(0, rgba(219,38,29,1), rgba(255,0,0,0));
		background: -o-linear-gradient(0,rgba(219,38,29,1), rgba(255,0,0,0));
		background: -moz-linear-gradient(0,rgba(219,38,29,1), rgba(255,0,0,0));
		background: linear-gradient(0,rgba(219,38,29,1), rgba(255,0,0,0));
		position: absolute;
		bottom: -10%;
		left: 33.72vw;
		z-index: 22;
		transform: rotate(30deg);
	}
}

/** 相关产品 **/
.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: #f3f3f3;
}
.in-pub-head{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.in-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.in-list-contact li{
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-contact li .wrap{
	width: 100%;
	background-color: #fff;
	padding: 25px 20px;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
}
.in-list-contact li .wrap .ico{
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-list-contact li .wrap .ico i{
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	font-size: 24px;
	color: var(--main-color);
}
.in-list-contact li .wrap .cnt-txt{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.in-list-contact li .wrap .cnt-txt .title{
	color: #999;
	font-size: 16px;
}
.in-list-contact li .wrap .cnt-txt .cnt-content{
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
}


@media (min-width: 768px) {
	.in-list-contact li {
		width: 50%;
	}
	.in-list-contact li .wrap{
		padding: 30px;
	}
	
	
}

@media (min-width: 992px) {
	
	.in-pub-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-list-contact li {
		width: 25%;
	}
	.in-list-contact li .wrap{
		padding: 45px 30px;
	}
	.in-list-contact li .wrap:hover{
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
		transform: translate3d(0, -2px, 0);
	}
	
}
@media (min-width: 1200px) {
	
	.in-pub-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 1400px) {
	
	.in-pub-head{
		font-size: 36px;
	}
	
}


.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: #fff;
}
.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;
}
.in-about-pic1 img{
	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;
	}
	
}
@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: 34.125%;
	}
	.in-about-info1{
		width: 61.25%;
		margin-top: 0;
	}
	.in-about-info1 h2{
		font-size: 16px;
	}
	.in-about-pubinfo{
		font-size: 12px;
	}
}
@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: 14px;
	}
	.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;
}
.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;
}

/** about **/
.section-zhuzi{
	background-image: url(../images/zhuzi.jpg);
	padding: 50px 0;
}
.in-flex-zhuzi{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.in-zhuzi-more{
	margin-top: 30px;
	font-size: 14px;
}
.in-zhuzi-more a{
	display: inline-block;
	color: #fff;
}
.in-zhuzi-more span{
	display: inline-block;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.in-zhuzi-more i{
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px dashed #fff;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	vertical-align: middle;
}

.section-wenhua{
	background-color: #fff;
}

.in-list-wenhua{
	height: auto;
	overflow: hidden;
}
.in-list-wenhua li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	overflow: hidden;
	flex-wrap: wrap;
}
.in-list-wenhua li .pic{
	width: 100%;
}
.in-list-wenhua li .txt{
	width: 100%;
	padding: 30px;
}
.in-list-wenhua li .brief{
	color: #000;
	font-size: 14px;
	line-height: 3;
}

.section-factory{
	background-color: #fff;
}
.scrollSwiperFactory{
	height: auto;
	overflow: hidden;
}
.scrollSwiperFactory .swiper{
	height: auto;
	overflow: hidden;
}
.scrollSwiperFactory .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperFactory .swiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.scrollSwiperFactory .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperFactory .swiper .swiper-slide:hover .cover{
	opacity: 1;
	visibility: visible;
}

.in-fac-btms{
	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;
}
.in-fac-btms .swiper-arrows{
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	background-color: var(--main-color);
	cursor: pointer;
}

.in-fac-btms .swiper-page{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.in-fac-btms .swiper-page .swiper-pagination-bullet{
	font-size: 18px;
	width: auto;
	height: auto;
	background-color: #fff;
	margin: 0 10px;
}
.in-fac-btms .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: var(--main-color);
}

.section-inhonor{
	background-color: #f9f9f9;
}

.scrollSwiperHonor{
	height: auto;
	position: relative;
}
.scrollSwiperHonor .swiper{
	height: auto;
	overflow: hidden;
}
.scrollSwiperHonor .swiper .swiper-slide .pic{
	height: auto;
	padding-bottom: 58px;
	background-image: url(../images/hon-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.scrollSwiperHonor .swiper .swiper-slide .title{
	border-bottom: 1px dashed #bfbfbf;
	padding: 15px 0;
	margin-bottom: 2px;
}
.scrollSwiperHonor .swiper-arrows{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid rgba(196,7,19,0.3);
	border-radius: 50%;
	color: var(--main-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 333;
}
.scrollSwiperHonor .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.scrollSwiperHonor .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollSwiperHonor .swiper-arrows.swiper-arrow-next{
	right: 0;
}

.section-jianjie{
	background-color: #fff;
	background-image: url(../images/jieji-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
}
.in-flex-abjj{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 0;
	margin-bottom: 20px;
}
.in-flex-abjj .txt{
	width: 100%;
}
.in-flex-abjj .in-jj-name{
	width: 100%;
	color: var(--main-color);
	font-family: 'Gotham-Bold';
	margin-top: 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.in-flex-gongsi{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-flex-gongsi .txt{
	width: 100%;
}
.in-flex-gongsi .pic{
	width: 100%;
	margin-top: 15px;
	position: relative;
}
.in-flex-gongsi .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}

.scrollSwiperOffice{
	margin-top: 60px;
	border-top: 1px solid #aeaeae;
	position: relative;
}
.scrollSwiperOffice .swiper{
	padding-top: 40px;
	margin-top: -7px;
}
.scrollSwiperOffice .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperOffice .swiper .swiper-slide::before{
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	top: -40px;
	z-index: 2;
}
.scrollSwiperOffice .swiper-arrows{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid rgba(196,7,19,0.3);
	border-radius: 50%;
	color: var(--main-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 333;
}
.scrollSwiperOffice .swiper-arrows.swiper-arrow-prev{
	left: 15px;
}
.scrollSwiperOffice .swiper-arrows.swiper-arrow-next{
	right: 15px;
}

@media (min-width: 768px) {
	.in-zhuzi-more{
		margin-top: 60px;
		font-size: 16px;
	}
	.in-flex-zhuzi{
		height: 300px;
	}
	.in-list-wenhua li .pic{
		width: 50%;
	}
	.in-list-wenhua li:nth-child(2n) .pic{
		order: 1;
	}
	.in-list-wenhua li .pic img{
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		object-fit: cover;
	}
	.in-list-wenhua li .txt{
		width: 50%;
		padding: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-list-wenhua li .brief{
		line-height: 2;
	}
	
}
@media (min-width: 992px) {
	.in-zhuzi-more{
		margin-top: 100px;
		font-size: 16px;
	}
	.in-flex-zhuzi{
		height: 450px;
	}
	
	.in-flex-abjj{
		padding: 35px 0;
		margin-bottom: 35px;
	}
	.in-flex-abjj .txt{
		width: 70%;
	}
	.in-flex-abjj .in-jj-name{
		margin-top: 0;
		width: auto;
		font-size: 20px;
	}
	.in-flex-gongsi{
		justify-content: space-between;
	}
	.in-flex-gongsi .txt{
		width: 54%;
	}
	.in-flex-gongsi .pic{
		margin-top: 0;
		width: 43.75%;
	}
	
}
@media (min-width: 1200px) {
	.in-zhuzi-more{
		margin-top: 130px;
		font-size: 18px;
	}
	.in-flex-zhuzi{
		height: 650px;
	}
	.in-list-wenhua li .brief{
		line-height: 3;
		font-size: 16px;
	}
	.in-list-wenhua li .txt{
		padding-left: 50px;
	}
	.in-flex-abjj .in-jj-name{
		font-size: 30px;
	}
}

@media (min-width: 1400px) {
	.in-list-wenhua li .brief{
		font-size: 18px;
	}
	.in-list-wenhua li .txt{
		padding-left: 80px;
	}
	.in-flex-abjj .in-jj-name{
		font-size: 36px;
	}
	.in-flex-gongsi .brief{
		font-size: 16px;
	}
	.in-flex-abjj{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	
}

@media (min-width: 1600px) {
	.scrollSwiperHonor .swiper-arrows.swiper-arrow-prev{
		left: -66px;
	}
	.scrollSwiperHonor .swiper-arrows.swiper-arrow-next{
		right: -66px;
	}
	
	.scrollSwiperOffice .swiper-arrows.swiper-arrow-prev{
		left: -66px;
	}
	.scrollSwiperOffice .swiper-arrows.swiper-arrow-next{
		right: -66px;
	}
}

.in-search-wrap{
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-search-wrap h1{font-size: 24px;}
.in-soso-box{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding-right: 120px;
	border-radius: 5px;
	max-width: 600px;
}
@media (min-width:1366px){
	.in-soso-box{width: 500px;}
}
.in-soso-box button{
	display: block;
	width: 120px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
}
.in-soso-box input{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border: none;
	padding: 0 15px;
	font-size: 16px;
	background: #eee;
}
@media (max-width:1000px){
	.in-search-wrap h1{display: none;}
	.in-soso-box button,.in-soso-box input{
		height: 40px; line-height: 40px; font-size: 14px;
	}
	.in-soso-box{width: 100%;}
}
html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scrollbar-width: thin;
  }
  @media (min-width: 1901px) {
	html {
	  font-size: 100px;
	}
  }
  @media (max-width: 1580px) {
	html {
	  font-size: 66px;
	}
  }
  @media (max-width: 767px) {
	html {
	  font-size: calc(100vw/7.5);
	}
  }
.bannerwrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bannerwrap .container{
	height: 100%;
	display: flex;
	align-items: center;
}
.bannerwrap .bannertxt{
	max-width: 800px;
	color: #fff;
}
.bannerwrap .bannertxt h1{
	margin-top: 26px;
	font-size: 40px;
	margin-bottom: 30px;
}
.bannerwrap .bannertxt .desc{line-height: 2;}
.section-one{
	position: relative;
	padding: 100px 0;
}
.section-one .container{
	display: flex;
	justify-content: space-between;
}
.section-one .s-img1{
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
}
.section-one .s-img2{
	position: absolute;
	right: 0;
	top: 0px;
	z-index: -1;
}
.section-one .left{
	width: 62%;
}
.cx-head h2,.cx-head{
	font-size: 36px;
	color: #000;
}
.cx-head-desc{
	color: #626262;
}
.section-one .left .desc1{
	margin-top: 80px;
	max-width: 880px;
	line-height: 2;
}
.section-one .box1{
	background: #f8f8f8;
	border-radius: 20px;
	max-width: 590px;
	padding: 80px 45px;
}
.section-one .box1 h3{
	margin-bottom: 40px;
	font-size: 22px;
	color: #000;
}
.section-one .box1 .desc{
	line-height: 2;
}
.section-one .left .box1{
	float: right;
	margin-top: 120px;
}
.section-one .right{
	width: 35%;
}
.section-one .right .box1{
	margin-top: 3%;
}
.section-app{
	background: #f8f8f8;
	padding: 100px 0;
}
.x-coop2 .container ul {
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
  }
  @media (max-width: 767px) {
	.x-coop2 .container ul {
	  flex-wrap: wrap;
	}
  }
  .x-coop2 .container ul li {
	width: 50%;
	margin-right: 1.48%;
	transition: 0.6s ease-in-out;
	cursor: pointer;
  }
  @media (max-width: 767px) {
	.x-coop2 .container ul li {
	  width: 100% !important;
	  margin-right: 0;
	  margin-bottom: 0.4rem;
	}
  }
  .x-coop2 .container ul li:last-child {
	margin-right: 0;
  }
  .x-coop2 .container ul li.on {
	width: 65.47%;
	flex-shrink: 0;
  }
  .x-coop2 .container ul li.on .x-box::before {
	width: 100%;
  }
  .x-coop2 .container ul li.on .x-box .x-text .x-p {
	height: auto;
  }
  .x-coop2 .container ul li .x-box {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
  }
  .x-coop2 .container ul li .x-box::after {
	content: "";
	width: 100%;
	height: 4.8rem;
	background: url('../images/x-coop4.png') no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
  }
  .x-coop2 .container ul li .x-box .x-img {
	width: 100%;
	height: 6.2rem;
  }
  @media (max-width: 1580px) {
	.x-coop2 .container ul li .x-box .x-img {
	  height: 7.2rem;
	}
  }
  .x-coop2 .container ul li .x-box .x-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .x-coop2 .container ul li .x-box .x-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding: 0 0.4rem 0.55rem;
  }
  .x-coop2 .container ul li .x-box .x-text .x-sp {
	color: #fff;
  }
  .x-coop2 .container ul li .x-box .x-text .x-tit {
	color: #fff;
	margin-top: 0.15rem;
	line-height: 1.2;
	writing-mode: vertical-rl;
  }
  .x-coop2 .container ul li.on .x-box .x-text .x-tit{
	writing-mode: initial;
  }
  @media (max-width: 1260px) {
	.x-coop2 .container ul li .x-box .x-text .x-tit {
	  font-size: 0.28rem;
	}
  }
  .x-coop2 .container ul li .x-box .x-text .x-p {
	color: rgba(255, 255, 255, 0.9);
	height: 0;
	overflow: hidden;
	margin-top: 0.08rem;
  }
  @media (max-width: 767px) {
	.x-coop2 .container ul li .x-box .x-text .x-p {
	  height: auto;
	}
  }
.solution-ad{
	position: relative;
}
.solution-ad .img img{width: 100%; display: block;}
.solution-ad .pa-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/ad-bg.png) top repeat-x;
	height: 100%;
}
.solution-ad .pa-title .container{
	padding-top: 1rem;
}
.solution-ad .pa-title .cx-head{
	color: #fff;
}
.solution-ad .pa-title .cx-head-desc{
	color: #fff;
}
.ptb100{
	padding: 1rem 0;
}
.tuwenli{display: flex; align-items: center;}
.tuwenli .txt{
	width: 50%;
}
.tuwenli .img{width: 50%;}
.tuwenli .img img{width: 100%; display: block;}
.tuwenli .txt h3{
	font-size: 36px;
	color: #000;
}
.tuwenli .txt span{
	color: #626262;
}
.tuwenli .txt .desc{
	max-width: 550px;
	margin-top: .6rem;
	color: #4b4b4b;
	line-height: 2;
}
.downbtn{
	background: #db261d;
	border-radius: 50px;
	width: 180px;
	padding: 10px 0;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: .5rem;
}
.solution-tuwen2{
	background: #f8f8f8;
}
.solution-tuwen2 .tuwenli{
	margin-top: .8rem;
}
.tuwenbox .tuwenli:nth-child(odd){
	flex-direction: row-reverse;
}
.tuwenbox .tuwenli:nth-child(odd) .txt{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.tuwenbox .tuwenli:nth-child(odd) .txt .desc{
	text-align: right;
}
.solution-case .swiper-slide:hover{
	box-shadow: 0 4px 24px #2764af1a;
}
.solution-case .swiper-slide:hover .txt{
	background: #fff;
	color: #db261d;
}
.solution-case .swiper-slide:hover .txt .brief{
	transform: all 0.5s ease-in-out;
}
.solution-case .swiper-slide:hover .txt .brief,.solution-case .swiper-slide:hover .txt a{
	color: #db261d;
}
.solution-contact{
	background: url(../images/contactbg.jpg) center no-repeat;
	background-size: cover;
}
.solution-contact .cx-head{
	font-size: 36px;
}
.solution-contact .cx-head,.solution-contact .cx-head-desc{
	color: #fff;
}
.s-contactbox{
	display: flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
}
.s-contactbox h3{
	font-size: 24px;
	margin-top: .7rem;
}
.cbtns{
	display: flex;
	margin-top: .7rem;
	gap: .2rem;
}
.cbtns a{
	padding: .1rem .6rem;
	border-radius: 100px;
	font-size: 22px;
	color: #fff;
}
.cbtns a:first-child{
	background: #db261d;
	border: 1px solid #db261d;
}
.cbtns a:nth-child(2){
	background: none;
	border: 1px solid #fff;
}
.ny_banner .pagenav{position: absolute; bottom: 0; right: 0; background: rgba(0,0,0,.5); width: 100%;}
.ny_banner .pagenav ul{display: flex; justify-content: flex-end; gap: .5rem;padding: .3rem;}
.ny_banner .pagenav a{color: #fff; font-size: 18px;}
.ny_banner .pagenav li.on a,.ny_banner .pagenav li:hover a{color: var(--main-color);}
@media (max-width:1400px){
	.section-one .left{width: 45%;}
	.ny_banner .pagenav ul{flex-wrap: wrap;}
}
@media (max-width:767px){
	.section-one,.section-app{
		padding: .5rem 0;
	}
	.bannerwrap .bannertxt h1{font-size: 24px; margin-bottom: 15px; margin-top: 10px;}
	.bannerwrap .bannertxt .desc{font-size: 13px; line-height: 1.8;}
	.section-one .left,.section-one .right{width: 100%;}
	.section-one .container{flex-wrap: wrap;}
	.section-one .box1{max-width: initial; padding: 20px;}
	.section-one .box1 h3{margin-bottom: 20px;}
	.section-one .left .desc1,.section-one .left .box1{margin-top: 30px;}
	.x-coop2 .container ul li .x-box .x-text .x-tit{writing-mode: initial;}
	.cx-head h2, .cx-head{font-size: 26px;}
	.section-one .box1 h3{font-size: 18px;}
	.solution-ad .cx-head{font-size: 20px;}
	.tuwenli{flex-wrap: wrap; gap: 20px;}
	.tuwenli .txt,.tuwenli .img{width: 100%;}
	.tuwenli .txt h3{font-size: 24px;}
	.tuwenbox .tuwenli:nth-child(2n+1) .txt{align-items: initial;}
	.tuwenbox .tuwenli:nth-child(2n+1) .txt .desc{text-align: initial;}
	.tuwenli .txt .desc{max-width: initial; margin-top: .3rem;}
	.bannerwrap .container{align-items: start; padding-top: 68px;}
	.ny_banner .pagenav{position: relative; background: #000;}
	.ny_banner .pagenav ul{ gap: .05rem; justify-content: flex-start; padding: .3rem 0;}
	.ny_banner .pagenav a{font-size: 16px; padding: 10px;}
}
.videobtn{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center}
.play-btn{height:56px;width:56px;border-radius:50%;transition:all .4s;color:#fff;background:var(--main-color);font-size:var(--ztc-font-size-font-s20);margin:0 10px 0 0;position:relative;z-index:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.play-btn::after{position:absolute;content:"";height:100%;width:100%;left:28px;top:28px;background:var(--main-color);transition:all .4s;border-radius:50%;z-index:-1;animation:pulse-border 1.5s ease-out infinite;opacity:40%}
.play-btn .icon{width:18px;height:18px;display:inline-block;clip-path:polygon(0 0,100% 50%,0 100%);background:#fff}
.video-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1000}
.video-modal.is-open{display:flex}
.video-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);cursor:pointer}
.video-wrap{position:relative;width:min(1000px,94%);max-height:90vh;background:#111;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);z-index:1001;overflow:hidden}
.video-inner{width:100%;height:0;padding-bottom:56.25%;position:relative}
.video-inner video{position:absolute;inset:0;width:100%;height:100%;background:#000}
.video-close{position:absolute;top:10px;right:10px;z-index:1002;background:rgba(255,255,255,.1);border:none;color:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;backdrop-filter:blur(4px)}
.video-close:focus{outline:2px solid rgba(255,255,255,.2)}
@media (max-width:600px){.video-wrap{width:98%;border-radius:6px}
}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}
100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}
}
