.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

body {
  background-color: transparent;
  background-image: url(../assets//images/bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: 宋体, Arial, Helvetica, sans-serif;
}

.container {
  width: 1004px;
  margin: 0 auto;
}

/* 头部 */
.header {
  width: 100%;
  height: 213px;
  position: relative;
}

/* 导航栏 */
.nav {
  font-size: 14px;
  font-family: 微软雅黑;
  position: absolute;
  bottom: 16px;
  left: 10px;
}

.nav a {
  text-decoration: none;
  color: #fff;
  margin-right: 18px;
}

.nav a:hover {
  color: yellow;
}

/* 主体 */
.main {
  padding: 30px;
}

.title {
  width: 918px;
  height: 107px;
}

.third1 .title {
  background: url(../assets/images/third1.png) no-repeat;
}

.third2 .title {
  background: url(../assets/images/third2.png) no-repeat;
}

.fourth1 .title {
  background: url(../assets/images/fourth1.png) no-repeat;
}

.fourth2 .title {
  background: url(../assets/images/fourth2.png) no-repeat;
}

.fifth1 .title {
  background: url(../assets/images/fifth1.png) no-repeat;
}

.fifth2 .title {
  background: url(../assets/images/fifth2.png) no-repeat;
}

.sixth1 .title {
  background: url(../assets/images/sixth1.png) no-repeat;
}

.sixth2 .title {
  background: url(../assets/images/sixth2.png) no-repeat;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

table a {
  font-family: 微软雅黑;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

table a:hover {
  color: #a30001;
}

/* 底部信息 */
.footer {
  font-family: 微软雅黑;
}

.info {
  width: 1003px;
  padding-top: 20px;
  background-color: #1d0005;
}

.info .column1,
.info .column3 {
  font-size: 16px;
  margin-left: 10px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  float: left;
  font-weight: bold;
}

.info .column2,
.info .column4 {
  float: left;
}

.info .column2 p,
.info .column4 p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.wzba {
  width: 1003px;
  padding-top: 5px;
  background-color: #1d0005;
}

.wzba p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.wzba a {
  color: #fff;
  text-decoration: none;
}

.wzba a:hover {
  text-decoration: underline;
}

.wzba-verbose {
  width: 328px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.wzba-verbose .icon-blue {
  float: left;
}

.wzba-verbose a {
  display: block;
  float: left;
  cursor: pointer;
}

.wzba-verbose a:hover {
  text-decoration: none;
}

.wzba-verbose a img {
  vertical-align: middle;
}

.wzba-verbose a span {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  color: #939393;
  font-size: 12px;
}