/*index_banner*/

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

.banner .img-box {
	z-index: 0;
	padding-bottom: 44.79166666666667%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 3px rgba(255, 255, 255, .5);
	cursor: pointer;
	margin: 0 9px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.banner .slick-dots li.slick-active {
	width: 40px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

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

.banner .item {
	position: relative;
}

.banner .item .info {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .item .info .text {
	padding: 80px 0 0 90px;
}

.banner .item .info .text b {
	display: block;
	font-weight: bold;
	font-size: 60px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.banner .item .info .text p {
	font-size: 22px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1469px) {
	.banner .item .info .text {
		padding: 60px 0 0 60px;
	}
	.banner .item .info .text b {
		font-size: 55px;
	}
	.banner .item .info .text p {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.banner .item .info .text {
		padding: 50px 0 0 50px;
	}
	.banner .item .info .text b {
		font-size: 45px;
	}
	.banner .item .info .text p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.banner .slick-dots {
		bottom: 20px;
	}
	.banner .slick-dots li.slick-active {
		width: 30px;
	}
	.banner .item .info .text {
		padding: 60px 0 0 40px;
	}
	.banner .item .info .text b {
		font-size: 40px;
	}
	.banner .item .info .text p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li.slick-active {
		width: 25px;
	}
	.banner .item .info .text {
		padding: 20px 15% 0 15%;
	}
	.banner .item .info .text b {
		font-size: 20px;
	}
	.banner .item .info .text p {
		font-size: 15px;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	display: block;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	/*color: #f89837;*/
	color: #C1AA8C;
	text-transform: uppercase;
}

.title span {
	font-size: 64px;
	color: #5fb231;
}

.title span:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25%;
	border-bottom: dashed 1px #999999;
	margin-right: 25px;
}

.title span:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25%;
	border-bottom: dashed 1px #999999;
	margin-left: 25px;
}

.title p {
	font-size: 16px;
	line-height: 1.875;
	color: #999999;
}

.padd {
	padding: 100px 0;
}

.lists {
	padding-top: 60px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
	.title b {
		font-size: 36px;
	}
	.lists {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
	.title b {
		font-size: 32px;
	}
	.lists {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.title b {
		font-size: 26px;
	}
	.title span {
		font-size: 24px;
	}
	.title span:before {
		margin-right: 15px;
	}
	.title span:after {
		margin-left: 15px;
	}
	.lists {
		padding-top: 30px;
	}
}


/*index_about*/

.index_about {
	overflow: hidden;
}

.index_about .row {
	margin: 0 -20px;
}

.index_about .left,
.index_about .right {
	padding: 0 20px;
}

.index_about .left .msg b {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #999999;
}

.index_about .left .msg b span {
	font-size: 48px;
	color: #5fb231;
	margin-left: 5px;
}

.index_about .left .msg .pic {
	float: right;
}

.index_about .left .msg .pic img {
	max-width: 100%;
	height: auto !important;
}

.index_about .left .text {
	margin-top: 30px;
}

.index_about .left .text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.index_about .left .more {
	margin-top: 35px;
}

.index_about .left .more a {
	display: block;
	width: 160px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #5fb231;
	/*font-family: 'Poppins-Light';*/
	font-size: 14px;
	line-height: 2.857142857142857;
	color: #5fb231;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .left .more a:after {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e608';
	margin-left: 10px;
}

.index_about .left .more a:hover {
	color: #FFFFFF;
	background-color: #5fb231;
}

.index_about .right .item {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.index_about .right ul li:last-child .item {
	margin-bottom: 0;
}

.index_about .right .item .pic {
	width: 160px;
	float: left;
}

.index_about .right .item .pic .img-box {
	padding-bottom: 65.625%;
}

.index_about .right .item .info {
	float: right;
	width: 67%;
}

.index_about .right .item .info .msg b {
	display: block;
	float: left;
	/*font-family: 'Poppins-Medium';*/
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}

.index_about .right .item .info .msg span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #5fb231;
}

.index_about .right .item .info .text {
	margin-top: 10px;
}

.index_about .right .item .info .text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	height: 72px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1469px) {
	.index_about .right .item .info {
		width: 60%;
	}
}

@media (max-width: 1199px) {
	.index_about .left .msg b {
		font-size: 32px;
	}
	.index_about .left .msg b span {
		font-size: 40px;
	}
	.index_about .left .text {
		margin-top: 20px;
	}
	.index_about .left .more {
		margin-top: 30px;
	}
	.index_about .right .item .info {
		width: 52%;
	}
}

@media (max-width: 991px) {
	.index_about .left .msg b {
		font-size: 30px;
	}
	.index_about .left .msg b span {
		font-size: 36px;
	}
	.index_about .left .more {
		margin-top: 20px;
	}
	.index_about .right {
		margin-top: 30px;
	}
	.index_about .right .item .pic {
		width: 30%;
	}
	.index_about .right .item .info {
		width: 70%;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.index_about .left .msg b {
		font-size: 26px;
	}
	.index_about .left .msg b span {
		font-size: 34px;
	}
	.index_about .right .item .info {
		width: 70%;
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.index_about .left .msg b {
		font-size: 22px;
		float: none;
	}
	.index_about .left .msg b span {
		font-size: 34px;
	}
	.index_about .left .msg .pic {
		float: none;
		margin-top: 20px;
	}
	.index_about .right .item .pic {
		width: 100%;
		float: none;
	}
	.index_about .right .item .info {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 10px;
	}
}


/*index_service*/

.index_service {
	background: url(../images/img/index_serbg.jpg) no-repeat center;
	background-size: cover;
}

.index_service .title b,
.index_service .title span,
.index_service .title p {
	/*color: #FFFFFF;*/
	color: green;
}

.index_service .title span:before,
.index_service .title span:after {
	/*border-bottom: dashed 1px #FFFFFF;*/
	border-bottom: dashed 1px green;
}

.index_service .list {
	margin-top: 45px;
}

.index_service .list ul {
	margin: 0 -25px;
}

.index_service .list ul li {
	width: 20%;
	float: left;
	padding: 0 25px;
}

.index_service .list .item .pic {
	display: block;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.index_service .list .item .pic .img-box {
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.index_service .list .item:hover .pic .img-box {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.index_service .list .item .pic .pic_cover {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	/*padding: 8px;*/
	opacity: 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: all 0.35s ease 0.35s;
	-moz-transition: all 0.35s ease 0.35s;
	transition: all 0.35s ease 0.35s;
	
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px green;
	
}

.index_service .list .item:hover .pic .pic_cover {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

.index_service .list .item .pic .pic_cover:before {
	/*
	width: 100%;
	height: 100%;
	display: block;
	font-family: 'hannann-logo';
	font-size: 134px;
	/*content: '\e65d';*
	content: '\e801';
	text-align: center;
	color: #5FB231;
	/*line-height: 3.666666666666667;*
	border: 5px solid #5fb231;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;*/
}

.index_service .list .item .pic .pic_cover.cate_crop:before {
/*
	/*content: '\e626';*
	width: 100%;
	height: 100%;
	display: block;
	font-family: 'hannann-logo';
	font-size: 134px;
	/*content: '\e65d';*
	content: '\e802';
	text-align: center;
	color: #5FB231;
	/*line-height: 3.666666666666667;*
	border: 5px solid #5fb231;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;*/
}

.index_service .list .item .pic .pic_cover.cate_im:before {
/*	content: '\e801';
	font-size: 128px;
	font-family:'hannann-logo';
	width: 100%;
	height: 100%;*/
}

.index_service .list .item .pic .pic_cover.cate_in:before {
/*	content: '\e800';
	font-size: 128px;
	font-family:'hannann-logo';
	width: 100%;
	height: 100%;
	*/
}

.index_service .list .item .pic .pic_cover.ser:before {
	content: '\e6a1';
}

.index_service .list .item .info {
	text-align: center;
	margin-top: 20px;
}

.index_service .list .item .info .cate a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.875;
	color: #000000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_service .list .item .info .note {
	margin-top: 20px;
}

.index_service .list .item .info .note a {
	display: block;
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.index_service .list .item .info .cate a:hover,
.index_service .list .item .info .note a:hover {
	color: #5fb231;
}

@media (max-width: 1199px) {
	.index_service .list ul {
		margin: 0 -15px;
	}
	.index_service .list ul li {
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.index_service .list ul li {
		width: 33.333%;
		padding: 0 15px 20px 15px;
	}
	.index_service .list ul li:last-child {
		padding: 0 15px 0 15px;
	}
	.index_service .list .item .info .note {
		height: 144px;
		margin-top: 0;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.index_service .list {
		margin-top: 30px;
	}
	.index_service .list ul li {
		width: 50%;
	}
	.index_service .list .item .info {
		margin-top: 10px;
	}
}


/*index_choose*/

.index_choose {
	padding-bottom: 110px;
}

.index_choose .title p {
	width: 60%;
	margin: auto;
}

.index_choose .item {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_choose .item:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border: 8px solid #5fb231;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_choose .item:hover {
	box-shadow: 0px 5px 20px 0px rgba(95, 178, 49, 0.5);
}

.index_choose .item:hover:before {
	opacity: 1;
}

.index_choose .item .pic .img-box {
	padding-bottom: 44.44444444444444%;
}

.index_choose .item .info {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.index_choose .item .info .msg b {
	display: block;
	font-size: 20px;
	line-height: 1.6;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_choose .item .info .msg b:after {
	float: right;
	font-family: 'iconfont';
	font-weight: normal;
	font-size: 36px;
	line-height: 1.125;
	content: '\e684';
	/*color: #f89837;*/
	color: #C1AA8C;
}

.index_choose ul li:nth-child(2) .item .info .msg b:after {
	content: '\e69e';
}

.index_choose ul li:last-child .item .info .msg b:after {
	content: '\e63a';
}

.index_choose .item .info .text {
	margin-top: 20px;
}

.index_choose .item .info .text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 96px;
}

.index_choose .item .info span {
	display: block;
	position: absolute;
	right: 30px;
	bottom: -25px;
	font-size: 80px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	/*color: #f89837;*/
	color: #C1AA8C;
	opacity: 0.15;
}

@media (max-width: 1469px) {
	.index_choose .title p {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.index_choose .title p {
		width: 80%;
	}
	.index_choose {
		padding-bottom: 80px;
	}
	.index_choose .item .info {
		padding: 20px;
	}
	.index_choose .item .info .text {
		margin-top: 10px;
	}
	.index_choose .item .info .msg b:after {
		font-size: 32px;
	}
	.index_choose .item .info span {
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.index_choose .title p {
		width: 70%;
	}
	.index_choose {
		padding-bottom: 50px;
	}
	.index_choose .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.index_choose {
		padding-bottom: 10px;
	}
	.index_choose .title p {
		width: 100%;
	}
	.index_choose .item .info {
		padding: 20px 15px;
	}
	.index_choose .item .info .msg b {
		font-size: 18px;
	}
	.index_choose .item .info .msg b:after {
		font-size: 28px;
	}
	.index_choose .item .info span {
		font-size: 60px;
	}
}


/*join_box*/

.join_box {
	background: url(../images/img/join_bg.jpg) no-repeat center;
	background-size: cover;
}

.join_box .title b,
.join_box .title span,
.join_box .title p {
	/*color: #FFFFFF;*/
	color:green;
}

.join_box .title span:before,
.join_box .title span:after {
	/*border-bottom: dashed 1px #FFFFFF;*/
	border-bottom: dashed 1px green;
}

.join_box .title p {
	width: 60%;
	margin: auto;
}

.join_box .tit b {
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	/*color: #ffffff;*/
	color:green;
	text-align: center;
}

.join_box .join_form {
	width: 45%;
	margin: auto;
	margin-top: 40px;
}

.join_box .join_form .row {
	margin: 0 -5px;
}

.join_box .join_form .row li {
	padding: 0 5px;
}

.join_box .join_form input {
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 42px;
	color: #999999;
	padding: 0 15px;
}

.join_box .join_form textarea {
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 42px;
	color: #999999;
	padding: 0 15px;
}

.join_box .join_form button {
	width: 100%;
	height: 42px;
	background-color: #5fb231;
	font-size: 14px;
	line-height: 42px;
	color: #f9fff9;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.join_box .join_form button:hover {
	opacity: .8;
}

.join_box .join_form input::-webkit-input-placeholder,
.join_box .join_form textarea::-webkit-input-placeholder {
	color: #999999;
}

.join_box .join_form input:-o-placeholder,
.join_box .join_form textarea:-o-placeholder {
	color: #999999;
}

.join_box .join_form input::-moz-placeholder,
.join_box .join_form textarea::-moz-placeholder {
	color: #999999;
}

.join_box .join_form input:-ms-input-placeholder,
.join_box .join_form textarea:-ms-input-placeholder {
	color: #999999;
}

.join_box .join_form input:focus::-webkit-input-placeholder,
.join_box .join_form textarea:focus::-webkit-input-placeholder {
	color: #EEEEEE;
}

.join_box .join_form input:focus::-o-placeholder,
.join_box .join_form textarea:focus::-o-placeholder {
	color: #EEEEEE;
}

.join_box .join_form input:focus::-moz-placeholder,
.join_box .join_form textarea:focus::-moz-placeholder {
	color: #EEEEEE;
}

.join_box .join_form input:focus::-ms-input-placeholder,
.join_box .join_form textarea:focus::-ms-input-placeholder {
	color: #EEEEEE;
}

@media (max-width: 1469px) {
	.join_box .join_form {
		width: 58%;
	}
}

@media (max-width: 1199px) {
	.join_box .title p {
		width: 80%;
	}
	.join_box .join_form {
		width: 68%;
	}
}

@media (max-width: 991px) {
	.join_box .title p {
		width: 90%;
	}
	.join_box .join_form {
		width: 68%;
	}
	.join_box .join_form li {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.join_box .title p {
		width: 100%;
	}
	.join_box .join_form {
		width: 80%;
		margin-top: 30px;
	}
}


/*pagebanner*/

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

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

.pagebanner .item {
	position: relative;
}

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

.pagebanner .title b,
.pagebanner .title span,
.pagebanner .title p {
	/*color: #FFFFFF;*/
	color: green;
}

.pagebanner .title span:before,
.pagebanner .title span:after {
	border-bottom: dashed 1px #FFFFFF;

}

.pagebanner .title span:before,
.pagebanner .title span:after {
	width: 18%;
}

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

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

@media (max-width: 480px) {
	.pagebanner .title {
		top: 66%;
	}
	.pagebanner .title span {
		display: none;
	}
	.pagebanner .title b {
		font-size: 22px;
	}
	.pagebanner .title p {
		font-size: 14px;
	}
}


/*product*/

.product {
	overflow: hidden;
}

.product .left {
	width: 22.696%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	box-shadow: 0px 5px 20px 0px rgba(248, 152, 55, 0.2);
}

.product .right {
	width: 77.304%;
	padding: 0 0 50px 35px;
}

.product .left .pro_category b {
	display: block;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	/*color: #f89837;*/
	color: #C1AA8C;
	text-align: center;
	padding: 35px 0 24px 0;
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li {
	margin-bottom: 2px;
}

.product .left .menu .menu1>li>a {
	display: block;
	/*font-family: 'Poppins-Light';*/
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	padding: 10px 0 10px 35px;
	position: relative;
	background-color: #fff3e0;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu .menu1>li.more>a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 2px;
	height: 8px;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotateZ(90deg);
}

.product .left .menu .menu1>li.nomore>a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 2px;
	height: 8px;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotateZ(90deg);
}

.product .left .menu .menu1>li:hover>a,
.product .left .menu .menu1>li.active>a {
	color: #FFFFFF;
	background-color: #5fb231;
}

.product .left .menu .menu1>li.nomore:hover>a:before,
.product .left .menu .menu1>li.nomore.active>a:before {
	background-color: #FFFFFF;
	-webkit-transform: translateY(-50%) rotateZ(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotateZ(0);
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
}

.product .left .menu ul.menu2>li,
.product .left .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
	padding-left: 0;
}

.product .left .menu ul.menu2>li.more>a,
.product .left .menu ul.menu3>li.more>a {
	position: relative;
}

.product .left .menu .nomore .menu2 {
	padding: 20px 0;
}

.product .left .menu ul.menu2>li>a {
	position: relative;
	left: 0;
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 45px;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu2>li>a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #5fb231;
	margin-right: 10px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu2>li.active>a,
.product .left .menu ul.menu2>li:hover>a {
	color: #5fb231;
}

.product .left .menu ul.menu2>li.active>a:before,
.product .left .menu ul.menu2>li:hover>a:before {
	opacity: 1;
}

.product .left .menu ul.menu3>li>a:before {
	display: none;
}

.product .left .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	padding-left: 50px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu3>li>a:hover {
	color: #1e4e9e;
	text-decoration: underline !important;
}

.product .cate_title {
	padding: 40px 0 35px 0;
	text-align: center;
}

.product .cate_title b {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #5fb231;
}

.product .cate_title b:before,
.product .cate_title b:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25%;
	margin-right: 25px;
	border-bottom: 1px dashed #5fb231;
}

.product .cate_title b:after {
	margin-left: 25px;
	margin-right: 0;
}

.product .prod_lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .prod_lists .item:hover {
	box-shadow: 0px 5px 20px 0px rgba(95, 178, 49, 0.2);
}

.product .prod_lists .item .img-box {
	padding-bottom: 90.90909090909091%;
}

.product .prod_lists .item .name {
	text-align: center;
	padding: 0 10px;
	margin-top: 15px;
}

.product .prod_lists .item .name b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .prod_lists .item .percentage {
	position: relative;
	margin-top: 20px;
}

.product .prod_lists .item .percentage .per_num {
	width: 100%;
	height: 24px;
	position: relative;
	background-color: #ade581;
	border-radius: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.product .prod_lists .item .percentage .per_num p {
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	color: transparent;
	border-radius: 10px;
	background-color: #5fb231;
}

.product .prod_lists .item .percentage .per_num .num {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}

.product .prod_lists .item .percentage .per_num .num span {
	margin-left: 10px;
}

.product .prod_lists .item .percentage .per_num.one .num {
	color: #5fb231;
	background-color: #FFFFFF;
}

.product .prod_lists .item .percentage .per_num.one .num span {
	display: none;
}

.product .prod_lists .item .more {
	margin-top: 20px;
}

.product .prod_lists .item .more p {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 3;
	/*color: #f89837;*/
	color: #C1AA8C;
	text-align: center;
	background-color: #fff3e0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .prod_lists .item:hover .more p {
	color: #FFFFFF;
	background-color: #5fb231;
}

.product .join_box {
	margin-top: 20px;
}

.product .join_box .container {
	width: 100%;
}

.product .join_box .join_form {
	width: 63%;
}

.product .page {
	padding: 40px 0;
}

@media (max-width: 1469px) {
	.product .join_box .join_form {
		width: 80%;
	}
}

@media (max-width: 1199px) {
	.product .left {
		width: 25%;
	}
	.product .right {
		width: 75%;
	}
	.product .left .pro_category b {
		font-size: 28px;
	}
	.join_box .tit b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.product .left {
		display: none;
	}
	.product .right {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.product .cate_title b {
		font-size: 22px;
	}
	.join_box .tit b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.product .cate_title b {
		font-size: 20px;
	}
	.product .cate_title b:before,
	.product .cate_title b:after {
		width: 15%;
		margin-right: 15px;
	}
	.product .cate_title b:after {
		margin-left: 15px;
		margin-right: 0;
	}
	.product .join_box {
		margin-top: 0;
	}
	.join_box .tit b {
		font-size: 24px;
	}
	.product .page {
		padding: 20px 0 40px 0;
	}
}


/*pro_detial*/

.pro_detail .product_box {
	padding: 40px 0;
	background-color: #f6f6f6;
}

.product_box .left {
	width: 34%;
	font-size: 0;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: #FFFFFF;
}

.product_box .right {
	width: 66%;
	padding-left: 50px;
}

.product_box .item .img-box {
	z-index: 0;
	border: none;
	padding-bottom: 102.2222222222222%;
}

.product_box .right .prod_info .album {
	position: relative;
	width: 100%;
}

.product_box .right .prod_info .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_box .right .prod_info .album .slider-nav {
	padding: 0 55px;
	margin: 20px 0;
	font-size: 0;
}

.product_box .right .prod_info .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.product_box .right .prod_info .album .slider-nav .item {
	padding: 0 10px;
}

.product_box .right .prod_info .album .slider-nav .item .pic {
	border: solid 1px #FFFFFF;
}

.product_box .right .prod_info .album .slider-nav .slick-current .item .pic {
	border: 1px solid #5fb231;
}

.product_box .right .prod_info .album .slider-nav .slick-arrow {
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.product_box .right .prod_info .album .slider-nav .slick-arrow:before {
	display: block;
	width: 40px;
	line-height: 100%;
	background-color: #FFFFFF;
	font-family: 'iconfont' !important;
	font-size: 45px;
	content: '\e727';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #CCCCCC;
}

.product_box .right .prod_info .album .slider-nav .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.product_box .right .prod_info .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e728';
}

.product_box .right .prod_info .album .slider-nav .slick-arrow:hover:before {
	color: #5fb231;
}

.product_box .right .prod_info .pro_title span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #999999;
}

.product_box .right .prod_info .pro_title h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	/*color: #000000;*/
	color:green;
	margin: 0;
}

.product_box .right .prod_info .pro_btn {
	margin-top: 20px;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn {
	display: block;
	width: 240px;
	font-size: 14px;
	line-height: 2.4;
	color: #ffffff;
	background-color: #5fb231;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 20px;
	content: '\e767';
	color: #FFFFFF;
	margin-right: 10px;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:hover {
	text-decoration: underline !important;
}

.product_box .right .prod_info .pro_box {
	margin-top: 25px;
}

.product_box .right .prod_info .pro_box .share_box {
	float: left;
}

.product_box .right .prod_info .pro_box .share_box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
}

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

@media (max-width: 1469px) {
	.product_box .right {
		padding-left: 30px;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.product_box .right .prod_info .pro_title h1 {
		font-size: 28px;
	}
}


/*pro_detail*/

.pro_detail .tab_box {
	margin-top: 40px;
	background-color: #f6f6f6;
}

.pro_detail .tab_box .nav_scroll ul {
	width: 100%;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.pro_detail .tab_box .nav_scroll ul li {
	float: left;
	width: 33%;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	line-height: 3.75;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pro_detail .tab_box .nav_scroll ul li:last-child {
	border-right: none;
}

.pro_detail .tab_box .nav_scroll ul li:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 25px;
	content: '\e633';
	line-height: 0.4166666666666667;
	margin-right: 10px;
}

.pro_detail .tab_box .nav_scroll ul li.active {
	color: #FFFFFF;
	background-color: #5fb231;
}

.pro_detail .tab_box .nav_scroll ul li:hover {
	color: #FFFFFF;
	background-color: #5fb231;
}

.pro_detail .tab_box .nav_scroll ul li.active:before {
	display: none;
}

.pro_detail .tab_box .content {
	padding: 40px;
	background-color: #f6f6f6;
}

.pro_detail .tab_box .content .prod_pdf a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #000000;
}

.pro_detail .tab_box .content .prod_pdf a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 25px;
	content: '\e600';
	color: #000000;
	margin-right: 10px;
}

.pro_detail .tab_box .content .prod_pdf a:hover {
	color: #5fb231;
}

.pro_detail .tab_box .content .text p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pro_detail .tab_box .content .text p img {
	max-width: 100%;
	height: auto !important;
}

.pro_detail .pro_video {
	margin-top: 30px;
}

.pro_detail .pro_video .video {
	position: relative;
}

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

.pro_detail .pro_video .video:hover .video-cover {
	opacity: 1;
}

.pro_detail .pro_video .video .img-box {
	z-index: 0;
	padding-bottom: 56.19047619047619%;
	background-color: #000;
}

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

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

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

.pro_detail .pro_video .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pro_detail .pro_video .video:hover .play {
	opacity: 1;
}

.pro_detail .pro_video .video .play:before {
	font-family: 'iconfont';
	font-size: 38px;
	display: block;
	content: '\e678';
}

.pro_detail .pro_info .pro_title {
	margin-top: 60px;
}

.pro_detail .pro_info .pro_title b {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	/*color: #000000;*/
	color:green;
	text-transform: uppercase;
}

.pro_detail .pro_info .note {
	margin-top: 15px;
}

.pro_detail .pro_info .note p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pro_detail .pro_info .pro_table {
	margin-top: 20px;
}

.pro_detail .pro_info .pro_table table td {
	border: 1px solid #EEEEEE;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_detail .join_box {
	margin-top: 50px;
}

.pro_detail .join_box.padd {
	padding: 80px 0 60px 0;
}

.pro_detail .join_box .join_form ul li {
	margin-bottom: 10px;
}

.pro_detail .join_box .join_form button {
	width: 150px;
	display: block;
	margin: auto;
}

@media (max-width: 1469px) {
	.pro_detail .tab_box .nav_scroll ul li:before {
		margin-right: 5px;
	}
}

@media (max-width: 1199px) {
	.pro_detail .tab_box .nav_scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #FFFFFF;
	}
	.pro_detail .tab_box .nav_scroll ul li {
		float: none;
		width: auto;
		padding: 0 28px;
		font-size: 15px;
	}
	.pro_detail .tab_box .nav_scroll ul li:before {
		font-size: 20px;
		vertical-align: inherit;
	}
	.pro_detail .tab_box .content {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	.product_box .left {
		float: none;
		width: 100%;
	}
	.product_box .right {
		float: none;
		width: 100%;
		padding: 30px 0 0 0;
	}
	.pro_detail .tab_box .nav_scroll ul li {
		padding: 0 15px;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 26px;
	}
	.pro_detail .pro_info .pro_title {
		margin-top: 40px;
	}
	.pro_detail .pro_info .pro_title b {
		font-size: 22px;
	}
	.pro_detail .join_box.padd {
		padding: 50px 0 30px 0;
	}
}

@media (max-width: 480px) {
	.product_box .right .prod_info .pro_title span {
		font-size: 16px;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 22px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		width: 160px;
	}
	.product_box .right .prod_info .album .slider-nav .item {
		padding: 0 5px;
	}
	.product_box .right .prod_info .album .slider-nav .slick-arrow:before {
		width: 25px;
	}
	.product_box .right .prod_info .album .slider-nav {
		padding: 0 30px;
	}
	.product_box .right .prod_info .album .slider-nav .slick-arrow:before {
		font-size: 25px;
		height: 20px;
	}
	.pro_detail .tab_box .nav_scroll ul li {
		padding: 0 10px;
	}
	.pro_detail .pro_info .pro_title {
		margin-top: 30px;
	}
	.pro_detail .pro_info .pro_title b {
		font-size: 20px;
	}
	.pro_detail .join_box {
		margin-top: 35px;
	}
	.pro_detail .join_box.padd {
		padding: 40px 0 30px 0;
	}
}


/*contact*/

.contact {
	padding: 60px 0 80px 0;
}

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

.contact .list .item {
	padding: 0 30px 30px 0;
}

.contact .list .item b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #333333;
}

.contact .list .item b:before {
	display: block;
	font-family: 'iconfont';
	font-size: 24px;
	content: '\e62a';
	color: #ff9800;
	padding-bottom: 15px;
}

.contact .list .item.tel b:before {
	content: '\e694';
}

.contact .list .item.fax b:before {
	content: '\e61c';
}

.contact .list .item.mail b:before {
	content: '\e66f';
}

.contact .list .item p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999999;
	margin-top: 15px;
	word-break: break-word;
}

.contact .list .item p a {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999999;
	word-break: break-word;
}

.contact .list .item p a:hover {
	/*color: #f89837;*/
	color: #C1AA8C;
	text-decoration: underline !important;
}

.contact .contact_box {
	margin-top: 50px;
}

.contact .contact_box .right .item .map {
	margin-top: 20px;
}

.contact .contact_box .right .item .map .map-content {
	height: 370px;
}

.contact .contact_box .item .msg b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	color: #248d27;
}

.contact .message_form {
	margin-top: 20px;
}

.contact .message_form ul li {
	margin-bottom: 20px;
}

.contact .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	min-height: 50px;
	color: #888888;
	border: solid 1px #eeeeee;
	background-color: #fff;
	padding: 0 20px;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	min-height: 150px;
	color: #888888;
	padding: 10px 20px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}

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

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

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

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

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li button {
	width: 200px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 3.571428571428571;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e666';
	margin-right: 15px;
}

.contact .message_form ul li button:hover {
	opacity: .8;
}

@media (max-width: 1199px) {
	.contact {
		padding: 50px 0 60px 0;
	}
	.contact .contact_box {
		margin-top: 40px;
	}
	.contact .contact_box .item .msg b {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.contact .list .item {
		padding: 0 0 20px 0;
	}
	.contact .list .item b {
		font-size: 18px;
	}
	.contact .contact_box {
		margin-top: 30px;
	}
	.contact .contact_box .item .msg b {
		font-size: 24px;
	}
	.contact .contact_box .right {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 30px 0 45px 0;
	}
	.contact .list .item p {
		margin-top: 5px;
	}
	.contact .message_form ul li {
		margin-bottom: 10px;
	}
	.contact .message_form ul li button {
		width: 160px;
		line-height: 3;
	}
	.contact .contact_box .right .item .map .map-content {
		height: 300px;
	}
}


/*page_nav*/

.page_nav {
	padding: 45px 0;
}

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

.page_nav ul {
	font-size: 0;
	position: relative;
	white-space: nowrap;
	text-align: center;
}

.page_nav ul li {
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
}

.page_nav ul li a {
	font-size: 20px;
	line-height: 2;
	color: #999999;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.page_nav ul li:hover a,
.page_nav ul li.active a {
	/*color: #f89837;*/
	color: #C1AA8C;
}

@media (max-width: 991px) {
	.page_nav {
		padding: 30px 0;
	}
	.page_nav ul li {
		padding: 0 15px;
	}
	.page_nav ul li a {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.page_nav {
		padding: 25px 0;
	}
	.page_nav ul li {
		padding: 0 10px;
	}
	.page_nav ul li a {
		font-size: 16px;
	}
}


/*about*/

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

.about_info .pic .img-box {
	padding-bottom: 17.73049645390071%;
}

.about_info .info {
	margin-top: 20px;
}

.about_info .info p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}

.about .lists {
	margin-top: 30px;
	position: relative;
}

.about .lists .pic {
	width: 290px;
	margin: 0 auto;
	margin-top: 150px;
	overflow: hidden;
	border-radius: 50%;
}

.about .lists .item {
	width: 45%;
	position: absolute;
	padding: 30px;
	/*border: 1px solid pink;*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.about .lists .item.zero {
	width: 60%;
}

.about .lists .item.zero {
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.about .lists .item.one {
	text-align: left;
	top: 50%;
	left: 0;
	padding-right: 155px;
}

.about .lists .item.two {
	top: 50%;
	right: 0;
	left: auto;
	padding-left: 155px;
}

.about .lists .item.three {
	text-align: left;
	top: auto;
	bottom: -8%;
	left: 40px;
	padding-right: 155px;
}

.about .lists .item.four {
	top: auto;
	right: 40px;
	bottom: -8%;
	left: auto;
	padding-left: 155px;
}

.about .lists .item.zero:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -130%;
	margin: auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	/*border: solid 2px #f89837;*/
	border :solid 2px #C1AA8C;
	font-size: 32px;
	/*color: #f89837;*/
	color: #C1AA8C;
	font-family: 'iconfont' !important;
	content: '\e605';
}

.about .lists .item:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont' !important;
	content: '\e63a';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	/*border: solid 2px #f89837;*/
	border :solid 2px #C1AA8C;
	font-size: 32px;
	/*color: #f89837;*/
	color: #C1AA8C;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.about .lists .item:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont' !important;
	content: '\e61a';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	/*border: solid 2px #f89837;*/
	border : solid 2px #C1AA8C;
	font-size: 32px;
	/*color: #f89837;*/
	color: #C1AA8C;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.about .lists .item:hover:before,
.about .lists .item:hover:after {
	color: #FFFFFF;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
}

.about .lists .item.two:before {
	content: '\e676';
}

.about .lists .item.three:after {
	content: '\e61a';
}

.about .lists .item.four:before {
	content: '\e612';
}

.about .lists .item.zero:before,
.about .lists .item.one:before,
.about .lists .item.three:before,
.about .lists .item.two:after,
.about .lists .item.four:after {
	display: none;
}

.about .lists .item b {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #5fb231;
}

.about .lists .item .info {
	padding-top: 5px;
}

.about .lists .item p {
	font-size: 16px;
	line-height: 1.7;
	color: #999999;
}

@media (max-width: 1469px) {
	.about .lists .item.zero {
		width: 80%;
	}
	.about .lists .item {
		width: 43%;
	}
}

@media (max-width: 1199px) {
	.about {
		padding: 0 0 80px 0;
	}
	.about .lists {
		margin-top: 0;
	}
	.about .lists .pic {
		width: 180px;
		margin-top: 0;
	}
	.about .lists .item {
		width: 100% !important;
		position: relative;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		text-align: left !important;
		padding: 0 0 0 90px !important;
		margin-bottom: 30px;
	}
	.about .lists .item.zero {
		margin: 0 0 30px 0;
	}
	.about .lists .item:before,
	.about .lists .item:after {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: auto !important;
		bottom: auto !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.about .lists .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.about {
		padding: 0 0 60px 0;
	}
	.about .lists .item.zero:after,
	.about .lists .item:before,
	.about .lists .item:after {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}
	.about .lists .pic {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.about {
		padding: 0 0 40px 0;
	}
	.about .lists .item {
		padding: 0 0 0 70px !important;
	}
	.about .lists .item.zero:after,
	.about .lists .item:before,
	.about .lists .item:after {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}
	.about .lists .item b {
		font-size: 18px;
	}
	.about_info .info p,
	.about .lists .item p {
		font-size: 15px;
	}
}


/*about_base*/

.about_rd .about_info .info,
.about_base .about_info .info {
	margin-top: 0;
}

.about_base .about_info .pic_img {
	margin-top: 20px;
}

.about_base .about_info .pic_img .img-box {
	padding-bottom: 51.06382978723404%;
}

.about_base .base_img {
	width: 30.5%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.about_base .base_img .slick_base {
	font-size: 0;
}

.about_base .base_img .slick_base .img-box {
	padding-bottom: 74.41860465116279%;
}

.about_base .base_img .slick_base .slick-arrow {
	height: 100%;
	background-color: #f6f6f6;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -70px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_base .base_img .slick_base .slick-arrow:before {
	display: block;
	width: 60px;
	line-height: 100%;
	background-color: #f6f6f6;
	font-family: 'iconfont' !important;
	font-size: 40px;
	content: '\e727';
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #c5c5c5;
}

.about_base .base_img .slick_base .slick-arrow.slick-next {
	right: -70px;
	left: auto;
}

.about_base .base_img .slick_base .slick-arrow.slick-next:before {
	content: '\e728';
}

.about_base .base_img .slick_base .slick-arrow:hover:before {
	color: #000;
}

@media (max-width: 1199px) {
	.about_base .base_img {
		width: 40%;
	}
}

@media (max-width: 991px) {
	.about_base .base_img {
		width: 50%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.about_base .base_img {
		width: 80%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.about_base .base_img .slick_base .slick-arrow {
		left: -35px;
	}
	.about_base .base_img .slick_base .slick-arrow:before {
		width: 30px;
		font-size: 30px;
	}
	.about_base .base_img .slick_base .slick-arrow.slick-next {
		right: -35px;
		left: auto;
	}
}


/*about_rd*/

.about_rd .about_info .pic_img {
	margin-top: 30px;
}

.about_rd .about_info .pic_img .img-box {
	padding-bottom: 43.47826086956522%;
}

.about_rd .scientific_lists {
	margin-top: 50px;
}

.about_rd .scientific_lists .msg b {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	color: #000000;
}

.about_rd .scientific_lists ul li {
	display: block;
	margin-top: 40px;
}

.about_rd .scientific_lists .item {
	position: relative;
	padding: 0 240px 0 0;
}

.about_rd .scientific_lists .item .info b {
	display: block;
	font-weight: bold;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #5fb231;
}

.about_rd .scientific_lists .item .info p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin-top: 10px;
}

.about_rd .scientific_lists .item .pic {
	width: 200px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_rd .scientific_lists .item .pic .img-box {
	padding-bottom: 60%;
}

@media (max-width: 1199px) {
	.about_rd .scientific_lists .item {
		padding: 0 220px 0 0;
	}
}

@media (max-width: 767px) {
	.about_rd .about_info .pic_img .img-box {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.about_rd .scientific_lists {
		margin-top: 20px;
	}
	.about_rd .scientific_lists .msg b {
		font-size: 22px;
	}
	.about_rd .scientific_lists .item .info b {
		font-size: 18px;
	}
	.about_rd .scientific_lists .item .info p {
		font-size: 15px;
	}
	.about_rd .scientific_lists .item .pic {
		width: 180px;
		position: static;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.about_rd .scientific_lists .item {
		padding: 0;
	}
	.about_rd .scientific_lists ul li {
		margin-top: 20px;
	}
}


/*about_quality*/

.about_quality .quality_box .left .info b {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #5fb231;
	margin-bottom: 10px;
}

.about_quality .quality_box .left .info p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}

.about_quality .quality_box .left .card {
	margin-top: 20px;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
}

.about_quality .quality_box .left .card p {
	font-size: 16px;
	line-height: 1.75;
	color: #FFFFFF;
}

.about_quality .quality_img .slick_quality {
	font-size: 0;
}

.about_quality .quality_img .slick_quality .item .img-box {
	padding-bottom: 63.04347826086957%;
}

.about_quality .quality_img .slick_quality .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.about_quality .quality_img .slick_quality .slick-arrow:before {
	display: block;
	width: 40px;
	line-height: 80px;
	background-color: rgba(0, 0, 0, .2);
	font-family: 'iconfont' !important;
	font-size: 35px;
	content: '\e727';
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #FFFFFF;
}

.about_quality .quality_img .slick_quality .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.about_quality .quality_img .slick_quality .slick-arrow.slick-next:before {
	content: '\e728';
}

.about_quality .quality_img .slick_quality .slick-arrow:hover:before {
	color: #000;
}

@media (max-width: 991px) {
	.about_quality .quality_img {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.about_quality .quality_img .slick_quality .slick-arrow:before {
		width: 30px;
		line-height: 60px;
		font-size: 25px;
	}
	.about_quality .quality_box .left .info b {
		font-size: 18px;
	}
	.about_quality .quality_box .left .info p,
	.about_quality .quality_box .left .card p {
		font-size: 15px;
	}
}


/*about_cert*/

.about_cert .cert_box .info b {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #5fb231;
	margin-bottom: 10px;
}

.about_cert .cert_box .info p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}

.about_cert .cert_box .list {
	width: 77%;
	margin: auto;
	margin-top: 80px;
}

.about_cert .cert_box .list .item {
	display: block;
}

.about_cert .cert_box .list .item_img {
	display: block;
	margin-bottom: 50px;
}

.about_cert .cert_box .list .item .img-box {
	padding-bottom: 74.24242424242424%;
}

.about_cert .cert_box .list .item_img .img-box {
	padding-bottom: 136.3636363636364%;
}

.about_cert .cert_box .list .item p,
.about_cert .cert_box .list .item_img p {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.about_cert .cert_box .list {
		margin-top: 40px;
		width: 90%;
	}
}

@media (max-width: 767px) {
	.about_cert .cert_box .list .item,
	.about_cert .cert_box .list .item_img {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.about_cert .cert_box .info b {
		font-size: 18px;
	}
	.about_cert .cert_box .info p {
		font-size: 15px;
	}
	.about_cert .cert_box .list {
		margin-top: 30px;
	}
	.about_cert .cert_box .list ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*service*/

.info_box {
	padding-bottom: 40px;
}

.info_box .msg b {
	display: block;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.333333333333333;
	color: #5fb231;
	text-align: center;
}

.info_box .cont {
	margin-bottom: 40px;
}

.info_box .note {
	margin-top: 50px;
}

.info_box .note .pic .img-box {
	padding-bottom: 28.98550724637681%;
}

.info_box .note .text p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}


/*services_formula*/

.service_adv {
	padding: 75px 0;
	background-color: #f6f6f6;
}

.service_adv .msg b {
	display: block;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #5fb231;
	text-align: center;
}

.service_adv .list {
	margin-top: 60px;
}

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

.service_adv .list ul li {
	width: 20%;
	float: left;
}

.service_adv .list .item {
	display: block;
	text-align: center;
}

.service_adv .list .item .icon b {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.875;
	color: #000000;
}

.service_adv .list .item .icon:before {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: solid 2px #5fb231;
	font-family: 'iconfont';
	font-size: 40px;
	line-height: 80px;
	content: '\e62d';
	text-align: center;
	color: #5fb231;
	margin: auto;
	margin-bottom: 30px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.service_adv .list .item .icon.fulvic:before {
	content: '\e68b';
	font-size: 34px;
}

.service_adv .list .item .icon.seaweed:before {
	content: '\e611';
	font-size: 42px;
}

.service_adv .list .item .icon.amino:before {
	content: '\e602';
	font-size: 30px;
}

.service_adv .list .item .icon.other:before {
	content: '\e61a';
}

.service_adv .list .item:hover .icon:before {
	color: #FFFFFF;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	/*border: solid 2px #f89837;*/
	border:solid 2px #C1AA8C;
}

.service_adv .list .item .text {
	margin-top: 15px;
}

.service_adv .list .item .text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.service .pro_detail .join_box {
	margin-top: 0;
}


/*services_plant*/

.services_plant .msg {
	width: 75%;
	margin: auto;
}

.services_plant .info_box .pic .img-box {
	padding-bottom: 39.1304347826087%;
}

.services_plant .lists .item {
	position: relative;
	padding: 75px 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.services_plant .lists .item:hover {
	box-shadow: 0px 2px 20px 0px rgba(248, 152, 55, 0.15);
}

.services_plant .lists .item p {
	position: absolute;
	top: 50%;
	padding-left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services_plant .lists .item p:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-family: 'iconfont';
	font-size: 35px;
	content: '\e680';
	text-align: center;
	color: #5fb231;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.services_plant .lists .item.quality p:before {
	content: '\e82b';
}

.services_plant .lists .item.guidance p:before {
	content: '\e650';
}

.services_plant .lists .item.costs p:before {
	content: '\e603';
}

.services_plant .lists .item.utilization p:before {
	content: '\e75d';
}

.services_plant .lists .item.gains p:before {
	content: '\e601';
	font-size: 43px;
}

.services_plant .lists .item.make p:before {
	content: '\e66a';
}

.services_plant .lists .item.soil p:before {
	content: '\e604';
}

.services_plant .lists .item:hover p:before {
	/*color: #f89837;*/
	color: #C1AA8C;
}

.plant_box {
	overflow: hidden;
}

.customer_box .msg,
.plant_box .msg {
	text-align: center;
}

.customer_box .msg b,
.plant_box .msg b {
	display: block;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #5fb231;
}

.plant_box .msg p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin-top: 40px;
}

.plant_box .list {
	margin: 0 -15px;
	margin-top: 45px;
}

.plant_box .list .conta {
	width: 1200px;
	margin: auto;
}

.plant_box .list .item_box {
	width: 23.75%;
	float: left;
	padding: 0 15px;
}

.plant_box .list .item_box .item {
	position: relative;
	cursor: pointer;
}

.plant_box .list .item_box .item .pic .img-box {
	padding-bottom: 115.0943396226415%;
}

.plant_box .list .item_box .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.plant_box .list .item_box:hover .item .cover {
	opacity: 1;
}

.plant_box .list .item_box .item .cover .cover_bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.plant_box .list .item_box .item .cover .cover_child {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background-color: rgba(248, 152, 55, 0.8);
}

.plant_box .list .item_box .item .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.plant_box .list .item_box:hover .item .name {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.plant_box .list .item_box .item .name b {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	color: #ffffff;
}

.plant_box .list .item_box:nth-child(5) {
	margin-left: 12%;
}

.plant_box .list .item_box:nth-child(5),
.plant_box .list .item_box:nth-child(6),
.plant_box .list .item_box:nth-child(7) {
	margin-top: -4%;
}

.service .pro_detail .join_box .tit p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}


/*services_fertilizer*/

.services_fertilizer .info_box .note .pic .img-box {
	padding-bottom: 36.23188405797101%;
}

.services_fertilizer .plant_box {
	background-color: #f6f6f6;
}

.customer_box .lists {
	padding-top: 40px;
}

.customer_box .slick_customer .item {
	padding: 15px 90px 0 90px;
}

.customer_box .slick_customer .item .avt {
	width: 150px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.customer_box .slick_customer .item .avt .img-box img {
	overflow: hidden;
	border-radius: 50%;
}

.customer_box .slick_customer .item .info {
	float: right;
	width: 83%;
}

.customer_box .slick_customer .item .info:before {
	display: block;
	font-family: 'iconfont';
	font-size: 32px;
	content: '\e63c';
	color: #5fb231;
}

.customer_box .slick_customer .item .info:after {
	float: right;
	display: block;
	font-family: 'iconfont';
	font-size: 32px;
	content: '\e63b';
	color: #5fb231;
}

.customer_box .slick_customer .item .info p {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.customer_box .slick_customer .item .info span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #5fb231;
	margin-top: 15px;
}

.customer_box .slick_customer .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 40%;
	left: 0;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.customer_box .slick_customer .slick-arrow:before {
	display: block;
	width: 40px;
	line-height: 35px;
	font-family: 'iconfont' !important;
	font-size: 35px;
	content: '\e727';
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #CCCCCC;
}

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

.customer_box .slick_customer .slick-arrow.slick-next:before {
	content: '\e728';
}

.customer_box .slick_customer .slick-arrow:hover:before {
	color: #000;
}

.customer_box .slick_customer .slick-dots {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
}

.customer_box .slick_customer .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	/*background-color: #f89837;*/
	background-color:#C1AA8C;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 15px;
	opacity: .2;
}

.customer_box .slick_customer .slick-dots li.slick-active {
	opacity: 1;
}

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


/*services_package*/

.services_package .info_box .note .pic .img-box {
	padding-bottom: 40.57971014492754%;
}

.services_package .plant_box .msg b {
	margin-bottom: 20px;
}

.services_package .plant_box .msg p {
	margin-top: 0;
}

.services_package .list .item_box {
	width: 16.66666666666667%;
}

.services_package .plant_box {
	background-color: #f6f6f6;
}

.services_package .plant_box .list .item_box:nth-child(5),
.services_package .plant_box .list .item_box:nth-child(6) {
	margin-top: 0;
	margin-left: 0;
}

.services_package .plant_box .list .item_box:nth-child(7) {
	margin-left: 8.5%;
	margin-top: -3%;
}

.services_package .plant_box .list .item_box:nth-child(8),
.services_package .plant_box .list .item_box:nth-child(9),
.services_package .plant_box .list .item_box:nth-child(10),
.services_package .plant_box .list .item_box:nth-child(10),
.services_package .plant_box .list .item_box:nth-child(11) {
	margin-top: -3%;
}


/*horticulture*/

.horticulture {
	padding-top: 30px;
}

.horticulture .plant_box .list {
	margin-top: 0;
	padding-bottom: 90px;
}

.horticulture .ad_pic {
	margin-bottom: 55px;
}

.horticulture .ad_pic .img-box {
	padding-bottom: 28.36879432624113%;
}


/*organic*/

.organic {
	padding-top: 0 !important;
}

.organic .info_box .note {
	margin-top: 0;
}

.organic .info_box .note .pic .img-box {
	padding-bottom: 28.98550724637681%;
}

.organic .livestock .info_box .note .pic .img-box {
	padding-bottom: 34.78260869565217%;
}

@media (max-width: 1469px) {
	.info_box .msg b {
		font-size: 34px;
	}
	.plant_box .list .conta {
		width: 100%;
	}
	.plant_box .list .item_box {
		width: 25%;
	}
	.services_package .list .item_box {
		width: 16.66666666666667%;
	}
	.services_package .plant_box .list .item_box .item .name {
		bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.service_adv {
		padding: 60px 0;
	}
	.info_box .msg b,
	.plant_box .msg b,
	.customer_box .msg b {
		font-size: 30px;
	}
	.plant_box .list .item_box .item .name b {
		font-size: 18px;
	}
	.plant_box .msg p {
		margin-top: 30px;
	}
	.customer_box .slick_customer .item .info {
		width: 73%;
	}
	.customer_box .lists {
		padding-top: 20px;
	}
	.customer_box .slick_customer .slick-dots {
		bottom: -30px;
	}
	.services_package .plant_box .list .item_box .item .name {
		bottom: 20px;
	}
	.horticulture {
		padding-top: 20px;
	}
	.horticulture .plant_box .list {
		margin-top: 0;
		padding-bottom: 60px;
	}
	.horticulture .info_box {
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.info_box .msg b {
		font-size: 26px;
	}
	.info_box .note {
		margin-top: 30px;
	}
	.info_box .cont {
		margin-bottom: 30px;
	}
	.service_adv .msg b,
	.plant_box .msg b,
	.customer_box .msg b {
		font-size: 28px;
	}
	.service_adv {
		padding: 50px 0;
	}
	.service_adv .list {
		margin-top: 30px;
	}
	.service_adv .list .item .icon:before {
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 20px;
	}
	.services_plant .lists .item {
		padding: 60px 30px;
	}
	.plant_box .msg p {
		margin-top: 20px;
	}
	.plant_box .list {
		margin-top: 30px;
	}
	.plant_box .list .item_box .item .name {
		bottom: 40px;
	}
	.service .pro_detail .join_box .tit p {
		margin-top: 15px;
	}
	.customer_box .slick_customer .item {
		padding: 15px 50px 0 50px;
	}
	.customer_box .slick_customer .item .info {
		width: 70%;
	}
	.customer_box .slick_customer .slick-dots {
		bottom: -20px;
	}
	.customer_box .slick_customer .item .info:after,
	.customer_box .slick_customer .item .info:before {
		font-size: 28px;
	}
	.services_package .list .item_box {
		width: 25%;
		margin-bottom: 15px;
	}
	.services_package .plant_box .list .item_box:nth-child(7) {
		margin-left: 0;
		margin-top: 0;
	}
	.services_package .plant_box .list .item_box:nth-child(8),
	.services_package .plant_box .list .item_box:nth-child(9),
	.services_package .plant_box .list .item_box:nth-child(10),
	.services_package .plant_box .list .item_box:nth-child(10),
	.services_package .plant_box .list .item_box:nth-child(11) {
		margin-top: 0;
	}
	.horticulture .plant_box .list {
		padding-bottom: 40px;
	}
	.horticulture .info_box {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.service_adv .list ul li {
		width: 50%;
		margin-top: 30px;
	}
	.info_box {
		padding-bottom: 20px;
	}
	.info_box .msg b {
		font-size: 22px;
	}
	.service_adv .msg b,
	.plant_box .msg b,
	.customer_box .msg b {
		font-size: 26px;
	}
	.service_adv .list {
		margin-top: 0;
	}
	.service_adv .list .item .icon:before {
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.service_adv .list .item .text {
		margin-top: 0px;
	}
	.services_plant .lists .item {
		padding: 50px 30px;
		margin-bottom: 20px;
	}
	.services_plant .lists ul li:last-child .item {
		margin-bottom: 0;
	}
	.services_plant .msg {
		width: 100%;
	}
	.customer_box .slick_customer .slick-dots {
		bottom: -10px;
	}
	.customer_box .slick_customer .slick-dots li {
		margin: 0 10px;
	}
	.horticulture .ad_pic {
		margin-bottom: 40px;
	}
	.horticulture .plant_box .list {
		padding-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.plant_box .list .item_box {
		width: 50%;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.plant_box .list .item_box:nth-child(5),
	.plant_box .list .item_box:nth-child(6),
	.plant_box .list .item_box:nth-child(7) {
		margin-top: 0;
	}
	.plant_box .list .item_box:nth-child(7) {
		margin-bottom: 0;
	}
	.services_plant .lists .item {
		padding: 40px 20px;
	}
	.services_plant .lists .item p {
		padding-left: 50px;
	}
	.services_plant .lists .item p:before {
		font-size: 30px;
	}
	.services_plant .lists .item.gains p:before {
		font-size: 38px;
	}
	.customer_box .slick_customer .item .avt {
		width: 30%;
	}
	.customer_box .slick_customer .item .info {
		width: 70%;
		padding-left: 30px;
	}
	.customer_box .slick_customer .item {
		padding: 15px 50px 20px 50px;
	}
}

@media (max-width: 480px) {
	.service_adv .list ul li {
		width: 100%;
	}
	.info_box .note .text p,
	.plant_box .msg p {
		font-size: 15px;
	}
	.service_adv .msg b,
	.plant_box .msg b,
	.customer_box .msg b {
		font-size: 24px;
	}
	.customer_box .slick_customer .item {
		padding: 15px 40px 20px 40px;
	}
	.customer_box .slick_customer .item .avt {
		width: 50%;
		float: none;
		margin: auto;
	}
	.customer_box .slick_customer .item .info {
		width: 100%;
		padding-left: 0;
	}
	.customer_box .slick_customer .slick-arrow:before {
		width: 25px;
		font-size: 30px;
	}
}


/*news*/

.news .item {
	display: block;
	margin-bottom: 30px;
}

.news .item .pic {
	position: relative;
}

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

.news .item .pic .time {
	width: 70px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
}

.news .item .pic .time p {
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
}

.news .item .pic .time span {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	background-color: #f3aa61;
}

.news .item .info {
	padding: 30px;
	background-color: #f9f9f9;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-align:right;
}

.news .item:hover .info {
	background-color: #5fb231;
}

.news .item .info b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item:hover .info b {
	color: #ffffff;
}

.news .item .info p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	margin-top: 10px;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	direction:ltr;
}

.news .item:hover .info p {
	color: #ffffff;
	opacity: 0.5;
}

.news .item .info span {
	display: block;
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	margin-top: 15px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item:hover .info span {
	color: #ffffff;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.news .item .info span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	content: '\e608';
	font-size: 18px;
	margin-left: 10px;
	color: #000000;
}

.news .item:hover .info span:after {
	color: #ffffff;
}

.news .page {
	padding: 30px 0 60px 0;
}


/*news_detail*/

.news_detail .tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.news_detail .tit b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}

.news_detail .tit p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #666666;
	padding-top: 10px;
}

.news_detail .info {
	padding-top: 25px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #666666;
}

.news_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .news_page {
	margin-top: 40px;
}

.news_detail .news_page .item {
	display: block;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_detail .news_page .item:hover {
	color: #000000;
}

.news_detail .news_page .item:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-family: 'iconfont';
	content: '\e727';
	margin-right: 10px;
}

.news_detail .news_page .item.next:before {
	content: '\e728';
}

@media (max-width: 991px) {
	.news .item .pic .time p {
		font-size: 20px;
	}
	.news .item .info {
		padding: 20px;
	}
	.news_detail .tit b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.news .page {
		padding: 10px 0 40px 0;
	}
	.news_detail .tit b {
		font-size: 22px;
	}
	.news_detail .news_page .item.next {
		margin-top: 10px;
	}
}

.sitemap ul.sitemap-nav-list>li {
	position: relative;
	margin-bottom: 20px;
}

.sitemap ul.sitemap-nav-list>li>a {
	width: 150px;
	display: block;
	text-align: center;
	background-color: #5fb231;
	font-size: 15px;
	line-height: 3;
	color: #fff;
	padding: 0 20px;
}

.sitemap .sitemap-nav-list .nav-list2 {
	position: absolute;
	top: 0;
	left: 180px;
	margin: 0 -8px;
}

.sitemap .sitemap-nav-list .nav-list2>li {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

.sitemap .sitemap-nav-list .nav-list2>li>a {
	display: block;
	font-size: 15px;
	line-height: 3;
}

.sitemap .sitemap-nav-list .nav-list2>li>a:hover{
	color: #5fb231;
}


@media (max-width: 991px) {
	.sitemap .sitemap-nav-list .nav-list2 {
		position: static;
		margin-top: 15px;
	}
}

tr.white
{
	background-color:rgb(255, 255, 255) !important;
}
tr.alter
{
	background-color:rgb(242, 242, 242) !important;
}