/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.banner {
		margin-top: 70px;
	}
}


/*@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}*/


/*@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}*/


/*@media (max-width: 767px) {
.banner .slickbanner {
width: 160%;
max-width: 160%;
margin-left: -30%;
}
}*/

.banner .slick-dots {
	position: absolute;
	left: 13.453%;
	bottom: 29px;
	text-align: center;
	background-color: #eeeeee;
	padding: 6px 17px;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.banner .slick-dots {
		left: 5%;
		bottom: 10px;
		padding: 4px 8px;
	}
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	border: solid 1px #229674;
	background-color: #fff;
}

.banner .slick-dots li:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #229674;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .slick-dots li.slick-active {
	background-color: #229674;
	border: solid 1px #229674;
}

.banner .slick-dots li button {
	display: none;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .item .img-box {
	padding-bottom: 44%;
}

@media (max-width: 767px) {
	.banner-in .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}


/*video*/

.news_play .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.news_play:hover .video-cover {
	background-color: rgba(0, 0, 0, 0);
}

.news_play .video .img-box {
	z-index: 0;
	padding-bottom: 65.441176%;
	background-color: #000;
}


/*@media (max-width: 991px) {
.news_play .video .img-box {
padding-bottom: 41.66666667%;
}
}*/

.news_play .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.news_play .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.news_play .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.news_play .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.news_play .video .play {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.news_play .video .play {
		font-size: 24px;
	}
}

.news_play .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e60b';
}

@media (max-width: 991px) {
	.news_play .video .play:before {
		font-size: 40px;
	}
}

.news_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}


/*index_num*/

.index_num {
	border-bottom: 1px solid #e5e5e5;
}

.box-number {
	padding-top: 89px;
	padding-bottom: 82px;
}

@media (max-width: 768px) {
	.box-number {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.box-number .number {
	overflow: hidden;
}

.box-number .number ul {
	font-size: 0;
	margin: 0 -5px;
}

@media (max-width: 991px) {
	.box-number .number ul {
		margin: 0 -20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

.box-number .number ul li {
	display: inline-block;
	width: 20%;
	margin: 10px 0;
	padding: 0 40px;
	vertical-align: top;
	text-align: center;
	position: relative;
}

.box-number .number ul li:after {
	position: absolute;
	top: 25%;
	right: 0;
	display: inline-block;
	content: '';
	width: 1px;
	height: 70px;
	background-color: #e5e5e5;
}

@media (max-width: 991px) {
	.box-number .number ul li {
		width: 33.33333333%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
}

.box-number .number .item:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 20px;
	color: #188a68;
	margin-bottom: 10px;
}

.box-number .number .item.history:before {
	font-size: 18px;
	content: '\e630';
	margin-top: 10px;
	margin-bottom: 10px;
}

.box-number .number .item.tire:before {
	font-size: 32px;
	content: '\e63a';
	margin-top: -10px;
}

.box-number .number .item.service:before {
	font-size: 25px;
	content: '\e607';
}

.box-number .number .item.engineers:before {
	font-size: 25px;
	content: '\e726';
}

.box-number .number .item.area:before {
	font-size: 25px;
	content: '\eb52';
}

.box-number .number .item b {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 60px;
	line-height: 1;
	color: #333333;
}

.box-number .number .item b span {
	font-family: 'Helvetica Neue LT Pro';
}

.box-number .number .item b:before {
	display: block;
}

@media (max-width: 1199px) {
	.box-number .number .item b {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.box-number .number .item b {
		font-size: 30px;
	}
}

.box-number .number .item sup {
	font-size: 15px;
	top: 10px;
	vertical-align: top;
}

.box-number .number .item p {
	font-size: 14px;
	line-height: 1.28571429;
	margin: 23px 0 0 0;
	color: #a3a3a3;
}


/*index_about*/

.index_about {
	padding: 80px 0 100px 0;
}

.index_title {
	text-align: center;
}

.index_title b {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 44px;
	font-weight: bold;
	color: #333333;
}

@media (max-width: 991px) {
	.index_title b {
		font-size: 20px;
	}
}

.index_title b:before {
	content: '';
	display: block;
	margin: auto;
	width: 52px;
	height: 5px;
	background-color: #188a68;
	border-radius: 2px;
	margin-bottom: 15px;
}

.index_title p {
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
}

.index_about .index_about_main {
	padding-top: 38px;
}

.index_about .index_about_main .index_search {
	position: relative;
	width: 31.915%;
	margin-right: 1.419%;
}

.index_about .index_about_main .index_search .img-box {
	padding-bottom: 185.7777777777778%;
}

.index_about .index_about_main .index_search .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_about .index_about_main .index_search .img-box img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_about .index_about_main .index_search .search_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	margin: auto;
	width: 91.52%;
	padding: 26px 20px;
	background-color: #ededed;
	border-radius: 6px;
}

.index_about .index_about_main .index_search .search_box p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 18px;
}

.index_about .index_about_main .index_search .search_box input {
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	background-color: #d4d4d4;
	box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.index_about .index_about_main .index_search .search_box input:-webkit-input-placeholder,
.index_about .index_about_main .index_search .search_box input:-moz-placeholder,
.index_about .index_about_main .index_search .search_box input:-ms-input-placeholder {
	font-size: 14px;
	color: #888888;
}

.index_about .index_about_main .index_search .search_box button {
	width: 100%;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	background-color: #188a68;
	box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_about .index_about_main .index_search .search_box button:hover {
	background-color: #15614a;
}

.index_about .index_about_main .index_search .search_box button:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	content: '\e66d';
	color: #ffffff;
	padding-right: 12px;
}

.index_about .index_about_main .index_we {
	width: 65%;
}

.index_about .index_about_main .index_we .index_welists {}

.index_about .index_about_main .index_we .index_welists ul li {
	float: left;
	width: 48.9%;
	margin-right: 2.183%;
	margin-bottom: 2.183%;
}

.index_about .index_about_main .index_we .index_welists ul li:nth-child(2),
.index_about .index_about_main .index_we .index_welists ul li:nth-child(4) {
	margin-right: 0;
}

.index_about .index_about_main .index_we .index_welists ul li .img-box {
	padding-bottom: 60%;
}

.index_about .index_about_main .index_we .index_welists ul li .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_about .index_about_main .index_we .index_welists ul li .img-box img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_about .index_about_main .index_we .index_welists ul li .img-box .we_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px 28px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_about .index_about_main .index_we .index_welists ul li .img-box:hover .we_cover {
	background-color: rgba(0, 0, 0, .5);
}

.index_about .index_about_main .index_we .index_welists ul li .img-box .we_cover p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
}

.index_about .index_about_main .index_we .we_product {
	background-color: #ededed;
	padding: 26px 30px 21px 30px;
}

.index_about .index_about_main .index_we .we_product .we_title {
	text-align: center;
	padding-bottom: 10px;
}

.index_about .index_about_main .index_we .we_product .we_title p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 22px;
	font-weight: bold;
	color: #188a68;
}

@media (max-width: 991px) {
	.index_about {
		padding: 40px 0 50px 0;
	}
	.index_about .index_about_main .index_search {
		width: 100%;
		margin-right: 0;
	}
	.index_about .index_about_main .index_we {
		width: 100%;
		margin-top: 30px;
	}
	.index_about .index_about_main .index_we .index_welists ul li .img-box .we_cover {
		padding: 10px 10px;
	}
	.index_about .index_about_main .index_we .index_welists ul li .img-box .we_cover p {
		font-size: 14px;
		bottom: 10px;
	}
	.index_about .index_about_main .index_we .we_product {
		background-color: #ededed;
		padding: 20px 15px 21px 15px;
	}
	.index_about .index_about_main .index_we .we_product .we_title p {
		font-size: 18px;
	}
}

.index_about .index_about_main .index_we .we_product .we_title p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 2px;
	margin-right: 20px;
	background: url(../images/common/line_l.png) no-repeat;
	background-size: cover;
}

.index_about .index_about_main .index_we .we_product .we_title p:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 2px;
	margin-left: 20px;
	background: url(../images/common/line_r.png) no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.index_about .index_about_main .index_we .we_product .we_title p:before,
	.index_about .index_about_main .index_we .we_product .we_title p:after {
		display: none;
	}
}

.index_about .index_about_main .index_we .we_product .we_title p span {
	color: #333333;
	padding-right: 8px;
}

.slick-we .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 39px;
	height: 39px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #bebebe;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-we .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	line-height: 39px;
	display: block;
	content: '\e603';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #FFFFFF;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.slick-we .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.slick-we .slick-arrow.slick-next:before {
	content: '\e603';
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.slick-we .slick-arrow:hover:before {
	background-color: #188a68;
}

.index_about .index_about_main .index_we .we_product .slick-we .item {
	display: block;
	padding-top: 18px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .index_about_main .index_we .we_product .slick-we .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_about .index_about_main .index_we .we_product .slick-we .item .pic {
	width: 169px;
	margin: auto;
}

.index_about .index_about_main .index_we .we_product .slick-we .item .pic .img-box {
	padding-bottom: 69.82978723404255%;
}

.index_about .index_about_main .index_we .we_product .slick-we .item .note {
	padding-top: 12px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .index_about_main .index_we .we_product .slick-we .item:hover .note {
	padding-top: 6px;
}

.index_about .index_about_main .index_we .we_product .slick-we .item .note p {
	font-size: 14px;
	color: #333333;
}


/*index_quality*/

.index_quality {
	/*background: url(../images/img/pic_qualitybg.png) no-repeat;
	background-size: cover;*/
	position: relative;
}

.quality_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.quality_bg .img-box {
	padding-bottom: 18.0416666666667%;
}

.quality_img {
	width: 21%;
	position: absolute;
	bottom: 20px;
}

.quality_img .img-box {
	padding-bottom: 158.7530864197531%;
}

.index_quality_main {
	width: 68.227%;
}

.index_quality_lists {
	padding-top: 48px;
	padding-bottom: 173px;
	position: relative;
}

.index_quality_lists ul li {
	padding-bottom: 27px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_quality_lists ul li:last-child:hover .item {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_quality_lists ul li:last-child:hover .item:before {
	color: #188a68;
	border: solid 1px #188a68;
}

.index_quality_lists ul li:last-child:hover .item b {
	padding-bottom: 3px;
	border-bottom: solid 1px #188a68;
}

.index_quality_lists ul li .item {
	position: relative;
	padding-left: 18%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_quality_lists ul li .item:before {
	position: absolute;
	top: -10px;
	left: 0;
	font-family: 'iconfont' !important;
	font-size: 35px;
	content: '\e9b9';
	color: #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_quality_lists ul li .item.certificate:before {
	content: '\e623';
}

.index_quality_lists ul li .item.support:before {
	content: '\e7b0';
}

.index_quality_lists ul li .item.feedback:before {
	content: '\e9b0';
}

.index_quality_lists ul li .item.control:before {
	font-size: 30px;
	content: '\e85b';
}

.index_quality_lists ul li .item.more:before {
	top: -6px;
	font-size: 32px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: solid 1px #888888;
	content: '\e6aa';
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.index_quality_lists ul li .item b {
	font-family: 'Helvetica-Black';
	font-size: 16px;
	font-weight: bold;
	color: #188a68;
}

.index_quality_lists ul li .item p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	padding-top: 18px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_quality_lists ul li:hover .item:before {
	color: #188a68;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_quality_lists ul li:hover .item p {
	padding-top: 5px;
}

.quality_pic {
	width: 24.741%;
	position: absolute;
	right: 0;
	bottom: 35px;
}

.quality_pic .img-box {
	padding-bottom: 107.9831932773109%;
}

@media (max-width: 991px) {
	.quality_img,
	.quality_pic {
		display: none;
	}
	.index_quality_main {
		width: 100%;
	}
	.index_quality_lists {
		padding-bottom: 50px;
	}
	.index_quality_lists ul li .item {
		height: 100% !important;
	}
}

@media (max-width: 767px) {
	.index_quality_lists {
		padding-bottom: 30px;
	}
}


/*index_news*/

.index_news {
	background-color: #f3f3f3;
	padding: 100px 0;
}

.index_news_left {
	width: 57.731%;
	margin-right: 1.986%;
	/*border: 1px solid salmon;*/
}

.index_news_right {
	width: 40%;
	/*border: 1px solid salmon;*/
}

.index_news_left .index_title {
	text-align: left;
}

.index_news_left .index_title b:before {
	margin: 0 0 15px 0;
}

.index_news_left .news_pic {
	margin-top: 37px;
}

.index_news_left .news_pic .img-box {
	padding-bottom: 46.42857142857143%;
}

.index_news_left .news_pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_left .news_pic .img-box .pic_tips {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.index_news_left .news_pic .img-box .pic_tips .img-box1 {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 8.49753694581281%;
}

.index_news_left .news_pic .img-box .pic_tips .img-box1 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_left .news_pic:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news_left .news_pic:hover .img-box1 img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_news_left .news_pic .img-box .pic_tips .news_read {
	position: absolute;
	right: 13.5%;
	bottom: 24%;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_left .news_pic .img-box .pic_tips .news_read:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 32px;
	content: '\e659';
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.index_news_left .news_pic .img-box .pic_tips .news_read:hover {
	color: #ffffff;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_news_left .note {
	padding: 34px 20px 0 20px;
}

.index_news_left .note b {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.index_news_left .note span {
	display: block;
	font-size: 14px;
	color: #666666;
	padding: 20px 0;
}

.index_news_left .note p {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

.index_news_right .title {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}

.index_news_right .title a {
	display: block;
	font-size: 14px;
	color: #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_right .title a:hover {
	color: #188A68;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_news_right .title a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 32px;
	content: '\e659';
	color: #188A68;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.index_news_right .lists {
	margin-top: 56px;
}

.index_news_right .lists li {
	position: relative;
	padding: 22px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_right .lists li .news_item {
	display: block;
	margin: 0px 30px;
}

.index_news_right .lists li .news_item .pic {
	width: 49.2%;
}

.index_news_right .lists li .news_item .pic .img-box {
	padding-bottom: 68.31275720164609%;
}

.index_news_right .lists li .news_item .msg {
	width: 46%;
}

@media (max-width: 991px) {
	.index_news {
		padding: 40px 0;
	}
	.index_news_left {
		width: 100%;
		margin-right: 0%;
	}
	.index_news_right {
		width: 100%;
	}
	.index_news_right .lists li .news_item .pic {
		width: 100%;
	}
	.index_news_right .lists li .news_item .msg {
		width: 100%;
	}
	.index_news_left .note {
		padding: 20px 15px 0 15px;
	}
	.index_news_left .note b {
		font-size: 16px;
	}
	.index_news_left .note span {
		padding: 10px 0;
	}
	.index_news_right .lists {
		margin-top: 0px;
	}
	.index_news_right .lists li .news_item {
		margin: 0px 0px;
	}
}

.index_news_right .lists li .news_item .msg span {
	display: block;
	font-size: 16px;
	color: #999999;
	padding-top: 14px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_right .lists li .news_item .msg b {
	display: block;
	font-family: 'Helvetica Neue LT Pro';
	font-size: 14px;
	font-weight: bold;
	color: #188a68;
	margin: 15px 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_right .lists li .news_item .msg p {
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.item_cover {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.index_news_right .lists li:after {
	width: 100%;
	height: 0;
	content: '';
	position: absolute;
	bottom: 0;
	background: url(../images/img/pic_tips1.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news_right .lists li:hover {
	background-color: #2b2b2b;
}

.index_news_right .lists li:hover .news_item .msg span {
	color: #fff;
}

.index_news_right .lists li:hover:after {
	height: 20%;
}


/*index_load*/

.index_load {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.index_load {
		padding: 40px 0 25px 0;
	}
	.index_load ul li {
		margin-bottom: 15px;
	}
}

.index_load .item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_load .item .img-box {
	padding-bottom: 34.84848484848485%;
}

.index_load .item .msg {
	width: 100%;
	padding: 0 37px;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_load .item .msg p {
	width: 76%;
	font-family: 'Helvetica Neue LT Pro';
	float: left;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_load .item .msg span {
	float: right;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0;
}

.index_load .item .msg span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 12px;
	content: '\e603';
}

.index_load .item .load_cover {
	width: 0;
	height: 100%;
	background-color: #188a68;
	box-shadow: 4px 4px 5px 0px rgba(10, 10, 10, 0.66);
	position: absolute;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_load ul li:hover .item {
	box-shadow: 4px 4px 5px 0px rgba(10, 10, 10, 0.66);
}

.index_load ul li:hover .item .load_cover {
	width: 100%;
}

.index_load ul li:hover .item .msg span {
	opacity: 1;
}

.pagebanner .img-box {
	padding-bottom: 27.5% !important;
}

.pagebanner .location {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	/*border: 1px solid #fff;*/
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .location p {
	font-family: 'Helvetica-Black';
	font-size: 40px;
	font-weight: bold;
	font-style: italic !important;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.pagebanner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: 0%;
	}
	.pagebanner .location p {
		font-size: 35px;
	}
}

.pagebanner .location ul li {
	display: inline-block;
}

.pagebanner .location ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.pagebanner .location ul li:first-child a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e61e';
	margin-right: 16px;
}

.pagebanner .location ul li a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e728';
	margin: 0 8px;
}

.pagebanner .location ul li:last-child a:after {
	display: none;
}

.pagebanner .location .banner_a {
	display: inline-block;
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*color: #ffffff;*/
	margin-top: 37px;
	padding: 3px 6px;
	border: 1px solid #fefefe;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;


	font-family: 'Helvetica-Black';
    font-size: 28px;
    font-weight: bold;
    font-style: italic !important;
    color: #ffffff;
    text-transform: uppercase;
}

.pagebanner .location .banner_a:after{
	display: inline-block;
	font-family: 'iconfont';
	font-size: 22px;
	/*font-size: 16px;*/
	content: '\e728';
}

.pagebanner .location ul li a:focus,
.pagebanner .location .banner_a:focus{
	outline: none;
}

.pagebanner .location .banner_a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.pagebanner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: 0%;
	}
	.pagebanner .location p {
		font-size: 30px;
	}
	.pagebanner .location .banner_a {
		margin-top: 18px;
		font-size: 15px;
	}
}




/*Profile*/

.about_nav {
	background-color: #188a68;
	text-align: center;
}

.about_nav .nav_scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.about_nav .nav_scroll::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #188a68;
}

.about_nav .nav_scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.about_nav .nav_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.about_nav .nav_scroll::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.about_nav ul {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.about_nav ul li {
	display: inline-block;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin: 0 -1px;
}

.about_nav ul li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #fefefe;
}

.about_nav ul li.active:before {
	display: none;
}

.about_nav ul li.active+li:before {
	display: none;
}

.about_nav ul li a {
	font-size: 16px;
	color: #fefefe;
	line-height: 50px;
	padding: 0 75px;
}

.about_nav ul li.active {
	background-color: #117154 !important;
}

.about_nav ul li.active a {
	font-weight: bold;
}

.about_nav ul li:hover {
	background-color: #117154;
}


/*profile_mian*/

.profile {
	padding: 100px 0 0px 0;
}

@media (max-width: 991px) {
	.profile {
		padding: 40px 0 0px 0;
	}
}

.profile .text p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	text-align: justify;
}

.profile .profile_number {
	padding-top: 70px;
}

.profile .profile_number .number {
	overflow: hidden;
}

.profile .profile_number .number ul {
	font-size: 0;
	margin: 0px;
}

@media (max-width: 991px) {
	.profile .profile_number {
		padding-top: 30px;
	}
}

.profile .profile_number .number ul li {
	display: inline-block;
	width: 20%;
	margin: 10px 0;
	padding: 0 30px;
	vertical-align: top;
	position: relative;
}

.profile .profile_number .number ul li:last-child {
	padding: 0 0 0 30px;
}

@media (max-width: 991px) {
	.profile .profile_number .number ul li {
		width: 33.33333333%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.profile .profile_number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
}

.profile .profile_number .number ul li:hover .item:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.profile .profile_number .number .item {
	padding-left: 50px;
}

.profile .profile_number .number .item:before {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	border: 1px dashed #188a68;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	display: inline-block;
	font-family: 'iconfont' !important;
	color: #188a68;
}

.profile .profile_number .number .item.history:before {
	content: '\e65c';
}

.profile .profile_number .number .item.tire:before {
	content: '\e621';
}

.profile .profile_number .number .item.service:before {
	content: '\e64c';
	font-size: 24px;
}

.profile .profile_number .number .item.engineers:before {
	content: '\e662';
}

.profile .profile_number .number .item.area:before {
	content: '\e608';
	font-size: 23px;
	line-height: 60px;
}

.profile .profile_number .number .item b {
	font-family: 'Helvetica-Black';
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #188a68;
}

.profile .profile_number .number .item b span {
	font-family: 'Helvetica-Black';
}

.profile .profile_number .number .item b:before {
	display: block;
}

@media (max-width: 1199px) {
	.profile .profile_number .number .item:before {
		width: 55px;
		height: 55px;
		font-size: 18px;
		line-height: 55px;
	}
	.profile .profile_number .number .item.service:before {
		content: '\e64c';
		font-size: 20px;
	}
	.profile .profile_number .number .item.area:before {
		content: '\e608';
		font-size: 18px;
		line-height: 52px;
	}
	.profile .profile_number .number .item b {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.profile .profile_number .number .item:before {
		width: 45px;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}
	.profile .profile_number .number .item.service:before {
		content: '\e64c';
		font-size: 20px;
	}
	.profile .profile_number .number .item.area:before {
		content: '\e608';
		font-size: 18px;
		line-height: 42px;
	}
	.profile .profile_number .number .item b {
		font-size: 24px;
	}
}

.profile .profile_number .number .item sup {
	font-size: 15px;
	top: 10px;
	vertical-align: top;
}

.profile .profile_number .number .item p {
	font-size: 14px;
	line-height: 1.28571429;
	margin: 13px 0 0 0;
	color: #888888;
}

.profile_pic {
	margin-top: 80px;
}

@media (max-width: 991px) {
	.profile_pic {
		margin-top: 40px;
	}
}

.profile_pic .img-box {
	padding-bottom: 28.95833333333333%;
}


/*history_main*/

.history_mian {
	padding: 100px 0 160px 0;
}

@media (max-width: 991px) {
	.history_mian {
		padding: 40px 0;
	}
}

.history_mian .wrapper {
	margin-left: auto;
	margin-right: auto;
}

.history_mian .timeline {
	position: relative;
	margin: auto;
	padding: 30px 0;
}

.history_mian .timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -2px;
	background-color: #d9d9d9;
}

.history_mian .item {
	margin-bottom: -10%;
	position: relative;
}

.history_mian .item:hover .item_dot {
	background-color: #188A68;
}

.history_mian .item:hover .item_dot:after {
	background-color: #dff0d8;
}

.history_mian .item::after {
	content: "";
	clear: both;
	display: table;
}

.history_mian .item:nth-child(2n) .item_content {
	float: inherit;
	text-align: right;
	padding-left: 78px;
}

.history_mian .item:nth-child(2n) .item_content::before {
	content: '';
	left: 42%;
}

@media (min-width: 800px) {
	.history_mian .item:nth-child(2n) .item_content::before {
		right: inherit;
	}
}

.history_mian .item:nth-child(2n) .item_date,
.history_mian .item:nth-child(2n) .item_description,
.history_mian .item:nth-child(2n) .item_pic {
	margin-right: -78px;
}

.history_mian .item_dot {
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: solid 1px #b6b6b6;
	position: absolute;
	border-radius: 50%;
	top: 20px;
	left: 50%;
	z-index: 3;
	margin-left: -11px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.history_mian .item_dot:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #9b9b9b;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.history_mian .item_content {
	width: 40%;
	background: #fff;
	padding: 30px 0;
	float: right;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.history_mian .item_content:before {
	content: '';
	position: absolute;
	right: 42%;
	border-top: 1px dashed #9b9b9b;
	border-right: 1px dashed #9b9b9b;
	border-left: none;
	border-radius: 0px 10px 0px 0px;
	width: 8%;
	height: 30px;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.history_mian .item:nth-child(2n) .item_content::before {
	content: '';
	position: absolute;
	right: 42%;
	border-top: 1px dashed #9b9b9b;
	border-left: 1px dashed #9b9b9b;
	border-right: none;
	border-radius: 10px 0px 0px 0px;
	width: 8%;
	height: 30px;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.history_mian .item_content .item_date {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #188a68;
	position: relative;
	padding-top: 45px;
	margin-left: -78px;
}

.history_mian .item_content .item_date:before {
	/*position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	height: 40%;
	border-left: 1px dashed #9D9D9D;*/
}

.history_mian .item_content .item_description {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	padding-top: 30px;
	margin-left: -78px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.history_mian .item_content .item_pic {
	margin-top: 23px;
	margin-left: -78px;
}

.history_mian .item_content .item_pic img {
	max-width: 100%;
}

.history_mian .item:hover .item_date {
	color: #117154;
}

.history_mian .item:hover .item_description {
	color: #188a68;
}

.history_mian .item_content .item_pic img {
	width: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.history_mian .item:hover .item_pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1199px) {
	.history_mian .item {
		margin-bottom: 0;
	}
	.history_mian .item_content {
		width: 100%;
		float: none;
	}
	.history_mian .item_dot {
		top: 40px;
		left: 0;
	}
	.history_mian .item_content::before {
		display: none;
	}
	.history_mian .timeline::before {
		left: 0;
	}
	.history_mian .item_content .item_date {
		padding-top: 5px;
	}
	.history_mian .item_content .item_date:before {
		display: none;
	}
	.history_mian .item_content .item_date,
	.history_mian .item_content .item_description,
	.history_mian .item_content .item_pic {
		margin-left: 30px;
	}
	.history_mian .item:nth-child(2n) .item_date,
	.history_mian .item:nth-child(2n) .item_description,
	.history_mian .item:nth-child(2n) .item_pic {
		margin-right: 0px;
		max-width: 100%;
	}
	.history_mian .item:nth-child(2n) .item_content {
		padding-left: 0px;
		text-align: left;
	}
}


/*factory*/

.factory {
	padding: 80px 0 100px 0;
}

.factory ul li .item {
	margin-bottom: 42px;
}

@media (max-width: 991px) {
	.factory {
		padding: 40px 0 50px 0;
	}
	.factory ul li .item {
		margin-bottom: 22px;
	}
}

.factory ul li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.factory ul li .item {
	display: block;
}

.factory ul li .item .pic {
	display: block;
}

.factory ul li .item .pic .img-box {
	padding-bottom: 58.96860986547085%;
}

.factory ul li .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.factory ul li .item p {
	text-align: center;
	font-size: 14px;
	color: #888888;
	padding-top: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.factory ul li:hover .item p {
	color: #188A68;
}

.factory ul li .item {
	display: block;
}


/*honor*/

.honor ul li .item .pic .img-box {
	padding-bottom: 71.68674698795181%;
}


/*culture*/

.culture {
	padding: 100px 0 100px 0;
}

.culture ul li {
	float: left;
	width: 32.5%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.culture ul li .img-box {
	padding-bottom: 60.21276595744681%;
}

.culture ul li .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.culture ul li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.culture ul li:first-child .img-box {
	padding-bottom: 122.4%;
}

.culture ul li .img-box .note {
	position: absolute;
	left: 40px;
	bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.culture ul li .img-box .note b {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.culture ul li .img-box .note p {
	font-size: 16px;
	color: #ffffff;
}

.culture ul li:hover .note {
	bottom: 30px;
}

.culture .msg {
	padding-top: 100px;
	text-align: center;
}

.culture .msg p {
	font-size: 16px;
	color: #888888;
}

.culture .msg p:before {
	display: inline-block;
	vertical-align: top;
	font-family: 'iconfont';
	font-size: 28px;
	content: '\e63d';
	color: #333333;
	padding-right: 20px;
}

.culture .msg p:after {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'iconfont';
	font-size: 28px;
	content: '\e63b';
	color: #333333;
	padding-left: 20px;
}

.culture .msg p span {
	font-family: 'Helvetica-Black';
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	padding-right: 23px;
}

@media (max-width: 991px) {
	.culture {
		padding: 50px 0;
	}
	.culture ul li {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.culture ul li .img-box .note {
		left: 20px;
		bottom: 15px;
	}
	.culture .msg {
		padding-top: 50px;
		text-align: center;
	}
	.culture .msg p:before,
	.culture .msg p:after,
	.culture .msg p span {
		font-size: 28px;
	}
}


/*product*/

.prod_nav ul li a {
	padding: 0 44px;
}

.product_tab {
	padding: 80px 0 0 0;
	background: #fff;
}

@media (max-width: 1199px) {
	.about_nav ul li a {
		font-size: 15px;
		line-height: 45px;
		padding: 0 35px;
	}
}

@media (max-width: 991px) {
	.product_tab {
		padding: 40px 0 0 0;
	}
}

.product_tab ul li {
	background-color: #f5f5f5;
	border-radius: 22px;
	margin: 0 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product_tab ul li:after {
	display: none;
}

.product_tab ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 44px;
	padding: 0 70px;
}

.product_tab ul li:hover a,
.product_tab ul li.active a {
	color: #fff;
}

.product {
	padding: 80px 0 100px 0;
}

.product ul li .item {
	display: block;
	margin-bottom: 50px;
}

.product ul li .item .pic {
	border: solid 1px #dcdcdc;
	background-color: #f5f5f5;
}

.product ul li .item .note {
	padding: 16px 40px;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1199px) {
	.product ul li .item .note {
		padding: 16px 15px;
	}
}

@media (max-width: 991px) {
	.product {
		padding: 40px 0 50px 0;
	}
	.product ul li .item {
		display: block;
		margin-bottom: 20px;
	}
	.product ul li .item .note {
		padding: 15px 20px;
	}
	.product_tab ul li {
		margin: 0 5px;
	}
	.product_tab ul li a {
		line-height: 36px;
		padding: 0 30px;
	}
}

.product ul li:hover .note {
	background-color: #188a68;
}

.product ul li .item .pic .img-box {
	padding-bottom: 79.21686746987952%;
}

.product ul li .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product ul li:hover .item .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product ul li .item .note p {
	font-family: 'Helvetica Neue LT Pro';
	width: 50%;
	float: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product ul li:hover .note p {
	color: #fff;
}

.product ul li .item .note span {
	float: right;
	line-height: 30px;
	font-size: 12px;
	color: #9a9a9a;
}

.product ul li:hover .note span {
	color: #fff;
}

.product ul li .item .note span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e659';
	margin-left: 12px;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product ul li:hover .note span:after {
	color: #fff;
}


/*product_detail*/

.product_box {}

.product_box .prod_box_left {
	width: 40.5%;
}

.product_box .prod_box_right {
	width: 57.2%;
	padding: 50px 70px;
	background-color: #f3f3f3;
	border: solid 1px #dbdbdb;
}

@media (max-width: 991px) {
	.product_box .prod_box_left {
		width: 100%;
	}
	.product_box .prod_box_right {
		width: 100%;
		padding: 25px 35px;
		margin-top: 20px;
	}
}

.pro-show {
	overflow: hidden;
}

.pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
	.pro-show .album {
		float: none;
		width: 100%;
	}
}

.pro-show .album .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .9;
}

.pro-show .album .slider-for .item {
	/*border: 1px solid #e9e9e9;*/
}

.pro-show .album .img-box {
	z-index: 0;
	padding-bottom: 82.69230769230769%;
	background-color: #000;
}

.pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.pro-show .album .slider-nav {
	position: relative;
	padding: 0 30px;
	margin-top: 14px;
}

.pro-show .album .slider-nav .slick-current .item .img-box {
	border: 1px solid #188A68;
}

.pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.pro-show .album .slider-nav .item .img-box {
	border: solid 1px #d7d7d7;
}

.pro-show .album .slider-nav .slick-arrow {
	width: 20px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 1%;
	background: none;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow {
		left: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow:before {
	display: inline-block;
	line-height: 32px;
	overflow: hidden;
	font-family: 'iconfont' !important;
	font-size: 28px;
	content: '\e6aa';
	color: #c3bcbc;
	background: none;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 1%;
	left: auto;
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e6aa';
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #188A68;
}

.prod_box_right .prod_info h1 {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

.prod_box_right .prod_info .prod_features {
	width: 100%;
	padding-top: 35px;
}

.prod_box_right .prod_info .prod_features .features {
	width: 60%;
}

.prod_box_right .prod_info .prod_features .features li {
	width: 48%;
	display: inline-block;
	font-size: 16px;
	color: #888888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_box_right .prod_info .prod_features .features li:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #333333;
	border-radius: 50%;
	margin-right: 10px;
}

.prod_box_right .prod_info .prod_features .features li:first-child,
.prod_box_right .prod_info .prod_features .usage li:first-child {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #448d7a;
}

.prod_box_right .prod_info .prod_features .features li:first-child:before {
	display: none;
}

.prod_box_right .prod_info .prod_features .usage {
	width: 40%;
}

.prod_box_right .prod_info .prod_features .usage li {
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_box_right .prod_info .prod_features .usage li.pic {
	margin-top: 15px;
}

.prod_box_right .prod_info .prod_features .usage li.pic .img-box {
	padding-bottom: 17.2972972972973%;
}

.prod_box_right .prod_info .suitable {
	margin-top: 36px;
}

.prod_box_right .prod_info .suitable p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.prod_box_right .prod_info .suitable span {
	display: block;
	font-size: 14px;
	color: #888888;
	padding-top: 7px;
	padding-bottom: 20px;
}

.prod_box_right .prod_info .suitable ul li {
	display: inline-block;
	width: 31%;
	margin: 0 1.37%;
}

.prod_box_right .prod_info .suitable ul li:first-child {
	margin-left: 0;
}

.prod_box_right .prod_info .suitable ul li:last-child {
	margin-right: 0;
}

.prod_box_right .prod_info .suitable ul li .img-box {
	padding-bottom: 60.19417475728155%;
}

.prod_box_right .prod_info .suitable ul li .img-box img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.prod_box_right .prod_info .suitable ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prod_box_right .prod_info .share_box {
	margin-top: 45px;
}

.prod_box_right .prod_info .share_box span {
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	color: #333333;
}

.prod_box_right .prod_info .share_box .share {
	display: inline-block;
	/*margin-left: 20px;*/
	vertical-align: middle;
}

@media (max-width: 991px) {
	.prod_box_right .prod_info .share_box .share {}
}

.prod_box_right .prod_info .share_box .share ul li {
	display: inline-block;
}

.prod_box_right .prod_info .share_box .share ul li a {
	display: block;
	padding: 0 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.prod_box_right .prod_info .share_box .share ul li a:before {
	width: 31px;
	height: 31px;
	background-color: #1b62a9;
	border-radius: 50%;
	font-family: 'iconfont';
	font-size: 12px;
	font-weight: normal;
	line-height: 31px;
	display: inline-block;
	content: '\e6e0';
	text-align: center;
	vertical-align: middle;
}

.prod_box_right .prod_info .share_box .share ul li.twitter a:before {
	background-color: #3797c9;
	content: '\e652';
}

.prod_box_right .prod_info .share_box .share ul li.wechat a:before {
	font-size: 10px;
	background-color: #188a68;
	content: '\e62e';
}

.prod_box_right .prod_info .share_box .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.prod_box_right .prod_info .share_box button {
	float: right;
	line-height: 45px;
	border: 1px solid #188a68;
	background-color: #188a68;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 45px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.prod_box_right .prod_info h1 {
		font-size: 26px;
	}
	.prod_box_right .prod_info .prod_features {
		padding-top: 20px;
	}
	.prod_box_right .prod_info .prod_features .features {
		width: 100%;
	}
	.prod_box_right .prod_info .prod_features .usage {
		width: 100%;
	}
	.prod_box_right .prod_info .suitable ul li {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	.prod_box_right .prod_info .share_box {
		margin-top: 20px;
	}
	.prod_box_right .prod_info .share_box button {
		float: right;
		line-height: 35px;
		padding: 0 35px;
		margin-top: 15px;
	}
}

.prod_box_right .prod_info .share_box button:hover {
	border: 1px solid #188a68;
	background-color: #fff;
	color: #188a68;
}

.prod_box_right .prod_info .share_box button:before {
	font-family: 'iconfont';
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
	content: '\e61d';
	vertical-align: middle;
	margin-right: 20px;
}

.prod_table {
	margin-top: 100px;
	padding: 80px 130px 70px 130px;
	background-color: #f3f3f3;
	border: solid 1px #dbdbdb;
}

.prod_table .table_title {
	text-align: center;
	padding-bottom: 10px;
}

.prod_table .table_title p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.prod_table .table_title p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 3px;
	margin-right: 20px;
	background: url(../images/common/line_l.png) no-repeat;
	background-size: cover;
}

.prod_table .table_title p:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 3px;
	margin-left: 20px;
	background: url(../images/common/line_r.png) no-repeat;
	background-size: cover;
}

.prod_table .table_title p span {
	color: #188A68;
	padding-left: 8px;
}

.prod_table .table_pic {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.prod_table {
		margin-top: 50px;
		padding: 20px 10px 30px 10px;
	}
	.prod_table .table_pic {
		margin-top: 20px;
	}
	.prod_table .table_title p {
		font-size: 22px;
	}
}

.prod_table .table_pic .img-box {
	padding-bottom: 41.07142857142857%;
}

.prod_table .inquire_form {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.prod_table {
		margin-top: 50px;
		padding: 20px 10px 30px 10px;
	}
	.prod_table .table_pic {
		margin-top: 20px;
	}
	.prod_table .table_title p {
		font-size: 22px;
	}
	.prod_table .inquire_form {
		margin-top: 10px;
	}
}

.prod_table .inquire_form p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	padding-bottom: 24px;
}

.prod_table .inquire_form ul {
	margin: 0 -10px;
}

.prod_table .inquire_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 10px;
}

@media (max-width: 1199px) {
	.prod_table .table_title p:before,
	.prod_table .table_title p:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.prod_table .table_title p:before,
	.prod_table .table_title p:after {
		display: none;
	}
	.prod_table .inquire_form ul li {
		width: 100%;
	}
}

.prod_table .inquire_form ul li:first-child,
.prod_table .inquire_form ul li:nth-child(6) {
	width: 100%;
	min-height: 48px;
}

.prod_table .inquire_form ul li:first-child input {
	font-weight: bold;
	background-color: #e4e4e4;
	border: solid 1px #c9c9c9;
}

.prod_table .inquire_form ul li input {
	width: 100%;
	color: #333;
	line-height: 48px;
	min-height: 48px;
	padding: 0px 20px;
	background-color: #f9f9f9;
	border: solid 1px #dbdbdb;
}

.prod_table .inquire_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 200px;
	line-height: 30px;
	background-color: #f9f9f9;
	border: solid 1px #dbdbdb;
	padding: 10px 20px;
}

.prod_table .inquire_form ul li input::-webkit-input-placeholder,
.prod_table .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #999;
}

.prod_table .inquire_form ul li input:-o-placeholder,
.prod_table .inquire_form ul li textarea:-o-placeholder {
	color: #999;
}

.prod_table .inquire_form ul li input::-moz-placeholder,
.prod_table .inquire_form ul li textarea::-moz-placeholder {
	color: #999;
}

.prod_table .inquire_form ul li input:-ms-input-placeholder,
.prod_table .inquire_form ul li textarea:-ms-input-placeholder {
	color: #999;
}

.prod_table .inquire_form ul li input:focus::-webkit-input-placeholder,
.prod_table .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.prod_table .inquire_form ul li input:focus::-o-placeholder,
.prod_table .inquire_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.prod_table .inquire_form ul li input:focus::-moz-placeholder,
.prod_table .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.prod_table .inquire_form ul li input:focus::-ms-input-placeholder,
.prod_table .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.prod_table .inquire_form ul li button {
	line-height: 45px;
	background-color: #188a68;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	padding: 0 60px;
}

.prod_table .inquire_form ul li button:before {
	font-family: 'iconfont';
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
	content: '\e654';
	vertical-align: middle;
	margin-right: 15px;
}

.slick-product {
	padding-top: 20px;
}

.slick-product .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -5%;
	width: 39px;
	height: 39px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #bebebe;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-product .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	line-height: 39px;
	display: block;
	content: '\e603';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #FFFFFF;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.slick-product .slick-arrow.slick-next {
	right: -5%;
	left: auto;
}

@media (max-width: 991px) {
	.slick-product .slick-arrow {
		left: 0;
	}
	.slick-product .slick-arrow.slick-next {
		right: 0;
	}
}

.slick-product .slick-arrow.slick-next:before {
	content: '\e603';
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.slick-product .slick-arrow:hover:before {
	background-color: #188a68;
}

.slick-product .item {
	display: block;
	padding: 20px 20px 0 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.slick-product .item .pic .img-box {
	padding-bottom: 82.69230769230769%;
	/*padding-bottom: 67.02702702702703%;*/
}

.slick-product .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.slick-product .item .note p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-top: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.slick-product .item:hover .note p {
	padding-top: 8px;
}


/*service*/

.service-show .item {
	/*border: 1px solid #188a68;*/
}

.service-show .slider-nav .item p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.service-show .slider-nav .item p:before {
	font-family: 'iconfont' !important;
	font-size: 38px;
	color: #7c7b7b;
	display: block;
	content: '\e634';
	margin-bottom: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.service-show .slider-nav .item.equipment p:before {
	content: '\e61c';
}

.service-show .slider-nav .item.control p:before {
	content: '\e66e';
}

.service-show .slider-nav .item.test p:before {
	content: '\e620';
}

.service-show .slider-nav .item.sale p:before {
	content: '\e69c';
}

.service-show .slider-nav .item p:after {
	font-family: 'iconfont' !important;
	font-size: 30px;
	color: #188a68;
	display: block;
	content: '\e61b';
	margin-top: 32px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}

.service-show .slider-for {
	margin-top: 36px;
}

.service-show .slider-for .item {
	padding: 10px;
	background-color: #ffffff;
}

.service-show .slider-for .item .pic {
	border-radius: 10px;
	border: solid 1px #e2e2e2;
	padding: 60px 58px;
	box-shadow: 3px 4px 13px 0px rgba(121, 121, 121, 0.21);
}

@media (max-width: 991px) {
	.service-show .slider-nav .item p:before {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.service-show .slider-nav .item p:after {
		font-size: 25px;
		margin-top: 20px;
	}
	.service-show .slider-for {
		margin-top: 0px;
	}
	.service-show .slider-for .item {
		padding: 0;
	}
	.service-show .slider-for .item .pic {
		padding: 10px 10px;
	}
	.service-show .slider-nav .item p {
		font-size: 14px;
	}
}

.service-show .slider-for .item .img-box {
	padding-bottom: 27.02702702702703%;
}

.service-show .album .slider-nav .item:hover p,
.service-show .album .slider-nav .item:hover p:before,
.service-show .album .slider-nav .slick-current .item p:before,
.service-show .album .slider-nav .slick-current .item p {
	color: #188a68;
}

.service-show .album .slider-nav .slick-current .item p:after {
	opacity: 1;
}

.slick-slide:focus {
	outline: none;
	border: none;
}


/*knowledge*/

.knowledge .img-box {
	padding-bottom: 52.10727969348659%;
}


/*catalog*/

.catalog {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.catalog {
		padding: 50px 0;
	}
}

.catalog .item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.catalog .item .img-box .cover {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.catalog .item .img-box {
	border-radius: 10px;
	padding-bottom: 34.84848484848485%;
}

.catalog .item:hover .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.catalog .item .msg {
	padding: 20px 35px;
}

.catalog .item .msg p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.catalog .item .msg span {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #188a68;
	opacity: 0;
}

.catalog .item .msg span:before {
	font-family: 'iconfont' !important;
	font-size: 14px;
	color: #188a68;
	display: inline-block;
	content: '\e675';
	margin-right: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.catalog .item:hover .cover {
	width: 0%;
}

.catalog .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.catalog .item:hover .msg p {
	float: left;
}

.catalog .item:hover .msg span {
	opacity: 1;
}


/*sales*/

.sales .note p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	text-align: justify;
}

.sales .note .pic {
	margin-top: 70px;
	padding: 0 90px;
}

.sales .note .pic .img-box {
	padding-bottom: 50.32520325203252%;
}

@media (max-width: 991px) {
	.sales .note .pic {
		margin-top: 20px;
		padding: 0;
	}
}


/*news*/

.news {
	padding: 100px 0;
}

.news .item {
	display: block;
	border: solid 1px #dcdcdc;
	margin-bottom: 40px;
}

.news .item .img-box {
	padding-bottom: 67.11409395973154%;
}

.news .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .item .img-box .time {
	position: absolute;
	top: 20px;
	left: 20px;
}

.news .item .img-box .time p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 56px;
	padding: 0 15px;
	text-align: center;
	background-color: #117154;
}

.news .item .img-box .time span {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 37px;
	padding: 0 15px;
	text-align: center;
	background-color: #188a68;
}

.news .item .note {
	padding: 30px 40px;
}

.news .item .note b {
	display: block;
	font-family: 'Helvetica Neue LT Pro';
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .item .note p {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}

.news .item .note span {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #9a9a9a;
	margin-top: 22px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.news {
		padding: 50px 0;
	}
	.news .item .note {
		padding: 20px;
	}
	.news .item .note b {
		padding-bottom: 12px;
	}
	.news .item .note span {
		margin-top: 17px;
	}
}

.news .item .note span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e659';
	margin-left: 12px;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.news ul li {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news ul li:hover .note b {
	color: #127155;
}

.news ul li:hover .note span {
	color: #198a69;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}


/*news_details*/

.news_details {}

.news_details .title {
	display: table;
}

.news_details .title .title_time {
	display: table-cell;
	vertical-align: middle;
}

.news_details .title .title_time p {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 56px;
	padding: 0 15px;
	text-align: center;
	background-color: #117154;
}

.news_details .title .title_time span {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 37px;
	padding: 0 15px;
	text-align: center;
	background-color: #188a68;
}

.news_details .title h1 {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Helvetica Neue LT Pro';
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 27px;
}

.news_details .text {
	padding-top: 50px;
}

@media (max-width: 991px) {
	.news_details .title h1 {
		font-size: 20px;
		padding-left: 15px;
	}
	.news_details .text {
		padding-top: 30px;
	}
}

.news_details .text p {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	text-align: justify;
	/*margin-bottom: 30px;*/
}

.news_details .text p img {
	max-width: 100%;
}

.news_relate {
	margin-top: 50px;
}

.news_relate ul li {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_relate ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_relate ul li a span {
	font-weight: bold;
	color: #333333;
}

.news_relate ul li.next {
	text-align: right;
}

.news_relate ul li a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	content: '\e729';
	margin-right: 12px;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news_relate ul li.next a:before {
	display: none;
}

.news_relate ul li.next a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	content: '\e72a';
	margin-left: 12px;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.news_relate ul li:first-child {
		margin-bottom: 25px;
	}
	.news_relate ul li.next a:before {
		display: inline-block;
		content: '\e72a';
	}
	.news_relate ul li.next a:after {
		display: none;
	}
	.news_relate ul li.next {
		text-align: left;
	}
}

.news_relate ul li.next a:hover:after,
.news_relate ul li:hover a:before {
	color: #448d7a;
	border: 1px solid #448d7a;
}


/*promotion_details*/

.promotion_details .title {}

.promotion_details .title h1 {
	font-family: 'Helvetica Neue LT Pro';
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 56px;
}

.promotion_details .title h1 span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 56px;
	background-color: #117154;
	padding: 0 70px 0 26px;
	margin-right: 46px;
}

.promotion_details .text {
	margin-top: 45px;
}

@media (max-width: 991px) {
	.promotion_details .title h1 span {
		display: block;
		line-height: 46px;
	}
	.promotion_details .text {
		margin-top: 25px;
	}
}

.promotion_details .text p {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 20px;
}

.promotion_details .text p img {
	max-width: 100%;
}


/*contact*/

.contact {
	padding: 100px 0 0 0;
}

.contact .contact_box {
	margin-bottom: 100px;
	padding: 87px 82px 20px 82px;
	box-shadow: 0px 0px 30px 5px rgba(121, 121, 121, 0.21);
}

.contact_box .contact_left {
	width: 40%;
	display: inline-block;
}

.contact_box .contact_right {
	width: 50%;
	display: inline-block;
}

.contact_box h3 {
	font-family: 'Helvetica Neue LT Pro';
	font-size: 30px;
	font-weight: bold;
	color: #188a68;
	margin-bottom: 40px;
}

.contact_lists li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.contact_lists li:nth-child(3),
.contact_lists li:last-child {
	margin-bottom: 0;
}

.contact_lists li .item {
	position: relative;
	padding-left: 35px;
}

.contact_lists li .item:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'iconfont' !important;
	font-size: 25px;
	color: #188a68;
}

.contact_lists li .item.address:before {
	top: -4px;
	content: '\e734';
}

.contact_lists li .item.email:before {
	top: -2px;
	content: '\e632';
}

.contact_lists li .item.fax:before {
	content: '\e6b1';
	font-size: 22px;
}

.contact_lists li .item.tel:before {
	content: '\e62f';
	font-size: 20px;
}

.contact_lists li .item p {
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	padding-bottom: 18px;
}

.contact_lists li .item span {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.contact_lists li .item span a {
	font-size: 14px;
	color: #888888;
	word-break: break-word;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact_lists li .item span a:hover {
	color: #188A68;
}

.contact_form ul {
	margin: 0 -30px;
}

.contact_form ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 30px;
}

@media (max-width: 991px) {
	.contact {
		padding: 50px 0 0 0;
	}
	.contact .contact_box {
		margin-bottom: 50px;
		padding: 20px 15px;
	}
	.contact_box .contact_left {
		width: 100%;
	}
	.contact_box .contact_right {
		width: 100%;
	}
	.contact_lists li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact_form ul li {
		width: 100%;
	}
	.contact_lists li:nth-child(3),
	.contact_lists li:last-child {
		margin-bottom: 20px;
	}
	.contact_box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.contact_form ul li:nth-child(5),
.contact_form ul li:last-child {
	width: 100%;
}

.contact_form ul li input,
.contact_form ul li textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	line-height: 28px;
	width: 100%;
	padding: 10px 20px;
	background: none;
}

.contact_form ul li input::-webkit-input-placeholder,
.contact_form ul li textarea::-webkit-input-placeholder {
	color: #888888;
}

.contact_form ul li input:-o-placeholder,
.contact_form ul li textarea:-o-placeholder {
	color: #888888;
}

.contact_form ul li input::-moz-placeholder,
.contact_form ul li textarea::-moz-placeholder {
	color: #888888;
}

.contact_form ul li input:-ms-input-placeholder,
.contact_form ul li textarea:-ms-input-placeholder {
	color: #888888;
}

.contact_form ul li input:focus::-webkit-input-placeholder,
.contact_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact_form ul li input:focus::-o-placeholder,
.contact_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact_form ul li input:focus::-moz-placeholder,
.contact_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact_form ul li input:focus::-ms-input-placeholder,
.contact_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact_form ul li button {
	font-family: 'Helvetica Neue LT Pro';
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	color: #188a68;
	background: none;
	margin-top: 20px;
	margin-left: 26px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact_form ul li button:hover {
	color: #1f6f57;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.contact_map .img-box {
	padding-bottom: 27.88844621513944%;
}

.addthis_inline_share_toolbox {
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	text-align: center;
	vertical-align: middle;
}

.contact_map .map {
	position: relative;
}

@media only screen and (min-width: 992px) {
	.contact_map .map {
		top: 0;
		left: 0;
		height: 500px;
	}
	.contact_map .map .dituContent {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 991px) {
	.contact_map .map .dituContent {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.contact_map .map .dituContent {
		height: 280px;
	}
}

.table-box {
	width: 100%;
	max-width: 100%;
	padding: 0 5px;
	overflow: auto;
}

table {
	width: 100% !important;
	/*width: auto;*/
	/*max-width: 98%;*/
	border-spacing: 0;
	border-collapse: collapse;
}

table tr,
table td {
	width: auto !important;
	height: auto !important;
	// word-break: break-word;
}

table tr:nth-child(odd) {
	//  background-color: rgb(242, 242, 242);
}

table td {
	padding: 8px !important;
	border: 1px solid #ccc !important;
}

table tr p,
table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.xhl_form {
	margin: 0 -10px;
	padding: 0!important;
    max-width: 100%!important;
}
.xhl-control-group{
	padding: 0 10px;
	margin-bottom: 10px!important;
}
.xhl-input-xlarge{
	width: auto!important;
	min-width: 100%;
	
	padding: 8px 10px!important;
	line-height: 24px!important;
	border-left: none!important;
	font-size: 12px!important;
}
.xhl-control-group{
	display: block;
}
@media(max-width:767px){
	.xhl-control-group{
		width: 100%!important;
		
	}
}
.xhl-control-label{
	max-width: 100%!important;
	width: 100%!important;
	text-align: left!important;
	font-size: 14px!important;
}
.xhl-controls{
	position: relative;
}
.contact_box .contact_right h3{
	margin-bottom: 20px;
}

.xhl-footer {
	float: right;
	width: 50%;
	margin-top: -40px;
}
.xhl-submit{
	min-width: 140px;
}