@charset "UTF-8";
body{
  font-family: "微软雅黑","Microsoft YaHei",sans-serif;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.container-1400 {
  width: 1400px;
  margin: 0 auto;
}

.wrapper-bg {
  background: linear-gradient(180deg, #1469c9 0%, #ffffff 390px, #fff 100%);
}

.wrapper-mb {
  padding-bottom: 50px;
}

.boxshadow-blue {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(20, 105, 201, 0.4);
}

/* MARK:header */
.wrapper-header {
  height: 370px;
  background: url(../images/index_bg.jpg) no-repeat center center;
  margin-bottom: -86px;
}

.header-top {
  padding: 29px 0 43px 0;
  color: #0956ad;
}
.header-top-left a {
  color: #0956ad;
}
.header-top-right a {
  color: #0956ad;
  display: inline-block;
  vertical-align: middle;
}
.header-top-right img {
  display: inline-block;
  vertical-align: middle;
}
.header-top-right span {
  display: inline-block;
  vertical-align: middle;
}
.header-top-right .ipv6 {
  display: inline-block;
  padding: 4px 7px;
  background: #1469c9;
  border-radius: 9999px;
  color: #fff;
  margin-left: 15px;
}
.header-top-login {
  display: inline-block;
}
.header-top-login i {
  cursor: pointer;
}

.logo {
  opacity: 0.02;
}

.search-box {
  margin-top: 40px;
  text-align: center;
}
.search-box form {
  display: inline-block;
  border: 1px solid #6ea3e0;
  border-radius: 10px;
  position: relative;
}
.search-box input {
  width: 600px;
  height: 53px;
  padding: 0 18px 0 50px;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  font-size: 16px;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.search-box img {
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box button {
  width: 122px;
  height: 53px;
  margin: 0;
  border: 0;
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0059b5;
  cursor: pointer;
  margin-left: -5px;
}
.search-box button span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}

/* MARK:nav */
.nav {
  background: #1469c9;
  position: relative;
  height: 86px;
}
.nav:before {
  content: '';
  display: inline-block;
  width: 114px;
  height: 86px;
  position: absolute;
  left: -114px;
  top: 0;
  background: url(../images/nav_left.png) no-repeat;
}
.nav:after {
  content: '';
  display: inline-block;
  width: 114px;
  height: 86px;
  position: absolute;
  right: -114px;
  top: 0;
  background: url(../images/nav_right.png) no-repeat;
}
.nav li {
  width: 20%;
  float: left;
}
.nav li a {
  display: block;
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  font-weight: bold;
}
.nav li.on a,
.nav li:hover a {
  color: #fff;
}
.nav li.on a img:last-child,
.nav li:hover a img:last-child{
  display: inline-block;
}
.nav li.on a img:first-child,
.nav li:hover a img:first-child{
  display: none;
}
.nav li a img {
  height: 35px;
  vertical-align: middle;
}
.nav li a img:last-child{
  display:none;
}

/* MARK:common-header */
.common-header {
  padding-bottom: 11px;
}
.common-header a,
.common-header span {
  display: inline-block;
  font-size: 28px;
  color: #222;
  margin-left: 78px;
  position: relative;
}
.common-header a.on,
.common-header a:hover,
.common-header span.on {
  color: #1469c9;
}
.common-header a:first-child,
.common-header span:first-child {
  margin-left: 0;
}
.common-header--bold {
  font-weight: bold;
}
.common-header--blue a,
.common-header--blue span {
  color: #1469c9;
}

.common-header-more {
  float: right;
  font-size: 16px !important;
  color: #333 !important;
  font-weight: normal !important;
  color: #9e9e9e !important;
}
.common-header-more:hover {
  color: #333 !important;
}

/* MARK:common-list */
.common-list li {
  border-bottom: 1px dashed #e8e8e8;
}
.common-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 15px 10px 15px 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: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common-list li span {
  font-size: 16px;
  float: right;
  color: #999999;
  padding-top: 15px;
}
.common-list-container {
  position: relative;
  display: none;
}
.common-list-container.on {
  display: block;
}
.common-list-more {
  color: #9e9e9e;
  position: absolute;
  right: 15px;
  top: -33px;
  font-size: 16px;
}
.common-list-more:hover {
  color: #333;
}
.common-list-more2 {
  top: -57px;
}

/* MARK:footer links */
.wrapper-links {
  background-color: #f5f5f5;
}
.sub-links-title {
  position: relative;
  color: #666666;
}
.sub-links-title:after {
  position: absolute;
  top: 4px;
  right: -25px;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  transform: rotate(45deg);
}
.footer-links ul {
  margin: 0 -14px;
}
.footer-links li {
  float: left;
  width: 25%;
  padding: 0 14px;
}
.footer-links li:hover .sub-links {
  height: 160px;
  border: 1px solid #cacaca;
}
.sub-links-container {
  display: inline-block;
  width: 100%;
  padding: 18px 16px;
  position: relative;
}
.sub-links {
  position: absolute;
  bottom: 50px;
  left: 0;
  overflow-x: hidden;
  height: 0;
  background: #fff;
  width: 100%;
  line-height: 32px;
  transition: 200ms;
  border-radius: 5px;
  z-index: 10;
}
.sub-links a {
  color: #000;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sub-links a:hover {
  color: #387fcf;
}

/* MARK:footer */
.wrapper-footer {
  background: #1469c9;
}
.wrapper-footer .container-1400 {
  position: relative;
}
.wrapper-footer .footer-left {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 30px;
}
.wrapper-footer .footer-left p {
  margin-bottom: 15px;
}

.wrapper-footer .footer-center {
  width: 60%;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper-footer .footer-center p {
  padding: 10px 0;
}
.wrapper-footer .footer-center p img {
  vertical-align: middle;
}
.wrapper-footer .footer-center p a {
  vertical-align: middle;
  color: #fff;
}
.wrapper-footer .footer-center ul {
  padding: 10px 0;
}
.wrapper-footer .footer-center ul li {
  display: inline-block;
}
.wrapper-footer .footer-center ul li a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.wrapper-footer .footer-center ul li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #55779d;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.wrapper-footer .footer-center ul li:last-child a:after {
  width: 0;
}

.wrapper-footer .footer-right {
  width: 20%;
  float: left;
  padding: 0 20px;
  margin-top: 26px;
}
.wrapper-footer .footer-right p {
  padding-bottom: 15px;
}
.wrapper-footer .footer-right #footer-jc img {
  width: 95px;
}
.wrapper-footer .footer-right #footer-jb1 img {
  width: 141px;
}
.wrapper-footer .footer-right #footer-jb2 img {
  width: 100%;
  max-width: 240px;
}

/* MARK:sidebar */
.sidebar {
  position: fixed;
  right: 56px;
  top: 200px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 9999px;
  box-shadow: 0px 0px 16px rgba(42, 130, 228, 0.3);
}
.sidebar li {
  margin-bottom: 22px;
  text-align: center;
  position: relative;
}
.sidebar li:hover .sub {
  display: block;
}
.sidebar img {
  margin-bottom: 10px;
}
.sidebar .sub {
  display: none;
  position: absolute;
  transform: translateX(-100%);
  left: -20px;
  top: 0;
  z-index: 2;
}
.sidebar .sub img {
  width: 130px;
  border: 1px solid #ddd;
}

/* MARK:面包屑导航 */
.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bcd1e8;
}
.breadcrumb img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/* 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 #e8e8e8;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
  margin-right: 7px;
}
#page-div span {
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
#page-div #pagination-input {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  width: 30px;
  text-align: center;
  outline: none;
}
#page-div .pagination-num.active,
#page-div a:hover {
  background-color: #2a82e4;
  border-color: #2a82e4;
  color: #fff;
}

/* 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: 1650px) {
  .wrapper-nav {
    background: #1469c9;
  }
  .nav:after {
    display: none;
  }
  .nav:before {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .container-1400 {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .wrapper-header {
    margin-bottom: 0;
  }
  .header-left {
    float: none;
    text-align: center;
  }
  .header-left img {
    width: 90%;
    max-width: 500px;
  }
  .header-right {
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .sidebar {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header-top-left {
    display: none;
  }
  .header-top-right {
    float: none;
    text-align: center;
  }
  .header-top-right .ipv6 {
    display: none;
  }

  .wrapper-footer .footer-left {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .wrapper-footer .footer-center {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wrapper-footer .footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .wrapper-footer .footer-left p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .wrapper-footer .footer-center p {
    line-height: 1.5;
    padding: 0;
  }

  .common-header a,
  .common-header span {
    margin-left: 0;
    margin-right: 20px;
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-header {
    height: 300px;
  }

  .search-box form {
    width: 100%;
  }
  .search-box input {
    width: calc(100% - 100px);
    height: 40px;
  }
  .search-box button {
    width: 100px;
    height: 40px;
    margin-left: 0;
  }

  .nav {
    height: auto;
  }
  .nav li {
    width: 33.333333%;
  }
  .nav li a {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .nav li a img {
    height: 28px;
    vertical-align: middle;
  }

  .footer-links li {
    width: 50%;
    margin: 10px 0;
  }

  .common-list li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .footer-links li {
    width: 100%;
  }
  .sub-links-container {
    padding: 5px 16px;
    text-align: center;
  }
  .sub-links {
    bottom: 36px;
  }
}
