@import url("reset.css");
@import url("fonts.css");
@import url("//at.alicdn.com/t/c/font_2785572_c7osrsu0nv.css");
:root {
	--main-color: #1f5f9f;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'GothamRoundedBook',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
		/* opacity: 0.6; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	/* opacity: 0.6; */
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
	color: #fff;
	/* opacity: 0.6; */
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #fff;
	/* opacity: 0.6; */
}
/** 公共样式 **/
.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
}

.container{
	width:1200px;
	margin: 0 auto;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	min-width: 1200px;
	background-color: #f5f5f5;
}
.top-welcome{
	line-height: 34px;
	font-size: 14px;
	color: #555;
}

.top-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 34px;
}
.top-list-contact li{
	font-size: 14px;
	margin-right: 25px;
}
.top-list-contact li a{
	color: #555;
}
.top-list-contact li i{
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.top-list-contact li a:hover{
	color: var(--main-color);
}

.lang-wrap{
	height: 34px;
	position: relative;
	z-index: 100;
	margin-left: 25px;
}
.lang-wrap .open-lang{
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lan-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	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: #17a379;
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.hasline{
	border-bottom: 1px solid #eee;
}
.top-link{
	height: auto;
	overflow: hidden;
}
.top-link a{
	display: inline-block;
	margin-left:15px;
	float: left;
	line-height: 34px;
}
.top-link a i{
	font-size:18px;
	margin-right:6px;
	display: inline-block;
	vertical-align: top;
}
.top-link a:hover{
	color: var(--main-color);
}

/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 999;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.1);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	background-color: rgba(0,0,0,.5);
}
.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: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding:0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
}
.logo img.logo-hei{
	position: absolute;
	left: 0;
	top: 0;
}
.header.fixed .logo img.logo-hei{
	opacity: 0;
	visibility: hidden;
}
.header.fixedin .logo img.logo-bai{
	opacity: 0;
	visibility: hidden;
}
.lang-en .logocn{
	display: none;
}
.lang-zh_cn .logoen{
	display: none;
}

.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	/* position: relative;
	z-index: 20; */
	align-items: center;
	flex: 1;
	padding-left: 20px;
	justify-content: flex-end;
}
.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: 18px;
	width:132px;
	line-height: 40px;
	background:#e5793a;
	border-radius:30px;
}
.top-rt-lang .en{
   margin-left:20px;
}
.top-rt-lang i{
	display: inline-block;
	font-size: 24px;
	float:right;
}
.top-rt-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 5px;
	text-transform: uppercase;
}
.top-rt-lang a:hover{
	color: #fff;
}

.header.fixedin .top-rt-lang,
.header.fixedin .top-rt-lang a{
	color: #fff;
}
.header.fixedin .top-rt-lang.tan,
.header.fixedin .top-rt-lang.tan a{
	color: #fff;
}

.search-wrap{
	position: relative;
	margin-left: 3vw;
	margin-right: 3vw;
	width:40px;
	line-height:40px;
	border-radius:100%;
	background:#1f5f9f;
}
.search-wrap:hover{
    background:#004a97;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
}
.header.fixedin i.search-open{
	color: #fff;
}
.full-top-search{
	width: 100%;
	background-color: #f8f8f8;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 100%;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.full-top-search.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.search-open-wrap{
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
}
.search-box .key_text{
	height:44px;
	width:100%;
	overflow:hidden;
	line-height:44px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:#eee;
	color: #999;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 126px;
	height:44px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	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:#fff;
}

/** 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;
}
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:40px;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0 30px;
}
.header.fixedin .nav .nLi h3 a{
	color: #000;
}
.header.fixedin .nav .on h3 a,
.nav .on h3 a{
	color: var(--main-color);
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
}
.sub-menu{
	/* border-top: 8px solid transparent; */
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
/* .sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
} */
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.nav .nLi.mega-product .sub-menu{
	left: 0;
	transform: translateX(0);
	width: 710px;
	padding: 0;
	background-color: #fff;
}
.top-nav-prolt{
	width: 220px;
	height: auto;
	overflow: hidden;
}
.top-nav-prolt .item{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
}
.top-nav-prolt .item a{
	display: block;
	padding-left: 15px;
}
.top-nav-prolt .item.onsort a,
.top-nav-prolt .item a:hover{
	color: #fff;
	background-color: var(--main-color);
}
.top-nav-prort{
	width: 240px;
	height: auto;
	overflow: hidden;
}
.top-nav-prort .cpitem{
	height: auto;
	overflow: hidden;
	display: none;
}
.nav-cp-list{
	height: auto;
	overflow: hidden;
}
.nav-cp-list li{
	height: auto;
	overflow: hidden;
	line-height: 32px;
	font-size: 14px;
	padding-left: 15px;
}
.top-nav-pic{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
}
.top-nav-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.nav-cp-list li a:hover,
.nav-cp-list li.on a{
	color: var(--main-color);
}

@media (min-width: 1200px) {
	.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;
		flex: 1;
		justify-content: flex-end;
	}
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 15px;
	}
	.logo{
		height: 100px;
		padding:0;
	}
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 16px;
		padding: 0 20px;
	}
	.top-rt-lang{
		font-size: 16px;
	}
	.top-rt-lang i{
		font-size: 24px;
	}
	.logo{
		height: 100px;
		padding: 0;
	}
}
@media (min-width: 1600px) {
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 30px;
	}
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	background-color: #1d1d1d;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: #999;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	height: auto;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	line-height: 1.65;
}
.foot-contact-info a{
	color: #999;
}
.foot-contact-info a:hover{
	color: #fff;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-social{
	height: auto;
	overflow: hidden;
	margin-top:5px;
}
.foot-social li{
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 50%;
	display:inline-block;
	*display:inline;
	zoom:1; 
	margin:10px; 
	padding:0;
}
.foot-social li + li{
	margin-left: 5px;
}
.foot-social li a{
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 35px auto;
}
.foot-social li a i{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-image: url(../images/i01.png);
}
.foot-social li a.twitter{
	background-image: url(../images/i03.png);
}
.foot-social li a.youtube{
	background-image: url(../images/i07.png);
}
.foot-social li a.instagram{
	background-image: url(../images/instagram.png);
}
.foot-social li a.linkedin{
	background-image: url(../images/linkedin.png);
}
.foot-social li a.skype{
	background-image: url(../images/i04.png);
}
.foot-social li a.google{
	background-image: url(../images/google2.png);
}
.foot-social li a.whatapp{
	background-image: url(../images/whatapp.png);
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #262626;
	padding: 15px 0 30px 0;
	border-top: 1px solid #3c3c3c;
}
.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;
}
.copyright{
	width: 100%;
	color: #999;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display:block;
}
.copyright font{
padding:0 15px 0 15px;display:inline-block;*display:inline;zoom:1;
}
.copyright span{
padding:0 15px 0 15px;display:inline-block;*display:inline;zoom:1;
}
.copyright a{
	color: #999;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

.foot-fbk-wrap{
	height: auto;
	overflow: hidden;
	max-width: 420px;
}

.foot-fbk-form{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.foot-fbk-form input{
	display: block;
	width: 100%;
	height: 43px;
	background-color: #343434;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 45px;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
}
.foot-fbk-sub{
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	border-radius: 50%;
}
.foot-fbk-sub button{
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/sub.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
}
.foot-social-title{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.footer{
		padding: 30px 0;
	}
	.foot-flex{
		justify-content: space-between;
	}
}
@media (min-width: 992px) {
	.footer{
		padding: 40px 0;
	}
	.foot-item{
		width: auto;
		max-width: 25%;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
	}
	.foot-sort-name{
		border-bottom: none;
	}
	.foot-sort-list li{
		border-bottom: none;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-item-full{
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.footer{
		padding: 50px 0;
	}
	.foot-item-full{
		width: auto;
		max-width: 30%;
		margin-top: 0;
	}
	.copyright{
		font-size: 14px;
	}

}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-sort-list li{
		font-size: 16px;
	}
	.foot-contact-info{
		font-size: 16px;
	}
	.copyright{
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.foot-sort-name{
		font-size: 22px;
	}
	.foot-sort-list li{
		font-size: 18px;
	}
	.foot-contact-info{
		font-size: 18px;
	}
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-main-body-pro{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background:#f2f7fb;
}
.index-main-body-aboutus{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background:#f2f7fb;
}
.index-main-body-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background:#262626;
}
@media (min-width: 768px) {
	.public-head{
		font-size: 20px;
		color:#1f5f9f;
		font-weight:bold;
		margin-bottom: 20px;
	}
		.public-head2{
		font-size: 18px;
		color:#d0d0d0;
		margin-bottom: 20px;
	}
	.index-list-sort-product{
		margin-bottom: 30px;
	}
	.index-list-sort-product li{
		width: 25%;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 24px;
		margin-bottom: 10px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom:20px;
		color:#999999;
	}
	.index-list-sort-product{
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #474747;
		/* opacity: 0.6; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #474747;
	/* opacity: 0.6; */
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
	color: #474747;
	/* opacity: 0.6; */
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #474747;
	/* opacity: 0.6; */
}
	.public-head{
		font-size: 44px;
		margin-bottom: 10px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 20px;
		color:#999999;
	}
	.index-list-sort-product{
		margin-bottom: 50px;
	}
	.index-list-sort-product li{
		font-size: 16px;
		line-height: 50px;
	}
}
@media (min-width: 1400px) {
	.public-head{
		font-size: 44px;
		margin-bottom: 10px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 20px;
		color:#999999;
	}
	.index-list-sort-product{
		margin-bottom: 60px;
	}
	.index-list-sort-product li{
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.index-list-sort-product{
		margin-left: -19px;
		margin-right: -19px;
		padding-left: 150px;
		padding-right: 150px;
		margin-bottom: 70px;
	}
	.index-list-sort-product li{
		font-size: 20px;
		padding: 0 19px;
	}
}

@media (min-width: 768px) {
	.index-list-other li{
		width: 33.333333%;
	}
	.index-list-other li + li{
		border-top: none;
		border-left: 1px solid rgba(255,255,255,0.2);
	}
	.index-list-other li .title{
		padding-bottom: 25px;
	}
	.index-list-other li .title::after{
		width: 40px;
		height: 1px;
	}
}
@media (min-width: 992px) {
	.index-list-other li{
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.index-list-other li{
		padding: 40px;
	}
	.index-list-other li .ico i{
		font-size: 64px;
	}
	.index-list-other li .title{
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.index-list-other li .brief{
		font-size: 15px;
	}
	.index-list-other li .more{
		font-size: 15px;
		margin-top: 45px;
	}
}
@media (min-width: 1400px) {
	.index-list-other li{
		padding: 50px;
	}
	.index-list-other li .title{
		font-size: 30px;
	}
}

/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:hidden;
	position: relative;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-proban-name{
	position: absolute;
	top: 10%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
}
.lang-en .in-proban-name{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-proban-name{
	font-weight: bold;
}


.in-dtl-prosort{
	font-size: 14px;
}
.in-dtl-protitle{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.lang-en .in-dtl-protitle{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-dtl-protitle{
	font-weight: bold;
}
.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.in-proban-name{
		font-size: 24px;
	}
	.in-dtl-prosort{
		font-size: 16px;
	}
	.in-dtl-protitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-dtl-prosml{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.in-proban-name{
		font-size: 30px;
	}
	.in-dtl-prosort{
		font-size: 18px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.in-proban-name{
		font-size: 36px;
	}
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.in-proban-name{
		font-size: 48px;
	}
}

.full-in-path{
	width: 100%;
	min-width: 1200px;
	background-color: #ECEFF4;
	padding: 15px 0;
}
.public-path{
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.public-path a{
	color: #666;
	display: inline-block;
}
.public-path a:hover{
	color: var(--main-color);
}
.public-path i{
	display: inline-block;
	margin-right: 5px;
}
.path-cur{
	line-height: 30px;
	font-size: 18px;
	color: var(--main-color);
}

.section-inner{
	position: relative;
}
.aside-left{
	width: 250px;
}
.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:24px;
	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.fa-angle-down{
	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{
	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: 20%;
	}
}
@media (min-width: 1400px) {
	.photo-list li{
		width: 16.666666%;
	}
}

.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 10px 45px;
	line-height: 30px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 0;
	color: #fff;
	outline: none;
	overflow: hidden;
	background-color: rgba(48,48,48,0.9);
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 10px 15px 10px 45px;
	line-height: 30px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 5px;
	color: #fff;
	outline: none;
	resize: none;
	height: 130px;
	overflow: hidden;
	transition: 0.5s;
	background-color: rgba(48,48,48,0.9);
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group button{
	display: inline-block;
	line-height: 30px;
	padding: 10px;
	color: #fff;
	width: 180px;
	text-align: center;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 0;
	letter-spacing: 1px;
	position: relative;
	z-index: 101;
	
	background-color: transparent;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group button::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:#2160bc;
	z-index: -1;
}
.form-group button::after{
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #2160bc;
	position: absolute;
	left: 5px;
	bottom: -5px;
	z-index: -5;
}
.form-group input::-webkit-input-placeholder{ color: #fff;}
.form-group input::-ms-input-placeholder{ color: #fff;}
.form-group input::-moz-input-placeholder{ color: #fff; opacity: 1;}
.form-group input::placeholder{ color: #fff;}

.form-group i{
	display: inline-block;
	color: #808080;
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.form-col-5{
		width: 50%;
	}
	
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 250px;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	flex: 1;
	padding-left: 30px;
}
.list-news-tuwen li h2.title{
	font-size: 18px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 15px;
}
.list-news-tulist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .time{
	margin-top: 10px;
	color: #888;
}
.list-news-tulist li .time i{
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 540px) {
	.list-news-tulist li{
		width: 50%;
	}
	
}
@media (min-width: 768px) {
	.list-news-tulist li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-tulist li{
		width: 25%;
	}
}

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.list-news-pic li{
	width: 33.333333%;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-pic li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-pic li .title{
	font-size: 16px;
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	background-color: #e5e5e5;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-pic li .wrap:hover .title a{
	color: #fff;
}
.list-news-pic li .wrap:hover .title{
	background-color: var(--main-color);
}

.in-news-wzlist{
	height: auto;
	overflow: hidden;
}
.in-news-wzlist li{
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
}
.in-news-wzlist li span{
	display: inline-block;
	width: 120px;
	color: #999;
	text-align: right;
}
.in-news-wzlist li .title{
	flex: 1;
}
.in-news-wzlist li i{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list-news-wzbrief{
	height: auto;
	overflow: hidden;
	margin-top: -20px;
}
.list-news-wzbrief li{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.list-news-wzbrief li .title{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 15px;
}
.list-news-wzbrief li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.list-news-wzbrief li .time{
	height: auto;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
	color: #666;
	font-family: 'GothamBook';
	line-height: 24px;
}
.list-news-wzbrief li .time i{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 18px;
	line-height: 24px;
}
.list-news-wzbrief li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.list-news-wzbrief li .more a{
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	background-color: var(--main-color);
}

.title-article{
	text-align: center;
	font-size: 24px;
}
.article-other{
	height: auto;
	overflow: hidden;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	background-color: #f4f4f4;
	padding: 15px;
	border: 1px dashed #ddd;
}
.article-other .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
}
.article-other .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	margin-left:50px;
}
.article-other i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 20px;
}
.article-other em{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin-left: 3px;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}

/** faq **/
.faqlist{
	height: auto;
	overflow:hidden;
}
.faqlist dl{
	height: auto;
	overflow:hidden;
	margin-bottom:10px;
}
.faqlist dl dt{
	height:44px;
	display:block;
	background:#f4f4f4;
	padding-left:20px;
	padding-right: 50px;
	cursor:pointer;
	position: relative;
}
.faqlist i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size:20px;
	transition:0.6s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist em{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	font-style:normal;
	font-size:16px;
	font-weight: bold;
	color: var(--main-color);
}
.faqlist h4{
	font-size:16px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:2.45;
	display:none;
	color: #555;
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(90deg);
	color: var(--main-color);
}

/** table **/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
.biaoge tr th,.biaoge .down_b{
	background:#eee;
}
.biaoge tr td i{
	font-size: 20px;
	color: var(--main-color);
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.biaoge tr td a{
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}

.in-down-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.in-down-list li{
	width: 50%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 82px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 25px;
}
.in-down-list li .wrap a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-down-list li .wrap a i{
	font-size: 36px;
}
.in-down-list li .wrap .title{
	font-size: 16px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
}
.in-down-list3 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

/** 留言弹窗 **/
.popform-mix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.popform{
	width: 830px;
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.popform-close{
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	background: url('../images/closeWhite.svg') no-repeat center/22px auto;
	top: 5px;
	right: 5px;
	transition: all .4s ease;
	text-align: center;
	line-height: 32px;
	color: #000;
	overflow: hidden;
}
.popform-close i{
	display: inline-block;
	font-size: 30px;
}
.popform-close:hover{
	transform: rotate(90deg);
}
.popform-title{
	width: 100%;
	text-align: center;
}
.popform-title h4{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	text-transform: capitalize;
}
.popform-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.popform-form li{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.popform-form li.full-li{
	width: 100%;
}
.popform-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.popform-form li input,
.popform-form li select{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 40px;
}
.popform-form li textarea{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 25px;
	resize: none;
}
.popform-form li i.must{
	font-size: 16px;
	color: #eb2a2e;
	position: absolute;
	left: 6px;
	top: 16px;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	
	font-style: normal;
}
.popform-form li select{
	background-image: url("../images/selArr.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 16px center;
}
.popform-form li p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.popform-form li p b{
	color: #eb2a2e;
}
.popform-form li h6{font-size: 14px;color: #888;display: inline-block;vertical-align: middle;position: relative;padding-left: 26px;user-select: none;cursor: pointer;}
.popform-form li h6::before{content: "";position: absolute;width: 15px;height: 15px;border: 1px solid #d2d2d2;left: 0;top: 3px;}
.popform-form li h6::after{display: none;content: "";position: absolute;width: 18px;height: 18px;background: url('../images/formYes.svg') no-repeat center/22px auto;left: 3px;top: 0px;}
.popform-form li h6.active::before{border: 1px solid #1f55ad;}
.popform-form li h6.active::after{display: block;}
.popform-form li a{font-size: 14px;color: #1f55ad;display: inline-block;vertical-align: middle;}
.popform-form li span.hint{font-size: 14px;color: #eb2a2e;display: inline-block;vertical-align: middle;margin-left: 4px;}
.popform-form li.popform-form-center{text-align: center;}
.popform-form li button{width: 160px;cursor: pointer;height: 40px;font-size: 16px;transition: all .4s ease;margin: 0 8px;border: none;}
.popform-form li button.popform-cancel{color: #666;border: 1px solid #d2d2d2;}
.popform-form li button.popform-confirm{background: var(--main-color);color: #fff;}
.popform-form li button.popform-cancel:hover{background: #d2d2d2;}
.popform-form li button.popform-confirm:hover{background: #00479d;}

/** product in **/
.in-product-list{
	height: auto;
	overflow: hidden;
}
.in-product-list li{
	height: auto;
	overflow: hidden;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-product-list li .txt-box{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.in-product-list li .title{
	font-size: 20px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.in-product-list li .title a{
	display: inline-block;
}
.in-product-list li .brief{
	line-height: 2;
	color: #333;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.in-product-list li .pic:hover img{
	transform: scale(1.1);
}

.in-product-list li .sort-name-tit{
	font-size: 14px;
}
.in-product-list li .more{
	margin-top: 20px;
}
.in-product-list li .more a{
	display: inline-block;
	color: #000;
	background-color: #ededed;
	line-height: 50px;
	padding: 0 30px;
}
.in-product-list li .more a:hover{
	color: #fff;
	background-color: var(--main-color);
}

@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.in-product-list li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.in-product-list li .pic{
		width: 50%;
	}
	.in-product-list li .txt-box{
		width: 42%;
	}
	.in-product-list li .title{
		font-size: 24px;
	}
	.in-product-list li .sort-name-tit,
	.in-product-list li .brief{
		font-size: 16px;
	}
	
}
@media (min-width: 1200px) {
	.in-product-list li .title{
		font-size: 24px;
	}
	.in-product-list li .sort-name-tit,
	.in-product-list li .brief{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.in-product-list li .title{
		font-size: 30px;
	}
	.in-product-list li .sort-name-tit,
	.in-product-list li .brief{
		font-size: 18px;
	}
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-zoom{
	width: 420px;
	height: auto;
	overflow: hidden;
}
.detail-product-right{
	flex: 1;
	padding-left: 30px;
}
.detail-product-title{
	color: #000;
	line-height: 1.25;
}
.detail-product-brief{
	color: #444;
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}
.detail-product-btm{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-btm li{
	position: relative;
	font-size: 14px;
}
.detail-product-btm li + li{
	margin-left: 10px;
}
.detail-product-btm li a{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--main-color);
}
.detail-product-btm li i{
	display: inline-block;
	margin-right: 10px;
}
.web-share{
	height: auto;
	overflow: hidden;
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:16px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #fff;	
	padding:0 25px;
	cursor:pointer;
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background-color: var(--main-color);
    color: #fff;
}
.slideBox-product .bd{
	border:1px solid #eee;
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	padding:20px;
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #fff;
}

.maplist{
	height: auto;
	overflow: hidden;
}
.maplist h3{
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.maplist h3::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.maplist-sub{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.maplist-sub li{
	font-size: 16px;
	margin-right: 25px;
}
.maplist-sub li i{
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}

.section-why{
	background-color: #fff;
}
.index-why-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.index-why-list li{
	width: 33.333333%;
	padding: 25px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-why-list li .wrap{
	width: 100%;
	height: auto;
	overflow: visible;
	border: 1px solid var(--main-color);
	border-radius: 8px;
	padding: 25px;
	transition: 0.5s;
}
.index-why-list li .icon{
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.index-why-list li .icon i{
	font-size: 54px;
	color: var(--main-color);
}
.index-why-list li .icon::after{
	content: '';
	width: 106px;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index-why-list li .title{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: 0.5s;
}
.index-why-list li .info{
	height: auto;
	overflow: hidden;
	color: #2e3139;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.95;
}
.index-why-list li .wrap:hover{
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.index-why-list li .wrap:hover .title{
	color: var(--main-color);
}

/** 404 **/
.error-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.error-flex .error-item{
	width: 33.333333%;
	padding: 0 15px;
}
.error-404{
	color: #f0f0f0;
	font-size: 160px;
	font-weight: 700;
	font-family: 'Roboto';
}
.error-head{
	height: auto;
	overflow: hidden;
	font-size: 22px;
	color: #17A379;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

/**** ======================== ****/

.clear{
	width:100%;
	clear:both;
}


.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}

.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}

.foot-fbk-sml{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #7d7d7d;
	border-radius: 5px;
	margin-top: 15px;
}
.foot-fbk-sml input{
	display: block;
	width: 262px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	float: left;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
}
.foot-fbk-btm{
	width: 85px;
	height: auto;
	overflow: hidden;
	float: right;
}
.foot-fbk-btm button{
	display: block;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #17a379;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.foot-fbk-btm button i{
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
}
.foot-fbk-rt{
	height: auto;
	overflow: hidden;
}
.foot-fbk-row{
	height: auto;
	overflow: hidden;
}
.foot-fbk-half{
	width: 204px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-full{
	width: 330px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-half input,
.foot-fbk-full input{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
}
.foot-fbk-full textarea{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
	resize: none;
}
.foot-fbk-half i,
.foot-fbk-full i{
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #adadad;
	font-size: 24px;
}

/** about **/
.section-about{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 125px;
}
.about-pic{
	width: 562px;
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-wrap{
	height: auto;
	overflow: visible;
	position: relative;
}
.about-content{
	width: 600px;
	height: auto;
	overflow: hidden;
}
.about-date{
	height: auto;
	overflow: hidden;
	color: #de7b24;
	font-size: 28px;
}
.about-wename{
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}
.about-wename::after{
	content: '';
	width: 75px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-wename h3{
	color: #2c2c2c;
	font-size: 24px;
}
.about-wename h4{
	color: #676767;
	font-size: 18px;
	margin-top: 5px;
}
.about-brief{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 2;
	margin-top: 15px;
}
.about-brief.white{
	color: #fff;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	font-size: 14px;
}
.about-more a{
	display: inline-block;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	padding: 0 40px;
	color: #fff;
	/* padding-right: 45px;
	background-image: url(../images/jt-1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; */
	background-color: #2278c5;
	text-transform: uppercase;
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}
.about-more a i{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 5px;
	color: #49b140;
	font-size: 12px;
	background-color: #fff;
	margin-left: 10px;
}
.about-more a:hover{
	/* background-color: #096fb9; 
	color: #d71809;*/
}
.about-tel{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.about-tel a{
	display: inline-block;
	color: #fff;
	background-color: #ffa81a;
	height: 54px;
	line-height: 54px;
	padding-left: 85px;
	padding-right: 30px;
	border-radius: 27px;
	background-image: url(../images/about-tel.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}

.shuzhi-list{
	width: 1200px;
	height: 180px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	padding-top: 45px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -90px;
	z-index: 999;
}
.shuzhi-list li{
	width: 25%;
	height: auto;
	text-align: center;
	padding: 0;
	position: relative;
	padding: 0 25px;
	transition: 0.5s;
}
/* .shuzhi-list li:first-child{
	border-left: 1px solid #e7e7e7;
} */
/* .shuzhi-list li:last-child{
	border-right: none;
} */
.shuzhi-list li.wdli-1{
	width: 166px;
	background-color: #2278c5;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.lang-en .shuzhi-list li.wdli-1{
	font-size: 24px;
}
.shuzhi-list li.wdli-1::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #2278c5;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -20px;
	
}
.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #17a379;
	font-size: 36px;
	transition: 0.5s;
	font-family: 'Gotham-Bold';
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 36px;
	vertical-align: top;
}
.shuzhi-list li .num i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}
.shuzhi-list li .num em{
	display: inline-block;
	color: #2278c5;
	font-style: normal;
	font-family: 'Gotham-Bold';
	font-size: 24px;
}
.shuzhi-list li .title{
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
}
/**fenlei**/
#product_index2{
	margin-right:2%;
}
#product_index12{
	margin-right:0;
}
.categories_box{
    float:left;
	position:relative;
	width:49%;
	overflow:hidden;
	border-radius:25px;
	margin-bottom:2%;
}
.categories_box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.categories_box:hover img{
	transform: scale(1.1);
}
.categories_box img{
    width:100%;
    height:auto;
}

.categories_box_words h4{
	font-size:26px;
	line-height:60px;
	font-weight:normal;
}
.categories_box_words h5{
	font-size:16px;
	width:197px;
	height:41px;
	line-height:41px;
	font-weight:normal;
	background:#e5793a;
	text-align:center;
	border-radius:30px;
	margin-top:15px;
}
.categories_box_words h5:hover{
	background:#d26700;
}
/** honor **/
.section-honor{
	height: 680px;
	background-image: url(../images/honor-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.index-honor-pic{
	height: auto;
	overflow: hidden;
}
.index-honor-pic a{
	display: block;
}
.index-honor-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/** 优势 **/
.section-adv{
	height: 826px;
	background-image: url(../images/adv-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 135px;
}
.index-adv-list{
	height: auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.index-adv-list li{
	width: 425px;
	padding: 25px;
	transition: .5s;
	position: relative;
	height: auto;
	color: #fff;
	margin-bottom: 30px;
}
.index-adv-list li .title{
	font-size: 24px;
	transition: .5s;
	margin-top: 10px;
}
.index-adv-list li .info{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	transition: .5s;
}
.index-adv-list li span{
	display: inline-block;
	position: absolute;
	left: 25px;
	top: -27px;
	font-size: 48px;
	line-height: 54px;
	color: #17a379;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.index-adv-list li:hover{
	background-color: #fff;
	color: #333;
}
.index-adv-list li:hover span{
	opacity: 1;
	visibility: visible;
}

.adv-head-pic{
	height: auto;
	overflow: hidden;
}
.adv-head-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.adv-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.adv-pic1,.adv-pic2{
	width: 600px;
	height: auto;
	overflow: hidden;
	position: absolute;
	border-radius: 5px;
}
.adv-pic1 img,.adv-pic2 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.adv-pic1{
	left: 0;
	top: 0;
}
.adv-pic2{
	right: 0;
	bottom: 0;
}
.adv-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.adv-list li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	/* background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative; */
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* .adv-list li.wdli-1{
	top: 0;
	left: 0;
}
.adv-list li.wdli-2{
	top: 0;
	right: 0;
}
.adv-list li.wdli-3{
	top: 260px;
	left: 0;
}
.adv-list li.wdli-4{
	top: 260px;
	right: 0;
} */
.adv-list li.active{
	width: 40%;
}
.adv-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.66);
	padding-top: 230px;
	padding-left: 60px;
	padding-right: 60px;
	opacity: 1;
	visibility: visible;
}
.adv-list li .cover .title-3{
	color: #fff;
	font-size: 26px;
	margin-top: 70px;
}
.adv-list li .cover .info-3{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	height: 150px;
	overflow: hidden;
}
.adv-list li .cover .more{
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 40px;
}
.adv-list li .cover .more i{
	font-size: 36px;
}
.adv-list li .cover-2{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -100%;
	background-color: #fff;
	padding: 45px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.adv-list li.active .cover{
	opacity: 0;
	visibility: hidden;
}
.adv-list li.active .cover-2{
	bottom: 20px;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.adv-list li .wrap{
	height: auto;
	overflow: hidden;
	background-color: #f9f9f9;
	border-top: 2px solid #ededed;
	padding: 50px 40px;
}
.adv-list li .title-box{
	height: 60px;
	overflow: hidden;
	padding-right: 70px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.adv-list li .title-box .num{
	width: 110px;
	color: #e60012;
	font-size: 60px;
	line-height: 60px;
	float: left;
	font-family: 'FuturaBT-Bold';
}
.adv-list li .title-box .title-wrap{
	height: 60px;
	overflow: hidden;
	margin-left: 110px;
}
.adv-list li .pic{
	height: auto;
	overflow: hidden;
	color: #17a379;
}
.adv-list li .title-box .pic img{
	display: block;
	width: 76px;
	height: auto;
	float: left;
}
.adv-list li .pic i{
	display: inline-block;
	line-height: 1;
	font-size: 56px;
}
.adv-list li .title{
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	color: #171721;
	font-size: 18px;
	padding-bottom: 10px;
}
.adv-list li .title::after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #17a379;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 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;
}
.adv-list li .title-box .title span{
	display: inline-block;
	color: #d71809;
}
.adv-list li .title-box .title-2{
	color: #999;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'GothamLight';
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
/* .adv-list li .title-box .title span::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #49b140;
	z-index: 11;
} */
.adv-list li .info{
	color: #686876;
	font-size: 14px;
	line-height: 2;
}
.adv-list li .more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.adv-list li .more a{
	color: #17a379;
}
.lang-en .adv-list li .title-box .title{
	font-size: 20px;
}
.lang-en .adv-list li .info{
	font-size: 14px;
	line-height: 24px;
}
.adv-list li:hover .pic{
	color: #fff;
}
.adv-list li:hover .wrap{
	background-color: #17a379;
	border-top-color: #17a379;
}
.adv-list li:hover .title{
	color: #fff;
}
.adv-list li:hover .title::after{
	background-color: #fff;
}
.adv-list li:hover .info{
	color: #fff;
}
.adv-list li:hover .more a{
	color: #fff;
}

/** 案例 **/
@media (min-width: 280px) {
    .container-1600-box-right{
	margin-top:15px;
	
}
    .container-1600-box-right{
	margin-top:15px;
	display:none;
}
	.index-case-list li.wd-li1{
		width: 35.9375%;
	}
	.index-case-list li.wd-li2{
		width: 33.375%;
	}
	.index-case-list li.wd-li3{
		width: 30.6875%;
	}
	.index-case-list li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible;
		pointer-events: none;
		transition: 0.5s;
		color: #fff;
	}
	.index-case-list li .brief{
		color: #fff;
	}
	.index-case-list li.wd-li3 .three-item:hover .cover,
	.index-case-list li.wd-li2 .two-item:hover .cover,
	.index-case-list li.wd-li1 .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.index-case-list li.wd-li2 .wrap .mid-item{
		height: 50%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.index-case-list li .mid-item + .mid-item{
		margin-top: 0;
	}
	.index-case-list li .mid-item:nth-child(1){
		padding-bottom: 11px;
	}
	.index-case-list li .mid-item:nth-child(2){
		padding-top: 11px;
	}
	.index-case-list li .two-item{
		width: 100%;
		height: 100%;
	}
	.index-case-list li .three-more a{
		line-height: 80px;
		height: 80px;
	}
	.categories_box_words{
    position:absolute;
    left:18px;
    top:10px;
	color:#fff;
}
    .categories_box_words h4{
	font-size:10px;
	line-height:18px;
	font-size:14px;
	padding-right:20px;
}
    .categories_box_words h5{
	font-size:14px;
	width:117px;
	height:21px;
	line-height:21px;

}
	.public-head{
		font-size: 24px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 10px;
		color:#999999;
	}
	.index-main-body-pro-products{
    width:48.7%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
    margin-bottom:2%;
	margin-right:2%;
    color:#333;
}
.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#fff;
}
.index-main-body-pro-products h4{
    font-size:10px;
    font-weight:normal;
	min-height:60px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:10px;
    font-weight:normal;
    line-height:15px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:88px;
height:25px;
line-height:25px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products2{
margin-right:0;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products6{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: left;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	height:50.2px;
	line-height:50.2px;
	width:50%;
	float:left;
	text-align: left;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 11px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:10px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;

}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.slideBox1 .bd ul img{
    width:100%;
	height:auto;
}
.tubiao{
		height:50.2px;
		padding-top:0;
	}


.tubiao i{
	width: 40px;
	height:50.2px;
	text-align: center;
	line-height:50.2px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 26px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
text-align:center;
}
.section-aboutus-right h1{
font-size:20px;
line-height:40px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
margin:20px auto 20px auto;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin:20px auto 0 auto;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
margin-bottom:15px;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
text-align:center;
}
.section-feedback-left h2{
font-size:28px;
font-weight:normal;
line-height:50px;
color:#fff;
}
.section-feedback-right{

text-align:center;
position:relative;
color:#fff;
padding-top:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:58px;
display:none;
}
.section-feedback-right h2{
font-size:28px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:176px;
line-height:30px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
	background:#0e457d;
}
.container-16003 dl{
width:50%;
float:left;
text-align:left;
margin-bottom:20px;
}
.container-16003 dl dt{
width:37px;
height:37px;
line-height:37px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
display:none;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
text-align:left;
float:left;
}
.container-16003 dl dd h2{
font-size:10px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:10px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #fff;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 75%;
	padding-left: 0;
	color: #fff;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 100%;
	margin-top: 5px;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#0086f4;
	/* background: #fff; */
	/* color: #fff; */
}
#shuashuashua{
    margin-top:20px;
	margin-bottom:20px;
}
}
@media (min-width: 320px) {
    .container-1600-box-right{
	margin-top:15px;
}
.foot-social li{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	display:inline-block;
	*display:inline;
	zoom:1; 
	margin:5px; 
	padding:0;
}
.foot-social li + li{
	margin-left: 5px;
}
.foot-social li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 35px auto;
}
.ftext{
	color: #fff;
}
	.categories_box_words{
    position:absolute;
    left:18px;
    top:20px;
	color:#fff;
}

}
@media (min-width: 360px) {
    .container-1600-box-right{
	margin-top:15px;
	display:block;
	
}
    .container-1600-box-right{
	margin-top:15px;
}
	.index-case-list li.wd-li1{
		width: 35.9375%;
	}
	.index-case-list li.wd-li2{
		width: 33.375%;
	}
	.index-case-list li.wd-li3{
		width: 30.6875%;
	}
	.index-case-list li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible;
		pointer-events: none;
		transition: 0.5s;
		color: #fff;
	}
	.index-case-list li .brief{
		color: #fff;
	}
	.index-case-list li.wd-li3 .three-item:hover .cover,
	.index-case-list li.wd-li2 .two-item:hover .cover,
	.index-case-list li.wd-li1 .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.index-case-list li.wd-li2 .wrap .mid-item{
		height: 50%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.index-case-list li .mid-item + .mid-item{
		margin-top: 0;
	}
	.index-case-list li .mid-item:nth-child(1){
		padding-bottom: 11px;
	}
	.index-case-list li .mid-item:nth-child(2){
		padding-top: 11px;
	}
	.index-case-list li .two-item{
		width: 100%;
		height: 100%;
	}
	.index-case-list li .three-more a{
		line-height: 80px;
		height: 80px;
	}
	.categories_box_words{
    position:absolute;
    left:18px;
    top:10px;
	color:#fff;
}
    .categories_box_words h4{
	font-size:13px;
	line-height:22px;
}
    .categories_box_words h5{
	font-size:14px;
	width:117px;
	height:21px;
	line-height:21px;
	margin-top:10px;

}
	.public-head{
		font-size: 24px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 10px;
		color:#999999;
	}
	.index-main-body-pro-products{
    width:48.7%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
    margin-bottom:2%;
	margin-right:2%;
    color:#333;
}
.index-main-body-pro-products h4{
       font-size:14px;
    font-weight:normal;
	min-height:90px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:133px;
height:35px;
line-height:35px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products2{
margin-right:0;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products6{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	height:50.2px;
	line-height:50.2px;
	width:100%;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 16px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:30px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;

}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.slideBox1 .bd ul img{
    width:100%;
	height:auto;
}
.tubiao{
		height:50.2px;
		padding-top:0;
	}


.tubiao i{
	width: 40px;
	height:50.2px;
	text-align: center;
	line-height:50.2px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 26px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
text-align:center;
}
.section-aboutus-right h1{
font-size:20px;
line-height:40px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
margin:20px auto 20px auto;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin:20px auto 0 auto;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
margin-bottom:15px;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
text-align:center;
}
.section-feedback-left h2{
font-size:28px;
font-weight:normal;
line-height:50px;
color:#fff;
}
.section-feedback-right{

text-align:center;
position:relative;
color:#fff;
padding-top:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:58px;
display:none;
}
.section-feedback-right h2{
font-size:28px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:216px;
line-height:40px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
	background:#0e457d;
}
.container-16003 dl{
width:50%;
float:left;
text-align:left;
margin-bottom:20px;
}
.container-16003 dl dt{
width:37px;
height:37px;
line-height:37px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
display:none;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
text-align:left;
float:left;
}
.container-16003 dl dd h2{
font-size:15px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:15px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #fff;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 75%;
	padding-left: 0;
	color: #fff;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 100%;
	margin-top: 5px;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#0086f4;
	/* background: #fff; */
	/* color: #fff; */
}
#shuashuashua{
    margin-top:20px;
	margin-bottom:20px;
}
}
@media (min-width: 375px) {
    .container-1600-box-right{
	margin-top:15px;
}
	.index-case-list li.wd-li1{
		width: 35.9375%;
	}
	.index-case-list li.wd-li2{
		width: 33.375%;
	}
	.index-case-list li.wd-li3{
		width: 30.6875%;
	}
	.index-case-list li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible;
		pointer-events: none;
		transition: 0.5s;
		color: #fff;
	}
	.index-case-list li .brief{
		color: #fff;
	}
	.index-case-list li.wd-li3 .three-item:hover .cover,
	.index-case-list li.wd-li2 .two-item:hover .cover,
	.index-case-list li.wd-li1 .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.index-case-list li.wd-li2 .wrap .mid-item{
		height: 50%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.index-case-list li .mid-item + .mid-item{
		margin-top: 0;
	}
	.index-case-list li .mid-item:nth-child(1){
		padding-bottom: 11px;
	}
	.index-case-list li .mid-item:nth-child(2){
		padding-top: 11px;
	}
	.index-case-list li .two-item{
		width: 100%;
		height: 100%;
	}
	.index-case-list li .three-more a{
		line-height: 80px;
		height: 80px;
	}
	.categories_box_words{
    position:absolute;
    left:18px;
    top:10px;
	color:#fff;
}
    .categories_box_words h4{
	font-size:15px;
	line-height:22px;
	padding-right:10px;
}
    .categories_box_words h5{
	font-size:14px;
	width:117px;
	height:21px;
	line-height:21px;
	
}
	.public-head{
		font-size: 24px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 10px;
		color:#999999;
	}
	.index-main-body-pro-products{
    width:48.7%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
    margin-bottom:2%;
	margin-right:2%;
    color:#333;
}
.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#fff;
}
.index-main-body-pro-products h4{
    font-size:14px;
    font-weight:normal;
	min-height:60px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:133px;
height:35px;
line-height:35px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products2{
margin-right:0;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products6{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	height:50.2px;
	line-height:50.2px;
	width:100%;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 18px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:30px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;

}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.slideBox1 .bd ul img{
    width:100%;
	height:auto;
}
.tubiao{
		height:50.2px;
		padding-top:0;
	}


.tubiao i{
	width: 40px;
	height:50.2px;
	text-align: center;
	line-height:50.2px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 26px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
text-align:center;
}
.section-aboutus-right h1{
font-size:20px;
line-height:40px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
margin:20px auto 20px auto;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin:20px auto 0 auto;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
margin-bottom:15px;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
text-align:center;
}
.section-feedback-left h2{
font-size:28px;
font-weight:normal;
line-height:50px;
color:#fff;
}
.section-feedback-right{

text-align:center;
position:relative;
color:#fff;
padding-top:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:58px;
display:none;
}
.section-feedback-right h2{
font-size:28px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:216px;
line-height:40px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
	background:#0e457d;
}
.container-16003 dl{
width:48%;
float:left;
text-align:left;
margin-bottom:20px;
}
.container-16003 dl dt{
width:37px;
height:37px;
line-height:37px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
display:none;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
text-align:left;
float:left;
}
.container-16003 dl dd h2{
font-size:15px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:15px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #fff;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 75%;
	padding-left: 0;
	color: #fff;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 100%;
	margin-top: 5px;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#0086f4;
	/* background: #fff; */
	/* color: #fff; */
}
#shuashuashua{
    margin-top:20px;
	margin-bottom:20px;
}
}

@media (min-width: 390px) {
    .container-1600-box-right{
	margin-top:15px;
}
	.index-case-list li.wd-li1{
		width: 35.9375%;
	}
	.index-case-list li.wd-li2{
		width: 33.375%;
	}
	.index-case-list li.wd-li3{
		width: 30.6875%;
	}
	.index-case-list li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible;
		pointer-events: none;
		transition: 0.5s;
		color: #fff;
	}
	.index-case-list li .brief{
		color: #fff;
	}
	.index-case-list li.wd-li3 .three-item:hover .cover,
	.index-case-list li.wd-li2 .two-item:hover .cover,
	.index-case-list li.wd-li1 .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.index-case-list li.wd-li2 .wrap .mid-item{
		height: 50%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.index-case-list li .mid-item + .mid-item{
		margin-top: 0;
	}
	.index-case-list li .mid-item:nth-child(1){
		padding-bottom: 11px;
	}
	.index-case-list li .mid-item:nth-child(2){
		padding-top: 11px;
	}
	.index-case-list li .two-item{
		width: 100%;
		height: 100%;
	}
	.index-case-list li .three-more a{
		line-height: 80px;
		height: 80px;
	}
	.categories_box_words{
    position:absolute;
    left:28px;
    top:12px;
	color:#fff;
}
    .categories_box_words h4{
	font-size:15px;
	line-height:22px;
}
    .categories_box_words h5{
	font-size:14px;
	width:117px;
	height:21px;
	line-height:21px;
}
	.public-head{
		font-size: 24px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 10px;
		color:#999999;
	}
	.index-main-body-pro-products{
    width:48.7%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
    margin-bottom:2%;
	margin-right:2%;
    color:#333;
}
.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#fff;
}
.index-main-body-pro-products h4{
        font-size:14px;
    font-weight:normal;
	min-height:60px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:133px;
height:35px;
line-height:35px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products2{
margin-right:0;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products6{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	height:50.2px;
	line-height:50.2px;
	width:100%;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 18px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:30px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;

}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.slideBox1 .bd ul img{
    width:100%;
	height:auto;
}
.tubiao{
		height:50.2px;
		padding-top:0;
	}


.tubiao i{
	width: 40px;
	height:50.2px;
	text-align: center;
	line-height:50.2px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 26px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
text-align:center;
}
.section-aboutus-right h1{
font-size:30px;
line-height:40px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
margin:20px auto 20px auto;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin:20px auto 0 auto;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
margin-bottom:15px;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
text-align:center;
}
.section-feedback-left h2{
font-size:28px;
font-weight:normal;
line-height:50px;
color:#fff;
}
.section-feedback-right{

text-align:center;
position:relative;
color:#fff;
padding-top:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:58px;
display:none;
}
.section-feedback-right h2{
font-size:28px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:216px;
line-height:40px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
	background:#0e457d;
}
.container-16003 dl{
width:48%;
float:left;
text-align:left;
margin-bottom:20px;
}
.container-16003 dl dt{
width:37px;
height:37px;
line-height:37px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
display:none;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
text-align:left;
float:left;
}
.container-16003 dl dd h2{
font-size:15px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:15px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #fff;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 75%;
	padding-left: 0;
	color: #fff;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 100%;
	margin-top: 5px;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#0086f4;
	/* background: #fff; */
	/* color: #fff; */
}
#shuashuashua{
    margin-top:20px;
	margin-bottom:20px;
}
}
@media (min-width: 412px){
	.categories_box_words{
    position:absolute;
    left:28px;
    top:15px;
	color:#fff;
}
}
@media (min-width: 430px){
	.categories_box_words{
    position:absolute;
    left:28px;
    top:23px;
	color:#fff;
}
}
@media (min-width: 540px) {
    .container-1600-box-right{
	margin-top:30px;
}
	.index-case-list li.wd-li1{
		width: 35.9375%;
	}
	.index-case-list li.wd-li2{
		width: 33.375%;
	}
	.index-case-list li.wd-li3{
		width: 30.6875%;
	}
	.index-case-list li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible;
		pointer-events: none;
		transition: 0.5s;
		color: #fff;
	}
	.index-case-list li .brief{
		color: #fff;
	}
	.index-case-list li.wd-li3 .three-item:hover .cover,
	.index-case-list li.wd-li2 .two-item:hover .cover,
	.index-case-list li.wd-li1 .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.index-case-list li.wd-li2 .wrap .mid-item{
		height: 50%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.index-case-list li .mid-item + .mid-item{
		margin-top: 0;
	}
	.index-case-list li .mid-item:nth-child(1){
		padding-bottom: 11px;
	}
	.index-case-list li .mid-item:nth-child(2){
		padding-top: 11px;
	}
	.index-case-list li .two-item{
		width: 100%;
		height: 100%;
	}
	.index-case-list li .three-more a{
		line-height: 80px;
		height: 80px;
	}
	.categories_box_words{
    position:absolute;
    left:28px;
    top:20px;
	color:#fff;
}
    .categories_box_words h4{
	font-size:20px;
	width:200px;
	line-height:22px;
	}
    .categories_box_words h5{
	font-size:14px;
	width:117px;
	height:26px;
	line-height:26px;
	display:block;
	margin-top:25px;
}
	.public-head{
		font-size: 34px;
		margin-bottom: 10px;
		color:#1f5f9f;
		font-weight:bold;
	}
		.public-head2{
		font-size: 18px;
		margin-bottom: 20px;
		color:#999999;
	}
	.index-main-body-pro-products{
    width:48.7%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
    margin-bottom:2%;
	margin-right:2%;
    color:#333;
}
.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#333;
}
.index-main-body-pro-products h4{
        font-size:14px;
    font-weight:normal;
	min-height:60px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:133px;
height:35px;
line-height:35px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products2{
margin-right:0;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products6{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	height:50.2px;
	line-height:50.2px;
	width:50%;
	float:left;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 16px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:30px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;

}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.slideBox1 .bd ul img{
    width:100%;
	height:auto;
}
.tubiao{
		height:50.2px;
		padding-top:0;
	}


.tubiao i{
	width: 40px;
	height:50.2px;
	text-align: center;
	line-height:50.2px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 26px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
text-align:center;
}
.section-aboutus-right h1{
font-size:30px;
line-height:40px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
margin:20px auto 20px auto;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin:20px auto 0 auto;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
margin-bottom:15px;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
text-align:center;
}
.section-feedback-left h2{
font-size:28px;
font-weight:normal;
line-height:50px;
color:#fff;
}
.section-feedback-right{

text-align:center;
position:relative;
color:#fff;
padding-top:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:58px;
display:none;
}
.section-feedback-right h2{
font-size:28px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:216px;
line-height:40px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
	background:#0e457d;
}
.container-16003 dl{
width:48%;
float:left;
text-align:left;
margin-bottom:20px;
}
.container-16003 dl dt{
width:57px;
height:57px;
line-height:57px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
display:block;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
width:75%;
float:right;
text-align:left;
}
.container-16003 dl dd h2{
font-size:15px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:15px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}
.fitem i{
	color: #fff;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #fff;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 75%;
	padding-left: 0;
	color: #fff;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 100%;
	margin-top: 5px;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#0086f4;
	/* background: #fff; */
	/* color: #fff; */
}
#shuashuashua{
margin:0;
}
}
@media (min-width: 768px){
	.categories_box_words{
    position:absolute;
    left:28px;
    top:60px;
	color:#fff;
}
.categories_box_words h5{
	margin-top:25px;
}
}
@media (min-width: 853px) {
	.categories_box_words{
    position:absolute;
    left:28px;
    top:65px;
	color:#fff;
}
.categories_box_words h5{
	margin-top:25px;
}
}
@media (min-width: 992px) {
	.index-case-list li .three-more a{
		font-size: 18px;
	}
	.index-case-list li .title{
		font-size: 18px;
	}
	.categories_box_words{
    position:absolute;
    left:18px;
    top:70px;
	color:#fff;
}
.categories_box_words h4{
	font-size:26px;
	line-height:30px;
	width:300px;
	font-weight:normal;
}
.categories_box_words h5{
	font-size:16px;
	width:197px;
	height:41px;
	line-height:41px;
	margin-top:25px;
}
.index-main-body-pro-products{
    width:24%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
	margin-right:1.3%;
    margin-bottom:1.3%;
    color:#333;
}
.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#fff;
}
.index-main-body-pro-products h4{
    font-size:18px;
    font-weight:normal;
    line-height:45px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:143px;
height:40px;
line-height:40px;
border-radius:30px;
border:1px solid #666;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products :hover.index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.section-aboutus-left{
width:50%;
float:left;
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
width:48%;
float:right;
text-align:left;
}
.section-aboutus-right h1{
font-size:30px;
line-height:50px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
float:left;
margin-bottom:20px;
}
.section-aboutus-right p{
height:316px;
display:block;
overflow:hidden;
}
.section-aboutus-right h3{
font-size:30px;
width:0;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin-top:20px;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
display:none;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-feedback-left{
width:100%;
}
.section-feedback-right{
width:100%;
margin:0 auto;
}
}
@media (min-width: 1200px) {
	.index-case-list li .three-more a{
		font-size: 20px;
	}
	.index-case-list li .title{
		font-size: 20px;
	}
	.index-case-list li .brief{
		font-size: 14px;
	}
	.categories_box_words{
    position:absolute;
    left:28px;
    top:100px;
	color:#fff;
}
.categories_box_words h4{
	font-size:26px;
	line-height:36px;
	width:300px;
	font-weight:normal;
}
.categories_box_words h5{
	font-size:16px;
	width:197px;
	height:41px;
	line-height:41px;
	margin-top:15px;
}
.index-main-body-pro-products{
    width:24%;
    float:left;
    padding:18px;
    background:#fff;
    border-radius:10px;
	margin-right:1.3%;
    margin-bottom:1.3%;
    color:#333;
}
.index-main-body-pro-products h4{
        font-size:20px;
    font-weight:normal;
	min-height:60px;
    line-height:25px;
    color:#000;
	text-align:center;
}
.index-main-body-pro-products .brief{
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}
.index-main-body-pro-products .index-main-body-pro-products-more{
width:143px;
height:40px;
line-height:40px;
border-radius:30px;
border:1px solid #e5e5e5;
text-align:center;
margin:20px auto 0 auto;
color:#666;
}
.index-main-body-pro-products :hover .index-main-body-pro-products-more{
border:1px solid #fff;
color:#ccc;
}
.index-main-body-pro-products4{
margin-right:0;
}
.index-main-body-pro-products8{
margin-right:0;
}
.slideBox1{
	overflow:visible;
}
.slideBox1 .hd{
	overflow: visible;
	text-align: center;
	width:20%;
	float:left;
}
.slideBox1 .hd ul{
	overflow: visible;
	text-align: center;
	height:618px;
}
.slideBox1 .hd ul li{
	cursor:pointer;
	position: relative;
	background:#e5e5e5;
	width:100%;
	height:154.5px;
	line-height:154.5px;
	float:left;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 14px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 8px 25px;
	min-width: 150px;
}
.slideBox1 .hd ul li font{
display:block;
margin-right:30px;
float:left;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
width:140px;
line-height:25px;
margin-top:50px
}
.slideBox1 .hd ul li.on{
	background:#1f5f9f;
}
.slideBox1 .hd ul li.on a{
	color: #fff;
	/* background: #003399;
	border-color: #003399; */
}
.slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #D80001;
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 10; 
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #163A84;
	left: 50%;
	margin-left: -10px;*/
}
.slideBox1 .bd{
	overflow:visible;
	width:80%;
	float:right;
}
.slideBox1 .bd ul{
	/* width: auto; */
	overflow: visible;
	overflow:hidden;
	cursor:pointer;
}
.slideBox1 .bd ul img{
	max-width:100%;
	height:618px;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.slideBox1 .bd ul:hover img{
	transform: scale(1.1);
}
.tubiao{
		height: 55px;
	}


.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;

}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 40px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\edcb";
}
.tubiao.aa-2 i::after{
	content: "\eacb";
}
.tubiao.aa-3 i::after{
	content: "\edcd";
}
.tubiao.aa-4 i::after{
	content: "\edcc";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.section-aboutus-left{
width:50%;
float:left;
overflow:hidden;
cursor:pointer;
}
.section-aboutus-left img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-aboutus-left:hover img{
	transform: scale(1.1);
}
.section-aboutus-left img{
width:100%;
height:auto;
}
.section-aboutus-right{
width:48%;
float:right;
text-align:left;
}
.section-aboutus-right h1{
font-size:23px;
line-height:50px;
font-weight:normal;
}
.section-aboutus-right h2{
width:65px;
height:3px;
line-height:3px;
font-weight:normal;
background:#e5793a;
float:left;
margin-bottom:20px;
}
.section-aboutus-right p{
font-size:16px;
line-height:24px;
font-weight:normal;
color:#333;
}
.section-aboutus-right h3{
font-size:30px;
width:170px;
line-height:45px;
text-align:center;
background:#1f5f9f;
margin-top:20px;
font-size:16px;
color:#fff;
border-radius:30px;
font-weight:normal;
float:left;
}
.section-aboutus-right h3:hover{
background:#004b8e;
}
.section-news dl{
    width:32%;
	float:left;
}
.section-news dl dt{
overflow:hidden;
position:relative;
}
.section-news dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.section-news dl dt:hover img{
	transform: scale(1.1);
}
.section-news dl dt img{
width:100%;
height:auto;
}
.section-news dl:hover dd{
background:#1d5c9c;
color:#fff;
}
.section-news dl:hover dd h4{
color:#fff;
}
.section-news dl:hover dd h5{
color:#fff;
}
.section-news dl:hover dd h6{
color:#fff;
}
.section-news dl dd{
background:#f3f3f3;
padding:20px;
text-align:left;
}
.section-news dl dd h4{
font-size:22px;
font-weight:normal;
line-height:30px;
margin-bottom:15px;
}
.section-news dl dd h5{
font-size:16px;
font-weight:normal;
line-height:25px;
margin-bottom:15px;
color:#888787;
border-bottom:1px solid #e5e5e5;
padding-bottom:20px;
}
.section-news dl dd h6{
font-size:18px;
font-weight:normal;
line-height:30px;
}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
#shdznews3{
margin-right:0;
}
.shdztime{
width:139px;
height:49px;
line-height:49px;
background:url(/web/pic/touming.png);
position:absolute;
left:0;
top:0;
font-size:18px;
color:#fff;
text-align:center;
}
.section-feedback-left{
width:50%;
float:left;
}
.section-feedback-left h2{
font-size:48px;
font-weight:normal;
line-height:150px;
color:#000;
}
.section-feedback-right{
width:45%;
height:606px;
float:left;
text-align:center;
margin-left:50px;
position:relative;
color:#fff;
padding-top:30px;
padding-left:30px;
}
.section-feedback-right-pic{
width:331px;
height:452px;
position:absolute;
right:-200px;
bottom:-67px;
display:block;
}
.section-feedback-right h2{
font-size:40px;
font-weight:normal;
line-height:60px;
}
.section-feedback-right h3{
font-size:16px;
font-weight:normal;
line-height:37px;
margin-top:30px;
}
.section-feedback-right h4{
font-size:16px;
font-weight:normal;
width:246px;
line-height:50px;
border:1px solid #fff;
text-align:center;
margin:40px auto 0 auto;
color:#fff;
}
.section-feedback-right h4:hover{
color:#ccc;
border:1px solid #ccc;
}
.index-main-body-feedback{
	width: 100%;
	min-height: 729px;
	overflow: hidden;
	position: relative;
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.container-16003 dl{
width:25%;
float:left;
text-align:left;
}
.container-16003 dl dt{
width:57px;
height:57px;
line-height:57px;
text-align:center;
background:#535353;
border-radius:100%;
float:left;
}
.container-16003 dl dt i{
font-size:25px;
}
.container-16003 dl dd{
width:75%;
float:right;
text-align:left;
}
.container-16003 dl dd h2{
font-size:15px;
font-weight:normal;
line-height:25px;
}
.container-16003 dl dd p{
font-size:15px;
font-weight:normal;
line-height:25px;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	width: 100%;
	float: left;
}
.fitem{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:48%;
	position: relative;
	margin-bottom: 30px;
	float:left;
}
.fitem2{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:48%;
	position: relative;
	margin-bottom: 30px;
	float:right;
}
.fitem_code{
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
	width:270px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
	float:left;
}
.fitem i{
	color: #666;
	position: absolute;
	left:0;
	top:11px;
	font-size: 18px;
	width: 30px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 100%;
	padding-left: 0;
	color: #666;
}
.ftext_code{
	height:45px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 50%;
	padding-left: 0;
	color: #666;
	float:left;
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	padding-left:0;
	padding-top: 7px;
	color: #666;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#1f5f9f;
	text-align:center;
	outline:none;
	display: block;
	height: 52px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 52px;
	width: 281px;
	margin-top: 5px;
	float:right;
}
.fbtn .iconfont{
	margin-left: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.fbtn:hover{
background:#10487c;
	/* background: #fff; */
	/* color: #fff; */
}
}
@media (min-width: 1000px) {
.nav .nLi h3 a {
	display:block;
	font-size:15px;
}
.slideBox1 .hd ul li font{
margin-right:4px;
}
.section-aboutus-right h1{
font-size:18px;
line-height:21px;
}
.section-aboutus-right h3{
display:none;
}
.section-feedback-right{
width:35%;
}
.section-news dl dd h4{
font-size:18px;
}

}

@media (min-width: 1024px) {
.section-feedback-right{
width:35%;
}
	.section-news dl dd h5{
font-size:15px;
}
.section-aboutus-right h1{
font-size:28px;
line-height:31px;
}
.section-aboutus-right p{
font-size:16px;
line-height:31px;
}
.section-aboutus-right h3{
display:block;
}

}
@media (min-width: 1280px) {
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:40px;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0 20px;
}
	.section-feedback-right{
width:35%;
}
.slideBox1 .hd ul li font{
margin-right:10px;
margin-top:10px;
}
.slideBox1 .hd ul li a span{
margin-top:65px;
display:block;
}
}
@media (min-width: 1400px) {
	.index-case-list li .three-more a{
		font-size: 24px;
	}
	.index-case-list li .title{
		font-size: 24px;
	}
	.index-case-list li .brief{
		font-size: 16px;
	}
	.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:40px;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0 25px;
}
}

/** news **/

@media (min-width: 540px) {
	.index-list-eves li{
		width: 50%;
	}
	.index-list-eves li + li{
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.index-flex-newssort{
		margin-bottom: 25px;
	}
	.index-left-news{
		width: 50%;
	}
	.index-right-news{
		width: 46%;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.index-flex-newssort{
		margin-bottom: 35px;
	}
	.index-list-news li .wrap .pic{
		width: 36%;
	}
}
@media (min-width: 1200px) {
	.index-flex-newssort{
		margin-bottom: 45px;
	}
	.index-list-news li .wrap .title{
		font-size: 18px;
	}
	.index-list-news li .wrap .brief{
		display: block;
		font-size: 14px;
		margin-top: 15px;
	}
	.index-list-eves li .title{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.index-flex-newssort{
		margin-bottom: 55px;
	}
	.index-list-news li .wrap .pic img{
		height: 175px;
		object-fit: cover;
	}
	.index-list-eves li .title{
		font-size: 18px;
		margin-top: 20px;
	}
}

/** friendlink **/
.section-link{
	padding: 20px 0;
	background-color: transparent;
}

.in-nav-drop{
	height: 90px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-drop-link{
	float: left;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
	padding: 10px;
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	margin-left: 15px;
}
.in-nav-list{
	border-top: 30px solid transparent;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	display: none;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul::before{
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	    border-bottom-color: transparent;
	border-bottom-color: #fff;
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}
.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;
}

.in-case-list{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-case-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.in-case-list ul li{
	width: 50%;
	padding: 2px;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.in-case-list ul li a{
	display: block;
	height: auto;
	line-height: 40px;
	white-space: nowrap;
	color: #7e7f7e;
	font-size: 12px;
	transition: all .8s;
	cursor: pointer;
	background-color: #ededed;
}
.in-case-list ul li a.zlm_on{
	color: #fff;
	background:url(/web/pic/touming.png);
}

.list-case-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}
.list-case-pic li{
	width: 100%;
	padding: 1px;
	margin-bottom: 20px;
}
.list-case-pic li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-case-pic li a{
	display: block;
}
.list-case-pic li .pic{
	height: auto;
	overflow: hidden;
}
.list-case-pic li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.list-case-pic li .cover{
	background-color: #f7f7f7;
	padding: 15px;
}
.list-case-pic li .title{
	font-size: 16px;
}
.list-case-pic li .brief{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}

.list-case-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}

@media (min-width: 600px) {
	.in-case-list ul li{
		width: 33.333333%;
	}
}
@media (min-width: 768px) {
	.in-case-list{
		margin-bottom: 30px;
	}
	.in-case-list ul li{
		width: 33.333%;
	}
	.list-case-pic li{
		width: 50%;
	}
	
}
@media (min-width: 992px) {
	.in-case-list{
		margin-bottom: 45px;
	}
	.in-case-list ul li{
		width: 33.33%;
	}
	.list-case-pic li{
		width: 33.333333%;
		margin-bottom: 0;
	}
	.list-case-pic li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background:url(/web/pic/touming.png);
		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);
	}
	.slideBox1 .hd ul li a{
	display: block;
	font-size: 20px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 100%;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
margin-left:15px;
line-height:45px;
}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 36px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
}
@media (min-width: 1200px) {
	.in-case-list ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-case-list ul li{
		width: 33.333%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.in-case-list ul li a{
		line-height: 44px;
		font-size: 14px;
	}
	.list-case-pic li .brief{
		display: block;
		text-align: center;
	}
	
}
@media (min-width: 1400px) {
	.in-case-list ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-case-list ul li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.in-case-list ul li a{
		line-height: 50px;
		font-size: 16px;
	}
}

.video-content{
	height: auto;
	overflow: hidden;
}
.video-content img{
	max-width: 100%;
	height: auto;
}
.video-content iframe{
	width: 100%;
	height: 550px;
}

.section-feedback{
	padding: 60px 0;
	background-image: url(../images/fbk-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section-video{
	background-color: #fff;
}


.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode label{
	display: inline-block;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.in-fbk-vecode .yanzhm{
	height: auto;
	overflow: hidden;
	float: left;
}
.in-fbk-vecode .yanzhm input.yzm{
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
}
#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}


/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.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:#2160bc;
}
.banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: auto;
	height: auto;
	border-radius: 50%;
	background: transparent;
}
.banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: var(--main-color);
	border-color: var(--main-color);
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	background-color: var(--main-color);
}
.container-1600-box{

}
.container-1600-box-left{
    width:50%;
	float:left;
	text-align:left;
}
.container-1600-box-right{
    width:40%;
	float:right;
	text-align:right;
	font-size:18px;
	color:#1f5f9f;
}

.index-main-body-pro-products:hover{
    background:#1f5f9f;
    cursor:pointer;
    color:#fff;
}
.index-main-body-pro-products:hover h4{
    color:#fff;
}
.index-main-body-pro-products:hover .brief{
    color:#fff;
}
.index-main-body-pro-products:hover .index-main-body-pro-products-more{
    color:#fff;
}
.index-main-body-pro-products . pic{
    overflow:hidden;
}
.index-main-body-pro-products .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.index-main-body-pro-products .pic:hover img{
	transform:scale(1.1);
}
.index-main-body-pro-products .pic img{
    width:100%;
    height:auto;
}
.section-news{

}
.container-16001{
text-align:center;
}
.container-16002{
text-align:center;
}
.container-16003{
color:#fff;
margin-top:15px;
}

/*选项卡1*/


/** 产品滚动 **/
.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 45px;
}
.scrollSwiperProduct .swiper{
	height: auto;
}
.scrollSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide .pic{
	border: 1px solid #e5e5e5;
}
.scrollSwiperProduct .swiper .swiper-slide:hover .pic{
	border-color: var(--main-color);
}
.scrollSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperProduct .swiper .swiper-slide .title{
	font-size: 14px;
	padding: 16px 10px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperProduct .swiper-arrows{
	background-color: transparent;
	color: #b2b2b2;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.scrollSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 30px;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollSwiperProduct .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

.index-tab-proscroll{
	height: auto;
	overflow: hidden;
}
.index-tab-proscroll .item{
	height: auto;
	overflow: hidden;
	display: none;
}

@media (min-width: 1200px) {
	.scrollSwiperProduct{
		padding: 0 90px;
	}
	.scrollSwiperProduct .swiper-arrows i{
		font-size: 36px;
	}
	.scrollSwiperProduct .swiper .swiper-slide .title{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.scrollSwiperProduct .swiper .swiper-slide .title{
		font-size: 18px;
	}
		.categories_box_words{
    position:absolute;
    left:28px;
    top:110px;
	color:#fff;
}
.categories_box_words h5{
margin-top:30px;
}
.slideBox1 .hd ul li a{
	display: block;
	font-size: 24px;
	color: #333333;
	/* border: 1px solid #fff; */
	padding: 0 0 0 20px;
	min-width: 100%;
}
.slideBox1 .hd ul li span{
display:block;
float:left;
width:180px;
line-height:25px;
margin-top:45px
}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 46px;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section-aboutus-right h1{
	font-size: 34px
	}
    .section-aboutus-right p{
	font-size: 16px;
	line-height:46px;
	height:400px;
	overflow:hidden;
	}
}

/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide a{
	display: block;
}
.relatedSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.relatedSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 20px;
	border-top: 1px solid #eee;
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.relatedSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.relatedSwiperProduct .swiper-page{
	margin-top: 25px;
	bottom: 0;
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}

.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.section-contact-one{
	padding-bottom: 0;
	background-image: url(../images/in-contact1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.in-contact-head{
	color: #000;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.in-contact-head i{
	font-size: 24px;
	display: inline-block;
	margin-left: 20px;
}
.in-contact-head.white{
	color: #fff;
}
.in-pub-head{
	color: #000;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.in-pub-head.white{
	color: #fff;
}
.in-full-lxinfo{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 15px;
}
.in-contact-img{
	height: auto;
	overflow: hidden;
	position: relative;
}
.in-contact-img img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-contact-rttxt{
	height: 42.214912%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	padding: 8% 8.2% 0 8.2%;
}
.in-flex-cnt-info{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.in-flex-cnt-info h1{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	line-height: 1.25;
}
.in-flex-cnt-info i{
	font-size: 30px;
}
.in-contact-left{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-contact-left h1{
	font-size: 14px;
	font-family: 'Gotham-Bold';
	margin-bottom: 20px;
}
.in-list-contact{
	height: auto;
	overflow: hidden;
}
.in-list-contact li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-contact li i{
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.in-list-contact li i.ico-tel{
	background-image: url(../images/tel.png);
}
.in-list-contact li i.ico-fax{
	background-image: url(../images/fax.png);
}
.in-list-contact li i.ico-mob{
	background-image: url(../images/mob.png);
}
.in-list-contact li i.ico-mail{
	background-image: url(../images/email.png);
}
.in-list-contact li i.ico-addr{
	background-image: url(../images/addr.png);
}
.in-list-contact li .you{
	flex: 1;
	padding-left: 20px;
}
.in-list-contact li h6{
	color: #555;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-list-contact li h2{
	font-family: 'Gotham-Bold';
	font-size: 18px;
}
.in-list-contact li h3{
	font-family: 'Gotham-Bold';
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-list-contact li p{
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.in-full-lxinfo{
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
	}
	.in-contact-img{
		width: 44.479166vw;
	}
	.in-contact-left{
		margin-top: 0;
		position: absolute;
		left: 15px;
		top: 0;
		right: 44.479166vw;
	}
	.in-list-contact li{
		margin-bottom: 12px;
		padding-right: 3.125vw;
	}
	.in-list-contact li h6{
		margin-bottom: 0;
	}
	
}

@media (min-width: 992px) {
	.in-contact-head{
		font-size: 30px;
	}
	.in-contact-head i{
		font-size: 36px;
	}
	.in-pub-head{
		font-size: 30px;
	}
	.in-contact-left h1{
		font-size: 18px;
	}
	.in-list-contact li{
		margin-bottom: 20px;
	}
	.in-list-contact li h6{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.in-list-contact li h2{
		font-size: 24px;
	}
	.in-list-contact li h3{
		font-size: 18px;
	}
	.in-list-contact li p{
		font-size: 16px;
	}
	.in-flex-cnt-info h1{
		font-size: 24px;
	}
	.in-flex-cnt-info i{
		font-size: 42px;
	}
	
}
@media (min-width: 1200px) {
	.in-contact-head{
		font-size: 42px;
	}
	.in-contact-head i{
		font-size: 48px;
	}
	.in-pub-head{
		font-size: 42px;
	}
	.in-contact-left h1{
		font-size: 22px;
	}
	.in-list-contact li{
		margin-bottom: 20px;
	}
	.in-list-contact li h6{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.in-list-contact li h2{
		font-size: 30px;
	}
	.in-list-contact li h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.in-list-contact li p{
		font-size: 18px;
	}
	.in-flex-cnt-info h1{
		font-size: 36px;
	}
	.in-flex-cnt-info i{
		font-size: 56px;
	}
	
}
@media (min-width: 1400px) {
	.in-contact-head{
		font-size: 48px;
	}
	.in-contact-head i{
		font-size: 56px;
	}
	.in-pub-head{
		font-size: 48px;
	}
	.in-contact-left h1{
		font-size: 24px;
	}
	.in-list-contact li p{
		font-size: 20px;
	}
	.in-flex-cnt-info h1{
		font-size: 48px;
	}
	.in-flex-cnt-info i{
		font-size: 64px;
	}
	.in-list-contact li{
		margin-bottom: 30px;
	}
}
@media (min-width: 1630px) {
	.in-flex-cnt-info h1{
		font-size: 60px;
	}
	.in-flex-cnt-info i{
		font-size: 64px;
	}
	.in-contact-left{
		/* padding-left: 8.333333vw; */
		width: 906px;
		padding-left: 15px;
		left: auto;
	}
	.in-contact-left h1{
		margin-bottom: 40px;
		font-size: 24px;
	}
	.in-list-contact li h6{
		margin-bottom: 20px;
	}
	.in-list-contact li{
		margin-bottom: 40px;
	}
	.in-contact-head{
		font-size: 60px;
	}
	.in-contact-head i{
		font-size: 72px;
	}
	.in-pub-head{
		font-size: 60px;
	}
}

.in-full-maps{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	border: 15px solid #f0f0f0;
	border-radius: 10px;
	margin-top: 30px;
}

.section-infbk{
	background:#333;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.in-fbk-tops{
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 2;
}
.in-fbk-tops span.tips{
	color: #fa072d;
}
.in-fbk-tops .info{
	flex: 1;
	padding-left: 5px;
}

.in-fbk-left{
	height: auto;
	overflow: hidden;
}
.in-fbk-right{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.in-fbk-tops{
		font-size: 16px;
	}
	
}
@media (min-width: 992px) {
	.in-flex-fbk{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.in-fbk-left{
		width: 46%;
	}
	.in-fbk-right{
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.in-fbk-tops{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.in-fbk-tops{
		font-size: 20px;
	}
}

.in-flex-about1{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-about-pic1{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-about-pic1 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-about-info1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-about-info1 h2{
	font-size: 14px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-about-pubinfo{
	font-size: 14px;
	line-height: 2;
}
.in-pub-abhead{
	color: #000;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 20px;
}
.in-pub-abhead.white{
	color: #fff;
}
.in-pub-abhead.why{
	margin-bottom: 15px;
}
.section-inab1{
	background:#f8f8f8;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.section-inab2{
	background-image: url(../images/in-abbg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.in-pub-absmall{
	color: #000;
	font-size: 14px;
	line-height: 2;
}
.in-pub-absmall.white{
	color: #fff;
}
.in-ab-shuzi-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.in-ab-shuzi-list li{
	width: 32%;
	color: #fff;
	text-align: center;
}
.in-ab-shuzi-list li .ico{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.in-ab-shuzi-list li .ico i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.in-ab-shuzi-list li .num{
	margin-top: 15px;
	font-size: 18px;
	font-family: 'KnockoutHTF30';
	line-height: 1.2;
}
.in-ab-shuzi-list li .title{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.section-inab3{
	background-color: #fff;
}
.in-ab-flex3{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-ab-flex3 .pic{
	width: 100%;
}
.in-ab-flex3 .zou-txt{
	width: 100%;
	margin-top: 20px;
}
.in-about-pubmore{
	margin-top: 20px;
}
.in-about-pubmore a{
	display: inline-block;
	border: 1px solid #555;
	font-size: 12px;
	border-radius: 999px;
	padding-left: 15px;
	line-height: 40px;
}
.in-about-pubmore i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #555;
	border-radius: 50%;
	margin-left: 15px;
	margin-right: 5px;
}
.in-about-pubmore a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.in-about-whytxt{
	font-size: 14px;
	line-height: 2;
}
.section-inab4{
	background-image: url(../images/in-abbg3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	padding: 10.5vw 0;
}
.in-ab-zsouter{
	height: auto;
	overflow: hidden;
}
.in-ab-zsouter .shuzi{
	font-family: 'KnockoutHTF30';
	font-size: 36px;
	line-height: 1.1;
}
.in-ab-zsouter .title{
	height: auto;
	overflow: hidden;
	font-family: 'Gotham-Bold';
	font-size: 20px;
	background-image: url(../images/in-abjt1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
	padding-left: 50px;
	line-height: 2;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.in-ab-zsouter .brief{
	font-size: 14px;
	line-height: 1.75;
}


@media (min-width: 768px) {
	.in-pub-abhead{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-ab-flex3{
		justify-content: space-between;
		align-items: center;
	}
	.in-ab-flex3 .pic{
		width: 36.875%;
		order: 1;
	}
	.in-ab-flex3 .zou-txt{
		width: 60%;
		margin-top: 0;
	}
	.in-ab-zsouter{
		float: right;
		width: 35%;
	}
	.in-ab-zsouter .shuzi{
		text-align: center;
		font-size: 48px;
	}
	.in-ab-zsouter .brief{
		text-align: center;
		font-size: 16px;
	}
	.in-ab-zsouter .title{
		font-size: 24px;
		background-size: 40px;
		padding-left: 0;
		text-align: center;
	}
	
}
@media (min-width: 992px) {
	.in-pub-abhead{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-pub-absmall.why{
		padding: 0 10%;
	}
	.in-ab-shuzi-list{
		margin-top: 30px;
	}
	.in-ab-shuzi-list li{
		width: 15%;
	}
	.in-ab-shuzi-list li .ico i{
		width: 70px;
		height: 70px;
		font-size: 36px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 24px;
	}
	.in-about-whytxt{
		font-size: 16px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 56px;
	}
	.in-ab-zsouter .brief{
		font-size: 16px;
		line-height: 2;
	}
	.in-ab-zsouter .title{
		font-size: 30px;
		background-size: 60px;
	}
	
}
@media (min-width: 1024px) {
	.in-about-pic1{
		width: 34.125%;
	}
	.in-about-info1{
		width: 61.25%;
		margin-top: 0;
	}
	.in-about-info1 h2{
		font-size: 26px;
	}
	.in-about-pubinfo{
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.in-flex-about1{
		align-items: center;
	}
	.in-about-info1 h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.in-about-pubinfo{
		font-size: 14px;
	}
	.in-pub-abhead{
		font-size: 36px;
		margin-bottom: 40px;
	}
	.in-pub-absmall{
		font-size: 16px;
	}
	.in-pub-absmall.why{
		padding: 0 15%;
	}
	.in-ab-shuzi-list{
		margin-top: 40px;
	}
	.in-ab-shuzi-list li{
		width: auto;
	}
	.in-ab-shuzi-list li .ico i{
		width: 80px;
		height: 80px;
		font-size: 42px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 30px;
		margin-top: 20px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 16px;
	}
	.in-about-whytxt{
		font-size: 18px;
	}
	.in-about-pubmore{
		margin-top: 30px;
	}
	.in-about-pubmore a{
		font-size: 14px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 64px;
	}
	.in-ab-zsouter .brief{
		font-size: 18px;
		padding-left: 50px;
	}
	.in-ab-zsouter .title{
		font-size: 30px;
		background-size: 60px;
	}
}
@media (min-width: 1400px) {
	.in-about-info1 h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-about-pubinfo{
		font-size: 16px;
	}
	.in-pub-abhead{
		font-size: 48px;
	}
	.in-pub-absmall{
		font-size: 18px;
	}
	.in-ab-shuzi-list li .ico i{
		width: 92px;
		height: 92px;
		font-size: 48px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 40px;
		margin-top: 20px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 18px;
	}
	.in-about-whytxt{
		font-size: 20px;
	}
	.in-ab-zsouter .shuzi{
		font-size: 136px;
	}
	.in-ab-zsouter .brief{
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.in-about-info1 h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-about-pubinfo{
		font-size: 18px;
	}
	.in-pub-abhead{
		font-size: 60px;
		margin-bottom: 50px;
	}
}

.one-page-head{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-en .one-page-head{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .one-page-head{
	font-weight: bold;
}
.one-page-content{
	font-size: 14px;
	line-height: 2;
}
.one-page-content img,
.one-page-content iframe,
.one-page-content video,
.one-page-content table{
	max-width: 100%;
}

@media (min-width: 768px) {
	.one-page-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.one-page-content{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.one-page-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.one-page-head{
		font-size: 36px;
	}
	.one-page-content{
		font-size: 18px;
	}
}

.section-ser-bg1{
	background-color: #f2f2f2;
	padding-bottom: 10px;
}
.in-ser-tit1{
	color: #fa1847;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.in-ser-tit2{
	color: #000;
	font-size: 18px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.in-ser-tit2.white{
	color: #fff;
}
.in-ser-info1{
	font-size: 14px;
	line-height: 2;
}

.section-ser-bg2{
	background-color: #f2f2f2;
	position: relative;
	z-index: 11;
}
.section-ser-bg2::after{
	content: '';
	width: 100%;
	height: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
}

.in-ser-video1{
	height: 280px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/vdo-bg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 15;
}
.in-ser-video1 a{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.in-ser-video1 i{
	display: inline-block;
	color: #fff;
	font-size: 64px;
}

.section-ser-bg3{
	background-color: #fff;
	padding-top: 10px;
}

.in-list-ser{
	height: auto;
	overflow: hidden;
}
.in-list-ser li{
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
}
.in-list-ser li .txt-box{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-list-ser li .txt-box .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.lang-en .in-list-ser li .txt-box .title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-list-ser li .txt-box .title{
	font-weight: bold;
}
.in-list-ser li .txt-box .info{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	color: #909090;
}
.in-list-ser li .txt-box .other{
	font-size: 14px;
	margin-top: 15px;
	line-height: 2.25;
}
.lang-en .in-list-ser li .txt-box .other{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .in-list-ser li .txt-box .other{
	font-weight: bold;
}

.section-ser-bg4{
	background-image: url(../images/in-serfaqbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}

.in-ser-panelbox{
	height: auto;
	overflow: hidden;
}
.in-ser-panelbox .item{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 4px 25px 4px 30px;
}
.in-ser-panelbox .item .faq-pan-tit{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.in-ser-panelbox .item .faq-pan-tit i{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	font-size: 14px;
	transition: 0.5s;
}
.in-ser-panelbox .item.on .faq-pan-tit i{
	transform: rotate(-180deg);
	color: #fff;
	background: -webkit-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -o-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -moz-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
}
.in-ser-panelbox .item .faq-pan-cnt{
	height: auto;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	padding: 15px 0;
	line-height: 2;
	display: none;
	color: #666;
}

.section-ser-bg5{
	background-image: url(../images/in-serbbg4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.in-list-what{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.in-list-what li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.in-list-what li a{
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.in-list-what li a i{
	display: inline-block;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.in-ser-video1{
		height: 450px;
	}
	.in-list-ser li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 0;
	}
	.in-list-ser li .txt-box{
		width: 50%;
	}
	.in-list-ser li .pic{
		width: 38.625%;
	}
	.in-list-ser li:nth-child(2) .pic{
		order: -1;
	}
	.in-list-what{
		flex-direction: row;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 992px) {
	.in-ser-tit1{
		font-size: 20px;
	}
	.in-ser-tit2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-ser-info1{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 50px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 16px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.in-ser-tit1{
		font-size: 24px;
	}
	.in-ser-tit2{
		font-size: 30px;
	}
	.in-ser-info1{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 16px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 70px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 16px;
	}
	.in-list-what{
		max-width: 1200px;
	}
	.in-list-what li{
		font-size: 24px;
	}
	.in-list-what li i{
		font-size: 24px;
	}

}
@media (min-width: 1400px) {
	.in-ser-tit1{
		font-size: 30px;
	}
	.in-ser-tit2{
		font-size: 48px;
	}
	.in-list-ser li{
		padding: 90px 0;
	}
	.in-list-ser li .txt-box .title{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 22px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 18px;
	}
}

.full-main-product{
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}

@media (min-width: 768px) {
	.full-main-product{
		padding: 30px 0;
	}
		#shdznews1{
margin-right:0;
}
#shdznews2{
margin-right:0;
}
}
@media (min-width: 992px) {
	.full-main-product{
		padding: 45px 0;
	}
#shdznews1{
margin-right:0;
}
#shdznews2{
margin-right:0;
}
}
@media (min-width: 1200px) {
	.full-main-product{
		padding: 45px 0;
	}
#shdznews1{
margin-right:2%;
}
#shdznews2{
margin-right:2%;
}
}
.list-prod-intro>li:nth-of-type(2n+1) {
	text-align: right
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-detail {
	left: 0;
	text-align: left
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
	left: 120px
}
.prodi-item {
	position: relative;
	font-size: 0
}
.prodi-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%
}

.prodi-img {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.prodi-img::before {
	padding-top: 60.41667%
}

.prodi-title {
	position: relative;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: .02em;
	color: #333
}
.lang-en .prodi-title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .prodi-title{
	font-weight: bold;
}

.prodi-title::before,
.prodi-title::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 18px;
	height: 3px
}

.prodi-title::before {
	top: 14px;
	background-color: #CC0001
}

.prodi-title::after {
	top: 21px;
	background-color: #0F1D96
}
.prodi-dbox {
	position: absolute;
	top: 50%;
	left: 180px;
	right: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.prodi-intro {
	margin-top: 1.5em;
	max-width: 640px;
	font-size: 14px;
	line-height: 26px;
	color: #333
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box>img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.full-dtl-content{
	height: auto;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.prodi-dbox {
		right: 60px;
		left: 80px
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 80px
	}

	.prodi-ico {
		margin-top: 30px
	}

	.prodi-ico img {
		width: 70px
	}

	.prodi-parameter {
		margin-top: 20px
	}
}

@media (max-width: 768px) {
	.list-prodfea>li {
		width: 50%
	}

	.list-prodfea>li:nth-of-type(n+3) {
		margin-top: 40px
	}

	.prodi-detail {
		position: relative;
		width: auto;
		left: auto
	}

	.prodi-dbox {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.prodi-img {
		width: 100%;
		margin-top: 20px
	}

	.prodi-dbox {
		right: auto;
		left: 0;
		width: auto;
		padding: 30px 20px 0
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 0
	}

	.list-prod-intro>li:nth-of-type(n+2) {
		margin-top: 40px
	}

	.prodi-title::before,
	.prodi-title::after {
		display: none
	}
		#shdznews1{
margin-right:0;
}
#shdznews2{
margin-right:0;
}
}

@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
	}
	#shdznews1{
margin-right:0;
}
#shdznews2{
margin-right:0;
}
}

@media (max-width: 1100px) {
 .page-cate {
  display:none
 }
 .prodfea-item__desc {
  font-size:16px;
  line-height:1.5
 }
 .prodfea-item__img {
  width:60px
 }
 .prodi-ico img {
  width:50px
 }
 .prodi-title {
  font-size:18px
 }
 .prodi-intro{
	 font-size: 12px;
	 margin-top: 0.5em;
 }
}

.jscs-box{
	margin-right: 80px;
	margin-left: 80px;
}
.prodt-title {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	color: #333
}
.lang-en .prodt-title{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .prodt-title{
	font-weight: bold;
}

.table-tec {
	overflow-x: auto
}

.table-tec table {
	min-width: 100%;
	text-align: center
}

.table-tec table tr:nth-of-type(2n) {
	background-color: #fff
}

.table-tec table tr:nth-of-type(2n+1) {
	background-color: #ECEFF4
}

.table-tec table tr td {
	padding: 20px;
	width: 16.6666%;
	font-size: 14px;
	line-height: 20px;
	color: #333
}

.table-tec table tr td:first-of-type {
	font-size: 16px;
	font-weight: 500
}

@media (max-width: 1560px) {
	.jscs-box {
		margin-right: 60px;
		margin-left: 60px
	}
}
@media (max-width: 1440px) {
	.jscs-box {
		margin-right: 40px;
		margin-left: 40px
	}
}
@media (max-width: 1100px) {
	.jscs-box {
		margin-right: 20px;
		margin-left: 20px
	}
	.prodt-title {
		font-size: 32px
	}
	.section-aboutus-right h1{
	font-size:26px
	}
    .section-aboutus-right p{
	font-size: 16px;
	line-height:33px;
	height:290px;
	overflow:hidden;
	}
}
@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
	}
}
