@charset "utf-8";

/*产品中心*/
.content{
	margin-bottom: 80px;
}
.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 .news_content{
	width: 1200px;
	overflow: hidden;
}
.content .news_content ul{
	height: 35px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.content .news_content ul li{
	float: left;
	width: 130px;
	background: #F3F3F3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}
.content .news_content ul li.active,.content .news_content ul li:hover{
	background: #222222;
	color: white;
}
.content .news_content ul li a{
	display: block;
}
.content .news_detail{
	width: 1200px;
	padding: 30px 0;
	zoom:1;
	border-bottom: 1px solid #ccc;
}
.content .news_detail:after{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}
.content .news_detail .news_pic{
	width: 360px;
	height: 260px;
	position: relative;
	float: left;
}
.content .news_detail .news_pic img{
	width: 360px;
	height: 260px;
}
.content .news_detail .news_pic p.mask{
	width: 360px;
	height: 260px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:Alpha(opacity=0);
	transition: all 0.5s;
}
.content .news_detail .news_pic span{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: white;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	opacity: 0;
	filter:Alpha(opacity=0);
	transition: all 0.5s;

}
.content .news_detail .news_pic:hover .mask{
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
.content .news_detail .news_pic:hover span{
	opacity: 1;
	filter:Alpha(opacity=100);
}
.content .news_detail .detail{
	width: 735px;
	height: 220px;
	float: right;
	padding:20px 40px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:all 0.5s;
	position: relative;
}
.content .news_detail:hover .detail{
	background: #F2F2F2;
}
.content .news_detail .detail h4{
	font-size: 20px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.content .news_detail .detail p{
	line-height: 25px;
	color: #666;
	margin:10px auto;
}
.content .news_detail .detail span{
	position: absolute;
	bottom: 30px;
	left: 40px;
}
.content .page{
	padding:60px 0;
	text-align:center;
}
.content .page:after{
	width: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: '';
}
.content .page a{
	display: inline-block;
	padding: 10px 16px;
	border:1px solid #ccc;
	color: #666;
	margin: 0 5px;
}
.content .page a.on,.content .page a:hover{
	color: white;
	background:#222222;
	border: 1px solid #222222;
}