@charset "utf-8";
/**
@Author: yu_Wj
@Description：产品中心
*/

/*栏目*/
.list_nav{
	text-align: center;
	padding: 0 0 60px;
}
.list_nav li{
	color: #666;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px;
	padding: 0 30px;
	border-radius: 5px;
	background: #efefef;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.list_nav li:hover,
.list_nav li.current{
	background: #1e589a;
}
.list_nav li a{
	color: #666;
}
.list_nav li:hover a,
.list_nav li.current a{
	color: #fff;
}
/*产品中心*/
.list_ul{}
.list_ul li{
	float: left;
	width: 300px;
	height: 300px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.list_ul li > img{
	width: 300px;
	height: 300px;
	border-right: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
}
.list_ul li:nth-child(1) > img,
.list_ul li:nth-child(2) > img,
.list_ul li:nth-child(3) > img,
.list_ul li:nth-child(4) > img{
	border-top: solid 1px #e3e3e3;
}
.list_ul li:nth-child(4n+1) > img{
	border-left: solid 1px #e3e3e3;
}
.list_ul li:after{
	content: "";
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.list_ul li:hover:after{
	display: block;
}
.list_ul li > div{
	display: none;
	width: 260px;
	height: 260px;
	margin: 20px;
	border: solid 2px rgba(38,80,128,.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.list_ul li:hover > div{
	display: block;
}
.list_ul li > div h3{
	padding: 50px 0 25px;
	text-align: center;
}
.list_ul li > div h3 a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.list_ul li > div hr{
	width: 30px;
	height: 4px;
	background: #4a96ec;
	margin: 0 auto 20px;
}
.list_ul li > div article{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 18px;
}

/*详情*/
.product_details{}
.product_details > h3{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.product_details > hr{
	width: 40px;
	height: 6px;
	background: #1e589a;
	margin: 0 auto 50px;
}
.product_details > .title{
	font-size: 0;
	text-align: center;
	margin: 35px 0;
}
.product_details > .title img,
.product_details > .title p{
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.product_details > .title p{
	color: #333;
	font-size: 24px;
	line-height: 66px;
	font-weight: bold;
	margin-left: -38px;
	margin-right: 10px;
}
.product_details > article{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.product_details > article img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/*.product_details .left{
	float: left;
	width: 500px;
	font-size: 0;
	line-height: 0;
}
.product_details .left img{
	max-width: 100%;
}
.product_details .right{
	float: right;
	width: 630px;
	padding-top: 35px;
}
.product_details .right > h3{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 30px;
}
.product_details .right > hr{
	width: 40px;
	height: 6px;
	background: #1e589a;
	margin-bottom: 50px;
}
.product_details .right > article{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.product_details .right > article .title{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}*/