* {
  margin: 0;
  padding: 0;
}
body{
	font-family: "微软雅黑";
	color: #000000;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.wrap {
    width: 1510px;
    margin: 0 auto;
	overflow: hidden;
}

/* 头部样式 */
.header {
    width: 100%;
    /* height: 197px; */
    /* background-image: url(../static/image/images/image_top.png); */
	background-repeat: no-repeat;
	background-position: center center; /* 水平垂直居中 */
}

.date {
	font-size: 14px;
	line-height: 14px;
	margin-top: 18px;
	margin-bottom: 21px;
	color: #191919;
}
.top_image {
	width: 100%;
	height: 153px;
	vertical-align: bottom;
}

.top_image img {
	width: 100%;
	height: 100%;
}

/* 导航样式 */
.nav {
	width: 100%;
	height: 60px;
	background-color: #12446e;
}

.nav .wrap {
	width: 1247px;
	height: 100%;
}

.nav ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav ul li {
	overflow: hidden;
	float: left;
	margin: 0 10px;
	padding: 0 10px;
}

.nav ul li:first-child {
	padding: 0 20px;
}

.nav ul .active {
	background-image: linear-gradient(to bottom, #12446e, #4791cf, #12446e);
}

.nav ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}

.nav ul li:first-child a {
	text-align: left;
}

.nav ul li:last-child a {
	text-align: right;
}
/* 底部样式 */
footer {
	width: 100%;
	height: 138px;
	background-image: url(../static/07.png);
	background-repeat: no-repeat;
	background-position: center center; /* 水平垂直居中 */
}

footer .wrap {
	height: 138px;
}

footer .code {
	float: left;
	margin-left: 480px;
	margin-top: 30px;
}

footer .code .img {
	text-align: center;
}

footer .code .img img {
	width: 64px;
	height: 64px;
	vertical-align: bottom;
}

footer .code span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 10px;
}

footer .link	{
	float: left;
	margin-top: 33px;
}

footer .link .item {
	width: 450px;
	text-align: right;
}

footer .link .item a{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}


