@import url("reset.css");
@import url("fonts.css");

:root {
	--main-color: #007AC5;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'Times New Roman',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: 30px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 30px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}

@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;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@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;
	}
}

.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.container-1200{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
}
.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1430px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}

.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	background-color: var(--main-color);
	height: auto;
	overflow: hidden;
	display: none;
	padding: 8px 0;
}
.top-welcome{
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.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);
}

@media (min-width: 992px) {
	.full-top{
		display: block;
	}
	
}
@media (min-width: 1200px) {
	.top-welcome{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.top-welcome{
		font-size: 18px;
	}
}

.lang-wrap{
	height: 34px;
	position: relative;
	z-index: 100;
	margin-left: 25px;
}
.lang-wrap .open-lang{
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lan-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 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: #fe8005;
}
.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{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}
.top-link a{
	display: inline-block;
	margin: 0 5px;
	line-height: 34px;
	color: #999;
}
.top-link a i{
	font-size:18px;
	margin-right:6px;
	display: inline-block;
	vertical-align: top;
}
.top-link a:hover{
	color: #fff;
}

/** 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,16,30,.4);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	/* background-color: rgba(255,255,255,1); */
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	transition: 0.5s;
}

.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.top-rt-lang{
	color: #fff;
	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: 36px;
	/* height: 100%; */
	position: relative;
	margin-left: 20px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 0 15px;
}
.top-rt-lang i{
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
}
.top-rt-lang span{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}
.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);
}
.lang-menu li a.sp{
	background-image: url(../images/sp.png);
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-wrap{
	height: 100%;
	overflow: visible;
	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;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #fff;
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:40px;
	width:300px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 40px;
	height:40px;
	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: 24px;
	color:#000;
}

/** 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 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-family: 'PoppinsMedium';
	font-size:14px;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.6s;
	color: #fff;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: #fff;
}

.sub-menu{
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	border-bottom: 4px solid var(--main-color);
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
	white-space:nowrap
}
.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;
}

.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;
}

@media (min-width: 992px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 12px;
	}
	.lang-sp .nav .nLi h3 a {
		padding: 0 10px;
	}
	.logo{
		height: 70px;
		padding: 10px 0;
	}
	.pc-nav-rt{
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		position: relative;
		margin-left: 22px;
	}
	
}
@media (min-width: 1200px) {
	.logo{
		height: 80px;
		padding: 15px 0;
	}
	.nav .nLi h3 a {
		font-size: 16px;
		padding: 0 20px;
	}
	.lang-sp .nav .nLi h3 a{
		padding: 0 15px;
	}
	.top-rt-lang{
		margin-left: 30px;
	}
	.pc-nav-rt{
		margin-left: 30px;
	}
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 25px;
	}
	.top-rt-lang{
		margin-left: 40px;
		font-size: 16px;
	}
	
	.logo{
		height: 100px;
	}
	.pc-nav-rt{
		margin-left: 40px;
	}
	
}
@media (min-width: 1600px) {
	.top-rt-lang{
		margin-left: 50px;
	}
	.pc-nav-rt{
		margin-left: 50px;
	}
	.nav .nLi h3 a {
		padding: 0 33px;
	}
	.lang-sp .nav .nLi h3 a{
		padding: 0 28px;
	}
	.search-box .key_text{
		font-size: 16px;
	}
	
}

.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background-image: url(../images/foot-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	display: block;
	float: left;
	width: auto;
	height: 40px;
}
.foot-logo p{
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.foot-contact-info{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-top: 25px;
}
.foot-social{
	margin-top: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
}
.foot-social li a{
	display: inline-block;
	color: #636c75;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: #1c2937;
}
.foot-social li i{
	display: inline-block;
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: var(--main-color);
}

.foot-top-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-top-flex .zou{
	width: 100%;
}
.foot-top-flex .you{
	width: 100%;
	margin-top: 15px;
}
.foot-ask{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
}
/* .lang-en .foot-ask,
.lang-sp .foot-ask{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .foot-ask{
	font-weight: bold;
} */
.foot-lx-more{
	height: auto;
	overflow: hidden;
}
.foot-lx-more a{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 20px;
	line-height: 34px;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: rgba(255,255,255,0.5);
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
	text-decoration: underline;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	background-color: transparent;
	border-top: 1px solid rgba(0,73,158,0.1);
	margin-top: 45px;
}
.foot-flex-copyright{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	border-top: 1px solid #293542;
	padding: 20px 0;
}
.copyright{
	color: #999;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	width: 100%;
}
.copyright a{
	color: #999;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
.mb-hide2{
	display: none;
}

.foot-two-flex{
	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-two-flex .item{
	height: auto;
	overflow: hidden;
	margin: 15px 0;
}
.foot-wechat{
	width: 148px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-lx-title{
	color: #fff;
	font-size: 16px;
}
.foot-lx-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.foot-lx-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 4px;
}
.foot-lx-list li i{
	display: inline-block;
	color: var(--main-color);
	margin-right: 10px;
	font-size: 18px;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-top-flex .zou{
		width: auto;
	}
	.foot-top-flex .you{
		width: auto;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.foot-flex{
		flex-wrap: nowrap;
		margin-top: 40px;
		border-top: 1px solid #293542;
		padding-top: 40px;
	}
	.mb-hide2{
		display: block;
	}

	.foot-item{
		width: auto;
		max-width: 30%;
		padding: 0 10px;
		/* max-width: 25%; */
	}
	.foot-item.contact{
		width: 25%;
		max-width: 25%;
		padding: 0;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
	}
	.foot-sort-name{
		border-bottom: none;
	}
	.foot-sort-list li{
		border-bottom: none;
		line-height: 1.5;
		padding: 5px 0;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.copyright{
		width: auto;
		margin-top: 0;
		order: -1;
	}
	.foot-ask{
		font-size: 20px;
	}
	.foot-lx-more a{
		font-size: 16px;
		padding: 0 25px;
		line-height: 44px;
	}
	.foot-item-1{
		display: none;
	}
	.foot-flex-copyright{
		margin-top: 60px;
	}
	.top-link{
		width: auto;
		margin-top: 0;
	}
	
}
@media (min-width: 1200px) {
	.footer{
		padding-top: 50px;
	}
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-ask{
		font-size: 24px;
	}
	.foot-lx-more a{
		font-size: 18px;
		padding: 0 40px;
		line-height: 60px;
	}
	.foot-item-1{
		display: block;
	}
	.foot-flex-copyright{
		margin-top: 80px;
	}
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 20px;
	}	
	.foot-panel-wrap{
		margin-top: 15px;
	}
	.foot-sort-list li{
		font-size: 16px;
		padding: 8px 0;
	}
	.foot-ask{
		font-size: 30px;
	}
	.foot-flex-copyright{
		margin-top: 100px;
	}
}

@media (min-width: 1600px) {
	.footer{
		padding-top: 60px;
	}
	.foot-sort-name{
		font-size: 22px;
	}
	.foot-ask{
		font-size: 40px;
	}
	.foot-flex-copyright{
		margin-top: 120px;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	position: relative;
}
.section-product{
	background-image: url(../images/product-bg.jpg);
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: bold;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
/* .lang-sp .public-head,
.lang-en .public-head{
	 font-family: 'Gotham-Bold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
} */

.public-head.goyou{
	text-align: right;
}
.public-head.goyou::after{
	left: auto;
	right: 0;
	transform: translateX(0);
}

.public-sml{
	color: #343434;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	line-height: 2;
}

.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 35px;
	border-radius: 999px;
	background-color: var(--main-color);
}
.mb-hide{
	display: none;
}

.section-why{
	background-image: url(../images/why-bg.jpg);
}
.index-why-outer{
	padding: 25px;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1470px;
	border-radius: 20px;
}
.index-list-why{
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-list-why li{
	height: auto;
	overflow: hidden;
}
.index-list-why li .wrap{
	height: auto;
	overflow: hidden;
}
.index-list-why li .ico{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.index-list-why li .ico i{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	color: var(--main-color);
	font-size: 24px;
	transition: 0.5s;
	border-radius: 50%;
	margin: 10px;
}
.index-list-why li .title{
	color: #202020;
	font-size: 16px;
	transition: 0.5s;
	font-weight: bold;
}
.index-list-why li .info{
	margin-top: 20px;
	color: #525252;
	font-size: 14px;
	line-height: 2;
	transition: 0.5s;
	margin-bottom: 20px;
}

.index-flex-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.index-flex-product .zou{
	width: 100%;
	padding: 15px;
}
.index-flex-product .you{
	width: 100%;
	padding: 15px;
}
.psortSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.psortSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.psortSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.psortSwiper .swiper .swiper-slide .pic{
	background-color: #fff;
	border: 1px solid #fff;
	transition: 0.5s;
}
.psortSwiper .swiper .swiper-slide.active .pic{
	border-color: #e5effa;
}
.psortSwiper .swiper .swiper-slide .title{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
}
.psortSwiper .swiper-arrows{
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	color: #000;
	/* background-color: rgba(0,73,158,1); */
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	left: 0;
	margin-top: -20px;
	transition: 0.5s;
}
.psortSwiper .swiper-arrows i{
	font-size: 20px;
}
.psortSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.psortSwiper .swiper-arrows.swiper-button-disabled{
	/* background-color: rgba(0,73,158,0.5); */
}

@media (min-width: 768px) {	
	.mb-hide{
		display: block;
	}
	.index-sort-tab{
		height: auto;
		overflow: hidden;
	}
	.index-sort-tab .item{
		height: auto;
		overflow: hidden;
		background-color: #fff;
		display: none;
	}
	
	.index-list-why li{
		width: 50%;
		float: left;
		padding: 15px;
	}
	.index-flex-product{
		margin-bottom: 30px;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 36px;
	}
	.public-sml{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.public-more a{
		font-size: 16px;
	}
	.index-why-outer{
		background-color: transparent;
		background-image: url(../images/why3.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		height: 486px;
		overflow: hidden;
		padding-top: 40px;
	}
	.index-list-why{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.index-list-why li{
		width: calc(50% - 152px);
	}
	.index-list-why li:nth-child(2n){
		text-align: right;
	}
	.index-list-why li .ico i{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 36px;
	}
	.index-list-why li .title{
		font-size: 20px;
		margin-top: 50px;
	}
	.index-flex-product{
		margin-bottom: 40px;
	}
	.index-list-why li .info{
		font-size: 16px;
	}
	
	
}
@media (min-width: 1400px) {
	.public-head{
		font-size: 42px;
	}
	.public-sml{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.index-list-why li .title{
		font-size: 24px;
		margin-top: 70px;
	}
	.index-flex-product{
		margin-bottom: 50px;
	}
	
}
@media (min-width: 1600px) {
	/* .public-head{
		font-size: 48px;
	} */
	
	.index-list-why li .title{
		font-size: 30px;
	}
	.index-list-why li .ico i{
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 42px;
	}
	
}

.section-global{
	background-color: #fff;
	padding-bottom: 0;
}
.index-flex-glb{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index-flex-glb .zou{
	width: 100%;
}
.index-flex-glb .you{
	width: 100%;
	margin-top: 20px;
}
.glb-jt{
	height: auto;
	overflow: hidden;
}
.glb-jt i{
	display: inline-block;
	font-size: 30px;
}
.glb-tu{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.glb-v{
	max-width: 579px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.glb-v img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.glb-wz{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 11;
	text-align: right;
	padding-right: 25px;
	color: var(--main-color);
	font-weight: bold;
}

.section-qita{
	background-color: #f7f7f7;
}
.index-list-other{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.index-list-other li{
	width: 100%;
	padding: 8px;
}
.index-list-other li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.index-list-other li .wrap:hover .pic img{
	transform: scale(1.1);
}
.index-list-other li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #000;
	padding: 10px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
}
.index-list-other li .title{
	font-family: 'Gotham-Bold';
	font-size: 18px;
}
.index-list-other li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	font-family: 'Gotham-Bold';
}

.index-num-wrap{
	height: auto;
	overflow: hidden;
	background-image: url(../images/num-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 30px 15px;
	border-radius: 20px 20px 0 0;
}
.shuzhi-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.shuzhi-list li{
	width: 100%;
	color: #fff;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shuzhi-list.inabout li{
	color: #000;
}
.shuzhi-list li .num{
	height: auto;
	overflow: hidden;
	line-height: 1.2;
	font-size: 16px;
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 24px;
	font-family: 'Gotham-Bold';
	margin-right: 4px;
	vertical-align: top;
}
.shuzhi-list li .title{
	font-size: 14px;
	margin-top: 25px;
	line-height: 2;
}

@media (min-width: 768px) {
	.index-list-other li{
		width: 50%;
	}	
	
	.index-flex-glb .zou{
		width: 50%;
	}
	.index-flex-glb .you{
		width: 50%;
		margin-top: 0;
		padding-left: 30px;
	}
	.index-num-wrap{
		border-radius: 30px 30px 0 0;
		padding: 30px;
	}
	.shuzhi-list li{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.index-list-other li .title{
		font-size: 20px;
	}
	.index-list-other li .brief{
		font-size: 16px;
	}
	.index-list-other li .cover{
		padding: 15px 30px;
	}
	.glb-wz{
		font-size: 18px;
	}
	.index-num-wrap{
		border-radius: 30px 30px 0 0;
		padding: 30px;
	}
	.shuzhi-list li{
		width: 20%;
		padding: 15px;
		text-align: center;
	}
	.shuzhi-list li .num span{
		font-size: 30px;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.index-list-other li .title{
		font-size: 24px;
	}
	.index-list-other li .brief{
		font-size: 20px;
	}
	.index-list-other li .cover{
		padding: 15px 60px;
	}
	.glb-wz{
		font-size: 20px;
	}
	.index-num-wrap{
		border-radius: 60px 60px 0 0;
		padding: 80px 10px;
	}
	.shuzhi-list li .num span{
		font-size: 42px;
	}
	.shuzhi-list li .title{
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.glb-wz{
		font-size: 24px;
	}
	.index-num-wrap{
		margin-left: -30px;
		margin-right: -30px;
		padding: 70px 30px;
	}
	/* .shuzhi-list li .num span{
		font-size: 54px;
	} */
	/* .shuzhi-list.inabout  li .num span{
		font-size: 48px;
	} */
}

.index-list-sort-product{
	height: auto;
	overflow: hidden;
}
.index-list-sort-product li{
	height: auto;
	overflow: hidden;
}
.index-list-sort-product li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-list-sort-product li .txt{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	background: -webkit-linear-gradient(90deg, rgba(0,94,173,0.5), rgba(0,0,0,0.2));
	background: -o-linear-gradient(90deg,rgba(0,94,173,0.5), rgba(0,0,0,0.2));
	background: -moz-linear-gradient(90deg,rgba(0,94,173,0.5), rgba(0,0,0,0.2));
	background: linear-gradient(90deg,rgba(0,94,173,0.5), rgba(0,0,0,0.2));
	
	color: #fff;
}

.index-list-sort-product li .title{
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* .lang-en .index-list-sort-product li .title,
.lang-sp .index-list-sort-product li .title{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .index-list-sort-product li .title{
	font-weight: bold;
} */
.index-list-sort-product li .brief{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2;
}
.index-list-sort-product li .more{
	height: auto;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	margin-top: 25px;
	font-size: 14px;
}
.index-list-sort-product li .more a{
	color: #fff;
}

.index-list-sort-product li .wrap:hover .pic img{
	transform: scale(1.05);
}

.index-flex-hot{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.public-head p{
	display: inline-block;
}
.public-head.gozou{
	text-align: left;
}
.public-head.gozou::after{
	left: 0;
	transform: translateX(0);
}
.public-head.gozou.white::after{
	background-color: #fff;
}
.index-flex-hot .txt{
	height: auto;
	overflow: hidden;
}
.hotbtms{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	overflow: hidden;
}
.hotbtms .swiper-arrows{
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	background-color: #b2b2b2;
	margin-left: 10px;
	color: #fff;
	transition: 0.5s;
}
.hotbtms .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.hotbtms .swiper-arrows:hover{
	background-color: var(--main-color);
}

.productSwiper{
	height: auto;
	overflow: hidden;
}
.productSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.productSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: #f4f4f4;
	border: 3px solid #f4f4f4;
}
.productSwiper .swiper .swiper-slide:hover{
	border-color: var(--main-color);
}
.productSwiper .swiper .swiper-slide .pic img{
	transition: 0.5s;
}
.productSwiper .swiper .swiper-slide .txt{
	padding: 20px 20px;
}
.productSwiper .swiper .swiper-slide .title{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.productSwiper .swiper .swiper-slide .info{
	text-align: center;
	color: #7d7d7d;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.productSwiper .swiper .swiper-slide .more{
	text-align: center;
	font-size: 12px;
}

.productSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}


@media (min-width: 768px) {
	.index-list-sort-product li .title{
		font-size: 20px;
	}
	.index-list-sort-product li .brief{
		font-size: 16px;
	}
	.index-list-sort-product li .more{
		font-size: 16px;
	}
	
}
@media (min-width: 992px) {
	.index-flex-product .zou{
		width: 61.5%;
		padding: 0;
	}
	.index-flex-product .you{
		padding: 0;
		width: 38.5%;
	}
	.index-pro-cls{
		padding: 15px;
	}
	
	
	.productSwiper .swiper .swiper-slide .title{
		font-size: 16px;
	}
	
}
@media (min-width: 1200px) {
	
	.productSwiper .swiper .swiper-slide .title{
		font-size: 18px;
	}
	.psortSwiper .swiper .swiper-slide .title{
		font-size: 16px;
	}
	
}
@media (min-width: 1400px) {
	.psortSwiper .swiper .swiper-slide .title{
		font-size: 18px;
	}
	.index-list-sort-product li .txt{
		padding-left: 40px;
		padding-right: 40px;
	}
	.index-list-sort-product li .title{
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.index-pro-cls{
		padding-left: 13.541666vw;
		padding-right: 40px;
	}
	.index-list-sort-product li .txt{
		padding-left: 80px;
		padding-right: 80px;
	}
	.index-list-sort-product li .title{
		font-size: 30px;
	}
	.index-list-sort-product li .brief{
		font-size: 16px;
	}
	.index-list-sort-product li .more{
		font-size: 16px;
	}
	
}

/** 内页样式
*** 左右结构
***************/
.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: 'PoppinsBold';
}
.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: 'PoppinsBold';
}
.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;
}
.in-aside-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.aside-left{
	width: 280px;
	display: none;
}
.aside-left h2{
	height:54px;
	line-height:54px;
	padding-left: 20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	background-color: var(--main-color);
}
.aside-left h2 i{
	font-size: 24px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	line-height: 54px;
}
.aside-contact{
	padding: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%;
	}
	.main-content{
		font-size: 18px;
	}
	.public-path{
		font-size: 16px;
	}
}


.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages a{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/** contact **/
.in-contact-content{
	width: 580px;
	height: auto;
	overflow: hidden;
}
#footer_lxxx tr td{
	padding: 5px 0;
}
.form-content{
	height: auto;
	overflow:hidden;
	padding:10px 10px 10px 70px;
	font-size:16px;
	line-height:25px;
	background:url(../images/feedback.png) 15px center no-repeat #f1f1f1;
	min-height:50px;
	border-radius: 5px;
}
.form-outer{
	height: auto;
	overflow: hidden;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.form-col-5{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-group label{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 5px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
}
.form-group.white label{
	color: #fff;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 10px 15px;
	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;
	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;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group button{
	display: inline-block;
	line-height: 30px;
	padding: 8px 10px;
	color: var(--main-color);
	width: 180px;
	text-align: center;
	border: 1px solid var(--main-color);
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 0;
	letter-spacing: 1px;
	position: relative;
	z-index: 101;
	background-color: transparent;
	transition: 0.5s;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group button:hover{
	color: #fff;
	background-color: var(--main-color);
}

.form-group input::-webkit-input-placeholder{ color: #aeaeae;}
.form-group input::-ms-input-placeholder{ color: #aeaeae;}
.form-group input::-moz-input-placeholder{ color: #aeaeae; opacity: 1;}
.form-group input::placeholder{ color: #aeaeae;}
.form-group textarea::placeholder{ color: #aeaeae;}

.form-group i{
	display: inline-block;
	color: #808080;
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.form-col-5{
		width: 50%;
	}
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 250px;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	flex: 1;
	padding-left: 30px;
}
.list-news-tuwen li h2.title{
	font-size: 18px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 15px;
}
.list-news-tulist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .time{
	margin-top: 10px;
	color: #888;
}
.list-news-tulist li .time i{
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 540px) {
	.list-news-tulist li{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.list-news-tulist li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-tulist li{
		width: 25%;
	}
}

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-pic li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.list-news-pic li .wrap{
	width: 100%;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.list-news-pic li .title{
	font-size: 16px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.5s;
	margin-top: 15px;
}
.list-news-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}

.list-news-pic li .brief{
	color: #666;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	transition: 0.5s;
}
.list-news-pic li .time{
	color: #666;
	font-size: 14px;
	transition: 0.5s;
}
.list-news-pic li .txt{
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	transition: 0.5s;
}
.list-news-pic li .more{
	margin-top: 20px;
	text-transform: capitalize;
}


.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: 1200px) {
	.list-news-pic{
		margin-left: -22px;
		margin-right: -22px;
	}
	.list-news-pic li{
		padding: 22px;
	}
	.list-news-pic li .title{
		font-size: 20px;
	}
	.list-news-pic li .brief{
		font-size: 16px;
	}
}


/** faq **/
.faqlist{
	height: auto;
	overflow:hidden;
}
.faqlist dl{
	height: auto;
	overflow:hidden;
	margin-bottom:10px;
}
.faqlist dl dt{
	height:44px;
	display:block;
	background:#f4f4f4;
	padding-left:20px;
	padding-right: 50px;
	cursor:pointer;
	position: relative;
}
.faqlist i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size:20px;
	transition:0.6s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist em{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	font-style:normal;
	font-size:16px;
	font-weight: bold;
	color: var(--main-color);
}
.faqlist h4{
	font-size:16px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:2.45;
	display:none;
	color: #555;
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(90deg);
	color: var(--main-color);
}

/** table **/
.biaoge{
	width:100%;
	min-width: 900px;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
.biaoge tr th,.biaoge .down_b{
	background:#eee;
}
.biaoge tr td i{
	font-size: 20px;
	color: var(--main-color);
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.biaoge tr td a{
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}
.biaoge tr td img{
	max-width: 100%;
	height: auto;
	max-height: 40px;
}

.in-down-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.in-down-list li{
	width: 50%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 82px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 25px;
}
.in-down-list li .wrap a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-down-list li .wrap a i{
	font-size: 36px;
}
.in-down-list li .wrap .title{
	font-size: 16px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
}
.in-down-list3 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

/** 留言弹窗 **/
.popform-mix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.popform{
	width: 830px;
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.popform-close{
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	background: url('../images/closeWhite.svg') no-repeat center/22px auto;
	top: 5px;
	right: 5px;
	transition: all .4s ease;
	text-align: center;
	line-height: 32px;
	color: #000;
	overflow: hidden;
}
.popform-close i{
	display: inline-block;
	font-size: 30px;
}
.popform-close:hover{
	transform: rotate(90deg);
}
.popform-title{
	width: 100%;
	text-align: center;
}
.popform-title h4{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	text-transform: capitalize;
}
.popform-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.popform-form li{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.popform-form li.full-li{
	width: 100%;
}
.popform-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.popform-form li input,
.popform-form li select{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 40px;
}
.popform-form li textarea{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 25px;
	resize: none;
}
.popform-form li i.must{
	font-size: 16px;
	color: #eb2a2e;
	position: absolute;
	left: 6px;
	top: 16px;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	
	font-style: normal;
}
.popform-form li select{
	background-image: url("../images/selArr.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 16px center;
}
.popform-form li p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.popform-form li p b{
	color: #eb2a2e;
}
.popform-form li h6{font-size: 14px;color: #888;display: inline-block;vertical-align: middle;position: relative;padding-left: 26px;user-select: none;cursor: pointer;}
.popform-form li h6::before{content: "";position: absolute;width: 15px;height: 15px;border: 1px solid #d2d2d2;left: 0;top: 3px;}
.popform-form li h6::after{display: none;content: "";position: absolute;width: 18px;height: 18px;background: url('../images/formYes.svg') no-repeat center/22px auto;left: 3px;top: 0px;}
.popform-form li h6.active::before{border: 1px solid #1f55ad;}
.popform-form li h6.active::after{display: block;}
.popform-form li a{font-size: 14px;color: #1f55ad;display: inline-block;vertical-align: middle;}
.popform-form li span.hint{font-size: 14px;color: #eb2a2e;display: inline-block;vertical-align: middle;margin-left: 4px;}
.popform-form li.popform-form-center{text-align: center;}
.popform-form li button{width: 160px;cursor: pointer;height: 40px;font-size: 16px;transition: all .4s ease;margin: 0 8px;border: none;}
.popform-form li button.popform-cancel{color: #666;border: 1px solid #d2d2d2;}
.popform-form li button.popform-confirm{background: var(--main-color);color: #fff;}
.popform-form li button.popform-cancel:hover{background: #d2d2d2;}
.popform-form li button.popform-confirm:hover{background: #00479d;}

/** product in **/
.in-product-list{
	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%;
	padding: 0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding:20px 15px;
	transition: 0.15s;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-product-list li h3{
	font-size: 14px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding: 15px 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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.in-product-list li .xinghao{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-product-list li .xinghao span{
	display: inline-block;
	font-size: 12px;
}
.in-product-list li .xinghao i{
	display: inline-block;
	font-size: 14px;
}

/* .in-product-list li .pic:hover img{
	transform: scale(1.1);
} */
.in-product-list li .wrap:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.in-product-row{
	height: auto;
	overflow: hidden;
}
.in-product-row li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.in-product-row li + li{
	margin-top: 25px;
}
.in-product-row li .pic{
	width: 100%;
	border: 1px solid #ddd;
}
.in-product-row li .pic img{
	transition: 0.5s;
}
.in-product-row li:hover .pic img{
	transform: scale(1.05);
}
.in-product-row li .txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.in-product-row li .title{
	font-size: 16px;
	font-family: 'PoppinsMedium';
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-row li .more a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #000;
	padding: 10px;
}
.in-product-row li .more a + a{
	margin-left: 10px;
}

@media (min-width: 480px) {
	.in-product-row li .pic{
		width: 50%;
	}
	.in-product-row li .txt{
		width: auto;
		flex: 1;
		padding-left: 20px;
		margin-top: 0;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
}

@media (min-width: 768px) {
	.in-product-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-product-list li{
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.in-product-list li .wrap{
		padding:30px 25px;
	}
	.in-product-list li .title{
		font-size: 18px;
	}
	.in-product-list li .brief{
		font-size: 16px;
	}
	
	.in-product-row li .pic{
		width: 252px;
	}
	.in-product-row li .txt{
		padding-left: 40px;
	}
	.in-product-row li .title{
		font-size: 18px;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more a{
		font-size: 14px;
		padding: 10px 15px;
	}
	.in-product-list li .xinghao span{
		font-size: 14px;
	}
	
}
@media (min-width: 992px) {
	.in-product-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-product-list li{
		width: 33.333333%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	

	.aside-left{
		display: block;
	}
	.aside-main{
		padding-left: 30px;
	}
	
	.in-product-row li .title{
		font-size: 20px;
	}
	.in-product-row li .brief{
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.75;
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more{
		margin-top: 20px;
	}
	
}
@media (min-width: 1200px) {
	.in-product-list{
		
	}
	.in-product-list li .xinghao span{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.in-product-list{
		margin-left: -20px;
		margin-right: -20px;
	}
	.in-product-list li{
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.in-product-list li .wrap{
		padding: 50px 40px;
	}
	.in-product-list li .title{
		font-size: 24px;
	}
	
}

.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: var(--main-color);
	font-weight: bold;
	line-height: 1.25;
	font-size: 20px;
}
.detail-product-brief{
	color: #444;
	font-size: 15px;
	line-height: 2;
	margin-top: 25px;
}
.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;
	}
	.detail-product-title{
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.detail-product-right{
		padding-left: 120px;
	}
	.detail-product-title{
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {
	.detail-product-zoom{
		width: 450px;
	}
	.detail-product-right{
		padding-left: 120px;
	}
	.detail-product-title{
		font-size: 36px;
	}
	.detail-product-brief{
		font-size: 18px;
	}
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:16px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #fff;	
	padding:0 25px;
	cursor:pointer;
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background-color: var(--main-color);
    color: #fff;
}
.slideBox-product .bd{
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	padding:20px 0;
	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 span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
}

@media (min-width: 992px) {
	.detail-product-content{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.detail-product-content{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.detail-product-content{
		font-size: 20px;
	}
}

.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: #fe8005;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

/** about **/
.section-about{
	background-color: #fff;
	background-image: url(../images/about-bg.jpg);
	background-position: 50% 100%;
	background-size: auto;
	padding-top: 0;
	padding-bottom: 9.375vw;
	overflow: visible;
}
.advSwiper{
	height: auto;
	overflow: hidden;
	padding: 20px;
	position: relative;
	z-index: 111;
}
.advSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.advSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.advSwiper .swiper .swiper-slide .ico{
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.advSwiper .swiper .swiper-slide .ico img{
	height: 60px;
}
.advSwiper .swiper .swiper-slide .title{
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
}
.advSwiper .swiper .swiper-slide .info{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.advSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


.index-full-about{
	height: auto;
	overflow: hidden;
	margin-top: 10vw;
}
.index-about-lt{
	width: 100%;
	float: left;
}
.index-about-rt{
	width: 100%;
}
.about-webname{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}

.about-pic{
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.about-brief{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 50px;
	margin-top: 30px;
}
.about-more{
	height: auto;
	overflow: hidden;
	font-size: 16px;
}
.about-more a{
	display: inline-block;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	padding: 0 35px;
	color: #fff;
	background-color: var(--main-color);
	text-transform: capitalize;
	border-radius: 0 35px;
}

.soloSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.soloSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.soloSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
}
.soloSwiper .swiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.soloSwiper .swiper .swiper-slide a{
	display: block;
}
.soloSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}

.soloSwiper .swiper-arrows{
	width: 30px;
	height: 30px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 11;
}
.soloSwiper .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.soloSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}

.about-head{
	height: auto;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* .lang-en .about-head,
.lang-sp .about-head{
	font-family: 'Gotham-Bold';
} */
.about-head span{
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	background-color: var(--main-color);
	width: 40px;
	height: 40px;
	text-align: center;
}

@media (min-width: 600px) {	
	.about-brief{
		font-size: 16px;
	}
	.about-webname{
		font-size: 20px;
	}
	
}

@media (min-width: 768px) {
	.soloSwiper{
		margin-top: 30px;
	}
	
	.advSwiper .swiper .swiper-slide .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.advSwiper .swiper .swiper-slide .brief{
		font-size: 14px;
	}
	
	.about-head{
		font-size: 24px;
		line-height: 50px;
	}
	.about-head span{
		width: 50px;
		height: 50px;
	}
	.about-webname{
		font-size: 18px;
	}
	.about-brief{
		font-size: 16px;
	}
	.index-about-lt{
		width: 80%;
	}
	
}

@media (min-width: 992px) {
	.index-about-lt{
		width: 70%;
		padding-left: 30px;
	}
	
	.about-head{
		font-size: 30px;
		line-height: 60px;
	}
	.about-head span{
		width: 60px;
		height: 60px;
	}
	.about-webname{
		font-size: 20px;
	}
	
	
}

@media (min-width: 1200px) {
	
	
	.soloSwiper{
		margin-top: 40px;
	}
	.advSwiper{
		padding-top: 60px;
		padding-left: 40px;
		padding-right: 40px;
		margin-top: -50px;
		background-color: #fff;
	}
	
	.about-head{
		font-size: 36px;
		line-height: 70px;
	}
	.about-head span{
		width: 70px;
		height: 70px;
	}
	.about-webname{
		font-size: 24px;
	}
	
	.advSwiper .swiper .swiper-slide .info{
		font-size: 16px;
	}
	
	.about-brief{
		font-size: 18px;
	}
		
}

@media (min-width: 1400px) {
	.index-about-lt{
		width: 60%;
		padding-left: 70px;
	}
	.about-head{
		font-size: 42px;
		line-height: 80px;
	}
	.about-head span{
		width: 80px;
		height: 80px;
	}
	.about-webname{
		font-size: 30px;
	}
	
	.soloSwiper .swiper-arrows{
		width: 42px;
		height: 42px;
	}
	
	
	.advSwiper .swiper .swiper-slide .ico img{
		height: 75px;
	}
	.advSwiper .swiper .swiper-slide .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.advSwiper .swiper .swiper-slide .brief{
		font-size: 16px;
	}
		
}
/* @media (min-width: 1600px) {	
	.index-about-lt{
		width: 55%;
	}
	
	.advSwiper .swiper .swiper-slide .ico img{
		height: 90px;
	}
	.advSwiper .swiper .swiper-slide .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	
} */

.section-app{
	background-color: #fff;
	padding: 0;
	position: relative;
	overflow: visible;
}
.container-1460{
	margin-left: auto;
	margin-right: auto;
	max-width: 1490px;
	padding-left: 15px;
	padding-right: 15px;
}
.mtabWrap{
	
	position: relative;
}
.otherSwiper{
	height: auto;
	overflow: hidden;
}
.otherSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.otherSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.otherSwiper .swiper .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.mtab-pos{
	padding: 15px 0;
}
.otab-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.otab-list li{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid transparent;
	margin-bottom: 1px;
}
.otab-list li .txt{
	width: 100%;
	padding: 15px;
	background-color: #142e4b;
	text-align: center;
}
.otab-list li.active .txt{
	background-color: #007AC5;
}
.otab-list li .txt a{
	display: block;
	color: #fff;
}
.otab-list li .ico{
	height: auto;
	overflow: hidden;
}
.otab-list li .ico i{
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
}
.otab-list li .title{
	font-size: 14px;
	margin-top: 10px;
}
.lang-en .otab-list li .title,
.lang-sp .otab-list li .title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .otab-list li .title{
	font-weight: bold;
}

@media (min-width: 768px) {
	.otab-list li .txt{
		padding: 25px 5px;
	}
	.otab-list li{
		width: 25%;
	}
	
}
@media (min-width: 992px) {
	.mtab-pos{
		padding: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: -30px;
		z-index: 333;
	}
	.otab-list li{
		margin-bottom: 0;
		width: auto;
		width: 215px;
	}
	.otab-list li .title{
		font-size: 16px;
	}
	.otab-list li .ico i{
		font-size: 36px;
	}
	.otab-list li .txt{
		padding: 40px 5px;
	}
	
}

@media (min-width: 1200px) {
	
	
}
@media (min-width: 1400px) {

	
}


/** news **/
.section-news{
	background-color: #f7f7f7;
}
.index-sort-news{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.index-sort-news li{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding: 0 10px;
	line-height: 2;
}
.index-sort-news li a{
	display: inline-block;
	color: #808080;
}
.index-sort-news li.active a{
	color: #000;
}

.index-tab-news{
	position: relative;
	margin-top: 25px;
}
.index-tab-news .item{
	display: none;
}
.newsTabSwiper{
	position: relative;
}
.newsTabSwiper .swiper .swiper-slide{
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}
.newsTabSwiper .swiper .swiper-slide .txt{
	padding: 25px;
}
.newsTabSwiper .swiper .swiper-slide .time{
	color: #000;
	font-size: 16px;
}
.newsTabSwiper .swiper .swiper-slide .title{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
.newsTabSwiper .swiper .swiper-slide .brief{
	height: auto;
	overflow: hidden;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.newsTabSwiper .swiper .swiper-slide .more{
	margin-top: 20px;
	border-top: 1px solid #ececec;
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}
.newsTabSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.newsTabSwiper .swiper-page{
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.index-sort-news li{
		padding: 0 25px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.index-sort-news li{
		font-size: 18px;
	}
	.newsTabSwiper{
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.index-sort-news li{
		font-size: 22px;
	}
	.newsTabSwiper .swiper .swiper-slide .title{
		font-size: 18px;
	}
	.newsTabSwiper .swiper .swiper-slide .brief{
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.newsTabSwiper .swiper .swiper-slide .title{
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	
}

/** friendlink **/
.section-link{
	padding: 20px 0;
	background-color: transparent;
}

.in-nav-drop{
	height: 46px;
	display: flex;
	align-items: center;
}
.nav-drop-link{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
	padding: 10px 15px;
	color: var(--main-color);
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	float: right;
	transition: 0.5s;
	color: var(--main-color);
}
.nav-drop-link h3.on i{
	transform: rotate(-90deg);
}
.in-nav-list{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	margin-top: 2px;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.in-nav-list ul li a{
	height: 40px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	padding: 0 40px;
	overflow: hidden;
}
.in-nav-list ul li a:hover{
	background-color: #F2F7FC;
}

.section-top-nav{
	padding: 0;
	overflow: visible;
	border-bottom: 1px solid #ddd;
}

.list-case-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-case-pic li{
	width: 100%;
	padding: 15px;
}
.list-case-pic li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-case-pic li a{
	display: block;
}
.list-case-pic li .pic{
	height: auto;
	overflow: hidden;
}
.list-case-pic li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.list-case-pic li .cover{
	background-color: #f7f7f7;
	padding: 15px;
}
.list-case-pic li .title{
	font-size: 16px;
	margin-top: 15px;
}
.list-case-pic li .brief{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}

.list-case-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}

.section-feedback{
	padding-top: 40px;
	background-image: url(../images/feedback-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
}
.index-fbk-outer{
	height: auto;
	overflow: hidden;
	background-color: #202e7e;
	padding: 30px;
}
.index-fbk-box{
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.index-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-fbk-col-3{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-col-10{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-group{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.index-fbk-group label{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.index-fbk-group input{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
}
.index-fbk-group textarea{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	height: 160px;
}
.index-fbk-group button{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	padding: 0 70px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.list-case-pic li{
		width: 50%;
	}
	.section-feedback{
		padding-top: 50px;
	}
	.index-fbk-outer{
		padding: 40px;
	}
	.index-fbk-col-3{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.section-top-nav{
		display: none;
	}
	.list-case-pic li{
		width: 33.333333%;
		margin-bottom: 0;
	}
	.list-case-pic li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,161,233,0.5);
		color: #fff;
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.list-case-pic li .brief{
		color: #fff;
		display: none;
	}
	.list-case-pic li .title{
		text-align: center;
	}
	.list-case-pic li .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.section-feedback{
		padding-top: 70px;
	}
	.index-fbk-outer{
		padding: 50px;
	}
	
}
@media (min-width: 1200px) {
	
	.list-case-pic li .brief{
		display: block;
		text-align: center;
	}
	.section-feedback{
		padding-top: 90px;
	}
	.index-fbk-outer{
		padding: 50px 80px;
	}
	.index-fbk-group label{
		font-size: 18px;
	}
	
}

@media (min-width: 1400px) {
	.section-feedback{
		padding-top: 110px;
	}
	.index-fbk-outer{
		padding: 50px 100px;
	}
	.index-fbk-group label{
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.section-feedback{
		padding-top: 140px;
	}
}


.video-content{
	height: auto;
	overflow: hidden;
}
.video-content img{
	max-width: 100%;
	height: auto;
}
.video-content iframe{
	width: 100%;
	height: 550px;
}

.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;
}
.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.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: 25px;
	height: 5px;
	border-radius: 999px;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}
/* .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);
} */
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 50px;
	background-color: var(--main-color);
}

/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 40px;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	height: auto;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide .pic{
	border: 1px solid #eee;
}
.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: 14px;
	padding: 15px 5px;
	background-color: #f1f5f8;
	color: #333;
}
.relatedSwiperProduct .swiper .swiper-slide .title a{
	color: #333;
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: transparent;
	color: var(--main-color);
	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 #ddd;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.section-inmap{
	background-color: #fff;
	padding: 0;
}
.in-cnt-map{
	height: auto;
	overflow: hidden;
}
.in-cnt-map iframe{
	border: none;
	margin: 0 auto;
	padding: 0;
}
.section-contact-one{
	background-color: #fff;
}
.in-pub-head{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.in-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.in-list-contact li{
	width: 100%;
	padding: 20px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-contact li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.in-list-contact li .wrap .ico{
	height: auto;
	overflow: hidden;
}
.in-list-contact li .wrap .ico i{
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	background-color: var(--main-color);
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
}
.in-list-contact li .wrap .cnt-txt{
	flex: 1;
	padding-left: 15px;
	height: auto;
	overflow: hidden;
}
.in-list-contact li .wrap .cnt-txt .title{
	color: #000000;
	font-size: 16px;
}
.in-list-contact li .wrap .cnt-txt .cnt-content{
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
	color: #403f3f;
}
.in-fbk-head{
	color: #000;
	position: relative;
	font-size: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.in-fbk-head::after{
	content: '';
	width: 70px;
	height: 3px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.in-list-contact li {
		width: 50%;
	}
	.in-list-contact li:last-child{
		width: 100%;
	}	
	
}

@media (min-width: 992px) {
	
	.in-pub-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	
}
@media (min-width: 1200px) {
	
	.in-pub-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 1400px) {
	
	.in-pub-head{
		font-size: 36px;
	}
	.in-list-contact li .wrap .cnt-txt .title{
		font-size: 18px;
	}
	.in-list-contact li .wrap .cnt-txt .cnt-content{
		font-size: 16px;
	}
	
}


.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;
}

.in-about-pubinfo{
	font-size: 14px;
	line-height: 2;
}

.section-gsjj{
	background-color: #f0f0f0;
	padding-bottom: 0;
}
.section-gsry{
	background-color: #fff;
	background-image: url(../images/hisbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: auto;
}

.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);
}
.section-gshj{
	background-color: #fff;
	background-image: url(../images/inzsbg.jpg);
	background-position: 50% 100%;
	background-size: contain;
	padding-bottom: 6vw;
}
.inab-head{
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
}

.inab-head.white{
	color: #fff;
}

.section-wenhua{
	background-color: #fff;
}

.section-whbb{
	background-color: #fff;
	padding-top: 0;
}

.inab-jjflex{
	position: relative;
	margin-top: 30px;
	background-color: #f0f0f0;
	padding-bottom: 40px;
	/* background-image: url(../images/abg1.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: auto; */
}
.inab-jjflex .inab-tu{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.inab-jjflex .inab-tu img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 600px;
	height: auto;
	border-radius: 10px;
}
.inab-szhz{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.inabnr{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}

.honor-list-sort{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.honor-list-sort li{
	text-align: center;
	font-size: 14px;
}
.honor-list-sort li + li{
	margin-left: 20px;
}
.honor-list-sort li a{
	display: inline-block;
	color: #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
}
.honor-list-sort li.active a{
	color: var(--main-color);
	border-bottom-color: var(--main-color);
}
.tab-honors{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.tab-honors .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.honorSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 45px;
}
.honorSwiper .swiper-arrows{
	width: 32px;
	height: 32px;
	border: 1px solid #d1dfed;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 222;
	background-color: #fff;
	cursor: pointer;
}
.honorSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.honorSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0,94,173,0.8);
	transition: 0.5s;
	transform: translateY(110%);
	opacity: 0;
	visibility: hidden;
}
.honorSwiper .swiper .swiper-slide:hover .title{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.honorSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}

.autoWidthSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.autoWidthSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.autoWidthSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.autoWidthSwiper .swiper .swiper-slide > img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.autoWidthSwiper .swiper .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .cover{
	opacity: 1;
	visibility: visible;
}
.autoWidthSwiper .satu{
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}
.autoWidthSwiper .satu img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .title,
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .brief,
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .inshuzi-list,
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .satu,
.autoWidthSwiper .swiper .swiper-slide.swiper-slide-active .lang-fuwu{
	animation: here3 1s ease-in 1s 1 alternate both;
	-webkit-animation:  here3 1s ease-in 1s 1 alternate both;
}
@-webkit-keyframes here3 {
	0% {
		opacity: 0;
		transform: translate(0%, -40px);
	}

	100% {
		opacity: 1;
		transform: translate(0%, 0px);
	}
}

.autoWidthSwiper .swiper-page{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 22;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.autoWidthSwiper .swiper-page .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background-color: #fff;
}

.autoWidthSwiper .title{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	font-size: 20px;
}
.autoWidthSwiper .brief{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 15px;
}
.inshuzi-list{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.inshuzi-list li{
	text-align: center;
	color: #fff;
	padding: 0 10px;
	flex: 0 0 50%;
}
.inshuzi-list li .num{
	height: auto;
	overflow: hidden;
	
}
.inshuzi-list li .num span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.inshuzi-list li .bitaoti{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
}
.lang-fuwu{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.lang-fuwu li{
	margin: 0 0.1rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.aboox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.abo-left{
	float: left;
	box-sizing: border-box;
	padding-right: 25px;
	padding-bottom: 20px;
}
.abo-right{
	position: relative;
	font-size: 14px;
	line-height: 2;
}
.aboox::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
}

@media (min-width: 540px) {	
	.autoWidthSwiper .swiper .swiper-slide .cover{
		justify-content: flex-start;
	}
	.autoWidthSwiper .swiper .swiper-slide{
		width: 100%;
	}
	.autoWidthSwiper .swiper .swiper-slide img{
		height: auto;
	}
	.autoWidthSwiper .title{
		font-size: 24px;
		margin: 30px 0;
	}
	.autoWidthSwiper .brief{
		padding: 0 20px;
		font-size: 14px;
	}
	.inshuzi-list,
	.autoWidthSwiper .satu,
	.lang-fuwu{
		margin-top: 30px;
	}
	.inshuzi-list li{
		flex: 1;
		padding: 0 10px;
	}
	.inshuzi-list li .num{
		font-size: 16px;
	}
	.inshuzi-list li .num span{
		font-size: 20px;
	}
	.inshuzi-list li .bitaoti{
		font-size: 12px;
	}
	.lang-fuwu li{
		font-size: 24px;
		margin: 0 20px;
	}
}

@media (min-width: 768px) {	
	.inab-jjflex{
		margin-top: 30px;
	}
	
		
	.inab-head{
		font-size: 24px;
	}
	.honor-list-sort{
		margin-top: 25px;
	}
	.honor-list-sort li{
		font-size: 14px;
	}
	.honor-list-sort li + li{
		margin-left: 30px;
	}
	.tab-honors{
		margin-top: 40px;
	}
	
	.autoWidthSwiper .swiper .swiper-slide > img{
		height: auto;
	}
	.autoWidthSwiper .title{
		font-size: 24px;
		margin: 30px 0;
	}
	.autoWidthSwiper .brief{
		padding: 0 20px;
		font-size: 14px;
	}
	.inshuzi-list,
	.autoWidthSwiper .satu,
	.lang-fuwu{
		margin-top: 30px;
	}
	.inshuzi-list li{
		flex: 1;
		padding: 0 10px;
	}
	.inshuzi-list li .num{
		font-size: 16px;
	}
	.inshuzi-list li .num span{
		font-size: 20px;
	}
	.inshuzi-list li .bitaoti{
		font-size: 12px;
	}
	.lang-fuwu li{
		font-size: 24px;
		margin: 0 20px;
	}
	
}
@media (min-width: 992px) {
	.inab-jjflex{
		margin-top: 40px;
	}
	
	.inab-head{
		font-size: 30px;
	}	
	.inab-szhz{
		margin-top: 0;
		width: 27%;
		padding: 0 20px;
		padding-left: 40px;
	}
	
	.inabnr{
		font-size: 16px;
	}
	.inab-jjflex{
		padding-bottom: 60px;
	}
	
	.honor-list-sort{
		margin-top: 30px;
	}
	.honor-list-sort li{
		font-size: 16px;
	}
	.honor-list-sort li + li{
		margin-left: 45px;
	}
	.honorSwiper{
		padding: 0 70px;
	}
	.honorSwiper .swiper-arrows{
		width: 44px;
		height: 44px;
	}
	
	.autoWidthSwiper .swiper .swiper-slide{
		width: 750px;
	}
	.autoWidthSwiper .title{
		font-size: 24px;
		margin: 20px 0;
	}
	.autoWidthSwiper .brief{
		padding: 0 20px;
		font-size: 14px;
	}
	.inshuzi-list,
	.autoWidthSwiper .satu,
	.lang-fuwu{
		margin-top: 20px;
	}
	.inshuzi-list li{
		flex: 1;
		padding: 0 10px;
	}
	.inshuzi-list li .num{
		font-size: 16px;
	}
	.inshuzi-list li .num span{
		font-size: 20px;
	}
	.inshuzi-list li .bitaoti{
		font-size: 12px;
	}
	.lang-fuwu li{
		font-size: 24px;
		margin: 0 20px;
	}
	.abo-right{
		font-size: 16px;
	}
}

@media (min-width: 1200px) {	
	.inab-szhz{
		padding-left: 70px;
	}
	
	.inab-head{
		font-size: 36px;
	}

	.in-about-pubinfo{
		font-size: 14px;
	}
	.in-about-pubmore{
		margin-top: 30px;
	}
	.in-about-pubmore a{
		font-size: 14px;
	}
	
	.honorSwiper{
		padding: 0 120px;
		margin-top: 40px;
	}
	.honorSwiper .swiper-arrows{
		width: 60px;
		height: 60px;
	}
	.honor-list-sort{
		margin-top: 40px;
	}
	.honor-list-sort li + li{
		margin-left: 100px;
	}
	.honor-list-sort li{
		font-size: 18px;
	}
	
	.autoWidthSwiper .swiper .swiper-slide{
		width: 1000px;
	}
	.autoWidthSwiper .title{
		font-size: 30px;
		margin: 40px 0;
	}
	.autoWidthSwiper .brief{
		padding: 0 30px;
		font-size: 16px;
	}
	.inshuzi-list,
	.autoWidthSwiper .satu,
	.lang-fuwu{
		margin-top: 40px;
	}
	.inshuzi-list li{
		flex: 1;
		padding: 0 20px;
	}
	.inshuzi-list li .num{
		font-size: 18px;
	}
	.inshuzi-list li .num span{
		font-size: 30px;
	}
	.inshuzi-list li .bitaoti{
		font-size: 14px;
	}
	.lang-fuwu li{
		font-size: 24px;
		margin: 0 20px;
	}
	.inabnr{
		font-size: 18px;
	}
	.abo-right{
		font-size: 18px;
	}
	
}
@media (min-width: 1400px) {	
	.in-about-pubinfo{
		font-size: 16px;
	}
	
	.autoWidthSwiper .swiper .swiper-slide{
		width: 1200px;
	}
	.autoWidthSwiper .title{
		font-size: 36px;
		margin: 60px 0;
	}
	.autoWidthSwiper .brief{
		padding: 0 30px;
		font-size: 18px;
	}
	.inshuzi-list,
	.autoWidthSwiper .satu,
	.lang-fuwu{
		margin-top: 80px;
	}
	.inshuzi-list li{
		flex: 1;
		padding: 0 20px;
	}
	.inshuzi-list li .num{
		font-size: 20px;
	}
	.inshuzi-list li .num span{
		font-size: 40px;
	}
	.lang-fuwu li{
		font-size: 30px;
		margin: 0 20px;
	}
	
	
}
@media (min-width: 1600px) {
	.in-about-pubinfo{
		font-size: 18px;
	}

}

.one-page-head{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-en .one-page-head{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .one-page-head{
	font-weight: bold;
}
.one-page-content{
	font-size: 14px;
	line-height: 2;
}
.one-page-content img,
.one-page-content iframe,
.one-page-content video,
.one-page-content table{
	max-width: 100%;
}

@media (min-width: 768px) {
	.one-page-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.one-page-content{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.one-page-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.one-page-head{
		font-size: 36px;
	}
	.one-page-content{
		font-size: 18px;
	}
}

.section-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: 'PoppinsBold';
	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: 'PoppinsBold';
}
.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: 'PoppinsBold';
}
.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: 'PoppinsBold';
}
.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: 'PoppinsBold';
}
.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;
}

.section-top-product{
	background-color: #F7F7F7;
}
.in-top-product-head{
	color: var(--main-color);
	font-size: 20px;
	text-transform: uppercase;
}
.in-top-product-sml{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.in-top-product-nav{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-top-product-nav li{
	height: auto;
	overflow: hidden;
	margin: 10px;
}

.in-top-product-nav li a.zlm_on{
	color: var(--main-color);
}

.section-product-inner{
	background-color: #eff0f0;
}
.in-detail-rel-hd{
	font-size: 20px;
	margin: 20px auto;
	text-transform: capitalize;
}

.detail-fbk-outer{
	height: auto;
	overflow: hidden;
}
.detail-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.detail-col-3{
	width: 100%;
	padding: 10px;
}
.detail-col-10{
	width: 100%;
	padding: 10px;
}
.detail-fbk-group{
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.detail-fbk-group input{
	display: block;
	flex: 1;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}
.detail-fbk-group img.vcodeimg{
	display: block;
	height: auto;
	padding: 0;
	width: 150px;
}
.detail-fbk-group textarea{
	flex: 1;
	width: 100%;
	padding: 10px 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
	line-height: 28px;
	height: 190px;
}
.detail-fbk-btm{
	height: auto;
	overflow: hidden;
}
.detail-fbk-btm button{
	display: inline-block;
	float: right;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #0049c7;
	border-radius: 999px;
	padding: 0 60px;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}
.yanzima{
	flex: 1;
	padding-right: 10px;
}
.yanzima input{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}
.pro-down-full{
	background-color: #f1f5f8;
	padding: 15px 0;
}
.downbiaoge{
	background-color: #fff;
	width: 100%;
}
.downbiaoge tr td{
	padding: 15px 15px;
	font-size: 14px;
}
.downbiaoge tr td a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #0049c7;
	border-radius: 50%;
}

.full-pro-detail-hang{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.full-pro-detail-hang.hasbg{
	background-image: url(/web/pic/has-bg.jpg);
}
.full-pro-detail-hang .item-5{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-proimg{
	padding: 20px;
}
.detail-proimg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.detail-txt{
	padding: 20px 40px;
	color: #333;
	font-size: 16px;
	line-height: 2;
}
.full-pro-detail-hang.hasbg .detail-txt{
	color: #fff;
}

.detail-yingyong-list{
	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;
	margin-bottom: 20px;
}
.detail-yingyong-list .item-ying{
	width: 50%;
	padding: 15px;
}
.detail-yingyong-list .item-ying .biaotis{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-top: 15px;
}

.detail-big-top{
	height: auto;
	overflow: hidden;
}

@media (min-width: 992px) {
	.in-top-product-head {
		font-size: 24px;
	}
	.in-top-product-sml{
		font-size: 16px;
	}
	.in-top-product-nav li + li{
		margin-left: 25px;
	}
	.in-top-product-nav li{
		font-size: 16px;
	}
	.in-detail-rel-hd{
		font-size: 24px;
		margin: 30px auto;
	}
	.detail-col-3{
		width: 33.333333%;
	}
	.full-pro-detail-hang{
		padding: 40px 0;
	}
	
	.full-pro-detail-hang .item-5{
		width: 50%;
	}
	.detail-yingyong-list{
		margin-bottom: 30px;
	}
	.detail-yingyong-list .item-ying{
		width: 25%;
	}
	
}
@media (min-width: 1200px) {
	.in-top-product-head {
		font-size: 30px;
	}
	.in-top-product-nav li + li{
		margin-left: 35px;
	}
	.in-detail-rel-hd{
		font-size: 30px;
	}
	.full-pro-detail-hang{
		padding: 50px 0;
	}
	.detail-txt{
		padding: 20px 80px;
	}
}

.in-product-table{
	overflow-x: auto;
	padding-bottom: 15px;
}

.full-path{
	padding: 10px 0;
}
.in-lx-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-lx-flex .in-lx-main{
	width: 100%;
}
.in-lx-flex .in-lx-you{
	width: 100%;
	display: none;
}
.in-lx-head{
	color: var(--main-color);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}

.sd-head{
	height: auto;
	overflow: hidden;
	color: #fff;
	background-color: var(--main-color);
	padding: 15px 30px;
	font-size: 20px;
	font-weight: bold;
}
.in-sort-pro{
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	padding-bottom: 15px;
}
.in-sort-pro li{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
.in-sort-pro li a{
	display: block;
	color: #403f3f;
	font-size: 16px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 46px;
	padding-left: 10px;
}
.in-sort-pro li a i{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.in-sort-pro li a:hover{
	color: var(--main-color);
}
.in-news-alist{
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
}
.in-news-alist li{
	height: auto;
	overflow: hidden;
	padding: 20px 20px;
	border-bottom: 1px solid #e8e8e8;
}
.in-news-alist li .title{
	font-size: 16px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 992px) {
	.in-lx-flex .in-lx-main{
		flex: 1;
		padding-right: 60px;
	}
	.in-lx-flex .in-lx-you{
		width: 350px;
		display: block;
	}
}

.inproswiper{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 45px;
}
.inproswiper .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;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	left: 0;
	cursor: pointer;
}
.inproswiper .swiper-arrows.swiper-arrow-next{
	right: 0;
	left: auto;
}
.inproswiper .swiper-arrows i{
	display: inline-block;
	font-size: 24px;
}
.inproswiper .swiper{
	height: auto;
	overflow: hidden;
}
.inproswiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.inproswiper .swiper .swiper-slide a{
	display: block;
}
.inproswiper .swiper .swiper-slide .ico{
	height: auto;
	overflow: hidden;
	background-color: #eff0f0;
	border-radius: 50%;
	width: 80px;
	margin: 0 auto;
	padding: 20px;
	transition: 0.5s;
}
.inproswiper .swiper .swiper-slide .ico img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition: 0.5s;
}

.inproswiper .swiper .swiper-slide .zitubiao{
	height: auto;
	overflow: hidden;
	background-color: #eff0f0;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding: 20px;
	transition: 0.5s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inproswiper .swiper .swiper-slide .zitubiao i{
	display: inline-block;
	font-size: 30px;
}


.inproswiper .swiper .swiper-slide .title{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}
.inproswiper .swiper .swiper-slide:hover .title{
	color: var(--main-color);
}
.inproswiper .swiper .swiper-slide:hover .zitubiao,
.inproswiper .swiper .swiper-slide:hover .ico{
	background-color: var(--main-color);
	color: #fff;
}
.inproswiper .swiper .swiper-slide:hover .ico img{
	filter: brightness(0) invert(1);
}
.inproswiper .swiper .swiper-slide.active .title{
	color: var(--main-color);
}
.inproswiper .swiper .swiper-slide.active .zitubiao,
.inproswiper .swiper .swiper-slide.active .ico{
	background-color: var(--main-color);
}
.inproswiper .swiper .swiper-slide.active .ico img{
	filter: brightness(0) invert(1);
}
.inproswiper .swiper .swiper-slide.active .zitubiao i{
	color: #fff;
}

@media (min-width: 992px) {
	.inproswiper .swiper .swiper-slide .title{
		font-size: 16px;
		margin-top: 20px;
	}
	.inproswiper .swiper .swiper-slide .ico{
		width: 100px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao{
		width: 100px;
		height: 100px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao i{
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.inproswiper .swiper .swiper-slide .title{
		font-size: 18px;
	}
	.inproswiper .swiper .swiper-slide .ico{
		width: 110px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao{
		width: 110px;
		height: 110px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao i{
		font-size: 48px;
	}
}
@media (min-width: 1400px) {
	.inproswiper .swiper .swiper-slide .ico{
		width: 128px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao{
		width: 128px;
		height: 128px;
	}
	.inproswiper .swiper .swiper-slide .zitubiao i{
		font-size: 54px;
	}
}

.in-flex-about1{
	height: 100%;
	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;
	margin-top: 20px;
}
.fz-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.timeswiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	/* background-image: url(../images/sj.png);
	background-repeat: repeat-x;
	background-position: 0 0; */
	position: relative;
}
.timeswiper::before{
	content: '';
	width: 2px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 11;
	background-color: #000;
}
.timeswiper::after{
	content: '';
	width: 2px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 16px;
	z-index: 11;
	background-color: #000;
}
.timeswiper .swiper-slide{
	height: auto;
	overflow: hidden;
	padding-top: 16px;
}
.timeswiper .swiper-slide::after{
	content: '';
	width: 2px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 11;
	background-color: #000;
}
.timeswiper .swiper-slide .title{
	text-align: center;
	font-size: 24px;
	font-family: 'KnockoutHTF30';
	transition: 0.5s;
	margin-top: 20px;
	cursor: pointer;
}
.timeswiper .swiper-slide .lines{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.timeswiper .swiper-slide .lines span{
	flex: 1;
	height: 19px;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
}

.timeswiper .swiper-slide.swiper-slide-thumb-active .title{
	color: #1269ca;
}
.timeswiper .swiper-slide.swiper-slide-thumb-active::after{
	background-color: #1269ca;
}
.cbzwrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding: 0 70px;
	position: relative;
}
.cbzwrap .thumb-arrows{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #acb4ba;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 55;
	left: 0;
}
.cbzwrap .thumb-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.bzSwiper{
	height: auto;
	overflow: hidden;
}
.bzSwiper .swiper-slide{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.bzSwiper .swiper-slide .pic{
	width: 100%;
	position: relative;
	z-index: 22;
}
.bzSwiper .swiper-slide .txt{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bzSwiper .swiper-slide .title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	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';
	/* text-shadow:-1px 1px 0 #d7d8dd,1px 1px 0 #d7d8dd,1px -1px 0 #d7d8dd,-1px -1px 0 #d7d8dd;
	color:rgba(255,255,255,1); */
	font-size: 18.75vw;
	
	  -webkit-text-stroke: 1px #fff;
	  text-fill-color: white; /* 为了兼容性而设置文字填充颜色 */
	  -webkit-text-fill-color: transparent; /* 为了兼容性而设置文字填充颜色 */
	 
	  /* 标准语法（如果浏览器支持标准） */
	  text-stroke: 1px #fff;
	  opacity: 0.9;
}
.bzSwiper .swiper-slide .brief{
	position: relative;
	z-index: 22;
	font-size: 14px;
	width: 100%;
	padding-top: 20px;
	line-height: 2;
}
.cbzwrap .thumb-arrows{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #acb4ba;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 55;
	left: 0;
}
.cbzwrap .thumb-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}

@media (min-width: 992px) {
	.in-flex-about1{
		margin-top: 30px;
	}
	.timeswiper .swiper-slide .title{
		font-size: 30px;
	}
	.cbzwrap{
		margin-top: 50px;
	}
	.bzSwiper .swiper-slide .pic{
		width: 50%;
	}
	.bzSwiper .swiper-slide .txt{
		width: 50%;
		padding-left: 5%;
		padding-top: 0;
	}
	.bzSwiper .swiper-slide .brief{
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.in-flex-about1{
		margin-top: 45px;
	}
	.timeswiper .swiper-slide .title{
		font-size: 36px;
	}
	.cbzwrap{
		margin-top: 70px;
	}
	.bzSwiper .swiper-slide .brief{
		font-size: 18px;
	}
}

.insol-sort-content{
	font-size: 15px;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
}
.section-relsols{
	background-color: #eff0f0;
}
.insol-buz{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: 1380px;
}
.insol-buz li{
	width: 50%;
	padding: 5px;
}
.insol-buz li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.insol-buz li .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
}
.insol-buz li .wrap:hover .pic img{
	transform: scale(1.05);
}
.insol-tab-tit{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 20px;
}
.insol-tab-tit li{
	width: 50%;
	padding: 4px;
}
.insol-tab-tit li a{
	display: block;
	background-color: #fff;
	text-align: center;
	line-height: 44px;
	position: relative;
	font-size: 14px;
}
.insol-tab-tit li.active a{
	color: #fff;
	background-color: var(--main-color);
}
.insol-tab-nrr{
	background-color: #fff;
	padding: 5%;
}
.insol-tab-nrr .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.insol-ccnn{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.insol-ccnn img{
	max-width: 100%;
	height: auto;
}

.insol-sort-pro{
	font-size: 14px;
	line-height: 2;
}
.insol-hdpro{
	font-size: 18px;
	margin-bottom: 15px;
}
.insol-flex-pro{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.insol-flex-pro .zou{
	width: 100%;
}
.insol-flex-pro .you{
	width: 100%;
	margin-top: 30px;
}
.insol-btms{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.insol-btms .swiper-arrows{
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	transition: 0.5s;
}
.insol-btms .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.insol-btms .swiper-arrows:hover{
	color: #fff;
	background-color: var(--main-color);
}
.insolswiper{
	height: auto;
	overflow: hidden;
}
.insolswiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.insolswiper .swiper .swiper-slide a{
	display: block;
}
.insolswiper .swiper .swiper-slide .pic{
	border: 1px solid #ddd;
}
.insolswiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.insolswiper .swiper .swiper-slide .title{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.insolswiper .swiper .swiper-slide .xmdel{
	text-align: center;
	margin-top: 6px;
	font-size: 14px;
}
.insolswiper .swiper .swiper-slide .more{
	text-align: center;
	color: var(--main-color);
	font-size: 14px;
	margin-top: 6px;
}

.sol-tab-4{
	height: auto;
	overflow: hidden;
}
.sol-tab-4 .item{
	height: auto;
	overflow: hidden;
	display: none;
}

.sol-tab-3{
	height: auto;
	overflow: hidden;
}
.sol-tab-3 .item{
	height: auto;
	overflow: hidden;
	display: none;
}

@media (min-width: 540px) {
	.insol-tab-tit li{
		width: 33.333333%;
	}
}
@media (min-width: 768px) {
	.insol-buz li{
		padding: 10px;
	}
	.insol-tab-tit li{
		width: auto;
	}
	.insol-tab-tit li a{
		padding: 0 30px;
	}
	.insol-hdpro{
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.insol-buz li .title{
		font-size: 16px;
	}
	.insol-tab-tit li{
		width: 14.28%;
	}
	.insol-tab-tit li a{
		padding: 0;
		line-height: 50px;
	}
	.insol-ccnn{
		font-size: 16px;
	}
	.insol-tab-tit li a::after{
		content: '';
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 16px solid var(--main-color);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -15px;
		opacity: 0;
		visibility: hidden;
	}
	.insol-tab-tit li.active a::after{
		opacity: 1;
		visibility: visible;
	}
	.insol-hdpro{
		font-size: 20px;
	}
	.insol-flex-pro{
		justify-content: space-between;
		align-items: center;
	}
	.insol-flex-pro .zou{
		width: 37%;
	}
	.insol-flex-pro .you{
		width: 58.75%;
		margin-top: 0;
	}
	
}
@media (min-width: 1200px) {
	.insol-sort-content{
		font-size: 16px;
	}
	.insol-tab-tit li a{
		line-height: 60px;
		font-size: 16px;
	}
	.insol-ccnn{
		font-size: 18px;
	}
	.insol-sort-pro{
		font-size: 16px;
	}
	.insol-hdpro{
		font-size: 24px;
	}
	
}
@media (min-width: 1600px) {
	.insol-hdpro{
		font-size: 30px;
	}
}

.in-heng-sort{
	display: none;
}

@media (min-width: 992px) {
	.in-heng-sort{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		margin-top: 25px;
	}
	.in-heng-sort li{
		font-size: 18px;
	}
	.in-heng-sort li + li{
		margin-left: 30px;
	}
	.in-heng-sort li a{
		display: inline-block;
		color: #000;
		background-color: #eee;
		padding: 15px 30px;
		border-radius: 5px;
	}
	.in-heng-sort li a.zlm_on{
		color: #fff;
		background-color: var(--main-color);
	}
}

.dtlpro-flex{
	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;
}
.dtlpro-flex .zou{
	width: 100%;
	margin-top: 15px;
	padding: 0 10px;
}
.dtlpro-flex .you{
	width: 100%;
	order: -1;
	padding: 0 10px;
}
.dtlpro-flex .tu{
	height: auto;
	overflow: hidden;
}
.dtlpro-flex .tu img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.dtlpro-flex .zou{
		width: 50%;
		margin-top: -;
	}
	.dtlpro-flex .you{
		width: 50%;
		order: 11;
	}
}
