*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-size: 14px;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}



.linkall .linwidth {
    width: 160px;
    background-color: #262626;
    cursor: pointer;
    border: 0;
    padding: 4px;
    margin: 0 15px;
    overflow: hidden;
    color: #fff;
}

.bottom  {
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #22641f;
 background-color: #262626;
}
.bottom1  {
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #22641f;
width: 1200px;
   
}
 .bottom1 a{    color: white;}

.tuijian_bg{

	background-attachment:fixed;
}
.tuijian{
	overflow: hidden;
}
.tuijian ul {
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
    box-shadow: 5px 8.66px 14px 0px rgba(0, 0, 0, 0.26), inset 6.5px 11.258px 40px 0px rgba(0, 0, 0, 0.04);
    
}
.tuijian ul li{
	height: 320px;
	background: #fff;
	float: left;
	width: 280px;
	    margin: 0 10px 40px 10px;
	position: relative;
}
.tuijian ul li:hover{
border: 1px solid darkgreen;
}
.tuijian ul li img{
	/*height: 270px;*/
	max-width: 100%;
	transition: all 2s;
}
.tuijian ul li span{
	position:absolute;
	bottom:0;
	width: 100%;
	height: 50px;
	background: #ccc;
	text-align: center;
	line-height: 50px;
	color: #22641f;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:block;
}
.tuijian ul li:hover  span{
	background:#22641f;;
	color: #fff;
}

.roll {
    position: relative;
    margin-top: 30px;
}





.fl{
	float: left;
}
.ri{
	float: right;
}
.ww{
	width: 100%;
	margin: 0 auto;
}
.w{
	max-width: 1200px;
	margin: 0 auto;
}
.w{
	max-width: 1200px;
	margin: 0 auto;
}
.top{
	overflow: hidden;
	margin: 5px auto;
}
.nav_bg{
	background: #333;
}
.nav ul {
	width: 1200px;
	margin: 0 auto;
	background:#333;
}
.nav ul li{
	height:60px;
	width:176px;
	line-height:60px;
	display:inline-block;
	text-align: center;
}
.nav ul li a{
	color: #fff;
	display: block;
	width:100%;
	height:100%;
}
.nav ul li a:hover{
	background: #22641f;
	font-weight: 700;
}

/*pc端导航样式*/
.havenavbar{
	position:relative;
}

.newul{
	display:flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	position: absolute;
    top:60px;
	left:0px;
    width: 176px;
	z-index: 2;
	background: #0ca360;
	color: #fff;
}
.newul.more-level-navbar{
	display:none;
}
.newul a{
	color: #fff!important;
    line-height: 32px!important;
	width: 176px!important;
    height: 32px!important;
    padding: 0px!important;
    display: block!important;
	text-align:center!important;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	font-size:14px;
	
}
.newul a:hover{
	color: #ccc!important;
}
.newul .newli{
	display:inline-block;
    position:relative;
	width: 176px;
    height: 32px;
    color: #fff;
}
.newli .newul{
	background-color: #0ca360;
    position: absolute;
    left: 176px;
    top: 0;
    width: 176px;
}
.newli .newli{
	position:relative;
    margin:0;
    display:block;
}
.newli .newli .newul{    
    position:absolute;
    top:0;
    left:116px; /* make this equal to the width of the sub nav above */
    margin:0;
}
.newli .newli .newul .newli a{
	width:105px!important;
}
.newli .newli .newul .newli{    
    width:176px!important;
}

/* show arrows for dropdowns */
.newul.more-level-navbar .havenavbar {
    
    background-position:108px 13px;
    background-repeat:no-repeat;
}
.newul.more-level-navbar .haveson{
	background-image:url('../images/arrow-right.png');
}




.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
    }
   .swiper-container {
      width: 100%;

    }
    .titlenews{
	margin-top: 50px;
}
.title{
	text-align: center;
	margin: 40px auto;
}
.title h2{
	color: #22641f;
}

.xw_left, .xw_right{
	float: left;
	margin:50px 0px;
	
}
.xw_left{
	width: 40%;
	height: 380px;
	overflow: hidden;
}
.xw_left img{
	width: 100%;
	height: 100%;
}
.xw_right{
	width: 60%;
	height: 380px;
	padding-left: 30px;
	padding-top: 10px;
	background: #fff;
}
.xw_right ul li{
	border-bottom: 1px solid #ccc;
}
.xw_right ul li h2{
	font-size: 18px;
	font-weight: 700;
	color: #009944;
	margin-top: 15px;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}
.xw_right ul li p{
	margin-top: 0px;
	line-height: 26px;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}

.qyxw{
	overflow: hidden;
	background: url(../images/xwbg.jpg) no-repeat;
	background-attachment: fixed;
}
.title em{
	color: #333;
	font-style: normal;
	text-transform:uppercase;
}
.pro ul{
	width: 100%;
	padding: 30px;
	box-shadow: 5px 8.66px 14px 0px rgba(0, 0, 0, 0.26),inset 6.5px 11.258px 40px 0px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
.pro ul li{
	float: left;
	width: 30%;
	margin: 20px 1.6%;
}
.pro ul li span{
	width: 100%;
	background: rgba(0,0,0,.4);
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}
.pro ul li img{
	/*height: 270px;*/
	max-width: 100%;
	transition: all 2s;
}
.pro ul li img:hover{
	transform: scale(1.1);
}
.pro ul li:hover span{
	background: #22641f;
}
.women_bg{
	background:url(../images/bg.jpg) no-repeat;
	height: 600px;
}
.women{
	position: relative;
	height: 600px;
}
.women .title h2{
	padding-top: 30px;
}
.jj{
	position: absolute;
	top: 130px;
	left: 30px;
	background: url(../images/jj_bg.png)no-repeat;
}
.jj_left{
	margin-top: 35px;
	float: left;
	width: 50%;
}
.jj_right{
	width: 45%;
	height: 400px;
	 float: right;
	 color: #333;
	  padding: 60px 60px 20px 60px;
	 background: #fff;
	 margin-top: 30px;
    margin-right: 50px;
}

.jj_a{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	border-radius: 4px;
	display: block;
	margin-top: 20px;
	transition: all 1s;
}
.jj_a:hover{
	background: #22641f;
	color: #fff;
}
.jj_right p{
	text-indent: 32px;
	line-height: 24px;
}
.ys{
	background: url(../images/ys_bg.png)no-repeat;
	height: 500px;
}
.ys_l{
	width: 50%;
	float: left;
	margin: 80px auto;
    margin-left: 114px;
}
.ys_r{
	float: right;
	margin: 81px 106px;
	text-align: right;
}

.s_ys{
	width: 100%;
	display: none;
}
.s_ys1{
	background: url(../images/ys_bg1.png) no-repeat;
}
.s_ys2{
	background: url(../images/ys_bg2.png) no-repeat;
}
.s_ys3{
	background: url(../images/ys_bg3.png) no-repeat;
}
.s_ys4{
	background: url(../images/ys_bg4.png) no-repeat;
}

.liuyan{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.lianxi ul li{
	width: 33%;
	float: left;
	text-align: center;
	line-height: 70px;

}


.text{
	border: none;
	height: 60px;
	line-height: 40px;
	padding-left: 5px;
	border-bottom: 1px solid green;
	margin: 0px 1.4%;
	width: 30%;
	float: left;
	
}
.text1{
	border: none;
	width: 98%;
	margin-left: 1%;
	height: 50px;
	line-height: 40px;
	padding-left: 5px;
	border-bottom: 1px solid green;

}
.submit{
	width: 120px;
	height: 50px;
	line-height: 40px;
	border: 0px;
	background: no-repeat;
	border-bottom: 1px solid green;
	text-align: center;
	
	margin-left: calc(50% - 60px);
	margin-bottom: 30px;
}
.bottom p{
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	    color: white;
 
}

/*关于我们*/
.about_in{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.about p{
	padding: 20px;
}
.about_left{
	width: 50%;
	float: left;
	height: 100%;
}
.about_left img{
	width: 100%;
	height: 100%;
}
.about_right{
	float: left;
	width: 50%;
	height: 300px;
	background:#22641f;
	color: #fff;
}
.about_right h4{
	color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 60px 30px;
}
.about_right h5{
	color: #fff;
	font-weight: 500;
    font-size: 20px;
    margin-left: 40px;
}
.about_right p{
	margin-left: 40px;
}
.about_jj{
	margin-top: 35px;
	line-height: 25px;
}
.youshi_bg{
	background: #fcfcfc;
}

.youshi{
	overflow: hidden;
}
.youshi_in{
	width: 25%;
	margin: 20px 4.1%;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	padding:40px 30px;
	transition: all 1s;
}
.youshi_in h2{
	line-height: 50px;
}
.youshi_in:hover{
	border-bottom: 2px solid #22641f;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2),0px 16px 32px -4px rgba(0,0,0,.17);
}
.shiming{
	overflow:hidden;
	margin-bottom: 30px;
}
.shiming_left{
	width: 30%;
	float: left;

}
.shiming_right{
	float: left;
	width: 70%;
	text-indent: 2em;
    padding: 68px 80px;
    line-height: 25px;
}

/*产品展示*/
.pro .fl{
	background: none;
	box-shadow: none;
	padding: 10px;
}
.pro .fl li {
	width: 21%;
	border-radius: 3px;
}
.pro .fl li a{
	color: #333333;
	margin: 0px 30px;
	border: 1px solid #333;
	display: block;
	text-align: center;
	line-height: 40px;
}
.pro .fl li a:hover{
	color: #22641f;
	border: 1px solid #22641f;
}
.fy{
	width: 555px;
	margin: 0 auto;
	background: none;
	box-shadow: none;
	overflow: hidden;
	display: flex;
    justify-content: center;
}
.fy li:hover{
	background:#22641f;
}

.fy li{
    padding: 0px 5px;
	margin: 20px 0;
}
.fy li a{
	display: block;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #333;
	text-align: center;
	color: #333;
}
.fy li:hover a{
	color: #fff;
}
.fy li a:hover{
	
	border: 1px solid #22641f;
}

/*产品详情*/
.cp{
	text-align: center;
	margin: 30px auto;
}
.cp p{
	text-align: left
}
.cp img{
	width: 600px;
	margin-left: calc(80% - 690px);
}

.cp span{
	display: block;
	margin-top: 30px;
}

/*新闻列表*/
.new_in{
	width: 100%;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	padding: 5px;
	background: #fafafa;
	margin: 20px auto;
}
.new_in ul li{
	float: left;
}
.new_in ul li img{
	width: 260px;
	height: 140px;
}
.new_in ul li h2{
	overflow:hidden; 
	text-overflow:ellipsis;  
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}
.new_in ul li:nth-child(2){
	padding: 10px 30px;
	width:76%;
}
.new_in ul li p{
	text-align: 2em;
	overflow:hidden; 
	text-overflow:ellipsis;  
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
	color: #333;
}
.new_in ul li span{
	line-height: 20px;
	color: #333;
}
.new_in ul:hover h2{
	color: #22641f;
}

/*新闻内页*/
.news{
	text-align: center;
	padding: 20px;
}
.news p{
	text-align: 2em;
	text-align: left;
}
/*农技服务*/
.server_in{
	padding: 20px 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 6px solid #e5e5e5;
	color: #333;
	margin-bottom: 1px;
}
.server_in h2{
	font-size: 20px;
	text-align: 2em;
	overflow:hidden; 
	text-overflow:ellipsis;  
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}
.server_in:hover  h2{
	color: #22641f;
	font-weight: 600;
}
.server_in p{
	text-align: 2em;
	overflow:hidden; 
	text-overflow:ellipsis;  
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
	color: #333;
	text-indent: 2em;
}
.server_in span{
	color: #333;
}
.servers{
	margin-bottom: 30px;
}
/*联系我们*/
.rhda{
	overflow: hidden;
}
.rhda_in{
	width: 50%;
	padding: 50px 80px;
	float: left;
	text-align: center;
}
.guanzhu{
	overflow: hidden;
}
.guanzhu_bg{
	background: #fafafa;
}
.guanzhu ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.guanzhu ul li span{
	font-weight: 700;
	color: #22641f;
	font-size: 25px;
	padding: 5px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #22641f;
	margin-right: 10px;
}
.guanzhu ul img{
	width: 200px;
	text-align: center;
	margin: 30px auto;
	margin-left: calc(50% - 100px);
}
.dz{
	margin-bottom: 50px;
}

@media screen and (max-width: 768px){
	.tuijian ul li{
		width: 44%;
    	height: 200px;
	}
	.tuijian ul li img{
		width: 100%;
    	height: auto;
		max-height: 150px
	}
}

@media screen and (max-width: 768px){
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}
	.stop{
		margin: 10px auto;
	}
	.banner img{
		width: 130%;
	}
	.top{
		display: none;
	}
	.nav_bg{
		display: none;
	}
	.swiper-container{
		width: 100%;
		height: inherit;
		
	}
	
	.new_in ul li:nth-child(2){
		width:100%;
	}
	.bottom{
		margin-bottom:70px;
	}
	.bottom .bottom1{
		width:100%;
	}

	
	
	.pro{
		overflow: hidden;
	}
	.pro ul li{
		width: 100%;
	}
	.pro ul li{
		margin: 20px 0%;
	}
	.women {
    height: 700px;
}
	.women_bg{
		display:block;
	}
	.xw_left{display:none;}
		.xw_right{
		width: 100%;
		margin: 20px auto;
		padding: 0px 10px;
	}
	.xw_right ul li p{	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	.xw_right{
		height: 100%;
	}
	.titlenews{	    margin-top: 30px;
    width: 220%;
    margin-left: -220px;}
	

	.jj_right{
	width: 100%;
	height: 400px;
	 float: right;
	 color: #333;
	  padding: 30px 30px 10px 30px;
	 background: #fff;
		margin-top: 0;
	 
    margin-right: 10px;
}
	.jj{background-image: none;top:80px;left: 20px;}
	.jj_left  img{
   display: none;
}
	.ys_bg{
		display: none;
	}
	.lianxi ul li{
		width: 100%;
	}
	.text{
		width: 100%;
		padding: 0px 1%;
		margin: 0px;
		overflow: hidden;
	}
	.bottom p{
		font-size: 14px;
	    line-height: 30px;
	    padding: 0px 20px;
	}
	.s_ys{
		display: block;
	}
	.ys_one{
		height: 170px;
		padding-left: 120px;
		padding-top: 40px;
	}
	.swiper-slide img{
		width: 150%;
	}
	.medium {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #22641f;
	z-index: 10;
}

.medium a {
	padding: 6px 0;
}

.medium img {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.medium p {
	color: #FFFFFF;
	margin: 0;
	margin-top: 5px;
}
/*关于我们*/
.about_in{
	width: 98%;
    margin-left: 1%;
    height: 500px;
}
.about_right h4{
	line-height: 36px;
	margin: 45px 30px;
}
.about_left{
	width: 98%;
	margin-left: 1%;
	height:200px;
}

.about_right{
	width: 98%;
	margin-left: 1%;
}
.about_jj{
	width: 100%;
	padding: 0px 20px;
}
.youshi_in{
	width: 90%;
}
.shiming_left{
	width: 96%;
	margin-left: 2%;
}
.shiming_right{
	width: 100%;
	padding: 10px 20px;
}
/*产品列表*/

.pro .fl li{
	width: 50%;
}
.pro ul li{
	margin: 5px 0px;
}
.pro .fl{
	padding: 0px;
}
.pro .fl li a{
	margin: 0px 10px;
}
.fy{
	width: 98%;
	margin-left: 1%;
}
.fy li{
	margin: 10px auto;
}
.cp img{
	width: 90%;
	margin: 0px;
}
.cp span{
	width: 98%;
	margin-left: 1%;
	padding: 0px 20px;
}
.new_in ul li img{
	width: 100%;
	height: 140px;
}
.new_in ul li:nth-child(2){
	    padding: 10px 10px;
}
.pro ul li img{
	max-width: 300px;
	height:auto;
}

/*联系我们*/
.rhda_in{
	width: 100%;
	    padding: 15px 40px;
}
.guanzhu ul li{
	width: 100%;
	line-height: 50px;
}
.guanzhu ul li span{
	display: none;
}

}
