.cont-bj{
	width: 1200px;
	margin:50px auto;
}
.left-btn{
	float: left;
	width: 220px;
}
.left-btn-bt{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.left-btn-nav h2{
	background-color: #0d5c99;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-left: 8px;
	margin-bottom: 4px;
	cursor: pointer;
}
.left-btn-nav h2:hover{
	background-color: #06416f;
}

.right-cont{
	float: right;
	width: 920px;
	font-size: 14px;
	line-height: 22px;
	color: #565656;
	margin-top: 44px;
}
.left-btn-nav div a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #0a558f;
	border-bottom: 1px solid #d6d6d6;
}
.left-btn-nav div div{
	display: none;

	margin-bottom: 5px;
}
.left-btn-nav div a:hover{
	color: red;
}
.left-contact p{
	font-size: 15px;
	color: #064473;
	border-bottom: 1px solid #064473;
	margin-bottom: 8px;
	line-height: 22px;
}

.product-list img{
	width: 263px;
	height: 208px;
}
.product-list{
	position: relative;
	width: 263px;
	float: left;
	margin-right: 34px;
	margin-bottom: 5px;
}
.product-list p{
	font-size: 16px;
	color: #747474;
	height: 44px;
	overflow: hidden;
  margin-top:5px;
}
.product-list a{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	position: absolute;
}
.product-list:hover p{
	color: #0d468f;
}
.product-list-bt{
	font-size: 18px;
	color: #175080;
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
	cursor: default;
}
.product-list-bt span{
	font-size: 14px;
	color: #747474;
	font-weight: normal;
}
#page_navigation a{
    padding:3px;
    border:1px solid #09589b;
    margin:5px;
    color:black;
    text-decoration:none;
    display:block;
    color: #09589b;
    float:left;
    font-size:12px;
    text-align:center;
}
.active_page{
    background-color: #09589b;
    color: #fff !important;
}
#page_navigation a:hover{
	color: #000;
}
.cont-bt{
	font-size:20px;text-align: center;font-weight: normal;color:#0d468f;
}