.pro_title_bg{
	width: 1447px;
	height: 50px;
	margin: auto;
	margin-top: 50px;
}
.line{
	width: 385px;
	height: 0px;
	float: left;
	margin-top: 18px;
	border-top: 1px solid #009944;
}
.title_div{
	width: 150px;
	height: 36px;
	border: 1px solid #aaa;
	text-align: center;
	float: left;
	cursor: pointer;
}
.title_div p{
	margin: 0px;
	line-height: 36px;
	color: #aaa;
	font-size: 15px;
}
.title_div:hover{
	border: 1px solid #009944;
}
.title_div:hover p{
	color: #009944;
}
.title_sel{
	border: 1px solid #009944;
}
.title_sel p{
	color: #009944;
}
.pro_list{
	width: 1100px;
	height: auto;
	margin: auto;
	margin-bottom: 50px;
	display: none;
}
.pro_list ul{
	width: 1150px;
	margin-left: -25px;
}
.pro_list li{
	width: 550px;
	height: 465px;
	float: left;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 25px;
}
.pro_list_pic{
	width: 550px;
	height: 415px;
	position: relative;
}
.pro_list_pic img{
	width: 100%;
	height: auto;
}
.pro_list_pic_after{
	width: 550px;
	height: 415px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	cursor: pointer;
	display: none;
}
.pro_list_pic_after p{
	color: #fff;
	font-size: 22px;
	margin-top: 30%;
}
.pro_more{
	width: 148px;
	height: 33px;
	margin: auto;
	border: 1px solid #fff;
}
.pro_more p{
	margin: 0px;
	line-height: 33px;
	font-size: 18px;
}
.pro_list_pic:hover .pro_list_pic_after{
	display: block;
}
.pro_list_title{
	width: 550px;
	text-align: center;
}
.pro_list_title p{
	font-size: 18px;
	color: #888;
}
