@media screen and (max-width:800px) {

}
@media screen and (min-width:800px) {
.menu { width: 800px; }
.menu li { width: 158px; }
/*内容*/
.Cont_Text { width: 780px; }
.Cont_Text img { width: 780px; }
/*产品*/
.pro_list { width: 800px; }
.pro_list li { width: 368px; height: 410px; }
.pro_list li a { height: 368px; }
.pro_list li a img { width: 365px; height: 368px; }
/*分页*/
.more_pro { width: 780px; }
/*分类*/
.pro_cls { width: 740px; }
.pro_cls li { width: 740px; }
.pro_cls li a img { width: 740px; }
}
.more_pro a { 
	background: linear-gradient(left, #999, #eee, #999);
	background: -moz-linear-gradient(left, #999, #eee, #999);
	background: -ms-linear-gradient(left, #999, #eee, #999);
	background: -o-linear-gradient(left, #999, #eee, #999);
	background: -webkit-linear-gradient(left, #999, #eee, #999);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	box-shadow: -3px -3px 3px #999;
	-moz-box-shadow: -3px -3px 3px #999;
	-webkit-box-shadow: -3px -3px 3px #999;
}
.Cont_Tit { 
	background: linear-gradient(left, #fffaed, #c2da7f, #fffaed);
	background: -moz-linear-gradient(left, #fffaed, #c2da7f, #fffaed);
	background: -ms-linear-gradient(left, #fffaed, #c2da7f, #fffaed);
	background: -o-linear-gradient(left, #fffaed, #c2da7f, #fffaed);
	background: -webkit-linear-gradient(left, #fffaed, #c2da7f, #fffaed);
}
.menu li.le { 
	background: linear-gradient(top, #90ab46, #c2da7f, #7b9928);
	background: -moz-linear-gradient(top, #90ab46, #c2da7f, #7b9928);
	background: -ms-linear-gradient(top, #90ab46, #c2da7f, #7b9928);
	background: -o-linear-gradient(top, #90ab46, #c2da7f, #7b9928);
	background: -webkit-linear-gradient(top, #585858, #777676, #434242);
}
.footer { 
	background: linear-gradient(top, #90ab46, #84a134, #7b9928);
	background: -moz-linear-gradient(top, #90ab46, #84a134, #7b9928);
	background: -ms-linear-gradient(top, #90ab46, #84a134, #7b9928);
	background: -o-linear-gradient(top, #90ab46, #84a134, #7b9928);
	background: -webkit-linear-gradient(top, #585858, #2a2a2a, #434242);
}
