﻿/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 135px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

@media (max-width: 991px) {
	.banner {
		padding-top: 70px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 39.58333333333333%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin: 0 6px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .5;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
}

.banner .slick-dots li.slick-active {
	background-color: #21a8a3;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-arrow {
	width: 52px;
	height: 52px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 10px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 52px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

.banner .slick-arrow.slick-next:before {
	content: '\e728';
}

.banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .65);
}

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 15%;
		width: 35px;
		height: 35px;
	}
	.banner .slick-arrow:before {
		font-size: 18px;
		line-height: 35px;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.title p {
	font-size: 14px;
	color: #999999;
	padding-top: 20px;
}

.padd {
	padding: 90px 0;
}

.lists {
	padding-top: 40px;
}

@media (max-width: 991px) {
	.title b {
		font-size: 20px;
	}
	.title p {
		padding-top: 15px;
	}
	.padd {
		padding: 40px 0;
	}
	.lists {
		padding-top: 20px;
	}
}

.message_form ul:after,
.pro_arrow:after,
.product .right .item .name:after,
.index_innovate .lists ul:after,
.index_news .news_main .lists ul:after,
.index_about .main:after,
.index_product ul:after,
.index_product .cover:after {
	display: table;
	content: '';
	clear: both;
}


/*index_product*/

.index_product .lists li {
	padding: 0 5px;
	margin-bottom: 10px;
}

.index_product .item .img-box {
	padding-bottom: 55.55555555555556%;
}

.index_product .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 35px 40px;
}

.index_product .cover .note {
	width: 45%;
	max-height: 275px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1680px) {
	.index_product .cover .note {
		max-height: 230px;
	}
}

@media (max-width: 1480px) {
	.index_product .cover .note {
		max-height: 180px;
	}
}

@media (max-width: 1280px) {
	.index_product .cover .note {
		max-height: 150px;
	}
}

.index_product .item:hover .note {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_product .cover .note b {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_product .cover .note a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #f8f5f5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_product .cover .pic {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 18.5%;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid rgba(255, 255, 255, .21);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_product .item:hover .cover .pic {
	width: 35%;
	overflow: hidden;
	position: absolute;
	left: 60px;
	bottom: 20%;
}

@media (max-width: 1480px) {
	.index_product .item:hover .cover .pic {
		left: 40px;
	}
}

.index_product .cover .pic .img-box {
	padding-bottom: 100%;
	border-radius: 50%;
}

.index_product .info {
	padding-top: 40px;
}

.index_product .info p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.index_product .info a {
	display: block;
	margin: auto;
	margin-top: 40px;
	width: 260px;
	line-height: 49px;
	border: 1px solid #21a8a3;
	background-color: #21a8a3;
	border-radius: 25px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 991px) {
	.index_product .info a {
		margin-top: 20px;
		width: 160px;
		line-height: 40px;
	}
	.index_product .cover {
		padding: 25px 40px;
	}
}

.index_product .info a:hover {
	background-color: #ffffff;
	color: #21a8a3;
}

.index_product .info a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 16px;
	content: '\e617';
	text-align: center;
	margin-left: 10px;
}


/*index_about*/

.index_about .main {
	margin: 0;
	width: 100%;
	display: table;
}

.index_about .left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.index_about .left .abvv video{
	width: 100%;
	height: 100%;
}

.index_about .left .img-box {
	padding-bottom: 57.14285714285714%;
}

.index_about .left .index_abvv .video {
	position: relative;
}

.index_about .left .index_abvv .video:hover .video-cover {
	opacity: .2;
}

.index_about .left .index_abvv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .35);
}

.index_about .left .index_abvv .video .img-box {
	z-index: 0;
	background-color: #000;
}

.index_about .left .index_abvv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .left .index_abvv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .left .index_abvv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .left .index_abvv .video .video-box .play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}

.index_about .left .index_abvv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 50px;
	line-height: 1;
	display: block;
	content: '\e62e';
}

@media (max-width: 991px) {
	.index_about .left .index_abvv .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_about .left .index_abvv .video .video-box .play:before {
		font-size: 45px;
	}
}

@media (max-width: 480px) {
	.index_about .left .index_abvv .video .video-box .play:before {
		font-size: 35px;
	}
}

.index_about .right {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 80px 12% 0 40px;
	background-color: #fbfbfb;
}

.index_about .right .title {
	text-align: left;
}

.index_about .right .title:before {
	display: block;
	content: '';
	width: 46px;
	height: 4px;
	background-color: #21a8a3;
}

.index_about .right .msg {
	padding-top: 30px;
}

.index_about .right .msg p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.index_about .right .note a {
	display: block;
	margin-top: 50px;
	width: 260px;
	line-height: 49px;
	border: 1px solid #21a8a3;
	background-color: #21a8a3;
	border-radius: 25px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 1510px) {
	.index_about .right {
		padding: 40px 12% 0 40px;
	}
	.index_about .right .note a {
		margin-top: 40px;
	}
}

@media (max-width: 1300px) {
	.index_about .right {
		padding: 30px 12% 0 40px;
	}
	.index_about .right .msg {
		padding-top: 20px;
	}
	.index_about .right .note a {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_about .left {
		display: block;
		width: 100%;
	}
	.index_about .right {
		display: block;
		width: 100%;
		padding: 20px 15px;
	}
	.index_about .right .note a {
		margin-top: 20px;
		width: 160px;
		line-height: 40px;
	}
}

.index_about .right .note a:hover {
	background-color: #ffffff;
	color: #21a8a3;
}

.index_about .right .note a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 16px;
	content: '\e617';
	text-align: center;
	margin-left: 10px;
}


/*index_num*/

.index_num {
	padding: 80px 0;
	background-color: #f6f6f6;
}

@media (max-width: 768px) {
	.index_num {
		padding: 30px 0;
	}
}

.box-number .number {
	overflow: hidden;
}

.box-number .number ul {
	font-size: 0;
	margin: 0 -38px;
}

@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 38px;
	vertical-align: top;
	text-align: center;
	border-left: 1px dashed #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 b {
	font-size: 60px;
	line-height: 1;
	color: #21a8a3;
}

@media (max-width: 1470px) {
	.box-number .number .item b {
		font-size: 48px;
	}
}

@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: 26px;
	font-weight: normal;
	top: 5px;
	vertical-align: top;
}

.box-number .number li:nth-child(3) .item sup,
.box-number .number li:nth-child(4) .item sup {
	font-size: 18px;
	font-weight: normal;
	top: 0;
	bottom: 0px;
	vertical-align: baseline;
}

.box-number .number .item p {
	font-size: 14px;
	line-height: 24px;
	margin: 25px 0 0 0;
	color: #333333;
}


/*index_news*/

.index_news {
	width: 100%;
	min-height: 570px;
	background: url(../image/news_banner.jpg) no-repeat center;
	background-size: cover;
}

.index_news .title b,
.index_news .title p {
	color: #FFFFFF;
}

.index_news .title p {
	line-height: 30px;
	padding-top: 10px;
}

.index_news .title p:last-child {
	padding-top: 0;
}

.index_news .news_main {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFFFFF;
	box-shadow: 2px 3px 7px 0px rgba(215, 212, 212, 0.35);
	margin-top: 30px;
}

.index_news .news_main .lists {
	padding: 45px 0 90px 0;
}

.index_news .news_main .lists li {
	padding: 0 10px;
}

.index_news .news_main .lists .item {
	padding: 30px 30px 30px 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .item:hover {
	background-color: #21a8a3;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	/*padding: 40px 30px 10px 30px;*/
}

.index_news .news_main .lists .item span {
	display: block;
	font-size: 24px;
	line-height: 18px;
	color: #999999;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .item span i {
	font-size: 14px;
	margin-left: 10px;
}

.index_news .news_main .lists .item a.news_title {
	display: block;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .item p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 28px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_main .lists .item a.more {
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding-top: 40px;
}

.index_news .news_main .lists .item a.more:before {
	display: inline-block;
	vertical-align: baseline;
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-weight: bold;
	content: '\e673';
	color: #999999;
}

.index_news .news_main .lists .item:hover a.more:before,
.index_news .news_main .lists .item:hover p,
.index_news .news_main .lists .item:hover a.news_title,
.index_news .news_main .lists .item:hover span {
	color: #FFFFFF;
}

.index_news .news_main .more_btn {
	padding-top: 37px;
}

.index_news .news_main .more_btn a {
	display: block;
	width: 260px;
	margin: auto;
	line-height: 49px;
	border-radius: 25px;
	border: solid 1px #dadada;
	font-size: 14px;
	color: #333333;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_news .news_main .more_btn a:hover {
	background-color: #21a8a3;
	color: #FFFFFF;
}

.index_news .news_main .more_btn a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 16px;
	content: '\e617';
	text-align: center;
	margin-left: 10px;
}

@media (max-width: 991px) {
	.index_news.padd {
		padding: 40px 0 0 0;
	}
	.index_news {
		width: 100%;
		min-height: 100%;
		background: url(../image/news_banner.jpg) no-repeat center;
		background-size: cover;
	}
	.index_news .news_main {
		position: static;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #FFFFFF;
		box-shadow: 2px 3px 7px 0px rgba(215, 212, 212, 0.35);
		margin-top: 30px;
	}
	.index_news .news_main .lists {
		padding: 30px 0 40px 0;
	}
	.index_news .news_main .lists li {
		padding: 0;
	}
	.index_news .news_main .lists .item {
		padding: 20px 15px 20px 15px;
	}
	.index_news .news_main .lists .item:hover {
		padding: 30px 15px 10px 15px;
	}
	.index_news .news_main .lists .item a.news_title {
		padding-top: 10px;
	}
	.index_news .news_main .lists .item p {
		padding-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.index_news .news_main .lists .item a.more {
		padding-top: 20px;
	}
	.index_news .news_main .more_btn {
		padding-top: 20px;
	}
	.index_news .news_main .more_btn a {
		width: 160px;
		line-height: 40px;
	}
	.box-number .number li:nth-child(3) .item sup,
	.box-number .number li:nth-child(4) .item sup {
		font-size: 14px;
	}
}


/*index_innovate*/

.index_innovate {
	margin-top: 170px;
}

.index_innovate .lists ul li {
	width: 16.66666%;
	float: left;
	padding: 0 5px;
}

.index_innovate .lists .item {
	overflow: hidden;
	padding: 100px 60px;
	background-color: #f6f6f6;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_innovate .lists .item span {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_innovate .lists .item span:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 30px;
	line-height: 52px;
	color: #21a8a3;
	text-align: center;
}

.index_innovate .lists .item.icon1 span:before {
	content: '\e611';
}

.index_innovate .lists .item.icon2 span:before {
	content: '\e638';
	font-size: 28px;
}

.index_innovate .lists .item.icon3 span:before {
	content: '\e60f';
	font-size: 34px;
}

.index_innovate .lists .item.icon4 span:before {
	content: '\e760';
	font-size: 34px;
}

.index_innovate .lists .item.icon5 span:before {
	content: '\e6c3';
	font-size: 32px;
}

.index_innovate .lists .item.icon6 span:before {
	content: '\e667';
}

.index_innovate .lists .item b {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_innovate .lists .item b:after {
	display: block;
	content: '';
	width: 38px;
	height: 2px;
	margin: auto;
	margin-top: 20px;
	background-color: #21a8a3;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_innovate .lists .item p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	padding-top: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_innovate .lists .item a {
	display: block;
	width: 30px;
	margin: auto;
	border-radius: 50%;
	background-color: #21a8a3;
	margin-top: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_innovate .lists .item:hover {
	background-color: #21a8a3;
	padding: 40px 60px;
}

.index_innovate .lists .item:hover span {
	background-color: #ebf2f5;
}

.index_innovate .lists .item:hover span:before {
	font-size: 25px;
}

.index_innovate .lists .item:hover b {
	color: #FFFFFF;
}

.index_innovate .lists .item:hover b:after {
	width: 2px;
	height: 18px;
	margin-top: 10px;
	background-color: #FFFFFF;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.index_innovate .lists .item:hover p {
	color: #FFFFFF;
	padding-top: 10px;
	-webkit-line-clamp: 10;
}

.index_innovate .lists .item:hover a {
	margin-top: 26px;
	color: #21a8a3;
	background-color: #FFFFFF;
}

@media (max-width: 1800px) {
	.index_innovate .lists .item {
		padding: 80px 40px;
	}
	.index_innovate .lists .item:hover {
		background-color: #21a8a3;
		padding: 40px 40px;
	}
	.index_innovate .lists .item:hover p {
		-webkit-line-clamp: 8;
	}
}

@media (max-width: 1440px) {
	.index_innovate .lists .item {
		padding: 50px 20px;
	}
	.index_innovate .lists .item:hover {
		background-color: #21a8a3;
		padding: 30px 20px;
	}
	.index_innovate .lists .item:hover p {
		-webkit-line-clamp: 7;
	}
}

@media (max-width: 991px) {
	.index_innovate {
		margin-top: 0px;
	}
	.index_innovate .lists ul li {
		width: 50%;
		float: left;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.index_innovate .lists ul li {
		width: 100%;
		float: none;
		padding: 0 5px;
	}
}


/*about*/

.page_banner .img-box {
	padding-bottom: 28.125%;
}

.about .info {
	padding-top: 40px;
}

.about .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.about .info p strong {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.about .info p img {
	max-width: 100%;
}

@media (max-width: 991px) {
	.about .info {
		padding-top: 20px;
	}
	.about .info p strong {
		font-size: 16px;
	}
}


/*product*/

.product .left {
	float: left;
	width: 23.334%;
}

.product .left .pro_title {
	padding: 0 30px;
	background-color: #21a8a3;
}

.product .left .pro_title p {
	font-size: 24px;
	line-height: 60px;
	color: #f2f8f5;
}

.product .left .product_lists .menu {
	position: relative;
	padding: 20px 10px;
	border: solid 1px #dadada;
}

.product .left .product_lists .menu .menu1>li>a {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 10px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu .menu1>li>a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 12px;
	height: 4px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

.product .left .menu .menu1>li.active>a {
	color: #fff;
	background-color: #23a8a3;
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
	padding: 15px 0;
	background-color: #fff;
}

.product .left .menu .menu1>li.active .menu2 {
	display: block;
}

.product .left .menu .nomore .menu3>li,
.product .left .menu .nomore .menu2>li {
	line-height: 30px;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product .left .menu .nomore .menu3 .more>a,
.product .left .menu .nomore .menu2 .more>a {
	position: relative;
}

.product .left .menu ul.menu2>li>a {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	left: 0;
	display: block;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu ul.menu2>li>a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 5px;
	height: 1px;
	background-color: #999;
	margin-right: 5px;
}

.product .left .menu ul.menu2>li.active>a,
.product .left .menu ul.menu2>li:hover>a {
	color: #25a8a3;
}

.product .left .menu ul.menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu ul.menu3>li>a:hover {
	text-decoration: underline !important;
	color: #1e4e9e;
}

.product .left .product_contact {
	padding-top: 40px;
}

.product .left .product_contact .cont_box {
	padding: 45px 30px 60px 30px;
	border: solid 1px #dadada;
}

.product .left .product_contact .cont_box p {
	font-size: 16px;
	color: #666666;
	padding-bottom: 40px;
}

.product .left .product_contact .cont_box p span {
	font-weight: bold;
}

.product .left .product_contact .cont_box p a {
	font-weight: normal;
	color: #666666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product .left .product_contact .cont_box p a:hover {
	color: #21a8a3;
}

.product .right {
	float: right;
	width: 74.9%;
	padding-top: 60px;
	padding-bottom: 90px;
}

.product .right .pro_lists .item {
	margin-bottom: 30px;
}

.product .right .pro_lists .item .img-box {
	padding-bottom: 65.15151515151515%;
}

.product .right .pro_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .pro_lists .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .right .pro_lists .item .name {
	padding: 0 20px;
	border: solid 1px #dadada;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .pro_lists .item .name a.pro_name {
	float: left;
	width: 85%;
	overflow: hidden;
	font-size: 14px;
	line-height: 50px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .pro_lists .item .name a.more:after {
	width: 10%;
	float: right;
	font-family: 'iconfont' !important;
	font-weight: bold;
	content: '\e673';
	line-height: 50px;
	color: #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .right .pro_lists .item:hover .name {
	background-color: #21a8a3;
}

.product .right .pro_lists .item:hover .name a.more:after,
.product .right .pro_lists .item:hover .name a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.product .left {
		float: none;
		width: 100%;
	}
	.product .right {
		float: none;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.product .left .pro_title p {
		font-size: 18px;
		line-height: 45px;
		color: #f2f8f5;
	}
	.product .left .product_lists ul {
		padding: 20px 30px 20px 30px;
	}
	.product .left .product_lists ul li a {
		font-size: 15px;
		padding-bottom: 15px;
	}
	.product .left .product_contact {
		padding-top: 20px;
	}
	.product .left .product_contact .cont_box {
		padding: 20px 30px 20px 30px;
	}
	.product .left .product_contact .cont_box p {
		font-size: 15px;
		padding-bottom: 15px;
	}
	.product .right .pro_lists .item {
		margin-bottom: 20px;
	}
}


/*product_detail*/

.product_detail {}

.product_show .prod_main {}

.product_show .prod_main .large {
	display: inline-block;
	vertical-align: top;
	width: 54%;
}

.product_show .prod_main .large .img-box {
	padding-bottom: 65.15151515151515%;
}

.product_show .prod_main .large .item p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 60px;
}

.product_show .prod_main .large .slider-for {
	position: relative;
}

.product_show .prod_main .large .slider-for .item {
	position: relative;
}

.product_show .prod_main .small {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	position: relative;
}

.product_show .prod_main .small .slider-nav {
	margin-top: 0px;
	padding: 0 30px;
}

.product_show .prod_main .small .slider-nav .item {
	padding: 0 3.5px;
	outline: none;
}

.product_show .prod_main .small .slider-nav .img-box {
	padding-bottom: 65.15151515151515%;
}

.product_show .prod_main .small .slider-nav .item {
	position: relative;
}

.product_show .prod_main .small .slider-nav .item img {
	border: solid 1px #EEEEEE;
}

.product_show .prod_main .small .slider-nav .slick-current .item img {
	border: 1px solid #21a8a3;
}

.product_show .prod_main .small .slider-nav .slick-arrow {
	width: 18px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	top: 38%;
	left: 5px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	background: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_show .prod_main .small .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 15px;
	display: block;
	content: '\e714';
	text-align: center;
	color: #999999;
}

.product_show .prod_main .small .slider-nav .slick-arrow.slick-next {
	right: 10px;
	left: auto;
}

.product_show .prod_main .small .slider-nav .slick-arrow.slick-next:before {
	content: '\e713';
}

.product_show .prod_main .small .slider-nav .slick-arrow:before:hover {
	color: #21a8a3;
}

@media (max-width: 991px) {
	.product_show .prod_main .small .slider-nav .slick-arrow {
		top: 50%;
		left: 0;
	}
	.product_show .prod_main .small .slider-nav .slick-arrow:before {
		font-size: 18px;
	}
	.product_show .prod_main .small .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.product_show .prod_main .small .info {
	padding: 35px 15px 35px 30px;
}

.product_show .prod_main .small .info .info_title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.product_show .prod_main .small .info .note {
	padding-top: 20px;
}

.product_show .prod_main .small .info .note p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.product_detail .detail_info {
	padding-top: 60px;
}

.product_detail .detail_info_title P {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.product_detail .detail_info .note {
	padding-top: 15px;
}

.product_detail .detail_info .note p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.product_detail .pro_arrow {
	margin-top: 60px;
	padding: 0 30px;
	border: solid 1px #dadada;
}

.product_detail .pro_arrow a {
	width: 50%;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 60px;
	color: #666666;
}

.product_detail .pro_arrow a.next {
	text-align: right;
}

.product_detail .pro_arrow a:hover span {
	color: #21a8a3;
}

.product_detail .related_pro {
	padding-top: 60px;
}

.product_detail .related_pro ul {
	padding-top: 30px;
}

.product_detail .related_pro .item {
	margin-bottom: 20px;
}

.product_detail .related_pro .item .img-box {
	padding-bottom: 65.15151515151515%;
}

.product_detail .related_pro .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product_detail .related_pro .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 991px) {
	.product_show .prod_main .large {
		width: 100%;
	}
	.product_show .prod_main .small {
		display: block;
		width: 100%;
	}
	.product_show .prod_main .small .info {
		padding: 20px 0px 20px 0px;
	}
	.product_show .prod_main .small .info .info_title h1 {
		font-size: 16px;
	}
	.product_show .prod_main .small .info .note {
		padding-top: 10px;
	}
	.product_detail .detail_info_title P {
		font-size: 16px;
	}
	.product_detail .detail_info .note {
		padding-top: 10px;
	}
	.product_detail .detail_info {
		padding-top: 30px;
	}
	.product_detail .pro_arrow {
		margin-top: 30px;
		padding: 10px 15px;
	}
	.product_detail .pro_arrow a {
		width: 100%;
		line-height: 35px;
	}
	.product_detail .pro_arrow a.next {
		text-align: left;
	}
	.product_detail .related_pro {
		padding-top: 30px;
	}
	.product_detail .related_pro ul {
		padding-top: 20px;
	}
}


/*news*/

.news .lists .item {
	margin-bottom: 40px;
}

.news .lists .img-box {
	padding-bottom: 60%;
}

.news .lists .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.news .lists .img-box .time {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #1f6ed4;
	opacity: 0.5;
	border-radius: 0 20px 20px 0;
}

.news .lists .img-box .time p {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 22px;
}

.news .lists .item .info {
	padding: 20px;
	border: solid 1px #e6e6e6;
}

.news .lists .item .info a.ti {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news .lists .item:hover .info a.ti {
	color: #1f6ed4;
}

.news .lists .item .info p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding-top: 10px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .lists .item .info a.more {
	padding-top: 30px;
	display: block;
}

.news .lists .item .info a.more:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e673';
	color: #1f6ed4;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news .lists .item:hover .info a.more:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

@media (max-width: 991px) {
	.news .lists .item {
		margin-bottom: 20px;
	}
	.news .lists .item .info {
		padding: 15px;
	}
	.news .lists .item .info a.more {
		padding-top: 10px;
	}
}


/*news_detail*/

.news_detail .title p {
	color: #666666;
}

.news_detail .info {
	margin-top: 30px;
	padding-top: 10px;
	border-top: dashed 1px #eeeeee;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.news_detail .info p img {
	max-width: 100%;
}

.news_detail .news_vv {
	width: 70%;
}

@media (max-width: 767px) {
	.news_detail .news_vv {
		width: 100%;
	}
}

.news_detail .news_vv .video {
	position: relative;
}

.news_detail .news_vv .video:hover .video-cover {
	opacity: .2;
}

.news_detail .news_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .35);
}

.news_detail .news_vv .video .img-box {
	z-index: 0;
	padding-bottom: 57.14285714285714%;
	background-color: #000;
}

.news_detail .news_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.news_detail .news_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.news_detail .news_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.news_detail .news_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}

.news_detail .news_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 50px;
	line-height: 1;
	display: block;
	content: '\e62e';
}

@media (max-width: 991px) {
	.news_detail .news_vv .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.news_detail .news_vv .video .video-box .play:before {
		font-size: 45px;
	}
}

@media (max-width: 480px) {
	.news_detail .news_vv .video .video-box .play:before {
		font-size: 35px;
	}
}

/*contact*/

.contact_main {
	padding-top: 40px;
}

.contact_main .item {
	padding: 38px 30px;
	border: solid 1px #eeeeee;
}

.contact_main .contact_title {
	padding-bottom: 10px;
}

.contact_main .contact_title p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.contact_main .contact_title span {
	display: block;
	font-size: 14px;
	color: #777777;
	padding-top: 10px;
}

.contact_main .text p span {
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.contact_main .text p.address,
.contact_main .text p.fax,
.contact_main .text p.email,
.contact_main .text p.phone,
.contact_main .text p.website {
	position: relative;
	margin: 20px 0;
	padding-left: 60px;
	font-size: 14px;
	color: #777777;
	line-height: 38px;
}

.contact_main .text p.address:before,
.contact_main .text p.fax:before,
.contact_main .text p.email:before,
.contact_main .text p.phone:before,
.contact_main .text p.website:before {
	width: 38px;
	height: 38px;
	background-color: #21a8a3;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #FFFFFF;
}

.contact_main .text p.website a,
.contact_main .text p.email a,
.contact_main .text p.phone a {
	color: #777777;
}

.contact_main .text p.website a:hover,
.contact_main .text p.email a:hover,
.contact_main .text p.phone a:hover {
	color: #21a8a3;
}

.contact_main .text p.address:before {
	line-height: 34px !important;
	content: '\e605';
}

.contact_main .text p.fax:before {
	content: '\e6bd';
	font-size: 14px;
	line-height: 40px !important;
}

.contact_main .text p.email:before {
	content: '\e68b';
	font-size: 24px;
	line-height: 40px !important;
}

.contact_main .text p.phone:before {
	content: '\e666';
	font-size: 15px;
}

.contact_main .text p.website:before {
	content: '\e8c9';
	line-height: 38px !important;
}

.contact .message_form {
	margin-top: 10px;
}

.contact .message_form ul {
	margin: 0 -6px;
}

.contact .message_form ul li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 6px;
}

.contact .message_form ul li:nth-child(2),
.contact .message_form ul li:first-child {
	width: 50%;
	min-height: 48px;
}

@media (max-width: 767px) {
	.contact .message_form ul li:nth-child(2),
	.contact .message_form ul li:first-child {
		width: 100%;
	}
}

.contact .message_form ul li input {
	width: 100%;
	color: #333;
	line-height: 55px;
	min-height: 55px;
	padding: 0px 20px;
	border: none;
	background-color: #fbfdfd;
}

.contact .message_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 82px;
	line-height: 30px;
	border: none;
	background-color: #fbfdfd;
	padding: 10px 20px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #777777;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #777777;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #777777;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #777777;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact .message_form ul li button {
	width: 100%;
	line-height: 55px;
	border: 1px solid #21a8a3;
	background-color: #21a8a3;
	font-size: 14px;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact .message_form ul li button:hover {
	background-color: #FFFFFF;
	color: #21a8a3;
}

.contact_main .ditu {
	padding-top: 58px;
}

.contact_main .map {
	width: 100%;
	height: 420px;
}

@media (max-width: 991px) {
	.contact_main .item {
		padding: 20px 15px 10px 15px;
		margin-bottom: 15px;
	}
	.contact_main .ditu {
		padding-top: 0px;
	}
	.contact_main .map {
		height: 300px;
		margin-top: 30px;
	}
}