.index_banner span{
	display: block;
	width: 1088px;
	height: 23px;
	margin: 0px auto 10px;
	overflow: hidden;
	background: #2e5b46;
	box-shadow: 0 2px 5px #afafafb5;
}
.news{
    padding: 3vw 0;
    position: relative;
}
.news h2{
	font-size: 30px;
	color: #2e5b46;
	text-align: center;
	margin: 20px 0 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.news .slick-initialized .slick-slide{
    border: #25523f2e 1px solid;
    margin: 5px;
    padding: 10px;
}
.newslist >div .txt{
	overflow:hidden;
}
.newslist >div .txt .date {
    float: left;
    width: 20%;
    padding:0px 1%;
    color: #606060;
    font-size: 18px;
    border-right: 1px solid #606060;
}
.newslist >div .txt .date b{
	display:block;
	font-size:35px;
	line-height: 100%;
}
.newslist >div .txt .title{
	float:left;
	width:71%;
	padding: 5px 0% 5px 4%;
	height: 48px;
}
.newslist >div .txt .title a{
	font-size:16px;
	color:#2e2e2e;
	font-weight:bold;
}
.newslist >div .txt .title:hover a{
	text-decoration:underline;
}
.newslist >div .detail{
	margin:20px 0; 
}
.newslist >div .detail a{
	font-size:16px;
	color:#606060;
}
.newslist >div .more{
    display: flex;
}
.newslist >div .more a{
	background: #b9d366;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 105px;
	padding: 5px 0;
	border-radius: 20px;
	text-align: center;
}
.newslist >div .more a:hover{
	background: #176d18;
}

.about{
	position:relative;
	background-repeat:no-repeat;
	background-position:50%;
	text-align:center;
}
.about:hover{
	-webkit-filter: saturate(100%);
}
h2.abtitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    line-height: 200%;
    font-size: 30px;
    padding-top: 30px;
}
.about .info{
    padding: 3vw 0;
}
.about p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	z-index: 9;
}
.product{
	position:relative;
	padding: 2vw 0 2vw;
}
.product h2{
	color:#333333;
	font-size:30px;	
	text-align:center;
	margin: 30px 0 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.product h2 b{
	font-size:25px;
	display:block;
	text-align:center;
	font-weight: normal;
	margin-top: 5px;
}
.product section{
	width:1090px;
	padding: 0 35px;
}
.product button,
.product .slick-prev:hover,
.product .slick-next:hover{
	z-index: 99;
	background-image:url(/img/new/product-scrrow.png);
	background-repeat:no-repeat;
	width: 38px;
    height: 38px;
	left: -38px;
}
.product .slick-next,
.product .slick-next:hover{
	background-image:url(/img/new/product-scrrow-next.png);
	right: -38px;
	left: initial;
}
.product .slick-prev:before,
.product .slick-prev:focus, .product .slick-next:focus{
	display:none;
}
.product .productlist{
	font-size:16px;
}
.product .productlist .photo{
	position:relative;
	overflow: hidden;
	margin: 0 10px;
	border: #20272f57 1px solid;
	transition: all linear 0.3s;
}
.product .productlist .photo a:first-child{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(22, 111, 11, 0.8);
	color: #fff;
	transition: all linear 0.2s;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.product .productlist .photo:hover a:first-child{
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product .productlist .photo a:first-child b{
	border: 1px solid #fff;
    padding: 8px 30px;
    line-height: 235px;
}
.product .productlist .photo a:nth-child(2){
}
.product .productlist h3{
	text-align: center;
	border: 1px solid #bbbbbb;
	border-top: 0;
	padding: 5px 0;
}
.product .productlist h3 a{
	color: #3e745b;
}
.product .productlist h3,
.product .productlist p{
	margin: 0 10px;
	padding: 15px 0;
}
.product .productlist p{
	color: #4d5250;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	margin: 10px auto;
	height: 22px;
	padding: 0;
	line-height: 180%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product section >p{
	text-align:center;
	margin: 70px 0 40px;
}
.product section >p a{
	font-size:20px;
	color:#8a8a8a;
	transition:all linear 0.3s
}
.product section >p a:hover span{
	moz-transform:rotate(3.14159rad);
-webkit-transform:rotate(3.14159rad);
-o-transform:rotate(3.14159rad);
-ms-transform:rotate(3.14159rad);
transform:rotate(3.14159rad);
}
.product section >p span{
	display: inline-block;
    background: #399f3b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
@media screen and (max-width: 1180px) {
	.index_banner span{
		width:100%;
		height: 15px;
	}
	.product section{
		width: 90%;
		padding: 0 5%;
	}
}
@media screen and (max-width: 980px) {
	.product section{
		width: 85%;
		padding: 0 7.5%;
	}
}
@media screen and (max-width: 680px) {
	.about p{
	    width: 95%;
	}
	.about .info{
    padding: 4vw 0 8vw;
}
	.about img{
		width: 150px;	
	}
	.about{
	    background-size: cover;
	}
	.newslist >div .txt .title{
    padding: 0;
    width: 90%;
    margin-top: 15px;
}
	.product section{
		width: 80%;
		padding: 0 10%;
	}
	.newslist >div .txt{
        display: flex;
        flex-direction: column;
    }
    .newslist >div .txt .date{
    display: flex;
    flex-direction: column;
    width: 91%;
}
}
@media screen and (max-width: 480px) {
	.newslist >div .txt .title a{
		font-size: 18px;		
	}
	.news section{
		width: 90%;
	}
}