@import url("reset.css");
@import url("fonts.css");

:root {
	--main-color: #f06013;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'GothamRndBook',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}


a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
.section{
	width: 100%;
	min-width: 1300px;
	padding: 40px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.container{
	width:1300px;
	margin: 0 auto;
}
.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{
	background-color: transparent;
	height: 40px;
}
.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: #fff;
	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: var(--main-color);
}
.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: 40px;
	color: #fff;
}
.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 **/
.full-head{
	width: 100%;
	min-width: 1300px;
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 10;
}
.full-head.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.full-head.fixed.fixed-bgc{
	background-color: rgba(10,32,87,.5);
}
.logo{
	height: 110px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
}
.logo a{
	display:block;
}
.logo img{
	display:block;
	height: auto;
	max-height: 94px;
	width: auto;
}
.header-right{
	position: relative;
	z-index: 20;
	height: 110px;
}
.search-wrap{
	position: relative;
	height: 60px;
	padding-left: 20px;
}

i.search-open{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
	background-color: transparent;
	border-radius: 50%;
}
.search-open-wrap{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 20px;
	display: none;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
}
.search-box .key_text{
	height:38px;
	float:left;
	width:355px;
	overflow:hidden;
	line-height:38px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 40px;
	background:#f5f5f5;
	color: #999;
	font-size: 14px;
	border-radius: 20px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 28px;
	height:28px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: var(--main-color);
	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;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#fff;
}

.head-hottel{
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.head-hottel h5{
	font-size: 14px;
	color: #666;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.head-hottel i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	background-color: #17a379;
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 8px;
	float: left;
}
.head-hottel h3{
	height: auto;
	overflow: hidden;
	color: #17a379;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Gotham-Bold';
}

/** nav **/
.nav-bar{
	
}
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 60px;
	position:relative;
	z-index: 8888;
}
.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
}
.nav .nLi h3 a {
	display:block;
	font-size:17px;
	font-weight: normal;
	line-height:60px;
	text-transform: uppercase;
	transition: 0.6s;
	color: #fff;
	padding: 0 25px;
}
.lang-zh_cn .nav .nLi h3 a{
	padding: 0 35px;
}
.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;
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	min-width:1300px;
	background-color: transparent;
	padding-top: 45px;
	padding-bottom: 0;
	background-image: url(../images/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-height: 122px;
}
.foot-logo-txt{
	color: #fff;
	max-width: 270px;
	font-size: 16px;
	line-height: 1.75;
}
.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 1.25;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-list{
	max-width: 240px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	line-height: 2.5;
}
.foot-sort-list li a{
	color: rgba(255,255,255,.5);
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	max-width: 230px;
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 2.5;
}
.foot-contact-info a{
	color: rgba(255,255,255,.6);
}
.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{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li + li{
	margin-left: 14px;
}
.foot-social li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
.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/Youtube.png);
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.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.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.pinterest{
	background-image: url(../images/i06.png);
}
.foot-social li a.qq{
	background-color: #4dafea;
}

.full-copyright{
	height: auto;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 20px 0;
}
.copyright{
	color: rgba(255,255,255,.5);
	font-size: 14px;
	line-height: 2;
}
.copyright a{
	color: rgba(255,255,255,.5);
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	min-width: 1300px;
	position: relative;
	background-color: #000;
	background-image: url(../images/index-bg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-bottom: 50px;
}
.section-product{
	background-color: transparent;
	padding-top: 130px;
	padding-bottom: 0;
}
.index-hot-product-outer{
	width: 100%;
	min-width: 1300px;
	height: 1170px;
	overflow: hidden;
	background-image: url(../images/hotproduct-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 128px;
}
.index-list-hotproduct{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.index-list-hotproduct li{
	width: 25%;
	padding: 10px 7px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-hotproduct li .wrap{
	background-color: #1a1a1a;
	padding: 9px;
	border-width: 1px;
	border-bottom-width: 6px;
	border-style: solid;
	border-image-source: linear-gradient(90deg, rgb(244, 5, 211) 0%, rgb(1, 234, 253) 100%);
	border-image-slice: 10;
}
.index-list-hotproduct li a{
	display: block;
}
.index-list-hotproduct li .title{
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 30px;
}
.index-list-hotproduct li .more{
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.index-list-hotproduct li .more span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border-radius: 999px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.index-list-hotproduct li .more span::after{
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
		background: -webkit-linear-gradient(90deg, rgba(244,5,211,1), rgba(1,234,253,1));
		background: -o-linear-gradient(90deg, rgba(244,5,211,1), rgba(1,234,253,1));
		background: -moz-linear-gradient(90deg, rgba(244,5,211,1), rgba(1,234,253,1));
		background: linear-gradient(90deg, rgba(244,5,211,1), rgba(1,234,253,1));
	transition: 0.5s;
}
.index-list-hotproduct li .wrap:hover .pic img{
	transform: scale(1.1);
}
.index-list-hotproduct li .wrap:hover .more span::after{
	width: 100%;
}


.public-head{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.1;
	text-shadow: -3px -2px 0 rgba(0,242,252,1), 2px 3px 0 rgba(231, 16, 202, 1);
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 70px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .public-head{
	font-weight: 700;
}
.public-head span::after{
	content: '';
	width: 60px;
	height: 2px;
	background-color: #17A379;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.public-sml{
	color: #999;
	font-size: 14px;
	position: relative;
}
.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 2;
	padding: 6px 35px;
	border-radius: 5px;
	background-color: #17a379;
}
.public-more i{
	display: inline-block;
	margin-left: 6px;
}

.section-sort-product{
	background-color: transparent;
	padding: 0;
}
.index-list-sort-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
}
.index-list-sort-product li{
	width: 25%;
	padding: 0 14px;
}
.index-list-sort-product li .wrap{
	background-color: #1a1a1a;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #1a1a1a;
	transition: 0.5s;
}
.index-list-sort-product li .wrap:hover{
	background-color: #000;
	border-color: #f7a410;
}
.index-list-sort-product li .title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	transition: 0.5s;
	padding: 0 24px;
	position: relative;
	color: #fff;
	font-size: 21px;
}
.index-list-sort-product li .title::after{
	content: '';
	height: 1px;
	background-color: #303030;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	transition: 0.5s;
}
.index-list-sort-product li .pic{
	position: relative;
}
.index-list-sort-product li .more{
	position: absolute;
	left: 20px;
	top: 15px;
	color: #666;
	font-size: 16px;
	text-transform: capitalize;
	transition: 0.5s;
}

.index-list-sort-product li .wrap:hover .title::after{
	background-color: #f7a410;
}
.index-list-sort-product li .wrap:hover .pic img{
	transform: scale(1.05);
}
.index-list-sort-product li .wrap:hover .more{
	color: #fff;
}

/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	min-width:1300px;
	height: 400px;
	overflow:hidden;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.full-in-path{
	width: 100%;
	min-width: 1300px;
	border-bottom: 1px solid #eee;
	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{
	/* width: 920px; */
	margin-left: 280px;
	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: 25%;
	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;
}

.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: -10px;
	margin-right: -10px;
}
.form-col-5{
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.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 input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #555;
	outline: none;
	overflow: hidden;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #555;
	outline: none;
	resize: none;
	height: 90px;
	overflow: hidden;
	transition: 0.5s;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group input:focus,
.form-group textarea:focus{
	border-color:#66afe9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-group button{
	display: inline-block;
	line-height: 20px;
	padding: 10px 40px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 5px;
	letter-spacing: 1px;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group input::-webkit-input-placeholder{ color: #666;}
.form-group input::-ms-input-placeholder{ color: #666;}
.form-group input::-moz-input-placeholder{ color: #666; opacity: 1;}
.form-group input::placeholder{ color: #666;}

/** 新闻左右图文 **/
.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: -10px;
	margin-right: -10px;
}
.list-news-tulist 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-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-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: 20px;
}
.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{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.in-product-list li{
	width: 33.333333%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li .title{
	font-size: 16px;
	margin: 15px 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.in-product-list li .brief{
	line-height: 2;
	color: #777;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.in-product-list li:hover .pic img{
	transform: scale(1.1);
}

.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%;
	
}
.detail-product-content video{
	max-width: 100%;
	
}
.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: transparent;
}
.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);
}

/** partner **/
.section-partner{
	background-color: transparent;
}

.index-partner-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.index-partner-list li{
	width: 16.666666%;
	padding: 12px;
}
.index-partner-list li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	position: relative;
}
.index-partner-list li .title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 15px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.index-partner-list li .wrap:hover .pic img{
	transform: scale(1.05);
}
.index-partner-list li .wrap:hover .title{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.brandSwiper{
	position: relative;
}
.brandSwiper .swiper{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
}
.brandSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.brandSwiper .swiper-arrows{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	top: 50%;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.brandSwiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.brandSwiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}

/** 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:1300px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}

.zone{
	width:100%;
	min-width:1300px;
	overflow:hidden;
}



.foot-fbk-wrap{
	width: 350px;
	height: auto;
	overflow: hidden;
}
.foot-fbk-lt{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.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.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 717px;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 49px;
}
.about-pic{
	width: 514px;
	height: 628px;
	position: relative;
}
.about-pic img{
	border: 7px solid #fff;
	border-radius: 10px;
}
.about-wrap{
	height: auto;
	overflow: visible;
	position: relative;
}
.about-content{
	width: 786px;
	height: auto;
	overflow: hidden;
}
.about-date{
	height: auto;
	overflow: hidden;
	color: #de7b24;
	font-size: 28px;
}
.about-wename{
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
	margin-top: 45px;
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	position: relative;
}
.about-wename::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	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: #fff;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
	padding-right: 35px;
}
.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{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 50px;
}
.shuzhi-list li{
	width: 33.333333%;
	height: auto;
	text-align: left;
	padding: 0;
	position: relative;
	padding: 0 20px;
	transition: 0.5s;
}

.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 64px;
	transition: 0.5s;
	font-family: 'KnockoutHTF30';
	padding-left: 68px;
	line-height: 70px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.shuzhi-list li .num span{
	display: inline-block;
	margin-right: 5px;
}
.shuzhi-list li .num i{
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	font-size: 16px;
	line-height: 40px;
	margin-right: 10px;
}
.shuzhi-list li.wdli-1 .num{
	background-image: url(../images/abico1.png);
}
.shuzhi-list li.wdli-2 .num{
	background-image: url(../images/abico2.png);
}
.shuzhi-list li.wdli-3 .num{
	background-image: url(../images/abico3.png);
}
.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: #fff;
	font-size: 14px;
	line-height: 2;
	transition: 0.5s;
	margin-top: 15px;
}

.index-box2{
	width: 100%;
	min-width: 1300px;
	background-image: url(../images/indexbg-2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #000;
	padding-top: 70px;
}

.section-process{
	background-color: transparent;
}
.index-list-process{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.index-list-process li{
	width: 130px;
	position: relative;
}
.index-list-process li .ico{
	width: 130px;
	height: 130px;
	border: 10px solid rgba(255,255,255,0.1);
	border-radius: 50%;
}
.index-list-process li .ico i{
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	line-height: 110px;
	color: #2d2d2d;
	font-size: 54px;
	transition: 0.5s;
	position: relative;
	z-index: 999;
}
.index-list-process li .ico::before{
	content: '';
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	transition: 1s;
	z-index: 1;
}
.index-list-process li .ico::after{
	content: '';
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-image: radial-gradient(ellipse, #fcca0d, #ef5814);
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	transition: 1s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.index-list-process li .title{
	text-align: center;
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
}
.index-list-process li:hover .ico i{
	color: #fff;
}
.index-list-process li:hover .ico::before{
	opacity: 0;
	visibility: hidden;
}
.index-list-process li:hover .ico::after{
	opacity: 1;
	visibility: visible;
}
.index-list-process li + li::before{
	content: "\e88d";
	font-family: 'iconfont'!important;
	font-size: 30px;
	position: absolute;
	left: -72px;
	top: 45px;
	color: rgba(255,255,255,0.5);
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 40px;
}
.index-process-talk{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-process-talk .more{
	font-size: 18px;
	margin-left: 40px;
	text-transform: capitalize;
}
.index-process-talk .more a{
	display: inline-block;
	color: #fff;
	background-color: #f06013;
	border-radius: 999px;
	line-height: 40px;
	padding: 0 25px;
}
.index-process-talk .hottel{
	height: auto;
	overflow: hidden;
	color: #fff;
	padding-left: 62px;
	background-image: url(../images/process-tel.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.index-process-talk h5{
	font-size: 14px;
	line-height: 2;
}
.index-process-talk h1{
	font-size: 48px;
	line-height: 1.2;
	font-family: 'KnockoutHTF50';
}


/** honor **/
.section-honor{
	background-color: transparent;
	padding-top: 80px;
}
.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;
}

.honorSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.honorSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.honorSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: transparent;
	padding: 10px;
}
.honorSwiper .swiper .swiper-slide::after{
	content: "";
	  position: absolute;
	  inset: 0;
	
	  background:linear-gradient(-90deg,#f405d3,#01eafd); 
	  -webkit-mask-image: 
	      linear-gradient(#fff 0 0), 
	      linear-gradient(#fff 0 0);
	  -webkit-mask-clip: 
	    content-box,
	    border-box;
	  -webkit-mask-composite: xor;
	          mask-composite: exclude; 
	  padding: 2px; 
	  border-radius: 10px;
}
.honorSwiper .swiper .swiper-slide .pic{
	position: relative;
	z-index: 999;
}
.honorSwiper .swiper-page{
	margin-top: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.honorSwiper .swiper-page .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	opacity: 1;
	background-color: rgba(255,255,255,0.2);
}
.honorSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
}

/** 优势 **/
.section-adv{
	background-color: transparent;
	padding: 0;
	padding-top: 40px;
}
.index-adv-list{
	height: auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.index-adv-list li{
	width: 20%;
	padding: 35px 20px 170px 20px;
	transition: .5s;
	position: relative;
	height: auto;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	overflow: hidden;
}
.index-adv-list li .title{
	font-size: 22px;
	transition: .5s;
	line-height: 30px;
	height: 60px;
}
.index-adv-list li .info{
	font-size: 16px;
	line-height: 2;
	transition: .5s;
	margin-top: 30px;
	height: 160px;
}
.index-adv-list li .num{
	height: auto;
	overflow: hidden;
	font-family: 'KnockoutHTF30';
	font-size: 24px;
	position: relative;
	padding-top: 90px;
	margin-top: 20px;
}
.index-adv-list li .num::before{
	content: '';
	width: 1px;
	height: 44px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
}
.index-adv-list li .more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	z-index: 123;
}
.index-adv-list li .more i{
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	font-size: 24px;
	transition: 0.5s;
}
.index-adv-list li:hover .more i{
	transform: rotate(-45deg);
	background-color: #fff;
	color: #e74425;
}
.index-adv-list li .rxb{
	font-family: 'KnockoutHTF30';
	font-size: 160px;
	height: 160px;
	line-height: 160px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgba(255,255,255,0.1);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.index-adv-list li:hover{
		background: -webkit-linear-gradient(0, rgba(230,10,24,1), rgba(252,202,13,1));
		background: -o-linear-gradient(0, rgba(230,10,24,1), rgba(252,202,13,1));
		background: -moz-linear-gradient(0, rgba(230,10,24,1), rgba(252,202,13,1));
		background: linear-gradient(0, rgba(230,10,24,1), rgba(252,202,13,1));
}
.index-adv-list li:hover .rxb{
	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;
}

/** 案例 **/
.section-case{
	background-color: #fff;
}

/** news **/
.section-news{
	background-color: transparent;
}
.index-ding-news{
	width: 566px;
	height: auto;
	overflow: hidden;
	padding: 25px;
	background-color: #181619;
}
.index-ding-news .time{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
.index-ding-news .title{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.index-ding-news .title a{
	color: #fff;
}
.index-ding-news .brief{
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}
.index-ding-news .more{
	margin-top: 15px;
	font-size: 14px;
	text-transform: capitalize;
}
.index-ding-news .more a{
	color: #fff;
}
.index-ding-news .pic{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.index-ding-news .pic img{
	height: 260px;
	object-fit: cover;
}
.index-list-news{
	width: 710px;
	height: 560px;
	background-color: #18181b;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
}
.index-list-news li{
	width: 100%;
	padding: 25px 0;
}
.index-list-news li + li{
	border-top: 1px solid rgba(255,255,255,0.2);
}
.index-list-news li .time{
	color: #fff;
	font-size: 16px;
}
.index-list-news li .time a{
	display: inline-block;
	float: right;
	color: #fff;
	text-transform: capitalize;
}
.index-list-news li .title{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.index-list-news li .title a{
	color: #fff;
}
.index-list-news li .brief{
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}


/** 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: 71px;
	padding-top: 0;
	border-bottom: 1px solid #eee;
}
.in-case-list ul li{
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	margin: 0 50px 0 0;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer;
	float: left;
}
.in-case-list ul li a{
	display: block;
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer;
}
.in-case-list ul li a.zlm_on{
	color: #d71809;
	font-weight: 700;
	border-bottom: 1px solid #d71809;
}

.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/feedback-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.indx-feedback-lt{
	width: 560px;
}
.index-feedback-sml{
	color: #fff;
	font-size: 15px;
}
.index-feedback-head{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.index-feedback-info{
	color: #fff;
	font-size: 16px;
	padding-right: 30px;
}
.index-feedback-more a{
	display: inline-block;
	color: #fff;
	border-radius: 999px;
	font-size: 18px;
	padding: 0 35px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	text-transform: uppercase;
	background: -webkit-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: -o-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: -moz-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
}
.index-feedback-more i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 28px;
}

.indx-feedback-rt{
	width: 630px;
}
.index-feedback-row{
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-feedback-half{
	width: 310px;
	height: auto;
	overflow: hidden;
}
.index-feedback-input{
	height: auto;
	overflow: hidden;
}
.index-feedback-input input{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 46px;
	border: 1px solid rgba(255,255,255,0.32);
	background-color: rgba(255,255,255,0.36);
	padding: 0 15px;
	color: #fff;
}
.index-feedback-input textarea{
	display: block;
	width: 100%;
	height: 128px;
	line-height: 28px;
	border: 1px solid rgba(255,255,255,0.32);
	background-color: rgba(255,255,255,0.36);
	padding: 5px 15px;
	color: #fff;
	overflow: hidden;
	resize: none;
}
.index-feedback-input button{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 999px;
	border: none;
	outline: none;
	background: -webkit-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: -o-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: -moz-linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
	background: linear-gradient(90deg, rgba(230,10,24,1), rgba(252,202,13,1));
}

.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%;
	min-width: 1300px;
	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: 850px;
	object-fit: cover;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
}
.banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 40px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 40px;
}
.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 transparent;
	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: #fff;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: #fff;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	transform: translate(-50%,-50%) scale(0);
}

/** 产品滚动 **/
.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct .swiper{
	height: auto;
}
.scrollSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}
.scrollSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 20px;
	border-top: 1px solid #eee;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperProduct .swiper-arrows{
	background-color: rgba(23,163,121,0.6);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 120px;
	z-index: 20;
	cursor: pointer;
}
.scrollSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.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);
}

/** 相关产品 **/
.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;
}

.index-process-mail{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-process-mail h5{
	font-size: 24px;
}
.index-process-mail h5 a{
	color: #fff;
}