/**banner**/

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.full-screen .swiper_wrapper {
	height: auto;
}
.swiper_wrapper .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;/*background: url('images/pattern2.png') repeat;*/

}
.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.swiper-slide [data-caption-animate] {
	-webkit-backface-visibility: hidden;
}
.swiper-slide .video-wrap,  .section .video-wrap,  .swiper-slide .yt-bg-player,  .section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
#slider .container {
	position: relative;
	height: 100%;
}
#slider.canvas-slider .swiper-slide img {
	width: 100%;
}
#slider.canvas-slider a {
	display: block;
	height: 100%;
}
.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}
.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.swiper-pagination span:hover,  .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #FFF !important;
}
/**合作伙伴**/

.index-hz {
	background-color: #f3f3f3;
	padding-top: 35px;
	padding-bottom: 35px;
}
.index-hz ul li {
	width: 14.66%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
/**index-icon**/

/*.index-tab-img div{

	display: inline-block;

	}*/

.index-tab-img .icon2 {
	display: none;
}
.index-rq .index-tab {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
.index-rq .index-tab ul li {
	width: 21%;
	display: inline-block;
}
.index-rq .index-tab ul li a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.index-rq .index-tab ul li a .index-tab-img {
	overflow: hidden;
}
.index-rq .index-tab ul li a p {
	font-size: 15px;
	color: #383837;
	margin-top: 15px;
}
.index-rq .index-tab ul li a:hover p {
	color: #86ad65;
}
.title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.title h2 {
	font-size: 42px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.title h2::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -180px;
	width: 120px;
	height: 2px;
	background-color: #8cc75b;
}
.title h2::after {
	content: "";
	position: absolute;
	top: 18px;
	right: -180px;
	width: 120px;
	height: 2px;
	background-color: #8cc75b;
}
/**人气商品**/

.pr_frbox {
	height: auto;
	margin-bottom: 0px;
}
.pr_frUl .tempWrap {
	width: 100%!important;
}
.pr_frBtnL {
	float: left;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-prev.png) no-repeat center center;
	background-color: #cccccc;
	margin: 95px 11px 0px 0px;
	cursor: pointer;
	display: inline;
	/*position: absolute;*/

	bottom: 45px;
	left: 50%;
	float: left;
}
.pr_frUl {
	float: left;
	height: auto;
	width: 90%;
	display: block;
	margin: 0 auto;
}
.pr_frBtnR {
	float: right;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-next.png) no-repeat center center;
	background-color: #cccccc;
	cursor: pointer;
	margin-top: 95px;
	position: static;
	bottom: 45px;
	right: 50%;
	float: right;
}
.pr_frUl ul li {
	display: inline;
	float: left;
	height: auto;
	width: 24%;
	margin-right: 0px;
	overflow: hidden;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}
.pr_frUl ul li .moment-icon {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -64px;
}
.pr_frUl ul li a {
	display: block;
}
.pr_frUl ul li img {
	display: block;
	margin-bottom: 0px;
}
.pr_frUl ul li img.moment-img-img {
	width: 100%;
	height: auto;
}
.pr_frUl ul li .moment-img {
	position: relative;
}
.pr_frUl ul li .moment-img .index-cp-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(158,205,119,0.8);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	padding: 10px;
}
.rq-list .index-product {
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
}
.pr_frUl ul li .moment-img .index-cp-text h4 {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 75px;
	margin-bottom: 10px;
}
.pr_frUl ul li .moment-img .index-cp-text p {
	font-size: 24px;
	color: #FFF;
}
.pr_frUl ul li a:hover .moment-img .index-cp-text {
	opacity: 1;
}
.rq-list ul li a p {
	font-size: 14px;
	color: #333333;
	margin-top: 12px;
	text-align: center;
}
.more {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.more a {
	display: inline-block;
	font-size: 16px;
	color: #383837;
	padding: 13px 40px;
	border: 1px solid #383837;
	border-radius: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.more a span {
	width: 15px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
	background: url(../images/more-icon.png) no-repeat;
}
.more a:hover {
	background-color: #8cc75b;
	border: 1px solid #8cc75b;
	color: #FFF;
}
.more a:hover span {
	background: url(../images/more-icon1.png) no-repeat;
}
/**制品**/

.index-zp {
	background-color: #f3f3f3;
	padding-bottom: 70px;
	padding-top: 30px;
}
.zp-list ul {
	overflow: hidden;
}
.zp-list ul li {
	float: left;
	margin-top: 10px;
}
.zp-list .zp1 {
	width: 52%;
	margin-right: 1%;
}
.zp-list .zp2 {
	width: 47%;
}
.zp-list1 ul li {
	float: left;
	margin-top: 10px;
}
.zp-list1 .zp3 {
	width: 44%;
	margin-right: 1%;
}
.zp-list1 .zp4 {
	width: 27%;
	margin-right: 1%;
}
.zp-list1 .zp5 {
	width: 27%;
}
.index-zp-box ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.index-zp-box ul li a .zp-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(180,219,148,0.8);
	text-align: center;
	padding-top: 120px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.index-zp-box ul li a .zp-text p {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.index-zp-box ul li a:hover .zp-text {
	opacity: 1;
}
/**新闻中心**/

.index-new {
	padding-top: 40px;
}
.index-new .index-list ul li {
	width: 31.33%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.index-new .index-list ul li a {
	display: block;
	background-color: #f6f6f6;
}
.index-new .index-list ul li a .new-text {
	padding: 10px 13px;
}
.index-new .index-list ul li a .new-text h4 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}
.index-new .index-list ul li a .new-text p {
	font-size: 13px;
	color: #666666;
	margin-bottom: 0px;
	line-height: 21px;
	min-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-new .index-list ul li a:hover .new-text h4 {
	color: #44701f;
}
 @media(max-width: 767px) {
/**轮播**/

.swiper_wrapper:not(.force-full-screen),  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,  .ei-slider {
	height: 210px !important;
}
.btn-nav-left {
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -22px;
}
.btn-nav-right {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -22px;
}
.index-hz {
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index-hz ul li {
	width: 31.33%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}
.index-rq .index-tab ul li {
	width: 50%;
	display: block;
	float: left;
}
.index-rq .index-tab ul li a p {
			font-size: 15px;
			color: #383837;
			margin-top: 15px;
			min-height: 42px;
		}
.title h2 {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.title h2::before {
	content: "";
	position: absolute;
	top: 14px;
	left: -78px;
	width: 50px;
	height: 2px;
	background-color: #8cc75b;
}
.title h2::after {
	content: "";
	position: absolute;
	top: 14px;
	right: -78px;
	width: 50px;
	height: 2px;
	background-color: #8cc75b;
}
/**人气商品**/

.pr_frUl {
	float: left;
	height: auto;
	width: 69%;
	display: block;
	margin: 0 auto;
}
.pr_frBtnL {
	float: left;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-prev.png) no-repeat center center;
	background-color: #cccccc;
	margin: 77px 7px 0px 0px;
	cursor: pointer;
	display: inline;
	/* position: absolute; */

	bottom: 45px;
	left: 50%;
	float: left;
}
.pr_frBtnR {
	float: right;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-next.png) no-repeat center center;
	background-color: #cccccc;
	cursor: pointer;
	margin-top: 77px;
	position: static;
	bottom: 45px;
	right: 50%;
	float: right;
}
.pr_frUl ul li {
	display: inline;
	float: left;
	height: auto;
	width: 98%;
	margin-right: 0px;
	overflow: hidden;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}
.more {
	margin-top: 33px;
	text-align: center;
	margin-bottom: 40px;
}
.more a {
	display: inline-block;
	font-size: 16px;
	color: #383837;
	padding: 10px 35px;
	border: 1px solid #383837;
	border-radius: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.zp-list .zp1 {
	width: 100%;
	margin-right: 0%;
}
.index-zp-box ul li a .zp-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(180, 219, 148, 0.8);
	text-align: center;
	padding-top: 55px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.index-zp-box ul li a .zp-text p {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.zp-list .zp2 {
	width: 100%;
}
.zp-list1 .zp3 {
	width: 100%;
	margin-right: 0%;
}
.zp-list1 .zp4 {
	width: 49.5%;
	margin-right: 1%;
}
.zp-list1 .zp5 {
	width: 49.5%;
}
.index-new .index-list ul li {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
}
.title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}
.index-new {
	padding-top: 10px;
}
.index-zp {
	background-color: #f3f3f3;
	padding-bottom: 70px;
	padding-top: 15px;
}
}
