@charset 'utf-8';
.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:root {
    scroll-behavior: unset;
}

.editor-content.auto-adjust-img img {
	max-width: 100% !important;
}

.editor-content.auto-adjust-img.is-mobile img {
	height: auto !important;
}

.editor-content.auto-adjust-img p.contains-pictures {
	font-size: 0 !important;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

.editor-content.auto-adjust-img p.contains-pictures>img {
	display: inline-block;
	max-width: 1920px;
	margin: 5px;
}

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

.ban_top {
	padding-top: 86px;
}

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

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

.banner .slickbanner {
	overflow: hidden;
}

.banner .slickbanner .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.banner .slickbanner .item a {
	display: block;
	overflow: hidden;
	padding-bottom: 50%;
}

.banner .slickbanner .video-box {
	position: relative;
	display: block;
	padding-bottom: 50%;
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px);
}

.banner .slickbanner .video-box:before {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0);
}

.banner .slickbanner .video-box .banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .slickbanner .video-box .fluid_video_wrapper {
	position: absolute;
	z-index: 10;
}

.banner .slickbanner .slick-dots {
	position: absolute;
	bottom: 68px;
	left: 13%;
	display: block;
	text-align: center;
}

@media (max-width: 1469px) {
	.banner .slickbanner .slick-dots {
		bottom: 50px;
	}
}

@media (max-width: 1399px) {
	.banner .slickbanner .slick-dots {
		bottom: 40px;
	}
}

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

@media (max-width: 767px) {
	.banner .slickbanner .slick-dots {
		bottom: 20px;
		left: 30px;
	}
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots {
		bottom: 15px;
		left: 15px;
	}
}

.banner .slickbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #f3f3f3;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-dots li {
		margin: 0 10px;
	}
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots li {
		width: 10px;
		height: 10px;
	}
}

.banner .slickbanner .slick-dots li:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	background-color: #029a47;
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots li:before {
		width: 5px;
		height: 5px;
	}
}

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

.banner .slickbanner .slick-dots .slick-active {
	background-color: #f3f3f3;
}

.banner .slickbanner .slick-dots .slick-active:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.zoomIn1 {
	-webkit-animation-name: zoomIn1;
	animation-name: zoomIn1;
}

.banner .slickbanner .slick-current .item>a {
	-webkit-animation: zoomIn1 6s 0s ease both;
	animation: zoomIn1 6s 0s ease both;
}

@-webkit-keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.fluid_video_wrapper {
	position: absolute;
}

#video-idcontext_option_homepage,
.fluid_controls_container {
	display: none !important;
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.pagebanner .item {
	overflow: hidden;
}

@media (max-width: 767px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 575px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -35%;
	}
}

.pagebanner .item img {
	display: block;
	width: 100%;
	height: auto !important;
}

.pagebanner .page_location {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.pagebanner .page_location .ban_tit {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.pagebanner .page_location .ban_tit {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.pagebanner .page_location .ban_tit {
		margin-bottom: 5px;
	}
}

.pagebanner .page_location .ban_tit p {
	font-size: 68px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1860px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 60px;
	}
}

@media (max-width: 1680px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 55px;
	}
}

@media (max-width: 1469px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 50px;
	}
}

@media (max-width: 1399px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 45px;
	}
}

@media (max-width: 1199px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.pagebanner .page_location .ban_tit p {
		font-size: 24px;
	}
}

.pagebanner .page_location ul {
	font-size: 0;
	position: relative;
	z-index: 1;
}

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

.pagebanner .page_location ul>li:first-child a {
	position: relative;
	padding-left: 30px;
}

@media (max-width: 575px) {
	.pagebanner .page_location ul>li:first-child a {
		padding-left: 25px;
	}
}

.pagebanner .page_location ul>li:first-child a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 49%;
	left: 0;
	display: block;
	content: '\e608';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.pagebanner .page_location ul>li>a {
	font-size: 14px;
	line-height: 1.71428571;
	display: block;
	color: #fff;
}

.pagebanner .page_location ul>li>a:after {
	display: inline-block;
	margin: 0 15px;
	content: '>';
}

@media (max-width: 991px) {
	.pagebanner .page_location ul>li>a:after {
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.pagebanner .page_location ul>li>a:after {
		margin: 0 8px;
	}
}

@media (max-width: 575px) {
	.pagebanner .page_location ul>li>a:after {
		margin: 0 6px;
	}
}

.pagebanner .page_location ul>li>a:hover {
	text-decoration: underline !important;
}

.padd {
	padding: 130px 0;
}

@media (max-width: 1680px) {
	.padd {
		padding: 110px 0;
	}
}

@media (max-width: 1469px) {
	.padd {
		padding: 90px 0;
	}
}

@media (max-width: 1199px) {
	.padd {
		padding: 70px 0;
	}
}

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

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

.padt {
	padding-top: 130px;
}

@media (max-width: 1680px) {
	.padt {
		padding-top: 110px;
	}
}

@media (max-width: 1469px) {
	.padt {
		padding-top: 90px;
	}
}

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

@media (max-width: 991px) {
	.padt {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.padt {
		padding-top: 50px;
	}
}

.padb {
	padding-bottom: 130px;
}

@media (max-width: 1680px) {
	.padb {
		padding-bottom: 110px;
	}
}

@media (max-width: 1469px) {
	.padb {
		padding-bottom: 90px;
	}
}

@media (max-width: 1199px) {
	.padb {
		padding-bottom: 70px;
	}
}

@media (max-width: 991px) {
	.padb {
		padding-bottom: 60px;
	}
}

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

.page_padt {
	padding-top: 88px;
}

@media (max-width: 1399px) {
	.page_padt {
		padding-top: 70px;
	}
}

@media (max-width: 1199px) {
	.page_padt {
		padding-top: 60px;
	}
}

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

@media (max-width: 767px) {
	.page_padt {
		padding-top: 40px;
	}
}

.page_padd {
	padding: 88px 0 100px;
}

@media (max-width: 1469px) {
	.page_padd {
		padding: 60px 0 80px;
	}
}

@media (max-width: 1199px) {
	.page_padd {
		padding: 50px 0 70px;
	}
}

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

@media (max-width: 767px) {
	.page_padd {
		padding: 30px 0 50px;
	}
}

.title h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	color: #222;
}

@media (max-width: 1589px) {
	.title h2 {
		font-size: 46px;
	}
}

@media (max-width: 1469px) {
	.title h2 {
		font-size: 44px;
	}
}

@media (max-width: 1399px) {
	.title h2 {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.title h2 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.title h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.title h2 {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.title h2 {
		font-size: 24px;
	}
}

.title h2:after {
	display: block;
	width: 98px;
	height: 2px;
	margin-top: 16px;
	content: '';
	background-color: #029a47;
}

@media (max-width: 991px) {
	.title h2:after {
		width: 80px;
	}
}

@media (max-width: 767px) {
	.title h2:after {
		width: 60px;
	}
}

.page_title b {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1469px) {
	.page_title b {
		font-size: 36px;
	}
}

@media (max-width: 1399px) {
	.page_title b {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.page_title b {
		font-size: 28px;
	}
}

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

@media (max-width: 767px) {
	.page_title b {
		font-size: 22px;
	}
}

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

.wrapper {
	overflow: hidden;
}

.bgc {
	background: no-repeat center;
	background-size: cover;
}

.tit_line {
	-webkit-transition: background-size .4s;
	transition: background-size .4s;
	background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
	background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
	background-image: linear-gradient(to right, #222 0%, #222 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 1px;
}

.index_product {
	padding: 110px 0;
	background: #f6f6f6;
}

@media (max-width: 1680px) {
	.index_product {
		padding: 100px 0;
	}
}

@media (max-width: 1469px) {
	.index_product {
		padding: 90px 0;
	}
}

@media (max-width: 1199px) {
	.index_product {
		padding: 70px 0;
	}
}

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

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

.index_product .hot_nav {
	font-size: 0;
	text-align: center;
}

.index_product .hot_nav ul {
	margin: 0 -20px;
}

@media (max-width: 767px) {
	.index_product .hot_nav ul {
		margin: 0 -15px;
	}
}

@media (max-width: 575px) {
	.index_product .hot_nav ul {
		margin: 0 -10px;
	}
}

.index_product .hot_nav ul li {
	display: inline-block;
	cursor: pointer;
	border-bottom: 2px solid #029a47;
}

.index_product .hot_nav ul li:last-child {
	padding-left: 75px;
}

@media (max-width: 1199px) {
	.index_product .hot_nav ul li:last-child {
		padding-left: 60px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_nav ul li:last-child {
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_nav ul li:last-child {
		padding-left: 30px;
	}
}

@media (max-width: 575px) {
	.index_product .hot_nav ul li:last-child {
		padding-left: 20px;
	}
}

.index_product .hot_nav ul li:hover {
	color: #433e40;
}

.index_product .hot_nav ul li p {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: uppercase;
	color: #444;
}

@media (max-width: 1469px) {
	.index_product .hot_nav ul li p {
		font-size: 45px;
	}
}

@media (max-width: 1399px) {
	.index_product .hot_nav ul li p {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.index_product .hot_nav ul li p {
		font-size: 34px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_nav ul li p {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_nav ul li p {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.index_product .hot_nav ul li p {
		font-size: 20px;
	}
}

@media (max-width: 380px) {
	.index_product .hot_nav ul li p {
		font-size: 18px;
	}
}

@media (max-width: 350px) {
	.index_product .hot_nav ul li p {
		font-size: 16px;
	}
}

.index_product .hot_nav ul li p:after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	display: block;
	width: 0;
	height: 8px;
	margin: auto;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	background-color: #029a47;
}

@media (max-width: 1199px) {
	.index_product .hot_nav ul li p:after {
		bottom: -6px;
		height: 6px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_nav ul li p:after {
		bottom: -4px;
		height: 4px;
	}
}

.index_product .hot_nav ul li:hover p {
	color: #029a47;
}

.index_product .hot_nav ul li.active p {
	color: #029a47;
}

.index_product .hot_nav ul li.active p:after {
	width: 100%;
}

.index_product .msg_box {
	max-width: 960px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_product .msg_box {
		margin-top: 15px;
	}
}

.index_product .msg_box p {
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

@media (max-width: 991px) {
	.index_product .msg_box p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_product .msg_box p {
		font-size: 14px;
	}
}

.index_product .hot_main {
	margin-top: 56px;
}

@media (max-width: 1469px) {
	.index_product .hot_main {
		margin-top: 50px;
	}
}

@media (max-width: 1399px) {
	.index_product .hot_main {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_product .hot_main {
		margin-top: 30px;
	}
}

.index_product .hot_main .hot_list .slick_new,
.index_product .hot_main .hot_list .slick_best {
	font-size: 0;
}

@media (max-width: 1580px) {
	.index_product .hot_main .hot_list .slick_new,
	.index_product .hot_main .hot_list .slick_best {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_main .hot_list .slick_new,
	.index_product .hot_main .hot_list .slick_best {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new,
	.index_product .hot_main .hot_list .slick_best {
		padding: 0 20px;
	}
}

.index_product .hot_main .hot_list .slick_new .slick-arrow,
.index_product .hot_main .hot_list .slick_best .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -74px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1580px) {
	.index_product .hot_main .hot_list .slick_new .slick-arrow,
	.index_product .hot_main .hot_list .slick_best .slick-arrow {
		left: -10px;
	}
}

.index_product .hot_main .hot_list .slick_new .slick-arrow:before,
.index_product .hot_main .hot_list .slick_best .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 42px;
	display: block;
	width: 42px;
	height: 42px;
	content: '\e63b';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	color: #fff;
	background-color: #3f3f3f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1399px) {
	.index_product .hot_main .hot_list .slick_new .slick-arrow:before,
	.index_product .hot_main .hot_list .slick_best .slick-arrow:before {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_main .hot_list .slick_new .slick-arrow:before,
	.index_product .hot_main .hot_list .slick_best .slick-arrow:before {
		font-size: 18px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new .slick-arrow:before,
	.index_product .hot_main .hot_list .slick_best .slick-arrow:before {
		font-size: 16px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.index_product .hot_main .hot_list .slick_new .slick-arrow:hover:before,
.index_product .hot_main .hot_list .slick_best .slick-arrow:hover:before {
	background-color: #029a47;
}

.index_product .hot_main .hot_list .slick_new .slick-next,
.index_product .hot_main .hot_list .slick_best .slick-next {
	right: -74px;
	left: auto;
}

@media (max-width: 1580px) {
	.index_product .hot_main .hot_list .slick_new .slick-next,
	.index_product .hot_main .hot_list .slick_best .slick-next {
		right: -10px;
	}
}

.index_product .hot_main .hot_list .slick_new .slick-next:before,
.index_product .hot_main .hot_list .slick_best .slick-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.index_product .hot_main .hot_list .slick_new .slick-list,
.index_product .hot_main .hot_list .slick_best .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1469px) {
	.index_product .hot_main .hot_list .slick_new .slick-list,
	.index_product .hot_main .hot_list .slick_best .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 1199px) {
	.index_product .hot_main .hot_list .slick_new .slick-list,
	.index_product .hot_main .hot_list .slick_best .slick-list {
		margin: 0 -5px;
	}
}

.index_product .hot_main .hot_list .slick_new .slick-list .slick-slide,
.index_product .hot_main .hot_list .slick_best .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1469px) {
	.index_product .hot_main .hot_list .slick_new .slick-list .slick-slide,
	.index_product .hot_main .hot_list .slick_best .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.index_product .hot_main .hot_list .slick_new .slick-list .slick-slide,
	.index_product .hot_main .hot_list .slick_best .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.index_product .hot_main .hot_list .slick_new .item,
.index_product .hot_main .hot_list .slick_best .item {
	display: block;
	background: #fff;
}

@media (min-width: 1200px) {
	.index_product .hot_main .hot_list .slick_new .item:hover .name a,
	.index_product .hot_main .hot_list .slick_best .item:hover .name a {
		color: #029a47;
	}
	.index_product .hot_main .hot_list .slick_new .item:hover .more a,
	.index_product .hot_main .hot_list .slick_best .item:hover .more a {
		color: #fff;
		border: 1px solid #029a47;
		background-color: #029a47;
	}
}

.index_product .hot_main .hot_list .slick_new .item .pic .img-box,
.index_product .hot_main .hot_list .slick_best .item .pic .img-box {
	padding-bottom: 100%;
}

.index_product .hot_main .hot_list .slick_new .item .name,
.index_product .hot_main .hot_list .slick_best .item .name {
	padding: 10px 24px 16px 24px;
	text-align: center;
}

@media (max-width: 1399px) {
	.index_product .hot_main .hot_list .slick_new .item .name,
	.index_product .hot_main .hot_list .slick_best .item .name {
		padding: 10px 20px 16px 20px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_main .hot_list .slick_new .item .name,
	.index_product .hot_main .hot_list .slick_best .item .name {
		padding: 10px 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new .item .name,
	.index_product .hot_main .hot_list .slick_best .item .name {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 575px) {
	.index_product .hot_main .hot_list .slick_new .item .name,
	.index_product .hot_main .hot_list .slick_best .item .name {
		padding: 5px 5px 14px 5px;
	}
}

.index_product .hot_main .hot_list .slick_new .item .name a,
.index_product .hot_main .hot_list .slick_best .item .name a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3f3f3f;
}

@media (max-width: 1399px) {
	.index_product .hot_main .hot_list .slick_new .item .name a,
	.index_product .hot_main .hot_list .slick_best .item .name a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_main .hot_list .slick_new .item .name a,
	.index_product .hot_main .hot_list .slick_best .item .name a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new .item .name a,
	.index_product .hot_main .hot_list .slick_best .item .name a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.index_product .hot_main .hot_list .slick_new .item .name a,
	.index_product .hot_main .hot_list .slick_best .item .name a {
		font-size: 14px;
	}
}

.index_product .hot_main .hot_list .slick_new .item .more,
.index_product .hot_main .hot_list .slick_best .item .more {
	padding: 0 24px 24px 24px;
}

@media (max-width: 1399px) {
	.index_product .hot_main .hot_list .slick_new .item .more,
	.index_product .hot_main .hot_list .slick_best .item .more {
		padding: 0 20px 20px 20px;
	}
}

@media (max-width: 991px) {
	.index_product .hot_main .hot_list .slick_new .item .more,
	.index_product .hot_main .hot_list .slick_best .item .more {
		padding: 0 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new .item .more,
	.index_product .hot_main .hot_list .slick_best .item .more {
		padding: 0 10px 10px 10px;
	}
}

.index_product .hot_main .hot_list .slick_new .item .more a,
.index_product .hot_main .hot_list .slick_best .item .more a {
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #d9d9d9;
	border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
	.index_product .hot_main .hot_list .slick_new .item .more a,
	.index_product .hot_main .hot_list .slick_best .item .more a {
		line-height: 30px;
	}
}

.index_process .title {
	text-align: center;
}

.index_process .title h2:after {
	margin: 16px auto 0;
}

.index_process .msg {
	max-width: 790px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_process .msg {
		margin-top: 15px;
	}
}

.index_process .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

@media (max-width: 991px) {
	.index_process .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_process .msg p {
		font-size: 14px;
	}
}

.index_process .list {
	margin-top: 56px;
}

@media (max-width: 1469px) {
	.index_process .list {
		margin-top: 50px;
	}
}

@media (max-width: 1399px) {
	.index_process .list {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_process .list {
		margin-top: 30px;
	}
}

.index_process .list ul {
	margin: 0;
}

.index_process .list ul li {
	padding: 0;
}

.index_process .list ul li:first-child .item .icon_process:before {
	content: '\e60e';
}

.index_process .list ul li:nth-child(2) .item .icon_process:before {
	content: '\e604';
}

.index_process .list ul li:nth-child(3) .item .icon_process:before {
	content: '\e781';
}

.index_process .list ul li:nth-child(4) .item .icon_process:before {
	content: '\e61e';
}

.index_process .list .item {
	position: relative;
	padding: 40px 24px;
	-webkit-transition: all .45s;
	transition: all .45s;
	background: #f3f3f3;
}

@media (min-width: 1200px) {
	.index_process .list .item:hover {
		background-color: #029a47;
	}
	.index_process .list .item:hover span {
		-webkit-text-stroke: 1px #fff;
	}
	.index_process .list .item:hover .icon_process:before {
		-webkit-animation: swing 1s 0s ease both;
		animation: swing 1s 0s ease both;
		color: #fff;
	}
	.index_process .list .item:hover b,
	.index_process .list .item:hover p {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.index_process .list .item {
		margin-bottom: 1px;
		padding: 40px 24px 30px 24px;
	}
}

.index_process .list .item span {
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-text-stroke: 1px #d9d9d9;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 1469px) {
	.index_process .list .item span {
		font-size: 60px;
	}
}

@media (max-width: 1399px) {
	.index_process .list .item span {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	.index_process .list .item span {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.index_process .list .item span {
		font-size: 45px;
	}
}

.index_process .list .item .icon_process:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #029a47;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_process .list .item b {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-top: 24px;
	margin-bottom: 16px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #222;
}

@media (max-width: 1199px) {
	.index_process .list .item b {
		font-size: 18px;
	}
}

.index_process .list .item p {
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #666;
}

@media (max-width: 767px) {
	.index_process .list .item p {
		font-size: 15px;
	}
}

@-webkit-keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.6);
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
}

@keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.6);
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
}

.index_about {
	overflow: hidden;
	padding-top: 160px;
	padding-bottom: 15px;
}

@media (max-width: 1680px) {
	.index_about {
		padding-top: 140px;
	}
}

@media (max-width: 1469px) {
	.index_about {
		padding-top: 100px;
	}
}

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

@media (max-width: 991px) {
	.index_about {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.index_about {
		padding-top: 50px;
	}
}

.index_about .container {
	position: relative;
}

.index_about .title {
	text-align: center;
}

.index_about .title h2:after {
	margin: 16px auto 0;
}

.index_about .msg {
	max-width: 1110px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_about .msg {
		margin-top: 15px;
	}
}

.index_about .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

@media (max-width: 991px) {
	.index_about .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_about .msg p {
		font-size: 14px;
	}
}

.index_about .invv {
	position: absolute;
	top: 40px;
	right: 0;
	width: 180px;
	height: 180px;
}

@media (max-width: 991px) {
	.index_about .invv {
		position: static;
		width: 160px;
		height: 120px;
		margin: auto;
		padding: 60px 0 0 0;
	}
}

@media (max-width: 767px) {
	.index_about .invv {
		height: 110px;
	}
}

.index_about .invv .icon_play {
	position: relative;
	cursor: pointer;
}

.index_about .invv .icon_play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	content: '';
	-webkit-transition: 1.2s;
	transition: 1.2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: iconplay 3000ms linear infinite;
	animation: iconplay 3000ms linear infinite;
	border: 1px solid rgba(122, 202, 135, .6);
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.index_about .invv .icon_play:before {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.index_about .invv .icon_play:before {
		width: 70px;
		height: 70px;
	}
}

.index_about .invv .icon_play span {
	display: block;
}

.index_about .invv .icon_play span:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 70px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	content: '\ea82';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #029a47;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_about .invv .icon_play span:before {
		font-size: 22px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.index_about .invv .icon_play span:before {
		font-size: 18px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}

.index_about .invv .icon_play span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	content: '';
	-webkit-transition: 1.2s;
	transition: 1.2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: iconplay 3000ms linear infinite;
	animation: iconplay 3000ms linear infinite;
	border: 1px solid #7aca87;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.index_about .invv .icon_play span:after {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.index_about .invv .icon_play span:after {
		width: 50px;
		height: 50px;
	}
}

.index_about .more {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 1199px) {
	.index_about .more {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_about .more {
		margin-top: 10px;
	}
}

.index_about .more a {
	font-size: 14px;
	line-height: 44px;
	display: inline-block;
	padding: 0 43px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
	border-radius: 2px;
	background: #029a47;
}

.index_about .more a:hover {
	box-shadow: 0 2px 15px 0 rgba(2, 154, 71, .6);
}

.index_num {
	padding: 80px 0 440px;
}

@media (max-width: 1469px) {
	.index_num {
		padding: 80px 0 350px;
	}
}

@media (max-width: 1399px) {
	.index_num {
		padding: 80px 0 300px;
	}
}

@media (max-width: 1199px) {
	.index_num {
		padding: 60px 0 250px;
	}
}

@media (max-width: 991px) {
	.index_num {
		padding: 60px 0 200px;
	}
}

@media (max-width: 767px) {
	.index_num {
		padding: 40px 0 150px;
	}
}

.index_num ul {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.index_num ul {
		display: block;
	}
}

.index_num ul li {
	position: relative;
	display: inline-block;
	padding: 0 80px;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.index_num ul li {
		padding: 0 60px;
	}
}

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

@media (max-width: 767px) {
	.index_num ul li {
		width: 50%;
		padding: 0 15px;
	}
}

.index_num ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 40px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

@media (max-width: 1199px) {
	.index_num ul li:after {
		height: 30px;
	}
}

@media (max-width: 991px) {
	.index_num ul li:after {
		height: 20px;
	}
}

.index_num ul li:last-child:after {
	display: none;
}

@media (max-width: 767px) {
	.index_num ul li:nth-child(2):after {
		display: none;
	}
}

.index_num .item {
	text-align: center;
}

@media (max-width: 767px) {
	.index_num .item {
		margin-top: 30px;
	}
}

.index_num .item b {
	font-family: 'Barlow';
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #029a47;
}

@media (max-width: 1469px) {
	.index_num .item b {
		font-size: 46px;
	}
}

@media (max-width: 1399px) {
	.index_num .item b {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {
	.index_num .item b {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.index_num .item b {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.index_num .item b {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.index_num .item b {
		font-size: 30px;
	}
}

@media (max-width: 350px) {
	.index_num .item b {
		font-size: 28px;
	}
}

.index_num .item b sub {
	font-size: 48px;
	bottom: 0;
}

@media (max-width: 1469px) {
	.index_num .item b sub {
		font-size: 46px;
	}
}

@media (max-width: 1399px) {
	.index_num .item b sub {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {
	.index_num .item b sub {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.index_num .item b sub {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.index_num .item b sub {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.index_num .item b sub {
		font-size: 30px;
	}
}

@media (max-width: 350px) {
	.index_num .item b sub {
		font-size: 28px;
	}
}

.index_num .item p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
	color: #3f3f3f;
}

.index_abpic .list {
	margin-top: 30px;
}

@media (max-width: 1399px) {
	.index_abpic .list {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_abpic .list {
		margin-top: 10px;
	}
}

.index_abpic .list .slick_abpic {
	font-size: 0;
}

.index_abpic .list .slick_abpic .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.index_abpic .list .slick_abpic .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.index_abpic .list .slick_abpic .slick-list {
		margin: 0 -5px;
	}
}

.index_abpic .list .slick_abpic .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.index_abpic .list .slick_abpic .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.index_abpic .list .slick_abpic .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.index_abpic .list .slick_abpic .pic .img-box {
	padding-bottom: 56.4516129%;
}

.index_say .range_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.index_say .range_box {
		display: block;
	}
}

.index_say .left {
	width: 51.06382979%;
}

@media (max-width: 991px) {
	.index_say .left {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.index_say .left {
		width: 100%;
	}
}

.index_say .left .title {
	position: relative;
}

.index_say .left .title:after {
	font-family: 'iconfont' !important;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -10px;
	display: block;
	content: '\e603';
	color: #def5e9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_say .left .title:after {
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.index_say .left .title:after {
		font-size: 55px;
	}
}

@media (max-width: 767px) {
	.index_say .left .title:after {
		font-size: 50px;
	}
}

.index_say .left .slick_say {
	padding: 80px 30px 40px 80px;
}

@media (max-width: 1469px) {
	.index_say .left .slick_say {
		padding: 60px 30px 40px 60px;
	}
}

@media (max-width: 1399px) {
	.index_say .left .slick_say {
		padding: 50px 30px 40px 40px;
	}
}

@media (max-width: 1199px) {
	.index_say .left .slick_say {
		padding: 40px 0 30px;
	}
}

@media (max-width: 991px) {
	.index_say .left .slick_say {
		padding: 30px 0 20px;
	}
}

@media (max-width: 767px) {
	.index_say .left .slick_say {
		padding: 20px 0;
	}
}

.index_say .left .slick_say .slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	text-align: right;
}

.index_say .left .slick_say .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.index_say .left .slick_say .slick-dots li {
		margin: 0 6px;
	}
}

.index_say .left .slick_say .slick-dots li button {
	display: none;
}

.index_say .left .slick_say .slick-dots .slick-active {
	border: 1px solid #029a47;
	background-color: #029a47;
}

.index_say .left .slick_say .item .txt {
	overflow-y: auto;
	max-height: 100px;
}

.index_say .left .slick_say .item .txt::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.index_say .left .slick_say .item .txt::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.index_say .left .slick_say .item .txt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.index_say .left .slick_say .item .txt::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.index_say .left .slick_say .item .txt p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	word-break: break-word;
	color: #444;
}

@media (max-width: 991px) {
	.index_say .left .slick_say .item .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_say .left .slick_say .item .txt p {
		font-size: 14px;
	}
}

.index_say .left .slick_say .item .name {
	position: relative;
	min-height: 60px;
	margin-top: 30px;
	padding-top: 5px;
	padding-left: 84px;
}

@media (max-width: 1399px) {
	.index_say .left .slick_say .item .name {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.index_say .left .slick_say .item .name {
		padding-top: 8px;
		padding-left: 75px;
	}
}

.index_say .left .slick_say .item .name .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	border-radius: 50%;
}

.index_say .left .slick_say .item .name b {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	color: #3f3f3f;
}

@media (max-width: 1199px) {
	.index_say .left .slick_say .item .name b {
		font-size: 18px;
	}
}

.index_say .left .slick_say .item .name p {
	font-size: 16px;
	line-height: 1.2;
	color: #029a47;
}

@media (max-width: 1199px) {
	.index_say .left .slick_say .item .name p {
		font-size: 15px;
	}
}

.index_say .right {
	width: 34.04255319%;
}

@media (max-width: 767px) {
	.index_say .right {
		width: 100%;
		margin-top: 20px;
	}
}

.index_say .right .pic .img-box {
	padding-bottom: 122.91666667%;
}

.index_news {
	padding: 110px 0;
}

@media (max-width: 1680px) {
	.index_news {
		padding: 100px 0;
	}
}

@media (max-width: 1469px) {
	.index_news {
		padding: 90px 0;
	}
}

@media (max-width: 1199px) {
	.index_news {
		padding: 70px 0;
	}
}

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

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

.index_news .tit_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_news .tit_box .title h2 {
	color: #fff;
}

.index_news .tit_box .title h2:after {
	background-color: #fff;
}

.index_news .tit_box .news_btn {
	font-size: 0;
}

.index_news .tit_box .news_btn span {
	display: inline-block;
	cursor: pointer;
}

.index_news .tit_box .news_btn span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 46px;
	display: block;
	width: 48px;
	height: 48px;
	content: '\e63b';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1399px) {
	.index_news .tit_box .news_btn span:before {
		line-height: 42px;
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 1199px) {
	.index_news .tit_box .news_btn span:before {
		line-height: 38px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.index_news .tit_box .news_btn span:before {
		font-size: 18px;
		line-height: 33px;
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 575px) {
	.index_news .tit_box .news_btn span:before {
		font-size: 16px;
		line-height: 28px;
		width: 30px;
		height: 30px;
	}
}

.index_news .tit_box .news_btn span:hover:before {
	color: #444;
	background-color: #fff;
}

.index_news .tit_box .news_btn .next {
	margin-left: 7px;
}

.index_news .tit_box .news_btn .next:before {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.index_news .list {
	margin-top: 56px;
}

@media (max-width: 1469px) {
	.index_news .list {
		margin-top: 50px;
	}
}

@media (max-width: 1399px) {
	.index_news .list {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_news .list {
		margin-top: 30px;
	}
}

.index_news .list .slick_news .slick-list {
	margin: 0 -500px 0 -15px;
}

@media (max-width: 1860px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -400px 0 -15px;
	}
}

@media (max-width: 1680px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -300px 0 -15px;
	}
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -300px 0 -10px;
	}
}

@media (max-width: 991px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -5px;
	}
}

.index_news .list .slick_news .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.index_news .list .slick_news .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.index_news .list .slick_news .item {
	background-color: #fff;
}

@media (min-width: 1200px) {
	.index_news .list .slick_news .item:hover .info .name {
		color: #029a47;
	}
	.index_news .list .slick_news .item:hover .info .name .tit_line {
		background-image: -webkit-gradient(linear, left top, right top, from(#029a47), to(#029a47));
		background-image: -webkit-linear-gradient(left, #029a47 0%, #029a47 100%);
		background-image: linear-gradient(to right, #029a47 0%, #029a47 100%);
		background-size: 100% 1px;
	}
}

.index_news .list .slick_news .item .pic {
	padding: 10px 10px 0 10px;
}

.index_news .list .slick_news .item .pic .img-box {
	padding-bottom: 69.76744186%;
}

.index_news .list .slick_news .item .info {
	padding: 16px 26px 30px 26px;
}

@media (max-width: 1469px) {
	.index_news .list .slick_news .item .info {
		padding: 16px 20px 20px 20px;
	}
}

.index_news .list .slick_news .item .info .time {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	color: #029a47;
}

.index_news .list .slick_news .item .info .time:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 15px;
	content: '\e62a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_news .list .slick_news .item .info .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	margin: 22px 0 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1469px) {
	.index_news .list .slick_news .item .info .name {
		margin: 15px 0;
	}
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .item .info .name {
		font-size: 18px;
		margin: 10px 0;
	}
}

@media (max-width: 767px) {
	.index_news .list .slick_news .item .info .name {
		font-size: 16px;
	}
}

.index_news .list .slick_news .item .info p {
	font-size: 16px;
	line-height: 1.6875;
	display: -webkit-box;
	overflow: hidden;
	height: 54px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .item .info p {
		font-size: 15px;
		height: 51px;
	}
}

@media (max-width: 767px) {
	.index_news .list .slick_news .item .info p {
		font-size: 14px;
		height: 48px;
	}
}

.index_social {
	background-color: #f6f6f6;
}

.index_social .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.index_social .list ul {
		margin: 0 -10px;
	}
}

.index_social .list ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.index_social .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.index_social .list ul li:first-child {
		margin-bottom: 30px;
	}
}

.index_social .list ul li:first-child .item .tit:before {
	content: '\e605';
	color: #3b5998;
}

@media (max-width: 991px) {
	.index_social .list ul li:nth-child(2) {
		margin-bottom: 30px;
	}
}

.index_social .list ul li:nth-child(2) .item .tit:before {
	content: '\e60c';
	color: #0a65c2;
}

.index_social .list ul li:nth-child(3) .item .tit:before {
	font-size: 36px;
	content: '\e63c';
	color: #e4007f;
}

@media (max-width: 1469px) {
	.index_social .list ul li:nth-child(3) .item .tit:before {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {
	.index_social .list ul li:nth-child(3) .item .tit:before {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.index_social .list ul li:nth-child(3) .item .tit:before {
		font-size: 30px;
	}
}

.index_social .list .item .tit {
	text-align: center;
}

.index_social .list .item .tit:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 1;
	display: block;
	height: 32px;
	margin-bottom: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.index_social .list .item .tit:before {
		font-size: 30px;
		height: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.index_social .list .item .tit:before {
		font-size: 30px;
		height: 30px;
	}
}

@media (max-width: 991px) {
	.index_social .list .item .tit:before {
		font-size: 28px;
		height: 28px;
		margin-bottom: 15px;
	}
}

.index_social .list .item .tit p {
	font-size: 20px;
	line-height: 1.2;
	color: #4c4c4c;
}

@media (max-width: 1199px) {
	.index_social .list .item .tit p {
		font-size: 18px;
	}
}

.index_social .list .item .tit p span {
	font-weight: 700;
}

.index_social .list .item .pic {
	margin-top: 32px;
	cursor: pointer;
}

@media (max-width: 1399px) {
	.index_social .list .item .pic {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.index_social .list .item .pic {
		margin-top: 20px;
	}
}

.index_social .list .item .pic .img-box {
	padding-bottom: 100%;
}

.index_social .list .item .pic .img-box>img {
	display: none !important;
}

.index_social .list .item .pic .img-box iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	background-color: #fff;
}

.index_social .list .item .pic .img-box iframe[src=''],
.index_social .list .item .pic .img-box iframe[data-src=''] {
	display: none;
	border: 1px solid #000;
}

.index_social .list .item .pic .img-box iframe[src='']+img,
.index_social .list .item .pic .img-box iframe[data-src='']+img {
	display: block !important;
}

.about_wrap {
	overflow: hidden;
}

.about_wrap .ab_info .left {
	width: 59.575%;
	padding-top: 30px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .left {
		padding-top: 10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}

.about_wrap .ab_info .left .txt {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left .txt {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .txt {
		margin-top: 15px;
	}
}

.about_wrap .ab_info .left .txt p {
	font-size: 16px;
	line-height: 1.875;
	color: #444;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .txt p {
		font-size: 14px;
	}
}

.about_wrap .ab_info .left .ab_num {
	margin-top: 80px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .left .ab_num {
		margin-top: 60px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .left .ab_num {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left .ab_num {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .ab_num {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num {
		margin-top: 0;
	}
}

.about_wrap .ab_info .left .ab_num ul {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -35px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .left .ab_num ul {
		margin: 0 -30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num ul {
		display: block;
	}
}

.about_wrap .ab_info .left .ab_num ul li {
	position: relative;
	display: inline-block;
	padding: 0 35px;
	vertical-align: middle;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .left .ab_num ul li {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num ul li {
		width: 50%;
		padding: 0 15px;
	}
}

.about_wrap .ab_info .left .ab_num ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 40px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left .ab_num ul li:after {
		height: 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .ab_num ul li:after {
		height: 20px;
	}
}

.about_wrap .ab_info .left .ab_num ul li:last-child:after {
	display: none;
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num ul li:nth-child(2):after {
		display: none;
	}
}

.about_wrap .ab_info .left .ab_num .item {
	text-align: center;
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num .item {
		margin-top: 30px;
	}
}

.about_wrap .ab_info .left .ab_num .item b {
	font-family: 'Barlow';
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #029a47;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 46px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 30px;
	}
}

@media (max-width: 350px) {
	.about_wrap .ab_info .left .ab_num .item b {
		font-size: 28px;
	}
}

.about_wrap .ab_info .left .ab_num .item b sub {
	font-size: 48px;
	bottom: 0;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 46px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 30px;
	}
}

@media (max-width: 350px) {
	.about_wrap .ab_info .left .ab_num .item b sub {
		font-size: 28px;
	}
}

.about_wrap .ab_info .left .ab_num .item p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
	color: #3f3f3f;
}

.about_wrap .ab_info .right {
	width: 34.043%;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .right {
		float: none;
		width: 50%;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .right {
		float: none;
		width: 70%;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .right {
		width: 100%;
	}
}

.about_wrap .ab_info .right .abvv {
	position: relative;
}

.about_wrap .ab_info .right .abvv .img-box {
	padding-bottom: 157.29166667%;
}

.about_wrap .ab_info .right .abvv .in_play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about_wrap .ab_info .right .abvv .in_play .icon_play {
	position: relative;
	cursor: pointer;
}

.about_wrap .ab_info .right .abvv .in_play .icon_play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	content: '';
	-webkit-transition: 1.2s;
	transition: 1.2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: iconplay 3000ms linear infinite;
	animation: iconplay 3000ms linear infinite;
	border: 1px solid rgba(122, 202, 135, .6);
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play:before {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play:before {
		width: 70px;
		height: 70px;
	}
}

.about_wrap .ab_info .right .abvv .in_play .icon_play span {
	display: block;
}

.about_wrap .ab_info .right .abvv .in_play .icon_play span:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 70px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	content: '\ea82';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #029a47;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play span:before {
		font-size: 22px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play span:before {
		font-size: 18px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}

.about_wrap .ab_info .right .abvv .in_play .icon_play span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	content: '';
	-webkit-transition: 1.2s;
	transition: 1.2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: iconplay 3000ms linear infinite;
	animation: iconplay 3000ms linear infinite;
	border: 1px solid #7aca87;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play span:after {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .right .abvv .in_play .icon_play span:after {
		width: 50px;
		height: 50px;
	}
}

.about_wrap .ab_process .title {
	text-align: center;
}

.about_wrap .ab_process .title h2 {
	color: #fff;
}

.about_wrap .ab_process .title h2:after {
	margin: 16px auto 0;
}

.about_wrap .ab_process .msg {
	max-width: 790px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.about_wrap .ab_process .msg {
		margin-top: 15px;
	}
}

.about_wrap .ab_process .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

@media (max-width: 991px) {
	.about_wrap .ab_process .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .msg p {
		font-size: 14px;
	}
}

.about_wrap .ab_process .list {
	margin-top: 190px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_process .list {
		margin-top: 150px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_process .list {
		margin-top: 140px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_process .list {
		margin-top: 100px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_process .list {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .list {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_process .list {
		margin-top: 40px;
	}
}

.about_wrap .ab_process .list ul {
	margin: 0;
}

.about_wrap .ab_process .list ul li {
	position: relative;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .19);
	background: rgba(0, 0, 0, .09);
	-webkit-backdrop-filter: blur(15.75px);
	backdrop-filter: blur(15.75px);
}

.about_wrap .ab_process .list ul li:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 4px;
	margin: auto;
	content: '';
	-webkit-transition: all .8s;
	transition: all .8s;
	background-color: #029a47;
}

@media (min-width: 1200px) {
	.about_wrap .ab_process .list ul li:hover {
		background-color: #fff;
	}
	.about_wrap .ab_process .list ul li:hover:after {
		width: 100%;
	}
	.about_wrap .ab_process .list ul li:hover .item span {
		color: #d9d9d9;
	}
	.about_wrap .ab_process .list ul li:hover .item .icon_process:before {
		-webkit-animation: swing 1s 0s ease both;
		animation: swing 1s 0s ease both;
		color: #029a47;
	}
	.about_wrap .ab_process .list ul li:hover .item b {
		color: #3f3f3f;
	}
	.about_wrap .ab_process .list ul li:hover .item p {
		color: #444;
	}
}

.about_wrap .ab_process .list ul li:first-child .item .icon_process:before {
	content: '\e60e';
}

.about_wrap .ab_process .list ul li:nth-child(2) .item .icon_process:before {
	content: '\e604';
}

.about_wrap .ab_process .list ul li:nth-child(3) .item .icon_process:before {
	content: '\e781';
}

.about_wrap .ab_process .list ul li:nth-child(4) .item .icon_process:before {
	content: '\e61e';
}

.about_wrap .ab_process .list .item {
	position: relative;
	padding: 40px 88px 120px 88px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
}

@media (max-width: 1469px) {
	.about_wrap .ab_process .list .item {
		padding: 40px 30px 100px 30px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_process .list .item {
		padding: 40px 30px 90px 30px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_process .list .item {
		padding: 40px 20px 80px 20px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .list .item {
		padding: 30px 20px;
	}
}

.about_wrap .ab_process .list .item span {
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 38px;
	left: 0;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: rgba(217, 217, 217, .29);
}

@media (max-width: 1469px) {
	.about_wrap .ab_process .list .item span {
		font-size: 36px;
		bottom: 30px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_process .list .item span {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_process .list .item span {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .list .item span {
		font-size: 28px;
		position: static;
		margin-top: 20px;
	}
}

.about_wrap .ab_process .list .item .icon_process:before {
	font-family: 'iconfont' !important;
	font-size: 52px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.about_wrap .ab_process .list .item .icon_process:before {
		font-size: 50px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_process .list .item .icon_process:before {
		font-size: 45px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_process .list .item .icon_process:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .list .item .icon_process:before {
		font-size: 35px;
	}
}

.about_wrap .ab_process .list .item b {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-top: 32px;
	margin-bottom: 16px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
}

@media (max-width: 1399px) {
	.about_wrap .ab_process .list .item b {
		font-size: 18px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_process .list .item b {
		font-size: 16px;
	}
}

.about_wrap .ab_process .list .item p {
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
}

@media (max-width: 1199px) {
	.about_wrap .ab_process .list .item p {
		font-size: 15px;
	}
}

.about_wrap .ab_honor .title {
	text-align: center;
}

.about_wrap .ab_honor .title h2:after {
	margin: 16px auto 0;
}

.about_wrap .ab_honor .msg {
	max-width: 790px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .msg {
		margin-top: 15px;
	}
}

.about_wrap .ab_honor .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #3f3f3f;
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .msg p {
		font-size: 14px;
	}
}

.about_wrap .ab_honor .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .list {
		margin-top: 25px;
	}
}

.about_wrap .ab_honor .list #certify {
	font-size: 0;
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
}

.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
	width: 31.918%;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 32%;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 35%;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 38%;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 55%;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide {
		width: 60%;
	}
}

.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide .pic {
	display: block;
}

.about_wrap .ab_honor .list #certify .swiper-container .swiper-slide .pic .img-box {
	padding-bottom: 133.33333333%;
}

.about_wrap .ab_honor .list #certify .swiper-button-prev {
	position: static;
	z-index: 2;
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 60px;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: none;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list #certify .swiper-button-prev {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list #certify .swiper-button-prev {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list #certify .swiper-button-prev {
		margin-top: 30px;
	}
}

.about_wrap .ab_honor .list #certify .swiper-button-prev:after {
	display: none;
}

.about_wrap .ab_honor .list #certify .swiper-button-prev:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 42px;
	display: block;
	width: 42px;
	height: 42px;
	content: '\e63b';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	text-align: center;
	color: #029a47;
	background-color: #f3f3f3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .ab_honor .list #certify .swiper-button-prev:hover:before {
	color: #fff;
	background-color: #029a47;
}

.about_wrap .ab_honor .list #certify .swiper-button-next {
	position: static;
	z-index: 2;
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 60px;
	margin-left: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	background-image: none;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list #certify .swiper-button-next {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list #certify .swiper-button-next {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list #certify .swiper-button-next {
		margin-top: 30px;
	}
}

.about_wrap .ab_honor .list #certify .swiper-button-next:after {
	display: none;
}

.about_wrap .ab_honor .list #certify .swiper-button-next:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 42px;
	display: block;
	width: 42px;
	height: 42px;
	content: '\e63b';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	text-align: center;
	color: #029a47;
	background-color: #f3f3f3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .ab_honor .list #certify .swiper-button-next:hover:before {
	color: #fff;
	background-color: #029a47;
}

.about_wrap .ab_factory {
	padding: 100px 0;
	background: #f3f3f3;
}

@media (max-width: 1469px) {
	.about_wrap .ab_factory {
		padding: 90px 0;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_factory {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_factory {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_factory {
		padding: 50px 0;
	}
}

.about_wrap .ab_factory .msg {
	max-width: 1000px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.about_wrap .ab_factory .msg {
		margin-top: 15px;
	}
}

.about_wrap .ab_factory .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #3f3f3f;
}

@media (max-width: 991px) {
	.about_wrap .ab_factory .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_factory .msg p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_factory .list {
		margin-top: 15px;
	}
}

.about_wrap .ab_factory .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_factory .list ul {
		margin: 0 -10px;
	}
}

.about_wrap .ab_factory .list ul li {
	margin-top: 30px;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_factory .list ul li {
		margin-top: 20px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_factory .list ul li {
		margin-top: 10px;
	}
}

.about_wrap .ab_factory .list .pic {
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.about_wrap .ab_factory .list .pic .img-box {
	padding-bottom: 64.44444444%;
}

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

@media (max-width: 1680px) {
	.product_wrap {
		padding: 90px 0 100px;
	}
}

@media (max-width: 1469px) {
	.product_wrap {
		padding: 80px 0 90px;
	}
}

@media (max-width: 1199px) {
	.product_wrap {
		padding: 50px 0 70px;
	}
}

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

@media (max-width: 767px) {
	.product_wrap {
		padding: 40px 0 50px;
	}
}

.product_wrap .prod_note .txt {
	margin-top: 16px;
}

.product_wrap .prod_note .txt p {
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

@media (max-width: 991px) {
	.product_wrap .prod_note .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.product_wrap .prod_note .txt p {
		font-size: 14px;
	}
}

.product_wrap .range_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 56px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1469px) {
	.product_wrap .range_box {
		margin-top: 50px;
	}
}

@media (max-width: 1399px) {
	.product_wrap .range_box {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .range_box {
		display: block;
		margin-top: 30px;
	}
}

.product_wrap .range_box .left {
	width: 286px;
}

@media (max-width: 1199px) {
	.product_wrap .range_box .left {
		float: none;
		width: 100%;
	}
}

.product_wrap .range_box .left .left_box {
	position: -webkit-sticky;
	position: sticky;
	top: 86px;
	left: 0;
}

.product_wrap .range_box .left .menu_wrap {
	position: relative;
	z-index: 2;
}

@media (max-width: 1199px) {
	.product_wrap .range_box .left .menu_wrap {
		display: none;
	}
}

.product_wrap .range_box .left .menu_wrap .menu1>li {
	position: relative;
	margin-bottom: 8px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.product_wrap .range_box .left .menu_wrap .menu1>li:last-child {
	margin-bottom: 0;
}

.product_wrap .range_box .left .menu_wrap .menu1>li>a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 13px 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #444;
	border: 1px solid #d9d9d9;
}

.product_wrap .range_box .left .menu_wrap .menu1>li>a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 8px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #d9d9d9;
}

.product_wrap .range_box .left .menu_wrap .menu1>li:hover>a,
.product_wrap .range_box .left .menu_wrap .menu1>li.active>a {
	color: #fff;
	background-color: #029a47;
}

.product_wrap .range_box .left .menu_wrap .menu1>li:hover .menu_more:before,
.product_wrap .range_box .left .menu_wrap .menu1>li.active .menu_more:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	color: #fff;
}

.product_wrap .range_box .left .menu_wrap .menu1>li .menu_more {
	position: absolute;
	z-index: 2;
	top: 6px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
}

.product_wrap .range_box .left .menu_wrap .menu1>li .menu_more:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 40px;
	display: block;
	content: '\e728';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .range_box .left .menu_wrap .menu2 {
	display: none;
	padding: 10px 0;
	background-color: #fff;
}

.product_wrap .range_box .left .menu_wrap .menu2>li>a {
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 5px 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

.product_wrap .range_box .left .menu_wrap .menu2>li:hover>a,
.product_wrap .range_box .left .menu_wrap .menu2>li.active>a {
	color: #029a47;
}

.product_wrap .range_box .left .menu_wrap .menu3 {
	display: none;
	padding: 10px 20px;
}

.product_wrap .range_box .left .menu_wrap .menu3>li>a {
	font-size: 14px;
	line-height: 1.57142857;
	display: block;
	padding: 4px 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
}

.product_wrap .range_box .left .menu_wrap .menu3>li:hover>a,
.product_wrap .range_box .left .menu_wrap .menu3>li.active>a {
	text-decoration: underline !important;
}

.product_wrap .range_box .right {
	width: -webkit-calc(100% - 286px);
	width: calc(100% - 286px);
	padding-left: 74px;
}

@media (max-width: 1469px) {
	.product_wrap .range_box .right {
		padding-left: 50px;
	}
}

@media (max-width: 1399px) {
	.product_wrap .range_box .right {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .range_box .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

#product_content {
	margin-top: -86px;
	padding-top: 86px;
}

.product_wrap .range_box .right .m_location {
	display: none;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
	.product_wrap .range_box .right .m_location {
		display: block;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .m_location {
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

.product_wrap .range_box .right .m_location ul {
	margin: 0 -10px;
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .m_location ul {
		margin: 0 -6px;
	}
}

.product_wrap .range_box .right .m_location ul li {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .m_location ul li {
		padding: 0 6px;
	}
}

.product_wrap .range_box .right .m_location ul li a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33333333;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .m_location ul li a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product_wrap .range_box .right .m_location ul li a {
		font-size: 15px;
	}
}

.product_wrap .range_box .right .m_location ul .active a {
	color: #029a47;
}

.product_wrap .range_box .right .prod_no {
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_no {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.product_wrap .range_box .right .prod_no .search_no h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_no .search_no h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_no .search_no h3 {
		font-size: 20px;
	}
}

.product_wrap .range_box .right .prod_no .search_no p {
	margin: 0;
	padding: 10px;
	color: #ab7640;
	border: 1px solid #faebcc;
	border-radius: 5px;
	background-color: #fcf8e3;
}

.product_wrap .range_box .right .prod_no .page_title {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists {
		margin-top: 20px;
	}
}

.product_wrap .range_box .right .prod_lists ul {
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists ul {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists ul {
		margin: 0 -5px;
	}
}

.product_wrap .range_box .right .prod_lists ul li {
	padding: 0 15px;
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists ul li {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists ul li {
		padding: 0 5px;
	}
}

.product_wrap .range_box .right .prod_lists .item {
	display: block;
	margin-bottom: 40px;
	border: 1px solid #029a47;
	background: #fff;
}

@media (min-width: 1200px) {
	.product_wrap .range_box .right .prod_lists .item:hover .name a {
		color: #029a47;
	}
	.product_wrap .range_box .right .prod_lists .item:hover .more a {
		color: #fff;
		border: 1px solid #029a47;
		background-color: #029a47;
	}
}

@media (max-width: 1399px) {
	.product_wrap .range_box .right .prod_lists .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists .item {
		margin-bottom: 20px;
	}
}

.product_wrap .range_box .right .prod_lists .item .pic .img-box {
	padding-bottom: 100%;
}

.product_wrap .range_box .right .prod_lists .item .name {
	padding: 10px 24px 16px 24px;
	text-align: center;
}

@media (max-width: 1399px) {
	.product_wrap .range_box .right .prod_lists .item .name {
		padding: 10px 20px 16px 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists .item .name {
		padding: 10px 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists .item .name {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 575px) {
	.product_wrap .range_box .right .prod_lists .item .name {
		padding: 5px 5px 14px 5px;
	}
}

.product_wrap .range_box .right .prod_lists .item .name a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3f3f3f;
}

@media (max-width: 1399px) {
	.product_wrap .range_box .right .prod_lists .item .name a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists .item .name a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists .item .name a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product_wrap .range_box .right .prod_lists .item .name a {
		font-size: 14px;
	}
}

.product_wrap .range_box .right .prod_lists .item .more {
	padding: 0 24px 24px 24px;
}

@media (max-width: 1399px) {
	.product_wrap .range_box .right .prod_lists .item .more {
		padding: 0 20px 20px 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range_box .right .prod_lists .item .more {
		padding: 0 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists .item .more {
		padding: 0 10px 10px 10px;
	}
}

.product_wrap .range_box .right .prod_lists .item .more a {
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #d9d9d9;
	border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .prod_lists .item .more a {
		line-height: 30px;
	}
}

.product_wrap .range_box .right .page {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.product_wrap .range_box .right .page {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .range_box .right .page {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range_box .right .page {
		margin-top: 10px;
	}
}

.product_wrap .range_box .right .page ul {
	float: right;
}

.product_details_wrap .product_box {
	font-size: 0 !important;
	position: relative;
}

.product_details_wrap .product_box .lef {
	overflow: hidden;
	width: 42.858%;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef {
		float: none;
		width: 60%;
		margin: auto;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .lef {
		width: 100%;
	}
}

.product_details_wrap .product_box .lef .big_pic {
	position: relative;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .big_pic {
		float: none;
		width: 100%;
	}
}

.product_details_wrap .product_box .lef .big_pic .pic .img-box {
	padding-bottom: 100%;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_details_wrap .product_box .lef .small_pic {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .small_pic {
		float: none;
		width: 100%;
		margin-top: 10px;
		padding-right: 0;
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav {
	font-size: 0 !important;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list {
	margin: 0 -5px;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide {
	padding: 0 5px;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic {
	position: relative;
	overflow: hidden;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 100%;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #fff;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(63, 63, 63, .58);
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
	font-family: 'iconfont' !important;
	font-size: 35px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	content: '\e619';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
		font-size: 30px;
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-current .pic:before {
	border: 1px solid #029a47;
}

.product_details_wrap .product_box .rig {
	width: 57.142%;
	padding-top: 20px;
	padding-left: 80px;
}

@media (max-width: 1680px) {
	.product_details_wrap .product_box .rig {
		padding-top: 20px;
		padding-left: 50px;
	}
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig {
		padding-left: 30px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig {
		padding-top: 10px;
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig {
		float: none;
		width: 100%;
		margin-top: 25px;
		padding-top: 0;
		padding-left: 0;
	}
}

.product_details_wrap .product_box .rig .prod_info .tit b {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #029a47;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 30px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_info .tit b {
		font-size: 20px;
	}
}

.product_details_wrap .product_box .rig .prod_info .text {
	margin-top: 30px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .text {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .text {
		margin-top: 15px;
	}
}

.product_details_wrap .product_box .rig .prod_info .text b {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	color: #444;
}

.product_details_wrap .product_box .rig .prod_info .text .txt {
	overflow-x: auto;
	height: 192px;
	margin-top: 16px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .text .txt {
		overflow-x: inherit;
		height: 100% !important;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .text .txt {
		margin-top: 10px;
	}
}

.product_details_wrap .product_box .rig .prod_info .text .txt::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.product_details_wrap .product_box .rig .prod_info .text .txt::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.product_details_wrap .product_box .rig .prod_info .text .txt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.product_details_wrap .product_box .rig .prod_info .text .txt::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.product_details_wrap .product_box .rig .prod_info .text .txt p {
	font-size: 16px;
	line-height: 1.25;
	text-align: left;
	word-break: break-word;
	color: #343434;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .text .txt p {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_info .text .txt p {
		font-size: 14px;
	}
}

.product_details_wrap .product_box .rig .prod_info .share_box {
	margin: 30px 0;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .share_box {
		margin: 20px 0;
	}
}

.product_details_wrap .product_box .rig .prod_info .share_box span {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	color: #4f4f4f;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .share_box span {
		font-size: 15px;
	}
}

.product_details_wrap .product_box .rig .prod_info .share_box .share_tool {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.product_details_wrap .product_box .rig .prod_info .share_box .share_tool .a2a_svg {
	line-height: 30px !important;
	width: 30px !important;
	height: 30px !important;
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .prod_info .share_box .share_tool .a2a_svg {
		line-height: 25px !important;
		width: 25px !important;
		height: 25px !important;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn {
	font-size: 14px;
	line-height: 2.57142857;
	display: inline-block;
	padding: 0 85px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	background-color: #029a47;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn {
		padding: 0 70px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn {
		padding: 0 60px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn {
		padding: 0 50px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn {
		padding: 0 35px;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 16px;
	content: '\e644';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_box .rig .prod_info .prod_btn .inquiry_btn:hover {
	box-shadow: 0 2px 15px 0 rgba(2, 154, 71, .6);
}

.product_details_wrap .info_padt {
	margin-top: 80px;
}

@media (max-width: 1469px) {
	.product_details_wrap .info_padt {
		margin-top: 70px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .info_padt {
		margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .info_padt {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .info_padt {
		margin-top: 40px;
	}
}

.product_details_wrap .info_title p {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	color: #3f3f3f;
}

@media (max-width: 1469px) {
	.product_details_wrap .info_title p {
		font-size: 30px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .info_title p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .info_title p {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .info_title p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .info_title p {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .info_title p {
		font-size: 20px;
	}
}

.product_details_wrap .product_range_box {
	margin-top: 56px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box {
		margin-top: 40px;
	}
}

.product_details_wrap .product_range_box .product_nav {
	position: relative;
}

.product_details_wrap .product_range_box .product_nav .pro_nav {
	position: relative;
	z-index: 2;
	background: #ddece4;
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul {
	font-size: 0;
	margin: 0;
	padding: 0 28px;
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul {
		position: relative;
		overflow: auto;
		width: 100%;
		padding: 0 15px;
		white-space: nowrap;
	}
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul li {
	position: relative;
	display: inline-block;
	padding-right: 86px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul li {
		padding-right: 60px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul li {
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul li {
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul li {
		padding-right: 20px;
	}
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #3f3f3f;
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_nav .pro_nav ul li a {
		font-size: 15px;
		line-height: 45px;
	}
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: auto;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #029a47;
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul li.act a,
.product_details_wrap .product_range_box .product_nav .pro_nav ul li:hover a {
	color: #029a47;
}

.product_details_wrap .product_range_box .product_nav .pro_nav ul li.act a:after,
.product_details_wrap .product_range_box .product_nav .pro_nav ul li:hover a:after {
	width: 100%;
}

.product_details_wrap .product_range_box .product_info .text {
	margin-top: 25px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_range_box .product_info .text {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_range_box .product_info .text {
		margin-top: 15px;
	}
}

.product_details_wrap .product_range_box .product_info .text p {
	font-size: 16px;
	line-height: 1.875;
	word-break: break-word;
	color: #444;
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_info .text p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_info .text p {
		font-size: 14px;
	}
}

.product_details_wrap .product_range_box .product_inquire .inquire_form {
	margin-top: 25px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form {
		margin-top: 15px;
	}
}

.product_details_wrap .product_range_box .product_inquire .inquire_form p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form p {
		font-size: 14px;
	}
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt {
	margin-top: 24px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt {
		margin-top: 15px;
	}
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul {
	margin: 0 -8px;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li {
	margin-bottom: 16px;
	padding: 0 8px;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li .first_input input {
	color: #f3f3f3;
	border: 1px solid #029a47;
	background-color: #029a47;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li .first_input input:focus {
	border: 1px solid #029a47;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li .for_input {
	position: relative;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li .for_textarea label {
	top: 15px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li .for_ed label {
	font-size: 12px;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li label {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li input,
.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	color: #222;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #fff;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li input:focus,
.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li textarea:focus {
	border: 1px solid #029a47;
	box-shadow: none;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 200px;
	padding: 5px 15px;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button {
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	margin-top: 8px;
	padding: 0 74px;
	cursor: pointer;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #f3f3f3;
	border-radius: 0;
	background-color: #029a47;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button {
		padding: 0 60px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button {
		padding: 0 50px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button {
		font-size: 15px;
		line-height: 45px;
		margin-top: 0;
		padding: 0 40px;
	}
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e602';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li button:hover {
	box-shadow: 0 2px 15px 0 rgba(2, 154, 71, .6);
}

.product_details_wrap .product_range_box .product_related .tit_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn {
	font-size: 0;
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn span {
	display: inline-block;
	cursor: pointer;
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 42px;
	display: block;
	width: 42px;
	height: 42px;
	content: '\e63b';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	text-align: center;
	color: #029a47;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_range_box .product_related .tit_box .related_btn span:before {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_related .tit_box .related_btn span:before {
		font-size: 18px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_range_box .product_related .tit_box .related_btn span:before {
		font-size: 16px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn span:hover:before {
	color: #fff;
	background-color: #029a47;
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn .next {
	margin-left: 10px;
}

.product_details_wrap .product_range_box .product_related .tit_box .related_btn .next:before {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.product_details_wrap .product_range_box .product_related .list {
	margin-top: 30px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_range_box .product_related .list {
		margin-top: 25px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list {
		margin-top: 20px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related {
	font-size: 0 !important;
	position: relative;
}

.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list {
		margin: 0 -5px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list .slick-slide {
	padding: 0 15px 10px 15px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item {
	display: block;
	border: 1px solid #029a47;
	background: #fff;
}

@media (min-width: 1200px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item:hover .name a {
		color: #029a47;
	}
	.product_details_wrap .product_range_box .product_related .list .slick_related .item:hover .more a {
		color: #fff;
		border: 1px solid #029a47;
		background-color: #029a47;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item .pic .img-box {
	padding-bottom: 100%;
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item .name {
	padding: 10px 24px 16px 24px;
	text-align: center;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name {
		padding: 10px 20px 16px 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name {
		padding: 10px 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name {
		padding: 5px 5px 14px 5px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item .name a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3f3f3f;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .name a {
		font-size: 14px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item .more {
	padding: 0 24px 24px 24px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .more {
		padding: 0 20px 20px 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .more {
		padding: 0 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .more {
		padding: 0 10px 10px 10px;
	}
}

.product_details_wrap .product_range_box .product_related .list .slick_related .item .more a {
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #d9d9d9;
	border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
	.product_details_wrap .product_range_box .product_related .list .slick_related .item .more a {
		line-height: 30px;
	}
}

.download_wrap {
	padding: 100px 0 130px;
}

@media (max-width: 1680px) {
	.download_wrap {
		padding: 90px 0 100px;
	}
}

@media (max-width: 1469px) {
	.download_wrap {
		padding: 80px 0 90px;
	}
}

@media (max-width: 1199px) {
	.download_wrap {
		padding: 50px 0 70px;
	}
}

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

@media (max-width: 767px) {
	.download_wrap {
		padding: 40px 0 50px;
	}
}

.download_wrap .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.download_wrap .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.download_wrap .list ul {
		margin: 0 -5px;
	}
}

.download_wrap .list ul li {
	margin-bottom: 30px;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.download_wrap .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.download_wrap .list ul li {
		margin-bottom: 20px;
		padding: 0 5px;
	}
}

.download_wrap .list .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
	background-color: #f3f3f3;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.download_wrap .list .item:hover .info .tit {
		color: #029a47;
	}
	.download_wrap .list .item:hover .info .tit .tit_line {
		background-image: -webkit-gradient(linear, left top, right top, from(#029a47), to(#029a47));
		background-image: -webkit-linear-gradient(left, #029a47 0%, #029a47 100%);
		background-image: linear-gradient(to right, #029a47 0%, #029a47 100%);
		background-size: 100% 1px;
	}
	.download_wrap .list .item:hover .info .download_btn:before {
		color: #029a47;
	}
}

@media (max-width: 575px) {
	.download_wrap .list .item {
		display: block;
	}
}

.download_wrap .list .item .pic {
	width: 170px;
}

@media (max-width: 575px) {
	.download_wrap .list .item .pic {
		width: 100%;
	}
}

.download_wrap .list .item .pic .img-box {
	padding-bottom: 70.58823529%;
}

.download_wrap .list .item .info {
	position: relative;
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
	padding-right: 80px;
	padding-left: 26px;
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info {
		padding-right: 50px;
		padding-left: 20px;
	}
}

@media (max-width: 575px) {
	.download_wrap .list .item .info {
		width: 100%;
		margin-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}
}

.download_wrap .list .item .info .tit {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	height: 29px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3f3f3f;
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info .tit {
		font-size: 18px;
		height: auto;
	}
}

.download_wrap .list .item .info .msg {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.download_wrap .list .item .info .msg {
		margin: 15px 0 5px;
	}
}

.download_wrap .list .item .info .msg span {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	color: #3f3f3f;
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info .msg span {
		font-size: 15px;
	}
}

.download_wrap .list .item .info .msg span:first-child {
	margin-right: 24px;
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info .msg span:first-child {
		margin-right: 12px;
	}
}

.download_wrap .list .item .info .download_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1399px) {
	.download_wrap .list .item .info .download_btn {
		right: 10px;
	}
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info .download_btn {
		right: 0;
	}
}

@media (max-width: 991px) {
	.download_wrap .list .item .info .download_btn {
		right: 10px;
	}
}

@media (max-width: 575px) {
	.download_wrap .list .item .info .download_btn {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: right;
	}
}

.download_wrap .list .item .info .download_btn a {
	display: block;
}

.download_wrap .list .item .info .download_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e6f2';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #d9d9d9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1399px) {
	.download_wrap .list .item .info .download_btn a:before {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.download_wrap .list .item .info .download_btn a:before {
		font-size: 34px;
	}
}

.download_wrap .page {
	padding-top: 50px;
}

@media (max-width: 1469px) {
	.download_wrap .page {
		padding-top: 40px;
	}
}

@media (max-width: 1199px) {
	.download_wrap .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.download_wrap .page {
		padding-top: 20px;
	}
}

.download_wrap .page ul li.active>a,
.download_wrap .page ul li:hover>a {
	color: #fff;
	background-color: #029a47;
}

.download_wrap .page ul li a {
	background-color: #f3f3f3;
}

.news_wrap {
	padding: 100px 0 130px;
}

@media (max-width: 1680px) {
	.news_wrap {
		padding: 90px 0 100px;
	}
}

@media (max-width: 1469px) {
	.news_wrap {
		padding: 80px 0 90px;
	}
}

@media (max-width: 1199px) {
	.news_wrap {
		padding: 50px 0 70px;
	}
}

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

@media (max-width: 767px) {
	.news_wrap {
		padding: 40px 0 50px;
	}
}

.news_wrap .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.news_wrap .list ul {
		margin: 0 -10px;
	}
}

.news_wrap .list ul li {
	margin-bottom: 30px;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.news_wrap .list ul li {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

.news_wrap .list .item {
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #f3f3f3;
}

@media (min-width: 1200px) {
	.news_wrap .list .item:hover {
		background-color: #029a47;
	}
	.news_wrap .list .item:hover .info .time {
		color: #fff;
	}
	.news_wrap .list .item:hover .info .name {
		color: #fff;
	}
	.news_wrap .list .item:hover .info .name .tit_line {
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
		background-image: linear-gradient(to right, #fff 0%, #fff 100%);
		background-size: 100% 1px;
	}
	.news_wrap .list .item:hover .info p {
		color: #f3f3f3;
	}
}

.news_wrap .list .item .pic {
	padding: 10px 10px 0 10px;
}

.news_wrap .list .item .pic .img-box {
	padding-bottom: 69.76744186%;
}

.news_wrap .list .item .info {
	padding: 16px 26px 30px 26px;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info {
		padding: 16px 20px 20px 20px;
	}
}

.news_wrap .list .item .info .time {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #029a47;
}

.news_wrap .list .item .info .time:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 15px;
	content: '\e62a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .list .item .info .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	margin: 22px 0 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info .name {
		margin: 15px 0;
	}
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info .name {
		font-size: 18px;
		margin: 10px 0;
	}
}

@media (max-width: 767px) {
	.news_wrap .list .item .info .name {
		font-size: 16px;
	}
}

.news_wrap .list .item .info p {
	font-size: 16px;
	line-height: 1.6875;
	display: -webkit-box;
	overflow: hidden;
	height: 54px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info p {
		font-size: 15px;
		height: 51px;
	}
}

@media (max-width: 767px) {
	.news_wrap .list .item .info p {
		font-size: 14px;
		height: 48px;
	}
}

.news_wrap .page {
	padding-top: 50px;
}

@media (max-width: 1469px) {
	.news_wrap .page {
		padding-top: 40px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.news_wrap .page {
		padding-top: 20px;
	}
}

.news_wrap .page ul li.active>a,
.news_wrap .page ul li:hover>a {
	color: #fff;
	background-color: #029a47;
}

.news_wrap .page ul li a {
	background-color: #f3f3f3;
}

.news_details .news_title {
	text-align: left;
}

.news_details .news_title b {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: #222;
}

@media (max-width: 1469px) {
	.news_details .news_title b {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.news_details .news_title b {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.news_details .news_title b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title b {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title b {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.news_details .news_title b {
		font-size: 18px;
	}
}

.news_details .news_title .time {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	color: #029a47;
}

@media (max-width: 991px) {
	.news_details .news_title .time {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title .time {
		font-size: 15px;
	}
}

.news_details .info {
	margin: 30px 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

@media (max-width: 991px) {
	.news_details .info {
		margin: 20px 0;
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.news_details .info {
		margin: 15px 0;
	}
}

.news_details .info ul li {
	list-style: inherit !important;
}

.news_details .info p {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

@media (max-width: 1199px) {
	.news_details .info p {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.news_details .info p {
		font-size: 14px;
	}
}

.news_details .share_box span {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #222;
}

@media (max-width: 767px) {
	.news_details .share_box span {
		font-size: 15px;
	}
}

.news_details .share_box .share_tool {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.news_details .news_page {
	position: relative;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.news_details .news_page {
		margin-top: 20px;
	}
}

.news_details .news_page .item {
	font-size: 18px;
	line-height: 1.33333333;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.news_details .news_page .item {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.news_details .news_page .item {
		font-size: 15px;
	}
}

.news_details .news_page .item:hover a {
	text-decoration: underline !important;
}

.news_details .news_page .next {
	padding-top: 20px;
}

@media (max-width: 1199px) {
	.news_details .news_page .next {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.news_details .news_page .next {
		padding-top: 10px;
	}
}

.news_details .product_detail_wrap {
	padding: 0;
}

.news_details .product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li input,
.news_details .product_details_wrap .product_range_box .product_inquire .inquire_form .form_ipt ul li textarea {
	border: 1px solid #d9d9d9 !important;
}

.contact_wrap {
	overflow: hidden;
	padding-top: 100px;
}

@media (max-width: 1469px) {
	.contact_wrap {
		padding-top: 90px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap {
		padding-top: 80px;
	}
}

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

@media (max-width: 991px) {
	.contact_wrap {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.contact_wrap {
		padding-top: 50px;
	}
}

.contact_wrap .cont_box .list {
	margin-top: 73px;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .list {
		margin-top: 67px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .list {
		margin-top: 57px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .list {
		margin-top: 47px;
	}
}

.contact_wrap .cont_box .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .list ul {
		margin: 0 -5px;
	}
}

.contact_wrap .cont_box .list ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .list ul li {
		margin-bottom: 40px;
		padding: 0 10px;
	}
	.contact_wrap .cont_box .list ul li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .list ul li {
		padding: 0 5px;
	}
}

.contact_wrap .cont_box .list .item {
	position: relative;
	padding: 60px 60px 24px 24px;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .list .item {
		padding: 60px 30px 24px 24px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .list .item {
		padding: 60px 24px 24px 24px;
	}
}

.contact_wrap .cont_box .list .item .icon_cont {
	position: absolute;
	top: -17px;
	left: 24px;
}

.contact_wrap .cont_box .list .item .icon_cont:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 52px;
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #fff;
	background-color: #029a47;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_wrap .cont_box .list .item .icon_cont:after {
	position: absolute;
	top: 0;
	left: -5px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-bottom: 17px solid #0f8143;
	border-left: 5px solid transparent;
}

.contact_wrap .cont_box .list .item span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	margin-bottom: 16px;
	color: #444;
}

@media (max-width: 767px) {
	.contact_wrap .cont_box .list .item span {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.contact_wrap .cont_box .list .item p {
	font-size: 16px;
	line-height: 1.5;
	color: #3f3f3f;
}

.contact_wrap .cont_box .list .item p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact_wrap .cont_box .list .item p a:hover {
	color: #029a47;
}

.contact_wrap .cont_box .list .tel .icon_cont:before {
	content: '\e63f';
}

.contact_wrap .cont_box .list .email .icon_cont:before {
	content: '\e678';
}

.contact_wrap .cont_box .list .address .icon_cont:before {
	content: '\e64e';
}

.contact_wrap #message_box {
	margin-top: -70px;
	padding-top: 70px;
}

.contact_wrap .message_box .title {
	text-align: center;
}

.contact_wrap .message_box .title h2:after {
	margin: 16px auto 0;
}

.contact_wrap .message_box .msg {
	max-width: 810px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.contact_wrap .message_box .msg {
		margin-top: 15px;
	}
}

.contact_wrap .message_box .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #3f3f3f;
}

@media (max-width: 991px) {
	.contact_wrap .message_box .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .message_box .msg p {
		font-size: 14px;
	}
}

.contact_wrap .message_box .form_ipt {
	margin-top: 56px;
}

@media (max-width: 1469px) {
	.contact_wrap .message_box .form_ipt {
		margin-top: 50px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .message_box .form_ipt {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .message_box .form_ipt {
		margin-top: 30px;
	}
}

.contact_wrap .message_box .form_ipt ul {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.contact_wrap .message_box .form_ipt ul {
		margin: 0 -10px;
	}
}

.contact_wrap .message_box .form_ipt ul li {
	margin-bottom: 30px;
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.contact_wrap .message_box .form_ipt ul li {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .message_box .form_ipt ul li {
		margin-bottom: 15px;
	}
}

.contact_wrap .message_box .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.contact_wrap .message_box .form_ipt ul li .for_input {
	position: relative;
}

.contact_wrap .message_box .form_ipt ul li .for_textarea label {
	top: 15px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact_wrap .message_box .form_ipt ul li .for_ed label {
	font-size: 12px;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.contact_wrap .message_box .form_ipt ul li label {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	color: #444;
}

@media (max-width: 767px) {
	.contact_wrap .message_box .form_ipt ul li label {
		font-size: 15px;
	}
}

.contact_wrap .message_box .form_ipt ul li input,
.contact_wrap .message_box .form_ipt ul li textarea {
	font-size: 16px;
	line-height: 44px;
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	color: #222;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	background-color: transparent;
}

@media (max-width: 767px) {
	.contact_wrap .message_box .form_ipt ul li input,
	.contact_wrap .message_box .form_ipt ul li textarea {
		font-size: 15px;
	}
}

.contact_wrap .message_box .form_ipt ul li input:focus,
.contact_wrap .message_box .form_ipt ul li textarea:focus {
	border: 1px solid #029a47;
	box-shadow: none;
}

.contact_wrap .message_box .form_ipt ul li textarea {
	line-height: 26px;
	min-height: 200px;
	padding: 5px 15px;
}

.contact_wrap .message_box .form_ipt ul li button {
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	padding: 0 74px;
	cursor: pointer;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #f3f3f3;
	border-radius: 0;
	background-color: #029a47;
}

@media (max-width: 1199px) {
	.contact_wrap .message_box .form_ipt ul li button {
		padding: 0 60px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .message_box .form_ipt ul li button {
		padding: 0 50px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .message_box .form_ipt ul li button {
		font-size: 15px;
		line-height: 45px;
		padding: 0 40px;
	}
}

.contact_wrap .message_box .form_ipt ul li button:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e602';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_wrap .message_box .form_ipt ul li button:hover {
	box-shadow: 0 2px 15px 0 rgba(2, 154, 71, .6);
}

.sitemap_wrap {
	overflow: hidden;
}

.sitemap_wrap .title {
	text-align: left;
}

.sitemap_wrap .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.sitemap_wrap .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list {
		margin-top: 20px;
	}
}

.sitemap_wrap .list>ul>li:last-child .item {
	margin-bottom: 0;
}

.sitemap_wrap .list .item {
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.sitemap_wrap .list .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item {
		margin-bottom: 15px;
	}
}

.sitemap_wrap .list .item .link_a a {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.77777778;
	display: block;
	width: 200px;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
	background-color: #029a47;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .link_a a {
		font-size: 16px;
		line-height: 2.8125;
		width: 180px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .link_a a {
		width: 160px;
	}
}

.sitemap_wrap .list .item .page_a {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.sitemap_wrap .list .item .page_a>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.22222222;
	display: inline-block;
	padding-right: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 1469px) {
	.sitemap_wrap .list .item .page_a>a {
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 17px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 16px;
		padding-right: 20px;
	}
}

.sitemap_wrap .list .item .page_a>a:hover {
	color: #029a47;
}

.sitemap_wrap .list .more .pro_list1 {
	padding-top: 0;
	padding-bottom: 5px;
}

.sitemap_wrap .list .more .pro_list1>li {
	margin-top: 10px;
}

@media (max-width: 480px) {
	.sitemap_wrap .list .more .pro_list1>li {
		margin-top: 5px;
	}
}

.sitemap_wrap .list .more .pro_list1>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	padding: 5px 0;
	padding-left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

.sitemap_wrap .list .more .pro_list1>li>a:hover {
	color: #029a47;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		font-size: 17px;
		position: static;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		font-size: 16px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 {
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2 {
		padding-top: 0;
		padding-left: 0;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li {
	display: inline-block;
	padding: 0 15px;
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
		font-size: 15px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a:hover {
	text-decoration: underline !important;
	color: #029a47;
}