.product-bj{
	width: 100%;

	margin-bottom: 50px;
}
.product{
	width: 1300px;
	margin:0 auto;

	padding-bottom: 70px;
	position: relative;
}
.left-nav,.product-list{
	float: left;
}
.left-nav{
      padding-left: 101px;
	width: 92%;
	height: 40px;
	margin-top: 10px;
}
.left-nav b{
	display: block;
	font-weight: normal;
	width: 19.4%;
	margin-right: 5px;
	text-align: center;
	float: left;
	font-size: 16px;
	line-height: 35px;
	color:#950000;
	border:1px solid #cbcbcb;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
}
.left-nav b:nth-child(1){
	border-left: none;
}
.left-nav b:nth-child(7){
	border-right: none;
}
.left-nav b:hover{
	color: #0d468f;
	border-color: #0d468f;
}
.left-nav .leftNav-active{
	color: #0d468f;
	border-color: #0d468f;
}
.product ul{
	display: none;
}
.product .pro-active{
	display:block;
}
.product ul li{
	width: 200px;
	overflow: hidden;
	height: 173px;
	margin-top: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.product ul li img{
	width: 200px;
	height: 150px;
}
.product ul li p{
	font-size: 15px;
	color: #000;
	overflow: hidden;
}
.product ul li a{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.product ul li:hover p{
	color: #0d468f;
}
.pro-more{
	display: block;
	width: 500px;
	height: 40px;
	position: absolute;
	color: #fff;
	bottom: 0;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #7d2222;
	left: 395px;
	font-size: 16px;

}
.pro-more:hover{
	color: #0d468f;
	background-color: #f6f6f6;
	box-shadow: 1px 1px 2px #000 inset;
}
.case-bt{
	background-color: #2d1717;
	height: 40px;
	line-height: 40px;
}
.case-bt p{
	width: 1200px;
	margin:0 auto;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.case-bt span{
	font-size: 13px;
}
.case-cont{
	width: 1280px;
	margin: 20px auto;
	position: relative;
	padding-bottom: 50px;
}
.case-cont li{
	float: left;
	position: relative;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.case-cont li img{
	width: 300px;
	height: 225px;
}
.case-cont li p{
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
}
.case-cont li a{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.case-cont li:hover p{
	color: #0d468f;
}