/* CSS Document */
	* {
				margin: 0;
				padding: 0;
				font-family:"微软雅黑";
				
			}
			
			li {
				list-style: none;
			}
			
			a {
				text-decoration: none;
			}
			/*导航*/
			
			.top {
				width: 100%;
				height: 100px;
				background: #fff;
				padding: 20px 0;
			}
			
			.top .logo {
				width: 282px;
				height: 60px;
				float: left;
			}
			
			.top .logo img {
				width: 282px;
				height: 60px;
			}
			
			.top .nav {
				width: 712px;
				height: 60px;
				float: right;
			}
			
			.top .nav li {
				width: 103px;
				text-align: center;
				float: left;
				line-height: 60px;
			}
			
			.top .nav .first {
				width: 71px;
			}
			
			.top .nav li a {
				color: #000;
			}
			
			.top .nav li:hover a {
				color: #de4726;
			}
			
			.top .nav li ul {
				position: absolute;
				display: none;
				z-index: 999;
			}
			
			.top .nav li ul li {
				float: none;
				height: 45px;
				line-height: 45px;
				text-align: left;
				background: #fff;
				text-align: center;
			}
			
			.top .nav li ul li a {
				width: 100%;
				color: #000 !important;
			}
			
			.top .nav li:hover ul {
				display: block
			}
			
			.top .nav li ul li:hover a {
				color: #de4726 !important;
			}
			/*底部*/
			
			.footer {
				height: 307px;
				width: 1903px;
				background:url(../images/vawm.jpg) no-repeat;
				overflow: hidden;
			}
			
			.center {
				width: 1200px;
				margin: 0 auto;
			}
			
			.footer .img_over {
				overflow: hidden;
				position: relative;
				width: 259px;
				height: 57px;
				text-align: center;
				margin: 0 auto;
				margin-top: 44px;
			}
			
			.footer .f-nav {
				text-align: center;
				margin-top: 15px;
				margin-bottom: 45px;
			}
			
			.footer .f-nav a {
				color: #fff;
				text-decoration: none;
				padding: 0 10px;
				border-right: 1px solid #fff;
			}
			
			.footer p {
				text-align: center;
				font-family: 微软雅黑;
				font-size: 14px;
				color: rgb(236, 190, 180);
				line-height: 160%;
			}

.pagination { 
  margin-top: 30px;
  clear: both;
  margin-bottom: 35px;
}
.pagination ul{ list-style:none; margin:0; padding:0; text-align:center; width:300px; margin:0 auto;}
.pagination ul li{
	display: inline-block;
	width:40px; height:40px;
	border:0px solid #000;
}
.pagination span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 40px;
}
.pagination a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  float: left;
  line-height: 40px;
  background: #e5e5e5;
  border: 0;
  margin-right: 10px;
  color: #a6a6a6;
}
.pagination .active {
  border: 0 !important;
  background: #fff;
  color: #a66f2d;
}
.pagination .next {
  float: left;
}
.pagination .pre {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.page-turn {
  padding-top: 15px;
}
.page-turn p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.page-turn p a {
  color: #333;
}
.page-turn p:hover a {
  color: #a66f2d;
}
