@font-face {
	font-family: 'moolbor';
	src: url(../fonts/moolbor.woff);
}
/*============
	common
====================================================================================*/
.W1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner_wrap {
	width: 80%;
	min-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.index-title {
	position: relative;
	text-align: center;
	margin: 0 0 40px;
}
.index-title h2 {
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.115em;
	font-size: 32px;
	line-height: 1.2;
	border-bottom: 1px solid #333;
	display: inline-block;
	margin: 0 auto;
	color: #333;
}
.index-title h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 10px;
	color: #666;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clearfloat {
	zoom: 1
}
/**/
.main_pad {
	padding: 0 20px;
}
/**/
.main_banner {
	margin-top: 100px;
	position: relative;
	height: 60vh;
	min-height: 200px;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_banner img {
	width: 100%;
	display: none;
}
.main_banner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.18);
}
.main_banner .main_title {
	position: absolute;
	width: 100%;
	top: 52%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_banner .main_title span {
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	font-size: 21px;
	line-height: 1.2;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
}
.main_banner .main_title h1 {
	font-size: 66px;
	font-family: 'moolbor';
	text-transform: uppercase;
	margin-top: 6px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}
/**/
.main_gd {
	width: 100%;
	height: 450px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.main_gd_div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	margin: 0 0 25px;
	font-size: 36px;
	line-height: 1.2;
	width: 100%;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.main_gd_div p {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
/*内页 title*/
.hs_tit h2 {
	color: #018946;
	letter-spacing: 1px;
	font-size: 30px;
	text-transform: uppercase;
}
.hs_tit h2 span {
	font-size: 20px;
	color: #333;
	margin-left: 10px;
	letter-spacing: 1px;
	font-weight: 100;
	text-transform: capitalize;
}
.hs_tit p {
	font-size: 18px;
	color: #333333;
	margin-top: 5%;
	font-weight: 600;
	letter-spacing: 1px;
}
/*page*/
.page {
	clear: both;
	margin: 3% auto 0;
	text-align: center;
}

.page a {
	display: inline-block;
	border: 1px solid #eee;
	padding: 0px 12px;
}
.page .current {
	background: #018946;
}
.page .active  {
	color: #fff;
}
.page  a {
	font-size: 13px;
}
.page a:hover {
	background: #018946;
	cursor: pointer;
}
.page a:hover  {
	color: #fff;
}
/*============
产品效果
=============================*/
.wgt-fade-animate {
	-webkit-transform: scale(0.3) translateY(50px);
	-moz-transform: scale(0.3) translateY(50px);
	-ms-transform: scale(0.3) translateY(50px);
	transform: scale(0.3) translateY(50px);
	opacity: 0;
}
.appear {
	-wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}
@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3) translateY(50px);
		-moz-transform: scale(0.3) translateY(50px);
		-ms-transform: scale(0.3) translateY(50px);
		transform: scale(0.3) translateY(50px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		-moz-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes opacity_show {
	0% {
		-moz-transform: scale(0.3) translateY(50px);
		transform: scale(0.3) translateY(50px);
		opacity: .1;
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/*============
	header
====================================================================================*/
.hsMain .header-wrap { display: none }
.header { padding: 30px 0; background: #fff; position: fixed; width: 100%; top: 0; left: 0; z-index: 999; }
.header_nav {
	text-align: center;
}
.header_nav li { position: relative; display: inline-block;
	vertical-align: middle;
	font-size: 14px; }
.header_nav li > a { display: block; color: #333; line-height: 24px; height: 24px; overflow: hidden; text-align: center; }
.header_nav .header_lang { position: relative; }
.header_nav .header_cn { font-size: 16px; padding: 0 40px; transition: 300ms; -webkit-transition: 300ms; }
.header_nav .header_en { text-transform: uppercase; font-size: 16px; position: absolute; left: 0; right: 0; top: 0; transform: translateY(5px); -webkit-transform: translateY(5px); opacity: 0; visibility: hidden; transition: 300ms; -webkit-transition: 300ms; }
.header_nav .nvc { margin-right: 326px; }
.header_nav li > a:hover .header_en, .header_nav li > a.act .header_en { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }
.header_nav li > a:hover .header_cn, .header_nav li > a.act .header_cn { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; visibility: hidden; }
.header_nav li > a.act .header_en { color: #b60007; }
.header .logo {
	width: 222px;
	position: absolute;
	left: 50%;
	margin-left: -111px;
	bottom: 20px;
	z-index: 99;
}
.header .logo img { width: 100% }
/*============
	index
====================================================================================*/
/*banner*/
.banner {
	position: relative;
	overflow: hidden;
}
.banner .bannerbox li {
	height: 100%;
	line-height: 0;
	opacity: 0;
	transition: opacity 1300ms linear;
	-webkit-transition: opacity 1300ms linear;
	float: left;
}
.banner .bannerbox li a > img {
	line-height: 0;
	width: 100%;
	position: relative;
	transition: transform 5s ease;
	-webkit-transition: transform 5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.banner .bannerbox li.imgIn {
	opacity: 1;
	z-index: 10;
	display: block;
}
.banner .bannerbox li.imgIn a > img {
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner .flex-direction-nav {
	width: 100%;
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 50;
}
.banner .flex-direction-nav li a {
	display: block;
	width: 88px;
	text-indent: 999px;
	overflow: hidden;
	position: absolute;
}
.banner .flex-direction-nav li a.flex-prev {
	left: 3%;
	background-image: url(../fonts/arrow_left.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.banner .flex-direction-nav li a.flex-next {
	right: 3%;
	background-image: url(../images/slider-arrow-right.png);
	background-position: center;
	background-repeat: no-repeat;
}
.banner .flex-direction-nav li a.flex-prev:hover {
	left: 2%
}
.banner .flex-direction-nav li a.flex-next:hover {
	right: 2%
}
/*main_about*/
.main_about {
	overflow: hidden;
	margin: 80px 0 50px;
}
.main_about .main_about_img {
	width: 71%;
	float: left;
}
.main_about .main_about_img img {
	width: 100%;
}
.main_about .main_about_imgl {
	width: 70%;
	height: 428px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.main_about .main_about_img img {
	width: 100%;
	display: none;
}
.main_about .main_about_imgr {
	width: 30%;
	height: 406px;
	float: left;
	margin-top: 50px;
	z-index: -4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_about .main_about_tit {
	position: absolute;
	top: 37px;
	right: 11.5%;
	font-size: 30px;
	color: #222222;
	text-align: left;
}
.main_about .main_about_con {
	width: calc(29% - 50px);
	height: 400px;
	margin-left: 50px;
	position: relative;
	float: right;
	margin-top: 100px;
}
.main_about .main_about_txt {
	float: left;
	width: 71%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.main_about .main_about_txt h5 {
	color: #222222;
	text-align: left;
	text-transform: uppercase;
}
.main_about .main_about_txt p {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	letter-spacing: .25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_about .line-l {
	width: 1px;
	height: 0;
	background: #0098b3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.main_about .line-b {
	width: 0;
	height: 1px;
	background: #0098b3;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.main_about .line-r {
	width: 1px;
	height: 0;
	background: #0098b3;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.main_about .line-t {
	width: 0;
	height: 1px;
	background: #0098b3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.main_about a.btn {
	border-color: #dddddd;
	color: #222222;
	letter-spacing: .25px;
}
/*main_pro*/
.main_pro {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}
.main_pro_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s ease-in-out;
	background-color: #000;
}
.main_pro .itemA:hover .main_pro_name,
.main_pro .itemA:hover .main_pro_more {
	opacity: 1;
}
.main_pro_name {
	position: absolute;
	top: 50%;
	left: 17%;
	transition: all .6s ease-in-out;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	font-size: 30px;
	color: #fff;
	opacity: 0;
}
.main_pro_name p {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.main_pro_more {
	position: absolute;
	bottom: 30px;
	left: 16%;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	z-index: 99999;
	transition: all .6s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.main_pro_mline {
	width: 0;
	left: 16%;
	bottom: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	z-index: 9999999;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.main_pro .itemA:hover .main_pro_mline {
	width: 80px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
/*main_case*/
.main_case {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}
.main_case_div {
	height: 740px;
	/*float: left;*/
	/*margin-right: 10px;*/
	position: relative;
}
.main_case_div:nth-child(4n) {
	margin-right: 0;
}
.main_case_div span {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.main_case_div span:before {
	width: 70px;
	height: 1px;
	margin-left: -35px;
}
.main_case_div span:before,
.main_case_div span:after {
	content: "";
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.main_case_img {
	position: relative;
}
.main_case_div img {
	width: 100%;
}
.main_case_box {
	/*margin-right: -10px;*/
}
.main_case_div:hover span {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.main_case_img {
	position: relative;
}
.main_case_div span:after {
	height: 70px;
	width: 1px;
	margin-top: -35px;
}
.main_case_con,
.main_case_con * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.main_case_con {
	text-align: center;
	padding: 25px 15px;
}
.main_case_con h2 {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.2;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_case_con p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Arial, Helvetica, sans-serif;
}
.main_case_div:hover .main_case_con h2,
.main_case_div:hover .main_case_con p {
	color: #fff;
}
.main_case_div:hover .main_case_con {
	background: #444444
}
/*main_news*/
.main_news {
	overflow: hidden;
	padding: 50px 0;
	background-color: #cccccc;
}
.main_gd_div .btn-wrap {
	max-width: 160px;
	clear: both;
	padding-top: 30px;
}
.index-bottom {
	overflow: hidden;
}
.main_gd_div .btn-wrap a {
	background-image: url(../images/right-arro-white.png);
}
.index-botttom-two {
	width: 50%;
	position: relative;
	float: left;
	height: 450px;
}
.index-botttom-two img {
	width: 100%;
}
.main_news_img {
	height: 268px;
	overflow: hidden;
}
.main_news_img .imgD {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}
.main_news_con {
	padding: 30px;
}
.main_news_con h4 {
	    color: inherit;
    float: none;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_news_div:hover .main_news_con {
	background-color: rgb(35, 35, 35);
	color: #fff;
	transition: all 0.5s;
}
.main_news_div:hover .main_news_con .btn-wrap span {
	color: #fff;
	background-image: url(../images/right-arro-white.png);
}
.main_news_div:hover .imgD {
	transform: scale(1.1);
}

.main_news_con p {
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main_news_con .btn-wrap {
	padding-top: 15px;
}
.main_news_con .btn-wrap span {
	border: 1px solid #666;
	color: #666;
}
.main_news_div {
	display: block;
	width: calc(25% - 20px);
	float: left;
	background-color: #fff;
	margin: 0 10px 12px;
	transition: all 0.5s;
	box-shadow: 0 0 20px #999;
}
.newsDemo .main_news_div {
	float: none;
    width: 100%;
	box-shadow: none;
	margin: 0;
}
.newsDemo {
}
.newsDemo .item {
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0 7px;
	display: block;
	text-align: center;
}
.newsDemo .slick-arrow {
	width: 80px;
	height: 80px;
	display: block;
	top: 48%;
	margin-top: -16px;
	z-index: 10;
}
.newsDemo .slick-arrow i {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.newsDemo .slick-prev {
	left: 10px;
}
.newsDemo .slick-next {
	right: 10px;
}
.newsDemo .slick-prev i {
	background-image: url(../images/arrow-left-states.png);
}
.newsDemo .slick-next i {
	background-image: url(../images/arrow-right-states.png);
}
.newsDemo .slick-prev:hover i {
	background-position: 30% center;
}
.newsDemo .slick-next:hover i {
	background-position: 70% center;
}
.newsDemo .itemA {
	display: block;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
.newsDemo .slick-dots {
	margin-top: 28px;
	height: 12px;
	text-align: center;
}
.newsDemo .slick-dots li.slick-active {
	background: #000;
}
.newsDemo .slick-dots li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
}
/**/
.proDemo {
	margin-top: 20px;
}
.proDemo .item, .caseDemo .item {
	border-radius: 5px;
	background-color: #d7d7d7;
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0 7px;
	display: block;
	text-align: center;
}
.proDemo .item:hover,
.proDemo .item.act, .caseDemo .item:hover,
.caseDemo .item.act {
	background-color: #cc0000;
	color: #fff;
}
.proDemo .slick-arrow, .caseDemo .slick-arrow {
	width: 80px;
	height: 80px;
	display: block;
	top: 48%;
	margin-top: -16px;
	z-index: 10;
}
.proDemo .slick-arrow i, .caseDemo .slick-arrow i {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.proDemo .slick-arrow:hover, .caseDemo .slick-arrow:hover {
	opacity: 0.5;
}
.proDemo .slick-prev, .caseDemo .slick-prev {
	left: 10px;
}
.proDemo .slick-next, .caseDemo .slick-next {
	right: 10px;
}
.proDemo .slick-prev i, .caseDemo .slick-prev i {
	background-image: url(../images/arrow-left-states.png);
}
.proDemo .slick-next i, .caseDemo .slick-next i {
	background-image: url(../images/arrow-right-states.png);
}
.proDemo .slick-prev:hover i, .caseDemo .slick-prev:hover i {
	background-position: 30% center;
}
.proDemo .slick-next:hover i, .caseDemo .slick-next:hover i {
	background-position: 70% center;
}
.proDemo .itemA, .caseDemo .itemA {
	display: block;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.proDemo .itemA {
	height: 637px;
}
/*.caseDemo .itemA {*/
/*height: 750px !important;*/
/*}*/
.proDemo .itemA:hover .main_pro_bg {
	opacity: 0.5;
}
.proDemo .itemA:hover .img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.proDemo .img, .caseDemo .img {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.proDemo .img > span, .caseDemo .img > span {
	display: block;
	height: 100%;
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
.slick-dots {
	margin: 40px 0 0;
	height: 12px;
	text-align: center;
}
.slick-dots li.slick-active {
	background: #025eb0;
}
.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ddd;
	margin: 0 5px;
}
/*============
	about
====================================================================================*/
.about {
}
.about-ab {
	padding: 88px 0 100px;
}
.about-ab-con {
	width: 66%;
	display: inline-block;
	padding: 4% 8% 4% 0;
}
.about-ab-con > p {
	letter-spacing: 1px;
	font-size: 15px;
	color: #666;
	margin-top: 36px;
	line-height: 38px;
	text-indent: 2em;
}
.about-ab-img {
	position: absolute;
	top: 48px;
	right: 0;
	width: 32%;
}
.about-ab-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}
.about-ab-img img {
	width: 100%;
	position: relative;
	left: -26px;
	top: 26px;
}
.about-ab-img .about-ab-imgs {
	display: none;
}
/**/
.about_tj {
	position: relative;
}
.about_tj:before {
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 80%;
	background: #eeeced;
}
.about_tj_img {
	display: inline-block;
	width: 32%;
}
.about_tj_img img {
	width: 100%;
	display: block;
}
.about_tj_img .about_tj_imgs {
	display: none;
}
.about_tj_con {
	position: absolute;
	left: 40%;
	top: 50%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	width: 60%;
}
.about_tj_con ul {
	margin-top: 4%;
}
.about_tj_con li {
	list-style-type: decimal-leading-zero;
	font-size: 12px;
	color: #018946;
	line-height: 34px;
}
.about_tj_con p {
	font-size: 14px;
	color: #666;
	letter-spacing: 0.5px;
}
/**/
.about-serive {
	padding: 5% 0;
}
.about-serive .hs_tit p {
	margin-top: 2%;
}
.about-serive-con {
	margin-top: 8px;
}
.about-serive-con p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 32px
}
.about-serive-three {
	overflow: hidden;
	margin-top: 28px;
}
.about-serive-item {
	width: 31%;
	margin: 1%;
	float: left;
	padding: 14px;
	background: #eee;
	height: 428px;
}
.about-serive-item img {
	width: 100%;
}
.about-serive-item ul {
}
.about-serive-item li {
	list-style-type: square;
	margin-left: 22px;
	font-size: 12px;
	color: #018946;
	line-height: 32px;
}
.about-serive-item p {
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 6px;
	line-height: 1.2;
}
/*============
	product
====================================================================================*/
.product {
	background: #fafafa;
	padding: 0 0 4%;
}
.product-box {
	padding: 4% 4% 0;
	overflow: hidden;
}
.product-item {
	display: block;
	cursor: pointer;
	width: 31%;
	margin: 1% 1% 3%;
	float: left;
	background: #fff;
	box-shadow: 6px 6px 10px #eee;
	position: relative;
}
.product-img {
	margin: 20% 30px 3%;
	position: relative;
	min-height: 300px;
}
.product-img img {
	width: 100%;
}
.product-name {
	position: relative;
	z-index: 10;
	padding: 30px 32px 15px;
	transition: all 0.4s;
}
.product-name h4 {
	float: none;
	font-size: 24px;
	color: #010101;
}
.product-name .product-name-en {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}
.product-name .color-box {
}
.product-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.product-bg h4 {
	padding-bottom: 20px;
	font-size: 24px;
	color: #fff;
	transition: all 0.8s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, 20px);
}
.product-bg .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: -22px 0 0 -22px;
	background: url(../images/pro-icon.png) no-repeat center center;
	background-size: contain;
	transition: all 0.5s;
	transform: rotate(360deg) scale(0.5);
}
.product-bg .pro-more {
	position: absolute;
	left: 15%;
	bottom: 5%;
	width: 70%;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	transform: translate(0, -20px);
	transition: all 0.8s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-item:hover .product-name {
	transform: translate(0, 20px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-item:hover .product-img {
	-webkit-transform: translateY(-14%);
	-moz-transform: translateY(-14%);
	-ms-transform: translateY(-14%);
	-o-transform: translateY(-14%);
	transform: translateY(-14%);
}
.product-item:hover .product-bg {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-item:hover h4 {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
	transition-delay: 0.4s;
}
.product-item:hover .product-bg .icon {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate(0deg) scale(1);
	transition-delay: 0.2s;
}
.product-item:hover .product-bg .pro-more {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
	transition-delay: 0.4s;
}
/*============
	pro-con
====================================================================================*/
.proCon {
	margin-top: 100px;
}
.proCon a.btn-white, .proDet a.btn-white {
	border: 1px solid #000;
}
.proCon-tit {
	text-align: center;
	background: #eeeeee;
	padding: 2% 0;
}
.proCon-tit h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
	font-size: 24px;
}
.proCon-tit p {
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 13px;
}
.proCon .inner_wrap {
	padding: 3% 0;
}
.proCon-box {
	overflow: hidden;
}
.proCon-item {
	width: 23%;
	margin: 1% 1% 2%;
	float: left;
	padding: 30px 20px;
	text-align: center;
	border: 3px solid rgba(1, 137, 70, 0.05);
}
.proCon-img {
	padding: 12% 0 6%;
}
.proCon-img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.proCon-item p {
	border-top: 1px solid #eeeced;
	margin-top: 28px;
	padding-top: 20px;
}
.proCon-item:hover .proCon-img img {
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
/*============
	pro-det
====================================================================================*/
.proDet {
	position: relative;
	margin-top: 100px;
	padding-bottom: 4%;
}
.proDet .index-title h2 {
	border: 0;
	letter-spacing: 1px;
}
.proDet-box {
	position: relative;
	padding: 1% 0 3%;
	background: #fafafa url("../images/bg.jpg");
}
.proDet-other {
	display: none;
	border-top: 2px solid #000;
	padding: 3% 3% 0;
}
#cases_con {
	width: 88%;
	max-width: 1000px;
	margin: 0 auto 1%;
	overflow: hidden;
}
#cases_con .cases_con_l {
	position: relative;
}
#cases_con .cases_con_l .cases_con_slides {
	position: absolute;
	right: -50px;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	width: 20px;
	padding: 15px;
	font-size: 15px;
	color: #fdfdfd;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#cases_con .cases_con_l .cases_con_slides a {
	color: #dfdfdf;
}
#cases_con .cases_con_l .cases_con_slides:hover {
	background: rgba(0, 0, 0, 1);
}
/**/
.detDemo {
}
.detDemo .item {
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0 7px;
	display: block;
	text-align: center;
}
.detDemo .slick-arrow {
	width: 80px;
	height: 80px;
	display: block;
	top: 48%;
	margin-top: -16px;
	z-index: 10;
}
.detDemo .slick-arrow i {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.detDemo .slick-prev {
	left: 10px;
}
.detDemo .slick-next {
	right: 10px;
}
.detDemo .slick-prev i {
	background-image: url(../images/arrow-left-states.png);
}
.detDemo .slick-next i {
	background-image: url(../images/arrow-right-states.png);
}
.detDemo .slick-prev:hover i {
	background-position: 30% center;
}
.detDemo .slick-next:hover i {
	background-position: 70% center;
}
.detDemo .itemA {
	display: block;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
.detDemo .slick-dots {
	margin-top: 14px;
	height: 12px;
	text-align: center;
}
.detDemo .slick-dots li.slick-active {
	background: #000;
}
.detDemo .slick-dots li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ddd;
	margin: 0 5px;
}
/*返回列表*/
.pgwSlideshow { width: 100%; background: #fff; display: none }
.pgwSlideshow a { color: #fff }
.pgwSlideshow .ps-current { text-align: center; position: relative; min-height: 150px; overflow: hidden }
.pgwSlideshow .ps-current > ul > li { text-align: center; width: 100%; z-index: 1; opacity: 0; display: block }
.pgwSlideshow .ps-current > ul > li img { display: block; margin: 0 auto; height: 628px; /*width: 88%;   max-width: 980px; */}
.pgwSlideshow .ps-caption { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; text-align: left; font-size: 1rem; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px; display: none }
.pgwSlideshow .ps-caption span { padding: 7px; display: inline-block }
.pgwSlideshow .ps-list { border-top: 1px solid #dadada; box-shadow: 0 10px 10px -5px #dadada inset; background: #eee; overflow: hidden; position: relative }
.pgwSlideshow .ps-list ul { position: relative; list-style: none; margin: 0; padding: 0; left: 0 }
.pgwSlideshow .ps-list li { float: left }
.pgwSlideshow .ps-list li .ps-item { display: block; margin: 15px 6px; opacity: .6; filter: alpha(opacity=60) ;height: 50px;overflow: hidden;}
.pgwSlideshow .ps-list li img { display: block;  width: 80px; /* height: 80px*/ }
.pgwSlideshow .ps-list li .ps-item.ps-selected { float: left; opacity: 1; border: 4px solid #fff; overflow: hidden }
.pgwSlideshow .ps-list li .ps-item.ps-selected img { margin: -4px }
.pgwSlideshow .ps-prevIcon { border-color: transparent #fff transparent; border-style: solid; border-width: 10px 10px 10px 0; display: block }
.pgwSlideshow .ps-nextIcon { border-color: transparent #fff transparent; border-style: solid; border-width: 10px 0 10px 10px; display: block }
.pgwSlideshow .ps-current .ps-prev { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; border: 1px solid #777; border-left: 0; border-radius: 0 4px 4px 0; position: absolute; padding: 20px 20px 20px 15px; left: 0; top: 45%; cursor: pointer }
.pgwSlideshow .ps-current .ps-next { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; border: 1px solid #777; border-right: 0; border-radius: 4px 0 0 4px; position: absolute; padding: 20px 15px 20px 20px; right: 0; top: 45%; cursor: pointer }
.pgwSlideshow .ps-list .ps-prev { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')"; border: 1px solid #777; border-left: 0; border-radius: 0 4px 4px 0; padding:16px 10px 16px 12px; cursor: pointer; position: absolute; left: 0; top:10px; z-index: 1000; display: none }
.pgwSlideshow .ps-list .ps-next { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')"; border: 1px solid #777; border-right: 0; border-radius: 4px 0 0 4px; padding: 16px 10px 16px 12px; cursor: pointer; position: absolute; right: 0; top:10px; z-index: 1000; display: none }
.pgwSlideshow.narrow .ps-list li img { width: 52px; }
.pgwSlideshow.narrow .ps-list li span { height:36px; }
.pgwSlideshow.narrow .ps-current .ps-prev { padding: 15px 15px 15px 12px; top: 40% }
.pgwSlideshow.narrow .ps-current .ps-next { padding: 15px 12px 15px 15px; top: 40% }
.pgwSlideshow.narrow .ps-list .ps-prev { padding: 12px 8px 12px 10px; top: 10px }
.pgwSlideshow.narrow .ps-list .ps-next { padding: 12px 8px 12px 10px; top: 10px }
.pgwSlideshow.narrow .ps-caption { font-size: .8rem; padding: 8px }
.pgwSlideshowLight { width: 100%; background: #ddd; display: none }
.pgwSlideshowLight a { color: #fff }
.pgwSlideshowLight .ps-current { text-align: center; position: relative; min-height: 150px; overflow: hidden }
.pgwSlideshowLight .ps-current > ul > li { text-align: center; width: 100%; z-index: 1; opacity: 0; display: block }
.pgwSlideshowLight .ps-current > ul > li img { display: block; max-width: 100%; margin: auto }
.pgwSlideshowLight .ps-caption { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; text-align: left; font-size: 1rem; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px; display: none }
.pgwSlideshowLight .ps-caption span { padding: 7px; display: inline-block }
.pgwSlideshowLight .ps-list { border-top: 1px solid #aaa; box-shadow: 0 10px 10px -5px #999 inset; background: #ddd; overflow: hidden; position: relative }
.pgwSlideshowLight .ps-list ul { position: relative; list-style: none; margin: 0; padding: 0; left: 0 }
.pgwSlideshowLight .ps-list li { float: left }
.pgwSlideshowLight .ps-list li .ps-item { display: block; margin: 15px 8px; opacity: .6; filter: alpha(opacity=60) }
.pgwSlideshowLight .ps-list li img { display: block; border: 1px solid #aaa; width: 80px; height: 80px }
.pgwSlideshowLight .ps-list li .ps-item.ps-selected { float: left; opacity: 1; border: 4px solid #fff; overflow: hidden }
.pgwSlideshowLight .ps-list li .ps-item.ps-selected img { margin: -4px }
.pgwSlideshowLight .ps-prevIcon { border-color: transparent #fff transparent; border-style: solid; border-width: 10px 10px 10px 0; display: block }
.pgwSlideshowLight .ps-nextIcon { border-color: transparent #fff transparent; border-style: solid; border-width: 10px 0 10px 10px; display: block }
.pgwSlideshowLight .ps-current .ps-prev { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; border: 1px solid #777; border-left: 0; border-radius: 0 4px 4px 0; position: absolute; padding: 20px 20px 20px 15px; left: 0; top: 45%; cursor: pointer }
.pgwSlideshowLight .ps-current .ps-next { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')"; border: 1px solid #777; border-right: 0; border-radius: 4px 0 0 4px; position: absolute; padding: 20px 15px 20px 20px; right: 0; top: 45%; cursor: pointer }
.pgwSlideshowLight .ps-list .ps-prev { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')"; border: 1px solid #777; border-left: 0; border-radius: 0 4px 4px 0; padding: 20px 15px 20px 12px; cursor: pointer; position: absolute; left: 0; top: 25px; z-index: 1000; display: none }
.pgwSlideshowLight .ps-list .ps-next { background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')"; border: 1px solid #777; border-right: 0; border-radius: 4px 0 0 4px; padding: 20px 12px 20px 15px; cursor: pointer; position: absolute; right: 0; top: 25px; z-index: 1000; display: none }
.pgwSlideshowLight.narrow .ps-list li img { width: 60px; height: 60px }
.pgwSlideshowLight.narrow .ps-current .ps-prev { padding: 15px 15px 15px 12px; top: 40% }
.pgwSlideshowLight.narrow .ps-current .ps-next { padding: 15px 12px 15px 15px; top: 40% }
.pgwSlideshowLight.narrow .ps-list .ps-prev { padding: 15px 12px 15px 10px; top: 20px }
.pgwSlideshowLight.narrow .ps-list .ps-next { padding: 15px 10px 15px 12px; top: 20px }
.pgwSlideshowLight.narrow .ps-caption { font-size: .8rem; padding: 8px }
/*============
	cases
====================================================================================*/
.case {
	padding: 4% 0;
}
.case .inner_wrap {
}
.case-box {
	overflow: hidden;
}
.case-box .case-items {
	display: block;
	cursor: pointer;
	float: left;
	width: 23%;
	margin: 1%;
}
.case-box .case-img {
	position: relative;
	overflow: hidden;
}
.case-box .case-img:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	width: 38px;
	height: 38px;
	background: url("../images/pro-icon.png") no-repeat center;
	background-size: cover;
	z-index: 3;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.case-box .case-img img {
	-webkit-filter: grayscale(40%);
	-moz--filter: grayscale(40%);
	-o-filter: grayscale(40%);
	filter: grayscale(40%);
	width: 100%;
	display: block;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.case-name {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	margin-top: 6px;
	text-align: center;
}
.case-name h1 {
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 0.5px;
}
.case-box .case-items:hover img {
	-webkit-filter: grayscale(0);
	-moz--filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.case-box .case-items:hover .case-img:before {
	opacity: 0;
}
/**/
.imgDemo { }
.imgDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0 7px; display: block; text-align: center; }
.imgDemo .item:hover, .imgDemo .item.act { background-color: #cc0000; color: #fff; }
.imgDemo .slick-arrow { z-index: 10; width: 40px; height: 66px; display: block; background: #fff; left: -40px; }
.imgDemo .slick-arrow i { width: 100%; height: 100%; margin: 0 auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.imgDemo .slick-prev { top: 0; }
.imgDemo .slick-next { top: 68px; }
.imgDemo .slick-prev i { background: url(../images/arrow-left-light.png) no-repeat center; background-size: 36% auto }
.imgDemo .slick-next i { background: url(../images/arrow-right-light.png) no-repeat center; background-size: 36% auto }
.imgDemo .slick-arrow:hover { background-color: #018946; }
.imgDemo .slick-prev:hover i { background: url(../images/arrow-left-lighth.png) no-repeat center; background-size: 36% auto }
.imgDemo .slick-next:hover i { background: url(../images/arrow-right-lighth.png) no-repeat center; background-size: 36% auto }
.imgDemo .itemA { display: block; }
.imgDemo .img {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
}
.imgDemo .img img {
	width: 100%;
	display: block;
	/*border: 2px solid rgba(188, 159, 95, 0.12);*/
	/*padding: 8px;*/
}
.imgDemo.slick-slider { margin: 0; position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.imgDemo .slick-slide { float: left; height: 100%; min-height: 1px; display: block; }
.imgDemo .slick-dots { text-align: center; margin-top: 1% }
.imgDemo .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	width: 15px;
	height: 4px;
	background: #999;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;;
}
.imgDemo .slick-dots li a {
}
.imgDemo .slick-dots li.slick-active {
	width: 21px;
	background: #bc9f5f;
}
/*============
	cases-con
====================================================================================*/
.caseDet {
	overflow: hidden;
	padding: 4% 0;
	background: #fff;
}
.caseDet .inner_wrap {
	background: #f0f0f0;
	padding: 25px;
	position: relative;
}
.caseDet-con {
	width: 25%;
	float: left;
	padding: 2% 1%;
}
.caseDet-con .btn-wrap {
	margin: 0;
	position: absolute; bottom: 12%;
	left: 38px;
}
.caseDet-con a.btn {
	border: 1px solid #666;
	color: #666;
}
.caseDet-tit {
	border-bottom: 3px solid #252525;
	padding: 0 6px 20px;
	margin-bottom: 36px;
}
.caseDet-con img {
	display: inline-block;
	width: 28px;
	margin-right: 10px;
	vertical-align: middle;
}
.caseDet-con h3 {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.caseDet-img {
	float: right;
	width: 66%;
}
/*============
	news
====================================================================================*/
.news {
	padding: 3% 0;
}
.news .main_news_box {
	padding: 10px;
}
.news .main_news_div {
	margin: 1% 10px 3%;
	width: calc(33.33% - 20px);
}
/*============
	news-con
====================================================================================*/
.newsDet {
	padding: 160px 0 4%;
	background: #eeeced;
}
.newsDet_top {
	border-bottom: 1px solid #999;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
	margin-bottom: 42px;
}
.newsDet_top_l {
	display: inline-block;
}
.newsDet_top_l a {
	position: relative;
	display: block;
	padding-left: 100px;
	width: 200px;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
	background: #333;
	color: #fff;
}
.newsDet_top_l span {
	display: block;
}
.newsDet_top_l .bg {
	position: absolute;
	top: 0;
	left: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
	height: 100%;
	width: 0;
	background: #018946;
}
.newsDet_top_l a:hover .bg {
	width: 100%;
}
.newsDet_top_l .line {
	width: 17px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 65px;
}
.newsDet_top_l .txx {
	position: relative;
}
.newsDet_top_r {
	float: right;
}
.newsDet_top_r a {
	display: block;
	width: 38px;
	height: 38px;
	border: 1px solid #999;
	border-radius: 100%;
	float: left;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.newsDet_top_r a i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
}
.newsDet_top_r a.prev {
	margin-right: 15px;
}
.newsDet_top_r a.prev i {
	margin-right: 15px;
	background-image: url(../images/abm4.png);
	background-position: left center;
}
.newsDet_top_r a.next i {
	background-image: url(../images/abm3.png);
	background-position: right center;
}
.newsDet_top_r a:hover {
	border: 1px solid #018946;
	background: #018946;
}
.newsDet_top_r a.prev:hover i {
	background-position: right center;
}
.newsDet_top_r a.next:hover i {
	background-position: left center;
}
.newsDet_box {
	background: #ffffff;
	padding: 50px;
	text-align: center;
}
.newsDet_tit {
	border-bottom: 1px solid #eeeeee;
	padding: 2% 3% 1%;
	margin-bottom: 4%;
}
.newsDet_tit h1 {
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 34px;
	margin-bottom: 28px;
	font-weight: 500;
}
.newsDet_tit p {
	font-size: 13px;
	line-height: 22px;
}
.newsDet_tit span {
	color: #666;
	font-size: 13px;
	margin: 0 4px;
	vertical-align: middle;
}
.newsDet_tit img {
	margin-left: 5%;
	vertical-align: middle;
}
.newsDet_con {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5%;
}
.newsDet_con > p {
	text-indent: 2em;
	text-align: left;
	font-size: 15px;
	color: #666;
	letter-spacing: 0.5px;
	line-height: 32px;
}
.newsDet_con span {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 28px;
}
.newsDet_con img {
	max-width: 100%;
	display: block;
	margin: 12px 0;
}
.newsDet_con div p {
	margin-top: 2%;
	line-height: 23px;
	color: #333;
	letter-spacing: 0.4px;
}
.newsDet_back {
	text-align: center;
	margin-top: 5%;
}
/*============
	join
====================================================================================*/
/**/
.join-tj {
	padding: 4% 0;
	background: #f9f9f9;
}
/*.join-tj .inner_wrap, .join-inline .inner_wrap, .join-net .inner_wrap {*/
/*min-width: 1180px;*/
/*margin: 0 auto;*/
/*width: 1180px;*/
/*}*/
.join-tj-box {
	padding: 3% 0;
}
.join-tj-items {
	cursor: pointer;
	position: relative;
	z-index: 2;
	width: 49%;
	min-height: 180px;
	float: left;
	padding: 3%;
	margin-bottom: 2%;
	background: #ffffff;
}
.join-tj-items:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #018946;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.join-tj-items:nth-child(2n-1) {
	margin-right: 2%;
}
.join-tj-items > div {
	vertical-align: middle;
	display: inline-block;
}
.join-tj-ico {
	width: 80px;
	text-align: center;
}
.join-tj-ico img {
	width: 52px;
	margin: 0 auto;
}
.join-tj-ico2 {
	display: none;
}
.join-tj-con {
	width: calc(100% - 88px);
	padding-left: 4%;
}
.join-tj-con h1 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #333;
	line-height: 1.2;
}
.join-tj-con span {
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	color: #d2d2d2;
}
.join-tj-con span:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 80%;
	height: 2px;
	background: #bdbdbd;
}
.join-tj-con p {
	margin-top: 12px;
	font-size: 13px;
	letter-spacing: 2px;
}
.join-tj-items:hover:before {
	width: 100%;
}
.join-tj-items:hover * {
	color: #ffffff;
}
.join-tj-items:hover .join-tj-ico1 {
	display: none;
}
.join-tj-items:hover .join-tj-ico2 {
	display: block;
}
/**/
.join-lc {
	text-align: center;
	margin: 20px 0;
	padding: 5% 0;
	overflow: hidden;
}
.join-lc .hs_tit h2, .join-lc .hs_tit span {
	color: #ffffff;
}
.join-lc-box {
	padding: 66px 0;
}
.join-lc-item {
	cursor: pointer;
	display: inline-block;
	width: 176px; height: 176px;
	margin: 10px 30px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	background: #ffffff;
	position: relative;
}
.join-lc-item:nth-child(2n) {
	top: 60px;
}
.join-lc-item div {
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.join-lc-item img {
	width: 48px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.join-lc-item p {
	font-size: 15px;
	letter-spacing: 1px;
}
.join-lc-item:hover img {
	top: -10px;
}
/**/
.join-inline {
	padding: 4% 0;
	/*background: #fafafa;*/
}
.join-inline-form {
	margin-top: 3%;
	padding-bottom: 40px;
}
.join-inline-form form {
	border: 1px solid #eeeced;
	position: relative;
	padding: 3%;
	background: url("../images/bg1.jpg");
}
/*.join-inline-form form:after {*/
/*content: "";*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: -30px; height: 30px;*/
/*width: 100%;*/
/*background: url("../images/form-bg.png") no-repeat right bottom;*/
/*background-size: cover;*/
/*}*/
.join-inline-form span {
	display: block;
	margin: 5px;
	clear: both;
}
.join-inline-form div {
	width: 31%;
	margin-right: 3%;
	float: left;
	margin-bottom: 28px;
}
.join-inline-form div:nth-child(3n) {
	margin-right: 0;
}
.join-inline-form input {
	width: 100%;
	line-height: 38px;
	padding-left: 12px;
	border: 1px solid #eee;
}
.join-inline-form .join-inline-btn {
	display: inline-block;
	width: 200px;
	line-height: 45px;
	background: #000000;
	color: #ffffff;
	font-size: 15px;
	margin-top: 32px;
}
.join-inline-form textarea {
	width: 100%;
	border: 1px solid #eee;
	height: 148px;
}
.join-net {
	padding: 4% 0 3%;
	text-align: center;
	background-image: url("../images/01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.join-net .inner_wrap {
	position: relative;
}
.join-net-con {
}
.join-net-div {
	margin-top: 6%;
}
.join-net-div p {
	font-size: 15px;
	letter-spacing: 1px;
}
.join-net-img {
	width: 88%;
	margin: 0 auto;
}
.join-net-img img {
	width: 100%;
}
/*============
	contact
====================================================================================*/
.contact {
	position: relative;
	padding: 5% 0 3%;
}
.contact .inner_wrap {
	width: 1180px;
}
.contact-tit {
	padding: 0 6px 14px;
	/*border-top: 1px solid #eeeced;*/
	border-bottom: 2px solid #eeeced;
	margin-bottom: 3%;
}
.contact-tit p {
	/*font-weight: bold;*/
	font-size: 22px;
	color: #333;
}
.contact-tit p span {
	font-size: 26px;
	color: #018946;
	font-weight: bold;
}
.contact-box {
	overflow: hidden;
	padding: 0 1%;
}
.contact-item {
	width: 42%;
	float: left;
}
.contact-item h4 {
	color: #333;
	display: block;
	font-size: 17px;
	font-weight: bold;
	float: none;
	margin-bottom: 20px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 8px;
}
.contact-item h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 21px;
	height: 2px;
	background: #018946;
}
.contact-item img {
	width: 18px;
	margin-right: 8px;
	vertical-align: middle;
}
.contact-man p {
	line-height: 40px;
}
.contact-man p:first-of-type {
	font-size: 16px;
	color: #333;
}
.contact-ewm {
	float: right;
	width: 16%;
	text-align: center;
}
.contact-ewm > div {
	display: inline-block;
	text-align: left;
}
.contact-item.contact-ewm img {
	width: 128px;
	border: 1px solid #eee;
	padding: 4px;
}
.contact-ul {
}
.contact-ul li {
	vertical-align: middle;
	line-height: 40px;
}
/**/
#allmap {
	height: 450px;
	width: 100%;
	margin: 0 auto 20px;
}
