.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 .path {
  color: #787878;
  font-size: 12px;
  padding: 40px 0 10px 20px;
}

.main .path * {
  vertical-align: middle;
}

.main .path a {
  color: #787878;
  text-decoration: none;
}

.main .path a:hover {
  color: #cc0000;
}

.content img {
  padding-left: 20px;
}

.area {
  height: 263px;
  overflow: hidden;
}

.area .p1 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  font-family:微软雅黑;
}

.area .p2,
.area .p3,
.area .p4,
.area .p5,
.area .p6 {
  width: 960px;
  font-size: 14px;
  font-family: 微软雅黑;
  text-indent: 2em;
  line-height: 23px;
  padding-top: 40px;
  color: #666;
  margin-left: 20px;
}

.area .p7 {
  padding-top: 10px;
  width: 960px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.area .p7 .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  font-family: 微软雅黑;
}

.table {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.table td {
  border-top: 2px solid black;
  border-left: 2px solid black;
}

/* 中心特色 */
.zxts {
  margin-top: 20px;
  position: relative;
}

.zxts .yinxing {
  display: block;
  width: 390px;
  height: 292px;
  margin-left: 40px;
  border: 6px solid #c9c8c8;
  background-image: url(../assets/images/yinxing.png);
  float: left;
}


.zxts .tese {
  width: 50%;
  float: left;
}

.zxts .more {
  position: absolute;
  right: 280px;
  bottom: 130px;
}

.zzjg {
  margin-top: 15px;
}

/* 底部信息 */
.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;
}