
/* 公共css */
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	line-height:1.4;
	color:#000;
	background-color:#fff;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.title h3{
	color:#000;
	font-size:42px;
	text-align:center;
	font-weight:500;
}
.title p{
	text-align:center;
	color:#313131;
	font-size:20px;
}
.end{
	width:550px;
	height:52px;
	margin: 0 auto;
	background-color:#cfb26a;
	border-radius:26px;
}
.end p{
	display:block;
	float:left;
	width:350px;
	height:50px;
	margin-top:1px;
	margin-left:1px;
	background-color:#fff;
	font-size:22px;
	color:#393939;
	line-height:50px;
	text-align:center;
	border-radius:25px;
}
.end p span{
	font-size:27.5px;
	color:#c5aa65;
	line-height:52px;
}
.end a{
	display:block;
	width:199px;
	float:right;
	color:#fff;
	background-color:#cfb26a;
	text-align:center;
	line-height:52px;
	font-size:29px;
	border-radius:26px;
}

/* 分页css */

.fy{
	padding-top:0px;
	clear:both;
}
.fy center a:nth-child(1){
	display:none;
}
.fy center a{
	background-color:#0b5394;
	color:#fff;
	padding: 6px 12px;
	font-size:18px;
	margin-left:8px;
}
.fy center a:hover{
	background-color:#cfb26a;
	
}
.fy center span{
	background-color:#cfb26a;
	color:#fff;
	padding: 5px 10px;
	font-size:18px;	
	margin-left:8px;
}


/* 头部css */
.header{
	height:172px;
}
.header_top{
	background-color:#fff;
	height:120px;
}
.header_top_nb{
	margin: 0 auto;
	width:1140px;
	height:120px;
	background-color:#fff;
}
.header_top_nb div{
	width:500px;
	height:120px;
	float:left;
	margin-left:40px;
}
.header_top_nb div img{
	float:left;
	padding-top:10px;
	margin-right:10px;
}
.header_top_nb div p:nth-child(2){
	padding-top:35px;
	font-size:23px;
	color:#0d528f;
}
.header_top_nb div p:nth-child(3){
	color:#000;
	font-size:13.2px;
}
.header_top_nb h5{
	font-size:22px;
	color:#d1032a;
	float:left;
	margin-right:30px;
	line-height:115px;
}
.header_top_nb h5 p{
	font-size:25px;
	display:inline;
}
.header_top_nb > p{
	font-size:20px;
	color:#000;
	line-height:112px;
}
.header_bottom{
	height:52px;
	background-color:#0b5394;
}
.header_bottom ul{
	margin: 0 auto;
	list-style:none;
	width:1140px;
}
.header_bottom ul li{
	float:left;
	width:160px;
	height:52px;
	text-align:center;
}
.header_bottom ul li a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	line-height:52px;
}
.header_bottom ul li a:hover{
	color:#FFD700;
}







