/* 版心 */
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
/* 头部 */
header {
  width: 100%;
  height: 179px;
  background: #14398f;
}
.header_bj {
  width: 100%;
  height: 100%;
  background: url("../images/header.png") no-repeat center;
  background-size: 100% 100%;
}

/* 导航条 */
.navbar {
  width: 100%;
  height: 50px;
  background: #0765b8;
}
.navbar ul {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0765b8;
}
.navbar ul li {
  font-size: 18px;
  display: flex;
}
.navbar ul li a {
  color: #fff;
}
.navbar ul li a:hover {
  font-weight: bold;
}
.navbar ul li .navbar_current {
  font-weight: bold;
}

/* 友情链接 */
.link {
  margin-top: 82px;
}

/* 链接 */
.link_con {
  width: 100%;
  height: 66px;
  background: #e7ebf4;
  margin-top: 19px;
}
.link_con ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  background: #e7ebf4;
}
.link_con ul li {
  margin-right: 10px;
}
.link_con ul li a:hover {
  color: #14398f;
}
.link_con ul li:nth-child(even) {
  color: #292929;
  margin-top: -1px;
}
.link_con ul li a {
  color: #292929;
}
.module2_title {
  width: 100%;
  height: 21px;
}
.module2_title ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module2_title ul li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.module2_title h4 {
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  margin-right: 23px;
}
.module2_title P {
  font-size: 12px;
  color: #c8c8c8;
}

/* 尾部 */
footer {
  width: 100%;
  height: 140px;
  background-color: #14398f;
  text-align: center;
}
.contact {
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #14398f;
  padding-top: 45px;
}
.contact p {
  margin-bottom: 8px;
}
.contact p:last-child {
  margin-bottom: 0;
}
.contact span {
  margin-right: 12px;
}
.tab_text .info {text-align: center;}
