@charset "UTF-8";
html {
  font-size: 10px;
  height: 100%;
  width: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif !important; }

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 150px;
  font: 1.4rem Microsoft YaHe,微软雅黑,PingFang SC,Tahoma,Arial,sans-serif; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cs-header {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .cs-header {
      position: fixed;
      z-index: 19950210; } }
  .cs-header .cs-header-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 2;
    padding-left: calc((100% - 1300px) / 2);
    padding-right: calc((100% - 1300px) / 2);
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #fff; }
  .cs-header .header-top {
    padding-left: calc((100% - 1300px) / 2);
    padding-right: calc((100% - 1300px) / 2);
    height: 140px;
    background: #002b5e;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .cs-header .header-top {
        padding: 0 15px;
        height: 80px; } }
    .cs-header .header-top .mob-nav-btn {
      display: none;
      width: 32px;
      height: 32px;
      background-image: url("../images/icon/menus.svg");
      background-size: 100% 100%; }
      @media screen and (max-width: 1080px) {
        .cs-header .header-top .mob-nav-btn {
          display: block; } }
    .cs-header .header-top .logo {
      width: 620px;
      height: 130px; }
      @media screen and (max-width: 1080px) {
        .cs-header .header-top .logo {
          width: 240px;
          height: 54px; } }
      .cs-header .header-top .logo img {
        width: 100%;
        height: 100%; }
    .cs-header .header-top .xiaoxun {
      margin-left: 35px;
      width: 200px;
      height: 20px;
    /*  background-image: url("");*/
      background-size: 100% 100%; }
      @media screen and (max-width: 1080px) {
        .cs-header .header-top .xiaoxun {
          display: none; } }
    .cs-header .header-top .links {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      /* 12版 */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-left: 70px;
      width: 240px; }
      @media screen and (max-width: 1080px) {
        .cs-header .header-top .links {
          display: none; } }
      .cs-header .header-top .links .right {
        width: 97%;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        /* 09版 */
        -webkit-box-orient: horizontal;
        /* 12版 */
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        /* 12版 */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        flex-wrap: wrap; }
        .cs-header .header-top .links .right a {
          display: block;
          padding: 5px 0;
          color: #fff;
          width: 75px; }
    .cs-header .header-top .header-search {
      position: relative;
      width: 180px;
      height: 35px; }
      @media screen and (max-width: 1080px) {
        .cs-header .header-top .header-search {
          display: none; } }
      .cs-header .header-top .header-search .header-input {
        padding: 0 50px 0 15px;
        line-height: 35px;
        height: 35px;
        width: 100%;
        border-radius: 35px;
        background-color: #fff;
        border: none; }
      .cs-header .header-top .header-search .header-input-btn {
        position: absolute;
        right: -1px;
        width: 50px;
        height: 35px;
        border: none;
        top: 0;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        background: none; }
        .cs-header .header-top .header-search .header-input-btn .iconfont {
          font-size: 20px;
          color: #003A8A; }
  .cs-header .cs-header-nav {
    height: 50px;
    background-color: #deedff;
    padding-left: calc((100% - 1300px) / 2);
    padding-right: calc((100% - 1300px) / 2);
    width: 100%;
    margin: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .cs-header .cs-header-nav {
        display: none; } }
    .cs-header .cs-header-nav li {
      list-style: none;
      height: 50px;
      width: 100%; }
      .cs-header .cs-header-nav li .nav-child-block {
        position: absolute;
        top: 49px;
        left: 0;
        width: 100%;
        padding: 30px 0;
        padding-left: calc((100% - 1300px) / 2);
        padding-right: calc((100% - 1300px) / 2);
        background-color: #fff;
        border-bottom: 4px solid #deedff;
        z-index: 19950213;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        /* 09版 */
        -webkit-box-orient: horizontal;
        /* 12版 */
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        /* 12版 */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        display: none; }
        .cs-header .cs-header-nav li .nav-child-block .left {
          width: 400px;
          height: 160px; }
          .cs-header .cs-header-nav li .nav-child-block .left img {
            width: 100%;
            height: 100%; }
        .cs-header .cs-header-nav li .nav-child-block .center-title {
          font-size: 2.4rem;
          font-weight: bold;
          color: #003A8A;
          margin: 0 80px 0 30px; }
        .cs-header .cs-header-nav li .nav-child-block .child-menus {
          width: calc(100% - 400px - 240px);
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          /* 09版 */
          -webkit-box-orient: horizontal;
          /* 12版 */
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          -o-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          /* 12版 */
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          flex-wrap: wrap; }
          .cs-header .cs-header-nav li .nav-child-block .child-menus a {
            display: block;
            padding: 15px 15px;
            color: #1b1e21 !important;
            width: calc(100% / 3);
            text-align: center; }
            .cs-header .cs-header-nav li .nav-child-block .child-menus a:hover {
              color: #003A8A !important; }
      .cs-header .cs-header-nav li .parent-menu::before {
        position: absolute;
        content: '';
        right: 10px;
        top: 50%;
        margin: -3px 0;
        border-bottom: 6px transparent dashed;
        border-left: 6px transparent dashed;
        border-right: 6px transparent dashed;
        border-top: 6px #003A8A solid; }
      .cs-header .cs-header-nav li a {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        /* 09版 */
        -webkit-box-orient: horizontal;
        /* 12版 */
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        /* 12版 */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #555;
        font-size: 1.6rem;
        text-decoration: none;
        position: relative; }
        .cs-header .cs-header-nav li a.nav-active {
          color: #0053C5;
          background-color: #fff; }
          .cs-header .cs-header-nav li a.nav-active:hover {
            color: #0053C5;
            background-color: #fff; }
            .cs-header .cs-header-nav li a.nav-active:hover::before {
              border-top-color: #003A8A; }
        .cs-header .cs-header-nav li a:hover, .cs-header .cs-header-nav li a.current {
          color: #0053C5;
          background-color: rgba(255, 255, 255, 0.5); }
          .cs-header .cs-header-nav li a:hover::before, .cs-header .cs-header-nav li a.current::before {
            border-top-color: #003A8A; }

@keyframes rightLoop {
  from {
    right: -30vw; }
  to {
    right: 0; } }
.mob-right-menus {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0B173B;
  opacity: .9;
  width: 30vw;
  min-width: 150px;
  overflow: hidden;
  z-index: 19950212; }
  .mob-right-menus.active {
    display: block;
    animation: rightLoop 500ms;
    -webkit-animation: rightLoop 500ms; }
  .mob-right-menus .menus-home-title {
    width: 100%;
    height: 40px;
    background-color: #000;
    padding: 10px 20px;
    line-height: 20px; }
    .mob-right-menus .menus-home-title a {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      /* 12版 */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
    .mob-right-menus .menus-home-title .menus-home-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("../images/icon/homeicon.svg");
      background-size: 100% 100%; }
    .mob-right-menus .menus-home-title label {
      margin-bottom: 0;
      font-size: 1.2rem;
      color: #fff; }
  .mob-right-menus .menus-list {
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%;
    padding-bottom: 80px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .mob-right-menus .menus-list .nav-menus-box {
      margin: 0; }
      .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item {
        position: relative;
        list-style: none;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        padding: 5px 0;
        line-height: 20px; }
        .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus {
          max-height: 0;
          overflow-y: hidden;
          transition: max-height 0.5s;
          -webkit-transition: max-height 0.5s;
          /* Safari */
          padding-left: 15px; }
          .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus.active {
            max-height: 500px;
            border-top: 1px solid #eee; }
          .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus a {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 30px;
            padding: 5px 20px; }
        .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item span {
          display: block;
          line-height: 40px;
          padding-left: 20px;
          font-size: 1.2rem;
          color: #fff;
          width: 100%;
          height: 40px;
          position: relative;
          cursor: pointer; }
          .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item span:before {
            content: "";
            position: absolute;
            right: 20px;
            top: 50%;
            margin: -3px 0;
            border-bottom: 6px transparent dashed;
            border-left: 6px transparent dashed;
            border-right: 6px transparent dashed;
            border-top: 6px #fff solid; }
        .mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item a {
          display: block;
          color: #fff;
          font-size: 1.2rem;
          height: 40px;
          line-height: 40px;
          padding-left: 20px; }

.cs-body {
  overflow-x: hidden; }
  @media screen and (max-width: 1080px) {
    .cs-body {
      padding-top: 80px;
      margin-bottom: 65px;
      } 
      .cs-footer .cs-info-box {
    height: 200px !important;
    }
  }
  .cs-body .carousel {
    width: 100%;
    position: relative; }
    .cs-body .carousel .carousel-box {
      position: relative;
      width: 100%; }
      .cs-body .carousel .carousel-box .carousel-image-box {
        width: 100%;
        height: 100%; }
    .cs-body .carousel .layui-carousel-ind ul {
      background: none; }
      .cs-body .carousel .layui-carousel-ind ul .layui-this {
        background-color: #003A8A; }
      .cs-body .carousel .layui-carousel-ind ul li {
        background-color: #fff; }

.cs-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #002b5e; }
  .cs-footer .cs-info-box {
    padding-left: calc((100% - 1300px) / 2);
    padding-right: calc((100% - 1300px) / 2);
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 140px;
    }
    .cs-footer .cs-info-box .qrcode-box {
      width: 100%;
      text-align: center;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      /* 12版 */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media screen and (max-width: 1080px) {
        .cs-footer .cs-info-box .qrcode-box {
          display: block;
          } }
      .cs-footer .cs-info-box .qrcode-box a {
        display: block;
        width: 100%;
        position: relative;
        cursor: default; }
        .cs-footer .cs-info-box .qrcode-box a span {
          color: #fff;
          font-size: 1.4rem; }
        .cs-footer .cs-info-box .qrcode-box a label {
          width: 40px;
          height: 40px;
          background-color: #104c92;
          border-radius: 100%;
          padding: 10px;
          margin-right: 8px; }
          .cs-footer .cs-info-box .qrcode-box a label img {
            width: 20px;
            height: 20px; }
        .cs-footer .cs-info-box .qrcode-box a .qrcode {
          position: absolute;
          display: none;
          top: -110px;
          left: 20px; }
          .cs-footer .cs-info-box .qrcode-box a .qrcode img {
            width: 100px;
            height: 100px; }
    .cs-footer .cs-info-box .bottom-logo {
      width: 100%;
      text-align: center;
      border-left: 1px solid #385271;
      border-right: 1px solid #385271; }
      @media screen and (max-width: 1080px) {
        .cs-footer .cs-info-box .bottom-logo {
          display: block;
          } 
      .cs-footer .cs-info-box .bottom-logo img {
        width: 240px !important;
       } 
      }
      .cs-footer .cs-info-box .bottom-logo img {
        width: 360px;
       }
    .cs-footer .cs-info-box .base-info {
      width: 100%;
      padding-left: 30px; }
      @media screen and (max-width: 1080px) {
        .cs-footer .cs-info-box .base-info {
          padding-left: 15px; }
          .cs-footer .cs-info-box .base-info p {
            margin-bottom: 15px; }
            .cs-footer .cs-info-box .base-info p:last-child {
              margin-bottom: 0; } }
      .cs-footer .cs-info-box .base-info p {
        width: 100%;
        color: #fff;
        font-size: 1.3rem; }
  .cs-footer .cs-bottom-box {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    border-top: 1px solid #385271;
    height: 40px;
    background-color: #002b5e; }
    @media screen and (max-width: 1080px) {
      .cs-footer .cs-bottom-box {
        text-align: left;
        padding-left: 15px;
        height: 60px;
        text-align: center;
        } }
    .cs-footer .cs-bottom-box a {
      color: #fff; }
.back-gw-link {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5px 0;
  color: #fff; }
  .back-gw-link:hover {
    color: #fff;
    text-decoration: underline !important; }
/*# sourceMappingURL=common.css.map */