@charset "UTF-8";
/* common */
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}*/

img {
  vertical-align: middle;
}
body {
    font-size:14px;
  font-family:Arial,"Microsoft YaHei", "SimSun";
  color:#333;
  line-height: 1.42857143;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
.global-header-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.global-header {
  height: auto;
  width: 100%;
  -webkit-transition: height 0.3s ease-in 0.3s;
  -o-transition: height 0.3s ease-in 0.3s;
  transition: height 0.3s ease-in 0.3s;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%; }
.global-header-nav-logo a {
  height: 55px;
  width: 55px;
  line-height: 55px; }
.global-header-content {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }
.bottom-line-lighter:before {
  content: "";
  height: 1px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 200%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dbdbdb;
  visibility: visible; }
.global-header-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0px 0px;
  white-space: nowrap; }
.global-header-nav-item > a {
    position: relative;
    color: #333;
    font-weight: 700; }
.global-header-nav-item > a:after {
      content: "";
      position: absolute;
      left: 0;
      height: 2px;
      background-color: transparent;
      bottom: -20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 0; }
.global-header-nav-item a {
    display: block;
    text-align: center;
    font-family: MicrosoftYaHei-Bold; }
.global-header-nav-item:before {
    display: none; }
.global-header-nav-item.active > a {
    color: #29579c !important; }
.global-header-nav-item.active > a:after {
      width: 100%; }



.global-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.global-header-nav .global-header-nav-logo {
    width: auto;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    left: 10px;
    font-size: 0; }
.global-header-nav .global-header-nav-logo > a {
      font-size: 0; }
.global-header-nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.global-header-nav-list:hover a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.global-header-nav-list:hover .active:after {
    width: 0px; }
.global-header-nav-list .global-header-nav-item:hover:after {
    width: 100% !important; }
.global-header-nav-list .global-header-nav-item:hover > a {
    opacity: 1;
    color: #29579c !important; }
.global-mobile-split {
  padding-top: 100px; }


.nav-item {
  display: none; }
@media only screen and (max-width: 1024px) {
  .header {
    height: 80px; }
  .pc-logo {
    display: none; }
  .global-header-content {
    padding: 0; }
  .dropdown-menu {
    height: 0;
    overflow: hidden; }
  .dropdown-menu a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding-left: 20px !important;
    color: #000 !important; }
  .global-header {
    height: 80px;
    top: 0px;
    background: #fff;
    position: fixed; }
  .global-mobile-split {
    padding-top: 80px; }
  .global-header-content, .global-header-nav {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #fff; }
  .global-header-nav .global-header-nav-logo {
    height: inherit;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    top: 0;
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.15s linear 0.4s;
    transition: -webkit-transform 0.15s linear 0.4s;
    -o-transition: transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s, -webkit-transform 0.15s linear 0.4s;
    z-index: 9999; }
    .global-header-nav .global-header-nav-logo a {
      background-size: 100%;
      background-position: center center; }
  .global-header-nav-login a, .global-header-nav-logo a, .global-header-nav-search a, .global-header-searchform-submit {
    display: inline-block;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
    height: 80px;
    text-align: right;
    width: 125px; }
    .global-header-nav-login a .iconfont, .global-header-nav-logo a .iconfont, .global-header-nav-search a .iconfont, .global-header-searchform-submit .iconfont {
      font-size: 0.8rem;
      color: #fff; }
    .global-header-nav-login a i:last-child, .global-header-nav-logo a i:last-child, .global-header-nav-search a i:last-child, .global-header-searchform-submit i:last-child {
      display: none; }
  .global-header-nav-login {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s linear 0.2s;
    transition: -webkit-transform 0.3s linear 0.2s;
    -o-transition: transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .global-header-nav-login a {
    height: 44px;
    width: 20px;
    background-position: -165px 8px; }
  .global-header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    z-index: 5;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: visibility 0.8s ease, transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease; }
    .global-header-nav-list .global-header-nav-item {
      opacity: 0;
      -webkit-transform: scale(1.2) translateY(-24px);
          -ms-transform: scale(1.2) translateY(-24px);
              transform: scale(1.2) translateY(-24px);
      -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
      transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
      -o-transition: opacity 0.25s ease-out, transform 0.25s ease-out;
      transition: opacity 0.25s ease-out, transform 0.25s ease-out;
      transition: opacity 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
      height: 48px;
      line-height: 48px;
      margin: 0 -15px;
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      padding: 0; }
      .global-header-nav-list .global-header-nav-item:hover > a {
        color: #29579c !important; }
      .global-header-nav-list .global-header-nav-item:after {
        display: none; }
      .global-header-nav-list .global-header-nav-item::before {
        display: block;
        background-color: #dfdfdf; }
      .global-header-nav-list .global-header-nav-item > a {
        font-size: 14px;
        padding: 14px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.4285714285;
        color: #000 !important;
        text-align: left; }
      .global-header-nav-list .global-header-nav-item.active > a:first-child {
        color: #29579c !important; }
    .global-header-nav-list .global-header-nav-login, .global-header-nav-list .global-header-nav-logo {
      display: none; }
  html.global-header-nav-open, html.global-header-nav-open body {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0 !important; }
  .global-header-btn-close span:first-child {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px); }
  .global-header-btn-close span:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
  .global-header-btn-close span:nth-child(3) {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px); }
  .global-header-nav-open .global-header, .global-header-nav-open .global-header-nav {
    height: 100%; }
  .global-header-nav-open .global-header-nav-login, .global-header-nav-open .global-header-nav-search {
    -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%); }
  .global-header-nav-open .global-header-nav-item {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto; }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s, 0.3s;
         -o-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s; }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s, 0.3s;
         -o-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s; }
  .global-header-nav-open .global-header-nav-item:nth-child(3) {
    -webkit-transition-delay: 0.35s, 0.35s;
         -o-transition-delay: 0.35s, 0.35s;
            transition-delay: 0.35s, 0.35s; }
  .global-header-nav-open .global-header-nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s, 0.4s;
         -o-transition-delay: 0.4s, 0.4s;
            transition-delay: 0.4s, 0.4s; }
  .global-header-nav-open .global-header-nav-item:nth-child(5) {
    -webkit-transition-delay: 0.45s, 0.45s;
         -o-transition-delay: 0.45s, 0.45s;
            transition-delay: 0.45s, 0.45s; }
  .global-header-nav-open .global-header-nav-item:nth-child(6) {
    -webkit-transition-delay: 0.5s, 0.5s;
         -o-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s; }
  .global-header-nav-open .global-header-nav-item:nth-child(7) {
    -webkit-transition-delay: 0.55s, 0.55s;
         -o-transition-delay: 0.55s, 0.55s;
            transition-delay: 0.55s, 0.55s; }
  .global-header-nav-open .global-header-nav-item:nth-child(8) {
    -webkit-transition-delay: 0.6s, 0.6s;
         -o-transition-delay: 0.6s, 0.6s;
            transition-delay: 0.6s, 0.6s; }
  .global-header-nav-open .global-header-nav-logo {
    -webkit-transform: translate(48px, -100%);
        -ms-transform: translate(48px, -100%);
            transform: translate(48px, -100%); }
  .global-header-nav-open .subment .subtitle {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-24px);
        -ms-transform: scale(1.2) translateY(-24px);
            transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
  .global-header-nav-open .subment ul a {
    font-size: 14px !important;
    padding-left: 15px !important; }
  .header-panel-content .subment {
    position: absolute;
    background-color: #fff;
    height: 100vh;
    top: 0;
    width: 100%;
    overflow: auto;
    padding: 65px 0 25px !important; }
    .header-panel-content .subment .row {
      padding-left: 0 !important; }
  .subment ul {
    overflow: hidden; }
  .subment li {
    opacity: 0;
    -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
            transform: translateX(24px);
    -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in; }
  .subment-open .subment li {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  .global-header-nav-item .icon-toggle {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    z-index: 20;
    height: 48px; } }
@media (max-width: 321px) {
  .global-header-nav-logo {
    display: none; } }
/* custom */
.global-header-nav-item {
  position: relative; }
.global-header-nav-item .dropdown-switcher {
    position: absolute;
    right: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 0;
    text-align: center; }
.global-header-nav-item .dropdown-switcher .iconfont {
      font-size: 20px;
      color: inherit; }

@media (min-width: 1024px) {
  .global-header-nav-list {
    margin-left: 60px;
    margin-top: auto; }
  .global-header-nav-item {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px 15px !important; }
    .global-header-nav-item:last-child {
      padding-right: 0 !important; }
    .global-header-nav-item > a:after {
      background: #29579c; }
  /* 修改 */
  .global-header-content, .global-header, .global-header-nav {
    background: #fff; }
  .global-header {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .global-header-nav-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .global-header-nav-icon-item {
    color: #2b2e2e; } }



.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/*  */
.icon-top:before {
  content: "\e603"; }
.icon-phone:before {
  content: "\e6b0"; }
.icon-switchor:before {
  content: "\e600"; }
.icon-search:before {
  content: "\e602"; }
.icon-close:before {
  content: "\e601"; }
body, html {
  background: #fff; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }


.phone-cell {
  position: absolute;
  right: 15px;
  top: 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 18px;
  display: none; }
.phone-cell .iconfont {
    color: #29579c; }
.phone-cell span {
    padding: 0 5px; }
.phone-cell span:last-child {
    font-size: 20px;
    color: #29579c;
    padding-right: 0 !important; }
.top-nav-sheet-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  top: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }
.top-nav-sheet-wrapper section {
    background: #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
.top-nav-sheet-wrapper .content {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0; }
.top-nav-sheet-wrapper .content .inner {
      max-width: 1410px;
      margin: 0 auto; }
.top-nav-sheet-wrapper .content .item {
      display: block;
      padding: 15px 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
.top-nav-sheet-wrapper .content .item .con {
        text-align: center;
        font-size: 14px;
        padding: 5px 10px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.top-nav-sheet-wrapper .content .flex-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.top-nav-sheet-wrapper .content .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
.top-nav-sheet-wrapper .con1 .item img {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: auto; }
.pc-logo {
  line-height: 100px; }
.i-switchor {
  position: absolute !important;
  right: 0;
  z-index: 10;
  top: 0;
  bottom: 0; }
.nav-mobile-open .top-nav-sheet-wrapper {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }
.icon-close-mobile {
  width: 48px;
  height: 48px;
  padding: 0 15px;
  display: inline-block;
  line-height: 48px; }
.icon-close-mobile .iconfont {
    font-size: 14px; }

@media (min-width: 1024px) {
  .phone-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .top-nav-sheet-wrapper {
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: initial;
    opacity: 1;
    top: 100px; }
    .top-nav-sheet-wrapper .icon-close-mobile {
      display: none; }
    .top-nav-sheet-wrapper section {
      position: static;
      display: none; }
    .top-nav-sheet-wrapper .inner {
      height: 245px; }
    .top-nav-sheet-wrapper .content .flex-box {
      height: 100%; }
      .top-nav-sheet-wrapper .content .flex-box .flex-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 2px solid transparent;
        border-right: 1px solid #e5e5e5; }
        .top-nav-sheet-wrapper .content .flex-box .flex-item:last-child {
          border-right: none; }
        .top-nav-sheet-wrapper .content .flex-box .flex-item:hover {
          border-bottom-color: #29579c;
          background-color: #e6e6e6; }
          .top-nav-sheet-wrapper .content .flex-box .flex-item:hover .con {
            color: #29579c; }
    .top-nav-sheet-wrapper .content .item .con {
      padding: 15px 10px; }
  .i-switchor {
    display: none !important; } }

/*
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/
@media (min-width: 1200px){
.container {
    width: 1200px;
}}
