﻿@charset "utf-8";
/* CSS Document */

.pro_bg{
	width:100%;
	overflow:hidden;
	position:relative;
	}

/*一级分类列表 
--------------------------------------*/
.pro_list_main{ padding-top:30px;}
.section{width:1010px;margin:0px auto 0 auto;overflow:hidden;}
.section ul{width:1010px;}
.section ul li{float:left;margin-right:24px;margin-bottom:24px;display:inline;width:320px;height:343px;overflow:hidden;position:relative;}
.section ul li.last{margin-right:0px;}

.section ul li .photo{width:320px;height:343px;overflow:hidden;}

.section ul li .photo img{border-radius: 8px;}
.section .rsp{width:320px;height:343px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;border-radius: 8px;}
.section .text{position:absolute;width:320px;height:343px;left:-320px;top:0px;overflow:hidden;}

.section .text a{ display:block;width: 320px;height: 343px;position:absolute;left:0px;top:0px;}

.section .text h3{width:320px;margin-top:130px;height:55px;line-height:55px;text-align:center;color:#FFFFFF;background:#119432;font-family:"microsoft yahei";font-size:26px;}

	
/*二级分类列表 
--------------------------------------*/
.content{padding:30px 70px;width:80%;margin:0 auto;}
.item{
	background:#fff;
	color:#333;
	border-radius:1px;
	padding:10px;
	word-break:break-all;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);

}
.item:hover{
	background:#119432;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.item{
	}
.item:hover p{ color:#fff;}
.item img{
	opacity:0.8;
}
.item:hover img{opacity:1;
}
.item p{text-align:center;margin-top:5px; font-size:16px; line-height:40px; font-weight:bold;}


