@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 .case_content{
	width: 1200px;
	overflow: hidden;
}
.content .case_content ul{
	height: 35px;
	margin-top: 20px;
}
.content .case_content ul li{
	float: left;
	width: 130px;
	background: #F3F3F3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}
.content .case_content ul li.active,.content .case_content ul li:hover{
	background: #222222;
	color: white;
}
.content .case_content ul li a{
	display: block;
}
.content .case_detail{
	width: 1245px;
	margin-top: 80px;
	zoom:1;
}
.content .case_detail:after{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}
.content .case_detail div{
	width: 370px;
	margin-right: 45px;
	float: left;
	margin-bottom: 50px;
}
.content .case_detail div img{
	width: 368px;
	height: 282px;
	border: 1px solid #ccc;
}
.content .case_detail div h4{
	font-weight: normal;
	text-align: center;
	color: #666;
	height: 45px;
	line-height: 45px;
}

.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;
}

.case_content .case_detail div{
	position: relative;
}
.case_content .case_detail p{
	position: absolute;
	width: 368px;
	height: 282px;
	background: #000;
	opacity: 0;
	filter:Alpha(opacity=0);
	top: 0;
	/*z-index: 5;*/
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.case_content .case_detail span{
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -41px;
	background: rgba(255,255,255,0.3) url(../images/magnifier.png) no-repeat center;
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.case_content .case_detail a:hover .mask{
	opacity: 0.4;
	filter:Alpha(opacity=40);
}
.case_content .case_detail a:hover span{
	opacity: 1;
	filter:Alpha(opacity=100);
}