*{
	margin:0 auto;
	padding: 0;
	font-family: "microsoft yahei";
}

@font-face{
            font-family: 'hwls';
            src : url('../font/SIMLI.TTF');
        }

@font-face{
            font-family: 'hwxj';
            src : url('../font/STXINGKA.TTF');
        }


body{
	background-color: #f6f6f6;
}


blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{
	margin:0 auto;
}

ul{
	list-style: none;
}

a:-webkit-any-link {
	text-decoration: none;
	color:white;
}

.web-inline{
	display: inline-block;
}

.web-h100{
	height: 100%;
}
/*清除浮动*/
.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.web-box{
	min-width: 1125px;
}

.web-content{
	width: 100%;
	min-width: 1125px;
	position: relative;
}

.web-content-top{
	width: 100%;
	height: 84px;
	background-color: #30ab45;
	text-align: center;
	padding-top: 16px;
	line-height: 84px;
}

.web-content-top ul{
	list-style-type:none;
	height: 100%;
	width: 1125px;
}
.web-content-top ul li{
	float: left;
	height: 100%;
}

.web-content-top ul li>img{
	margin-right: 35px;
}
.web-content-top h3{
	color: #98d5a2;
	font-size: 40px;
	display: inline-block;
	line-height:60px;
	vertical-align: top;
	margin-right: 145px;
	font-family: "hwls";
	font-weight: 400;
}


.web-search{
	background-color: white;
	border-radius: 36px;
	width: 360px;
	height: 36px;
	margin-top: 20px;
	line-height: 36px;
	text-align: left;
}
.web-search-img{
	margin:10px 3px 5px 15px;
}
.web-search input{
	width: 252px;
	vertical-align:top;
	height: 24px;
	border: 0;
	line-height: 24px;
	outline:none;
	color: #999999;
	margin-top: 7px;
	font-family: "microsoft yahei";
	font-size: 14px;
}


.web-content-navi{
	width: 100%;
	height: 50px;
	background-color: #34ba4b;
}
.web-content-navi ul{
	width: 1125px;
	margin-left: calc((100% - 1125)/2);
}




.web-content-navi ul li{
	width: 130px;
	height:50px;
	line-height:50px;
	text-align: center;
	float:left;
	color: rgb(255, 243, 195);
	font-size: 18px;
	font-family: "microsoft yahei";
}

.web-content-navi ul li a{
	color: rgb(255, 243, 195);
}

.web-content-navi ul li.active{
	background-color: #30ab45;
}

.web-content-navi ul li:hover{
	background-color: #30ab45;
}

.web-banner{
	height: 100%;
	min-height: 365px;
	min-width:1125px;
	width: 100%;
	text-align: center;
	z-index: 1;
	background:white url(../../images/webbanner1.jpg) no-repeat top center;
	
}



/*****新闻部分****/
.web-news{
	width: 1120px;
	height: 400px;
	background-color: white;
	margin-top: -40px;
	z-index: 100;
	border-radius: 10px;
	position: relative;
	box-shadow: 2px 2px 5px #aaaaaa;
}

.web-news-title{
	padding: 30px 0 25px 30px;
	
}

.web-news-title h3{
	color:#48cb60;
	font-size: 26px;
}
.web-news-title h3 span{
	color: #cccccc;
	font-size: 18px;
	padding-left: 8px;
	margin-top: 5px;
	font-style: italic;
}

.web-news-title-more{
	position: absolute;
	right: 40px;
	top: 30px;
	color: #ff6600;
	font-size: 18px;
	font-family: "microsoft yahei";
	z-index:999;
}



.web-news-title-more a{
	color: #ff6600 !important;
}



 @media (max-width:1142px) {
            .web-ji{
            	position: absolute;
            	top: 297px;
            	right: 0;
				z-index:99;
            }
        }
		

		
		@media (min-width:1143px) {
		           .web-ji{
		           	position: absolute;
		           	top: 297px;
		           	left: calc(100% - 457px);
					z-index:99;
		           }
		       }


.web-news-list{
	padding: 0 0 0 30px;
}
.web-news-list-left{
	width: 365px;
	height: 273px;
	position:relative;
	margin-right: 5px;
}
.web-news-list-left img{
	max-width: 363px;
	max-height: 272px;
}
.web-news-list-left div{
	position: absolute;
	bottom:0 ;
	width: 364px;
	height: 46px;
	background-color: rgb(111,200,114,0.7);
	text-align: left;

}
.web-news-list-left div p{
	font-size: 22px;
	color: white;
	font-weight: bold;
	line-height: 46px;
		margin-left: 10px;
}

.web-news-list-right{
	width: 685px;
	height: 272px;
}


.web-news-list-right ul li{
	height: 64px;
	margin-bottom: 5px;
	cursor:pointer;
}

.web-news-list-right ul li img{
	height: 64px;
	max-width: 96px;
}

.web-news-list-right ul li div{
	float: left;
}

.new-list-img-div{
	width: 96px;
	height: 64px;
	margin-right: 34px;
}

.new-list-img-div img{
	opacity: 0.5;
}
li.active .new-list-img-div img{
	opacity: 1;
}

.new-list-time-div
{
	height: 54.75px;
	font-size: 24px;
	width: 80px;
	padding-top: 6px;
	color: rgb(153, 153, 153);
	padding-right: 20px;
	font-family: arial;
}

li.active .new-list-time-div{
	color:#48cb60;
}

.new-list-time-div p{
	font-size: 22px;
	line-height: 26px;
	border-right: 1px solid #999999;
}

li.active .new-list-time-div p{
	border-right: 1px solid #48cb60;
}

.new-list-content-div{
	width:442px;
	height: 60.75px;
	padding-top: 3px;
}


.new-list-content-div p{
	
	height:30px;
	line-height: 30px;
	overflow: hidden;
	color: rgb(102, 102, 102);
}
li.active .new-list-content-div p{
	color:#48cb60;
}

.garyP{
	color: rgb(180, 180, 180) !important;
}


.bigSpan{
	font-size: 22px !important;
}

.bigTime{
	font-size: 26px !important;
}

.web-product{
	width:1125px;
	min-height: 566px;
	padding: 18px 0 0 0;
}

.buttonUl{
	margin-top: 5px;
}
.buttonUl li{
	float: left;
	width: 110px;
	height: 30px;
    text-align: center;	
	background-color: white;
	margin-right: 20px;
	font-size:18px;
	border-radius: 18px;
	border: 1px solid #dddddd;
	color: #8c8c8c;
	cursor: pointer;
}

.buttonUl li.active{
	background-color: #48cb60 !important;
	color:white;
}



.web-product-list{
	
	padding-left: 30px;
}

.web-product-list ul li {
	float:left;
	text-align: center;
	width: 200px;
	height: 190px;
	margin-right: 10px;
	color:#666666;
}
.web-product-list ul li img{
	width: 200px;
	height: 150px;
}

.web-product-more{
	width: 160px;
	height: 40px;
	border-radius: 40px;
	background-color: #ff9900;
	text-align: center;
	color: white;
	font-size: 20px;
	line-height: 40px;
	font-family: "黑体";
	margin-top: 20px;
}

.web-culture{
	width: 100%;
	height: 425px;
}

.web-culture-title{
	height: 105px;
	background-color: white;
	text-align: center;
}

.web-culture-title h3{
	color:#48cb60;
	font-size: 26px;
	padding: 30px 0 5px 0;
}
.web-culture-title p
{
	color: #cccccc;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.web-culture-content{
	height: 320px;
	background:#6dd580 url(../../images/culturebg.jpg) no-repeat top center;
}

.web-culture-content-list{
	width: 1125px;
	height: 100%;
}


.web-culture-content-list ul{
	padding: 20px 0 0 40px;
	color:white;
	font-size: 18px;
	font-weight: bold;
}
.web-culture-content-list ul li{
	height: 35px;
	width: 542px;
	float: left;
	line-height: 35px;
	margin-bottom: 5px;
}


.web-business{
	width: 100%;
	height: 540px;
	background-color: white;
	position: relative;
	text-align: center;
}
.web-ab{
	top:-80px;
	position: absolute;
	height: 300px;
	width: 1125px;
	border-radius: 5px;
	background-color: white;
	left: 50%;
	margin-left: -560px;
	/* box-shadow: 2px 2px 5px #cccccc; */
	text-align: left;
}

.web-ab h3{
	color:#ff9900;
	font-size: 26px;
	padding: 30px 0 0 40px;
}

.web-ab table{
	padding: 15px 40px 0 40px;
	width: 100%;
	color: #3E3E3E;
}

.web-ab table tr{
	height: 70px;
	font-size: 16px;
	line-height: 30px;
}

.web-ab table tr span{
	font-weight: bold;
}

.web-navi-bottom{
	width: 100%;
	height: 40px;
	background-color: #666666;
}

.web-copyright{
	width: 100%;
	height: 160px;
	background:#3e3e3e url(../../images/copyrightbg.jpg) no-repeat top center;
}

.web-business-sale{
	height: 300px;
	width: 1125px;
	padding-top: 210px;
	text-align: left;
}

.web-business-sale table{
	padding: 0 0 0 40px;
	width: 100%;
	color: #3E3E3E;
}
.web-business-sale table tr{
	height: 95px;
	line-height: 26px;
}
.web-business-sale table span{
	
	font-weight: bold;
}

.web-navi-bottom ul {
	width: 600px;
	margin-left: calc((100% - 600)/2);
	vertical-align: middle;
	
}
.web-navi-bottom ul li{
	margin:10px 10px 0 0;
	float:left;
	color: white;
}

.web-copyright{
	text-align: center;
	color: white;
	vertical-align: middle;

}







/**产品溯源**/

.web-module{
	width:1125px;
	min-height: 500px;
}
.web-module-title{
	padding:30px 0 30px 30px;
}
.web-module-title h3{
	color:#48cb60;
	font-size: 26px;
}

.web-module-title h3 span{
	color: #cccccc;
	font-size: 18px;
	padding-left: 8px;
	margin-top: 5px;
	font-style: italic;
}

.web-source-table{
	width: 900px;
	border:1px solid #eeeeee;
	background-color: white;
	margin-top:20px ;
	margin-bottom: 50px;
	text-align: center;
}
.tdLeft{
	text-align: left !important;
}
.web-source-table tr{
	height: 50px;
}


/*产品*/

.web-product-list h3{
	font-size: 22px;
	color: #48cb60;
	text-align: center;
	margin-bottom: 15px;
}







/*新改版 2021-05-10 wzl*/
.layui-nav-item a{
	height:50px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing:2px;
}
.web-content-top img{
	vertical-align: baseline;
}
.layui-nav .layui-nav-more{
	right:5px;
}

