@charset "UTF-8";
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.container-1200 {
  width: 1200px;
  margin: 0 auto;
}

/* MARK:公共顶 */
.wrapper-top {
  background-color: #327bc6;
  padding: 10px 0;
}
.header-top a,
.header-top span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.header-top span {
  color: #fff;
  font-weight: normal;
  margin: 0 5px;
}
.header-top-left {
  float: left;
}
.header-top-login {
  display: inline-block;
  margin-left: 20px;
}
.header-top-login i {
  cursor: pointer;
}
.header-top-right #headerTopWeinxin {
  margin-top: 3px;
}

/* MARK:公共头 */
.wrapper-header {
  background: url(../images/header.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
}
.container-1400-head {
  padding-top: 76px;
  padding-bottom: 40px;
}
.logo {
  display: block;
  text-align: center;
}
.search-box {
  margin-top: 40px;
  text-align: center;
}
.search-box form {
  display: block;
  position: relative;
}
.search-box input {
  width: 400px;
  height: 40px;
  padding: 0 18px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  font-size: 14px;
  border-radius: 4px;
}
.search-box button {
  width: 50px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
}
.search-box button img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

/* MARK:导航栏 */
.wrapper-nav {
  background-color: #327bc6;
}
.nav li {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
}
.nav li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgb(255, 255, 255);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav li:last-child:after {
  display: none;
}
.nav li a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  transition: background-color ease 0.2s;
}
.nav li a:after {
  content: '';
  display: none;
  width: 50px;
  height: 6px;
  opacity: 1;
  border-radius: 20px 20px 0px 0px;
  background: rgba(217, 235, 255, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav li.on a:after,
.nav li a:hover:after {
  display: block;
}
.nav li img,
.nav li span {
  display: inline-block;
  vertical-align: middle;
}
.nav li span {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

/* MARK:common-header */
.common-header {
  padding-bottom: 30px;
}
.common-header a,
.common-header span {
  display: inline-block;
  font-size: 20px;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
}
.common-header a.on,
.common-header a:hover,
.common-header span.on {
  color: #1e5996;
}
.common-header a.on:after,
.common-header a:hover:after,
.common-header span.on:after {
  display: inline-block;
}
.common-header a:last-child,
.common-header span:last-child {
  margin-right: 0;
}
.common-header a:after,
.common-header span:after {
  display: none;
  content: '';
  width: 100%;
  height: 11px;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #c9d6e8 0%, #ffffff 100%);
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.common-header-more {
  float: right;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #9e9e9e !important;
}
.common-header-more:hover {
  color: #333 !important;
}

/* MARK:common-list */
.common-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 10px 10px 10px 18px;
  font-size: 18px;
}
.common-list li a:hover {
  color: #2d84e6;
}
.common-list li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d43030;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common-list li span {
  font-size: 16px;
  float: right;
  color: #b0b0b0;
  padding-top: 10px;
}
.common-list-container {
  position: relative;
  display: none;
}
.common-list-container.on {
  display: block;
}
.common-list-more {
  color: #9e9e9e;
  position: absolute;
  right: 15px;
  top: -47px;
  font-size: 16px;
}
.common-list-more:hover {
  color: #333;
}
.common-list-more2 {
  top: -57px;
}

/* MARK:友情链接 */
.wrapper-links {
  padding: 20px 0 43px 0;
  background: #f7f7f7;
  border-top: 4px solid #096bba;
}
.links-header {
  font-size: 24px;
  margin-bottom: 27px;
}
.links-header span {
  display: inline-block;
  margin-right: 90px;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
.links-header span.on {
  font-weight: bold;
  border-color: #096bba;
  color: #096bba;
}
.links-content {
  display: none;
}
.links-content.on {
  display: block;
}
.links-content a {
  width: 20%;
  float: left;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

/* MARK:公共尾 */
.wrapper-footer {
  padding: 20px 0;
  background: #ebebeb;
}
.wrapper-footer p {
  line-height: 30px;
  color: #666666;
}
.wrapper-footer p a {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
.wrapper-footer p img {
  display: inline-block;
  vertical-align: middle;
}
.footer-left {
  width: 30%;
}
.footer-center {
  width: 30%;
}
.footer-right {
  width: 40%;
  text-align: center;
}
.footer-right-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MARK:页码 */
#page-div {
  text-align: center;
}
#page-div .pagination-first {
  display: block;
  margin-bottom: 10px;
}
#page-div .pagination-last {
  display: block;
}
#page-div a {
  display: inline-block;
  border: 1px solid #3f71a5;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #3f71a5;
  font-size: 14px;
  margin-right: 7px;
  border-radius: 5px;
}
#page-div span {
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
#page-div #pagination-input {
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #424242;
  width: 28px;
  text-align: center;
  outline: none;
}
#page-div .pagination-num.active,
#page-div a:hover {
  background-color: #3f71a5;
  color: #fff;
}

/* MARK:面包屑导航 */
.breadcrumb {
  padding-top: 32px;
  padding-bottom: 27px;
}
.breadcrumb img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/* MARK:弹窗（提示登录、信件查询弹窗） */
.mail-message-box {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.mail-message-box-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.mail-message-box-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.mail-message-box-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #303133;
}
.mail-message-box-content {
  padding: 15px 15px;
  color: #606266;
  font-size: 14px;
}
.mail-message-box-buttons {
  padding: 10px 0;
}
.mail-message-box-buttons a {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}
.mail-message-box-buttons a:first-child {
  color: #fff;
  background-color: #0a5491;
  border-color: #0a5491;
}
.mail-message-box-close {
  position: absolute;
  top: -6px;
  right: 5px;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}
.mail-message-box-group {
  margin-bottom: 10px;
}
.mail-message-box-group label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  padding: 0 12px 0 0;
  height: 40px;
  line-height: 40px;
}
.mail-message-box-group input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 250px;
}
@media screen and (max-width: 460px) {
  .mail-message-box {
    width: 80%;
  }
  .mail-message-box-group label {
    width: 100%;
    text-align: left;
  }
  .mail-message-box-group input {
    width: 100%;
  }
}

/* MARK:响应式 */
@media screen and (max-width: 1200px) {
  .container-1200 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .header-top-left {
    float: none;
    text-align: center;
  }
  .header-top-right {
    display: none;
  }

  .logo {
    float: none;
    text-align: center;
  }
  .logo img {
    width: 100%;
    max-width: 600px;
  }

  .search-box {
    float: none;
  }
  .search-box form {
    width: 80%;
    margin: 0 auto;
  }
  .search-box input {
    width: 100%;
  }

  .links-header {
    font-size: 18px;
  }
  .links-header span {
    padding-bottom: 10px;
    margin-right: 30px;
  }
  .links-content a {
    width: 33.33333%;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .nav li {
    width: 33.333333%;
  }
  .nav li:nth-child(3):after {
    display: none;
  }
  .nav li span {
    font-size: 18px;
  }

  .common-header {
    padding-bottom: 0;
  }
  .common-header a,
  .common-header span {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .common-list-more {
    top: -39px;
    font-size: 14px;
  }

  .common-list li a {
    font-size: 16px;
  }

  .footer-right-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .search-box input {
    height: 45px;
  }
  .search-box button {
    height: 45px;
  }
}
