@charset "utf-8";
/*产品中心*/
.content{
	margin-bottom: 80px;
	min-height: 200px;
}
.content .center{
	width: 1200px;
	margin: 0 auto;
}
.content .center .adress{
	margin-top: 20px;
	text-align: right;
}
.content .center .adress a{
	margin: 0 5px ;
}
.content .center h3{
	font-size: 22px;
	font-weight: normal;
	height: 70px;
	line-height: 70px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.content .pdt_content{
	width: 1200px;
	overflow: hidden;
}
.content .pdt_content ul{
	height: 35px;
	margin-top: 20px;
}
.content .pdt_content ul li{
	float: left;
	width: 130px;
	background: #F3F3F3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}
.content .pdt_content ul li.active,.content .pdt_content ul li:hover{
	background: #222222;
	color: white;
}
.content .pdt_content ul li a{
	display: block;
}
.content .pdt_detail{
	width: 1245px;
	margin-top: 50px;
	zoom:1;
}
.content .pdt_detail:after{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}
.content .pdt_detail>a{
	display: block;
	float: left;
	width: 370px;
	height: 315px;
	margin-right: 45px;
	margin-bottom: 50px;
	position: relative;
}
.content .pdt_detail>a:hover div{
	border:1px solid #FF8155;
}
.content .pdt_detail div{
	width: 368px;
	height: 263px;
	text-align: center;
	border: 1px solid #ccc;

}
.content .pdt_detail div img{
	max-width: 368px;
	max-height: 263px;
}
.content .pdt_detail div h4{
	width: 368px;
	position: absolute;
	bottom: 0;
	font-weight: normal;
	text-align: center;
	color: #666;
	height: 45px;
	line-height: 45px;
	background: #EEEEEE;
}
.content .pdt_detail a:hover div h4{
	background: #222222;
	color: #fff;
}
.page{
	text-align: center;
	padding:60px 0;
}
.page a{
	display: inline-block;
	padding: 10px 16px;
	border:1px solid #ccc;
	color: #666;
	margin: 0 5px;
}
.page a.on,.content .page a:hover{
	color: white;
	background:#222222;
	border: 1px solid #222222;
}
