
@import 'http://at.alicdn.com/t/font_1800484_ozguo0bq29c.css';
@charset "UTF-8";
/* common */
#video {
  font-size: 0;
  text-align: center; }
.bold {
  font-weight: 700; }
.bold-500 {
  font-weight: 500; }
.text-success {
  color: #01D62E; }
.text-wraning {
  color: #FFA63B; }
.text-fail {
  color: #FF3F3F; }
.hidden {
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden; }
.button {
  display: inline-block;
  background: #fff;
  border: 1PX solid transparent;
  font-size: 14PX;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 500;
  border-radius: 4PX;
  height: 40PX;
  line-height: 40PX;
  text-align: center;
  padding: 0 30PX; }
.button:focus {
    outline: none; }
.button-white {
  background: #fff;
  color: #0058A7; }
.button-normal {
  background: #386BF3;
  color: #fff; }
.button-normal:hover {
    background: #0e4aea; }
.PX-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14PX;
  margin-top: 15PX; }
.paging a {
    display: inline-block;
    display: none;
    background: transparent;
    text-align: center;
    padding: 0 12PX;
    border: 0.02133rem solid #E5E5E5;
    height: 33PX;
    line-height: 33PX;
    background: #fff; }
.paging a .iconfont {
      font-size: 1.06667rem; }
.paging a.active {
      color: #004f9d;
      background: #004f9d;
      color: #fff; }
.paging a:hover {
      background: #004f9d;
      color: #fff; }
.paging a:first-child, .paging a:last-child {
      display: block; }
.paging a:last-child {
      display: block; }
.paging a.disabled {
      color: #333333;
      opacity: 0.5;
      pointer-events: none;
      background: #F2F2F2; }
@media (min-width: 1024PX) {
  .paging {
    margin-top: 70PX;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paging.paging-right {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; }
    .paging a {
      display: block;
      margin: 0 5PX; }
  .mian {
    min-height: calc(100vh - 80PX - 353PX); }
  .template_list .template_list-hd .title {
    font-size: 30PX; }
  .template_list .template_list-hd ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .template_list .swiper-item {
    padding-bottom: 30PX; }
  .template_list .swiper-pagination {
    bottom: 0; }
  .template_list .squared-list .img-responsive {
    height: 245PX;
    -o-object-fit: cover;
       object-fit: cover; }
  .template_list .wrap {
    overflow: initial; }
    .template_list .wrap .common-list li {
      border-bottom: none; }
  .template_list .wrap .slot-list {
    margin-top: -30PX;
    margin-bottom: -30PX; }
    .template_list .wrap .slot-list li {
      margin-bottom: 0; }
  .template_list .swiper-slide {
    border: none !important; }
  .template_list .swiper-slide.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30PX 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .template_list .swiper-slide.flex img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 340PX;
              flex: 0 0 340PX;
      width: 340PX;
      height: 145PX;
      -o-object-fit: cover;
         object-fit: cover; }
    .template_list .swiper-slide.flex .con {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 1%;
      padding: 0 0 0 40PX; }
  .template_list .reverse-list .swiper-slide.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .template_list .reverse-list .swiper-slide.flex .con {
      padding: 0 40PX 0 0; } }
/*分页END*/
/* common */
/* 动画效果 */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: translateX(-50%) scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: translateX(-50%) scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@media (max-width: 768PX) {
  .fadeable {
    opacity: 1 !important; }
  .PX-sm-1 {
    padding-left: 15PX !important;
    padding-right: 15PX !important; }
  .mg-0-sm {
    margin: 20PX 0; } }
@media (max-width: 1025PX) {
  .wrapper {
    position: absolute;
    top: 0PX;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 0; } }
* {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }
.header ~ .wrapper {
  top: 48PX; }
@-webkit-keyframes zoomImageInEnd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); } }
@keyframes zoomImageInEnd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); } }
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4PX; }
.pagination > li {
  display: inline; }
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6PX 12PX;
  line-height: 1.42857143;
  text-decoration: none;
  color: #898989;
  background-color: #fff;
  border: 1PX solid #ddd;
  margin-left: -1PX; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4PX;
  border-top-left-radius: 4PX; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4PX;
  border-top-right-radius: 4PX; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #B8B8B9;
  border-color: #ddd; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #B5B5B6;
  border-color: #B5B5B6;
  cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10PX 16PX;
  font-size: 18PX;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6PX;
  border-top-left-radius: 6PX; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6PX;
  border-top-right-radius: 6PX; }
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5PX 10PX;
  font-size: 12PX;
  line-height: 1.5; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3PX;
  border-top-left-radius: 3PX; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3PX;
  border-top-right-radius: 3PX; }
.bg-write {
  background-color: #fff; }
@media (-webkit-max-device-pixel-ratio: 1) {
  ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28PX; }
  ::-webkit-scrollbar {
    width: 6PX;
    height: 6PX; }
  ::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF; } }
@media (-webkit-min-device-pixel-ratio: 1), (min-device-pixel-ratio: 1) {
  .border-bottom {
    border-bottom: 1PX solid #dfdfdf !important; }
  .border-top {
    border-top: 1PX solid #dfdfdf !important; }
  .border {
    border: 1PX solid #dfdfdf; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-bottom {
    border-bottom: 0.5PX solid #dfdfdf !important; }
  .border-top {
    border-top: 0.5PX solid #dfdfdf !important; }
  .border {
    border: 0.5PX solid #dfdfdf; } }
.global-header {
  height: auto;
  width: 100%;
  -webkit-transition: height .3s ease-in .3s;
  -o-transition: height .3s ease-in .3s;
  transition: height .3s ease-in .3s;
  position: absolute;
  z-index: 99999;
  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;
  height: 100PX;
  line-height: 100PX;
  -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: 0 0PX;
  white-space: nowrap; }
.global-header-nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2PX;
    background-color: transparent;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0; }
.global-header-nav-item > a {
    color: #2B2E2E;
    font-weight: 500; }
.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:after {
    width: 100%; }
.global-header-nav-item.active > a {
    color: #333 !important; }
.global-header-nav-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50PX;
  width: 54PX;
  background-position: -210PX 10PX;
  font-size: PXToRem(16PX); }
.global-header-nav-search a .iconfont {
    font-size: PXToRem(16PX);
    margin-right: 5PX;
    color: #666666; }
.icon-arrow-down1 {
  font-size: 14PX;
  color: #03296e; }
.global-header-nav-top {
  background-color: #fff; }
.global-header-nav-search a, .global-header-nav-search span {
  float: left;
  line-height: 50PX; }
.global-header-nav-top .global-header-nav-search {
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16PX;
  margin-right: 0;
  -webkit-transition: -webkit-transform .3s linear .2s;
  transition: -webkit-transform .3s linear .2s;
  -o-transition: transform .3s linear .2s;
  transition: transform .3s linear .2s;
  transition: transform .3s linear .2s, -webkit-transform .3s linear .2s; }
.global-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 170PX 40PX; }
.global-search-show {
  overflow: hidden;
  height: 100%; }
.global-search-show .global-header-nav-search-wrapper {
  display: block; }
.global-header-nav-search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  opacity: 1;
  position: absolute;
  top: 90PX;
  z-index: 999;
  -webkit-box-shadow: 0 5PX 20PX rgba(55, 55, 55, 0.3);
          box-shadow: 0 5PX 20PX rgba(55, 55, 55, 0.3);
  padding: 16PX 20PX;
  background-color: #fff;
  display: none;
  min-height: 82PX; }
.global-header-nav-search-wrapper:after {
    display: none;
    content: "";
    width: 10PX;
    height: 10PX;
    border-left: 1PX solid #cfcfcf;
    border-top: 1PX solid #cfcfcf;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 18PX;
    top: -6PX; }
.global-header-searchview-wrapper {
  position: relative;
  border-bottom: 3PX solid #03296e;
  width: calc(100% - 54PX); }
.global-header-nav-search-content {
  position: relative;
  text-align: center; }
.global-header-nav-search-content .global-header-searchview-input {
    display: block;
    height: 34PX;
    line-height: 34PX;
    padding: 5PX 12PX;
    width: 100%;
    background-color: transparent;
    color: #4e4e4e; }
.global-header-searchview-submit {
  width: 30PX;
  background-position: -204PX 4PX;
  position: absolute;
  top: 0;
  -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);
  height: 34PX;
  background-color: transparent;
  border: 0;
  right: -35PX;
  font-size: PXToRem(30PX); }
.global-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1s ease .1s;
  -o-transition: opacity 1s ease .1s;
  transition: opacity 1s ease .1s;
  opacity: 0; }
.global-mask-open {
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 667; }
.dropdown-menu a {
  position: relative;
  display: block;
  color: #fff;
  transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
  -webkit-transform: translateX(40PX);
      -ms-transform: translateX(40PX);
          transform: translateX(40PX);
  opacity: 0;
  line-height: 1;
  text-align: left; }
.open .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
.open .dropdown-menu a {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
.icon-toggle {
  position: absolute;
  right: 0;
  top: 0PX;
  width: 48PX;
  text-align: center;
  height: 48PX;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10; }
.icon-toggle:after {
    content: '+';
    font-size: 25PX;
    color: #000; }
.open .icon-toggle:after, .icon-toggle[aria-expanded='true']:after {
  content: '-'; }
.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;
  height: 100PX;
  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: #333 !important; }
.global-mobile-split {
  padding-top: 100PX; }
.header-share-bar {
  position: absolute;
  height: 40PX;
  width: 100%;
  z-index: 999;
  background: #fff; }
.header-share-bar .flex-box {
    height: 40PX;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.header-share-bar .bshare-custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 1PX solid #e9e9e9;
    border-radius: 0 4PX 4PX 0;
    font-size: 0; }
.header-share-bar .bshare-custom a {
      padding-top: 24PX;
      width: 35PX; }
.header-share-bar .header-message {
    border: 1PX solid #e9e9e9;
    border-right: 0; }
.header-share-bar .header-message a {
      display: inline-block;
      padding-top: 24PX;
      width: 35PX;
      vertical-align: middle; }
#bsWXBox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.subment-active {
  display: block !important;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  -o-transition: transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease; }
.subment-open .subment-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
.subment-open .subtitle {
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
.subment-open .global-dropdown-line {
  opacity: 1 !important; }
.subment-open .global-header-nav-list {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
.global-header-subment-close {
  display: none;
  position: absolute;
  width: 45PX;
  height: 45PX;
  opacity: 1;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  left: 0%;
  top: 0PX;
  background: 0 0;
  border: 0;
  z-index: 99; }
.global-header-subment-close .global-dropdown-line {
    display: block;
    z-index: 1;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s linear .6s;
    transition: -webkit-transform .2s linear .6s;
    -o-transition: transform .2s linear .6s;
    transition: transform .2s linear .6s;
    transition: transform .2s linear .6s, -webkit-transform .2s linear .6s;
    position: relative;
    width: 100%;
    height: 100%; }
.global-header-subment-close .global-dropdown-line::before {
      content: "";
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      right: 50%;
      -webkit-transform: rotate(-40deg) scaleY(1.5);
      -ms-transform: rotate(-40deg) scaleY(1.5);
      transform: rotate(-40deg) scaleY(1.5);
      position: absolute;
      background: #333;
      top: 50%;
      width: 12PX;
      height: 1PX;
      display: block;
      z-index: 1; }
.global-header-subment-close .global-dropdown-line:after {
      content: "";
      position: absolute;
      background: #333;
      top: 50%;
      width: 12PX;
      height: 1PX;
      left: 50%;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: rotate(40deg) scaleY(1.5);
          -ms-transform: rotate(40deg) scaleY(1.5);
              transform: rotate(40deg) scaleY(1.5);
      display: block;
      z-index: 1; }
.subment-open .global-header-nav-menu {
  opacity: 0 !important; }
.nav-item {
  display: none; }
.global-header-hover-block {
  display: none; }
@media only screen and (max-width: 1024PX) {
  .header {
    height: 48PX; }
  .pc-logo {
    display: none; }
  .global-header-content {
    padding: 0; }
  .dropdown-menu {
    height: 0;
    overflow: hidden; }
  .global-header-nav-open .global-header-hover-block {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .global-header-hover-block {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    position: absolute;
    right: 0;
    width: 100PX;
    height: inherit;
    z-index: 1000; }
    .global-header-hover-block .iconfont {
      font-size: 12PX;
      margin-left: 10PX; }
    .global-header-hover-block .hover-title {
      color: #fff;
      font-size: 14PX;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 48PX; }
    .global-header-hover-block .hover-panel {
      display: none;
      position: absolute;
      top: 100%;
      z-index: 10;
      width: 100%;
      background: #fff; }
      .global-header-hover-block .hover-panel li + li {
        border-top: 1PX solid #fff; }
      .global-header-hover-block .hover-panel a {
        display: block;
        color: #fff;
        height: 40PX;
        line-height: 40PX;
        display: block;
        text-align: center; }
  .dropdown-menu a {
    display: block;
    height: 60PX;
    line-height: 60PX;
    font-size: 14PX;
    padding-left: 20PX !important;
    color: #000 !important; }
  #js-global-subment-close {
    display: block; }
  .global-header {
    height: 48PX;
    top: 0PX;
    background: #fff;
    position: fixed; }
  .global-mobile-split {
    padding-top: 48PX; }
  .header-share-bar {
    display: none; }
  .global-header-nav-search-wrapper {
    top: 48PX; }
  .global-header-content, .global-header-nav {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #fff; }
  .global-header-nav-top {
    background-color: #fff;
    display: block;
    height: 48PX;
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    left: 0;
    top: 0; }
  .global-header-nav-menu {
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 48PX;
    height: inherit; }
  .global-header-nav-btn {
    display: block;
    width: 48PX;
    height: inherit;
    -webkit-tap-highlight-color: transparent; }
    .global-header-nav-btn span {
      position: absolute;
      width: 18PX;
      height: 1PX;
      background: #000;
      left: 16PX;
      top: 24PX;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: scaleY(1.5);
          -ms-transform: scaleY(1.5);
              transform: scaleY(1.5); }
      .global-header-nav-btn span:first-child {
        top: 17PX; }
      .global-header-nav-btn span:last-child {
        top: 31PX; }
  .global-header-nav .global-header-nav-logo {
    height: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    margin-top: 0;
    -webkit-transition: -webkit-transform .15s linear .4s;
    transition: -webkit-transform .15s linear .4s;
    -o-transition: transform .15s linear .4s;
    transition: transform .15s linear .4s;
    transition: transform .15s linear .4s, -webkit-transform .15s linear .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: 48PX;
    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: .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 .3s linear .2s;
    transition: -webkit-transform .3s linear .2s;
    -o-transition: transform .3s linear .2s;
    transition: transform .3s linear .2s;
    transition: transform .3s linear .2s, -webkit-transform .3s linear .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: 48PX;
    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 .8s ease, -webkit-transform .8s ease;
    transition: visibility .8s ease, -webkit-transform .8s ease;
    -o-transition: visibility .8s ease, transform .8s ease;
    transition: visibility .8s ease, transform .8s ease;
    transition: visibility .8s ease, transform .8s ease, -webkit-transform .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 .25s ease-out, -webkit-transform .25s ease-out;
      transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
      -o-transition: opacity .25s ease-out, transform .25s ease-out;
      transition: opacity .25s ease-out, transform .25s ease-out;
      transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .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: #004f9d !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 {
        color: #004f9d !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 .3s ease-in-out .2s;
    -o-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .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 .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0; }
  .global-header-btn-close span:nth-child(3) {
    -webkit-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .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: .3s, .3s;
         -o-transition-delay: .3s, .3s;
            transition-delay: .3s, .3s; }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: .3s, .3s;
         -o-transition-delay: .3s, .3s;
            transition-delay: .3s, .3s; }
  .global-header-nav-open .global-header-nav-item:nth-child(3) {
    -webkit-transition-delay: .35s, .35s;
         -o-transition-delay: .35s, .35s;
            transition-delay: .35s, .35s; }
  .global-header-nav-open .global-header-nav-item:nth-child(4) {
    -webkit-transition-delay: .4s, .4s;
         -o-transition-delay: .4s, .4s;
            transition-delay: .4s, .4s; }
  .global-header-nav-open .global-header-nav-item:nth-child(5) {
    -webkit-transition-delay: .45s, .45s;
         -o-transition-delay: .45s, .45s;
            transition-delay: .45s, .45s; }
  .global-header-nav-open .global-header-nav-item:nth-child(6) {
    -webkit-transition-delay: .5s, .5s;
         -o-transition-delay: .5s, .5s;
            transition-delay: .5s, .5s; }
  .global-header-nav-open .global-header-nav-item:nth-child(7) {
    -webkit-transition-delay: .55s, .55s;
         -o-transition-delay: .55s, .55s;
            transition-delay: .55s, .55s; }
  .global-header-nav-open .global-header-nav-item:nth-child(8) {
    -webkit-transition-delay: .6s, .6s;
         -o-transition-delay: .6s, .6s;
            transition-delay: .6s, .6s; }
  .global-header-nav-open .global-header-nav-logo {
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -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 .25s ease-out, -webkit-transform .25s ease-out;
    transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: opacity .25s ease-out, transform .25s ease-out;
    transition: opacity .25s ease-out, transform .25s ease-out;
    transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .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 .25s ease-in, -webkit-transform .25s ease-in;
    transition: opacity .25s ease-in, -webkit-transform .25s ease-in;
    -o-transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in, -webkit-transform .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; }
.dropdown-menu {
  background: #f3f6f8; }
.dropdown-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.dropdown-menu .title {
    background: #fff;
    padding: 0 31PX; }
.dropdown-menu .box ul {
    padding: 13.5PX 0; }
.dropdown-menu .box li a {
    display: block;
    padding: 0 31PX; }
.dropdown-menu .box img {
    width: 24PX;
    height: 24PX;
    display: inline-block;
    margin-right: 10PX; }
@media (min-width: 1024PX) {
  .transparent-header.transparent-white .global-header {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: none; }
  .transparent-header .global-header-content, .transparent-header .global-header, .transparent-header .global-header-nav {
    background: transparent; }
  .transparent-header .global-header {
    border-bottom: 1PX solid #fff; }
  .transparent-header .fixed_header {
    background: #fff !important; }
    .transparent-header .fixed_header .global-header-nav-item.active > a {
      color: #333 !important; }
    .transparent-header .fixed_header .global-header-nav-item {
      color: #333; }
      .transparent-header .fixed_header .global-header-nav-item:hover a {
        color: #333 !important; }
      .transparent-header .fixed_header .global-header-nav-item > a {
        color: #333; }
      .transparent-header .fixed_header .global-header-nav-item .title {
        color: #333; }
  .transparent-header .global-mobile-split {
    padding: 0; }
  .transparent-header .global-header-nav-item {
    color: #fff; }
    .transparent-header .global-header-nav-item:hover > a {
      color: #fff !important; }
    .transparent-header .global-header-nav-item.active > a {
      color: #fff !important; }
    .transparent-header .global-header-nav-item > a {
      color: #fff; }
    .transparent-header .global-header-nav-item .title {
      color: #333; }
  .global-header-nav-list {
    margin-left: 60PX; }
  .global-header-nav-item {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .global-header-nav-item.global-header-nav-item-login {
      margin-left: auto; }
    .global-header-nav-item > a {
      padding: 0 30PX; }
    .global-header-nav-item .dropdown-switcher {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      width: auto; }
    .global-header-nav-item .dropdown-menu {
      position: absolute;
      left: 0;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transform: translateY(20PX);
          -ms-transform: translateY(20PX);
              transform: translateY(20PX);
      -webkit-box-shadow: 0 0 20PX rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20PX rgba(0, 0, 0, 0.1);
      overflow: hidden;
      z-index: 9999; }
      /* .global-header-nav-item .dropdown-menu > li {
        min-width: 250PX; } */
       .global-header-nav-item .dropdown-menu > li .box li{
        min-width: 250PX; } 
      .global-header-nav-item .dropdown-menu .title {
        line-height: 80PX; }
      .global-header-nav-item .dropdown-menu li.active a {
        color: #004f9d !important; }
      .global-header-nav-item .dropdown-menu a {
        color: #000;
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        white-space: nowrap;
        height: 60PX;
        line-height: 60PX;
        font-size: 12PX;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 0 31PX;
        font-size: 15PX;
        color: #819394; }
        .global-header-nav-item .dropdown-menu a:hover {
          color: #004f9d; }
    .global-header-nav-item:hover {
      overflow: initial; }
      .global-header-nav-item:hover .dropdown-menu {
        -webkit-transform: translateY(0PX);
            -ms-transform: translateY(0PX);
                transform: translateY(0PX);
        opacity: 1; }
  /* 修改 */
  .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; } }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }
.swiper-container-no-flexbox .swiper-slide {
  float: left; }
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27PX;
  height: 44PX;
  margin-top: -22PX;
  z-index: 10;
  cursor: pointer;
  background-size: 27PX 44PX;
  background-position: center;
  background-repeat: no-repeat; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10PX;
  right: auto; }
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10PX;
  left: auto; }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: 0;
  padding: 0 0.5rem; }
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24PX;
  left: 0;
  width: 100%; }
.swiper-pagination-bullet {
  width: 10PX;
  height: 10PX;
  display: inline-block;
  background: #DEDCDA;
  border-radius: 16PX;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2PX solid #fff; }
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #004f9d; }
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10PX;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5PX 0;
  display: block; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5PX; }
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4PX;
  left: 0;
  top: 0; }
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4PX;
  height: 100%;
  left: 0;
  top: 0; }
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }
.swiper-container-3d {
  -webkit-perspective: 1200PX;
  -o-perspective: 1200PX;
  perspective: 1200PX; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200PX; }
.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50PX);
  filter: blur(50PX);
  z-index: 0; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }
.swiper-scrollbar {
  border-radius: 10PX;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3PX;
  z-index: 50;
  height: 5PX;
  width: 98%; }
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3PX;
  top: 1%;
  z-index: 50;
  width: 5PX;
  height: 98%; }
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10PX;
  left: 0;
  top: 0; }
.swiper-scrollbar-cursor-drag {
  cursor: move; }
.swiper-lazy-preloader {
  width: 42PX;
  height: 42PX;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21PX;
  margin-top: -21PX;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.share-box .share-list .qrcode-box-wrp {
  width: 120PX;
  height: 120PX;
  background: #fff;
  left: 50%;
  bottom: 50PX;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 100000;
  margin-left: -60PX; }
.share-box .share-list li > a {
  display: block;
  position: relative; }
.share-box .share-list li > a:hover {
    color: #fff; }
.share-box .qrcode-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }
.share-box .share-list .qrcode-box-wrp .qrcode-box .qrcode-box-arrow {
  position: absolute;
  width: 15PX;
  height: 15PX;
  bottom: -6.5PX;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background: #fff; }
.share-box .share-list .qrcode-box-wrp .qrcode-box {
  width: 120PX;
  height: 120PX; }
.share-box .share-list li > a:hover .qrcode-box-wrp {
  visibility: visible;
  opacity: 1; }
.share-box .share-list li {
  float: left; }
.share-box .pic {
  position: relative;
  height: 0.81067rem;
  line-height: 0.81067rem;
  font-size: 0.512rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.81067rem;
  margin-right: 0.64rem;
  color: #AAAAAA;
  padding-left: 1.408rem; }
.share-box .pic:hover {
    color: #fff; }
.footer #accordion .panel {
  position: relative; }
.footer #accordion .heroCollapse a {
  line-height: 40PX;
  padding: 0 15PX;
  display: block;
  color: #9FAEBE;
  font-size: 14PX; }
.footer #accordion .heroCollapse a:hover {
    color: #004f9d; }
.footer #accordion .icon-toggle {
  width: 44PX;
  height: 44PX;
  right: -15PX; }
.footer #accordion .title {
  display: block;
  line-height: 44PX;
  color: #fff; }
#accordion .panel {
  position: relative; }
#accordion .heroCollapse a {
  line-height: 40PX;
  padding: 0 30PX;
  display: block;
  color: #8B8B8B;
  font-size: 14PX; }
#accordion .heroCollapse a:hover {
    color: #004f9d; }
#accordion .icon-toggle {
  width: 44PX;
  height: 44PX;
  right: -15PX; }
#accordion .title {
  display: block;
  line-height: 44PX;
  color: #fff; }
@media (min-width: 1024PX) {
  .footer .panel-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .panel-group .panel {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .footer #accordion .title {
    pointer-events: none;
    line-height: 1;
    margin-bottom: 20PX;
    padding: 0;
    font-size: 16PX; }
  .footer #accordion .heroCollapse li + li {
    margin-top: 12PX; }
  .footer #accordion .heroCollapse a {
    line-height: 1;
    padding: 0; }
  .footer #accordion .icon-toggle {
    display: none; }
  .footer #accordion .collapse {
    display: block; }
  .footer .bottom {
    padding: 30PX 0;
    font-size: 14PX; } }
.container .container {
  width: 100% !important; }
.form-control {
  height: 50PX;
  border: 1PX solid #f2f3f5;
  -webkit-box-shadow: non;
          box-shadow: non;
  -webkit-appearance: none; }
.icon {
  line-height: 1; }
table {
  width: 100%; }
table th {
    text-align: left; }
table th, table td {
    padding: 0.21333rem; }
select {
  -webkit-appearance: none; }
.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; }
.flex-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.load-hidden {
  visibility: hidden; }
.rela {
  position: relative; }
.abso {
  position: absolute; }
.lazyload {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 700ms;
  transition: -webkit-transform 700ms;
  -o-transition: transform 700ms;
  transition: transform 700ms;
  transition: transform 700ms, -webkit-transform 700ms;
  -webkit-filter: 300ms;
          filter: 300ms;
  -webkit-filter: blur(0.10667rem);
          filter: blur(0.10667rem);
  background: #ccc; }
.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0); }
.isword_box .slick-dots > li {
  background: #ff7f7f;
  border-radius: 50%; }
.isword_box .slick-dots > li.slick-active {
    background: #ff1a61; }
img {
  -o-object-fit: cover;
     object-fit: cover; }
.image {
  overflow: hidden; }
.image img {
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: -webkit-transform 0.45s ease;
    -o-transition: transform 0.45s ease;
    transition: transform 0.45s ease;
    transition: transform 0.45s ease, -webkit-transform 0.45s ease; }
.scroll {
  overflow: auto; }
.slick-slide {
  outline: none; }
h1 {
  font-size: 0.768rem;
  font-family: '微软雅黑'; }
.f30 {
  font-size: 0.64rem; }
h6 {
  font-size: 0.34133rem; }
.c42495a {
  color: #42495a; }
.en {
  font-size: 0.384rem; }
.breadcrumb-wrapper {
  background: transparent;
  font-size: 14PX;
  color: #2A2E2E;
  line-height: 50PX;
  height: 50PX; }
.breadcrumb-wrapper .breadcrumb {
    background-color: inherit;
    color: #999; }
.breadcrumb-wrapper .breadcrumb .active a {
      color: #333; }
.breadcrumb-wrapper .breadcrumb li:before {
      color: inherit; }
.breadcrumb-wrapper .breadcrumb a {
      color: inherit; }
.breadcrumb-wrapper .nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.breadcrumb-wrapper .nav-bar li {
      padding: 0 0.64rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 50PX; }
.breadcrumb-wrapper .nav-bar li a {
        display: inline-block;
        border-bottom: 2PX solid transparent;
        height: 50PX;
        white-space: nowrap; }
.breadcrumb-wrapper .nav-bar li:first-child {
        padding-left: 0; }
.breadcrumb-wrapper .nav-bar li:last-child {
        padding-right: 0; }
.breadcrumb-wrapper .nav-bar li.active a {
        border-color: #004F9D; }
h2 {
  font-size: 0.81067rem; }
h3 {
  font-size: 0.68267rem; }
h4 {
  font-size: 0.68267rem; }
.breadcrumb {
  display: inline-block;
  padding: 0;
  margin: 0; }
.maxwidth {
  max-width: 33.57867rem; }
.img-responsive {
  -o-object-fit: cover;
     object-fit: cover; }
html {
  line-height: 1.4; }
.padding-content {
  padding: 0 0 0.64rem; }
.nav-header {
  padding: 0.42667rem 0; }
.title-v2 {
  font-size: 0.34133rem;
  margin-bottom: 0.32rem; }
.edit {
  line-height: 200%; }
.bg-gray {
  background: #F2F3F5; }
.bg-white {
  background: #fff; }
.slick-dotted .slick-dots {
  font-size: 0; }
.slick-dotted .slick-dots button {
    background: #fff;
    width: 0.21333rem;
    height: 0.21333rem; }
.slick-dotted .slick-dots .slick-active button {
    background: #004f9d; }
/*  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c000 {
  color: #000; }
.c999 {
  color: #999; }
.c666 {
  color: #666; }
.blod {
  font-weight: 700; }
.hd h1 {
  font-size: 0.85333rem;
  margin-bottom: 0.42667rem;
  text-align: center;
  color: #004f9d; }
.hd .summary {
  font-size: 0.59733rem;
  color: #999;
  line-height: 28PX;
  text-align: center; }
.hd .line {
  width: 40PX;
  height: 4PX;
  background: #004f9d;
  margin: 0.85333rem auto 0; }
/* 首页 */
.banner {
  position: relative; }
.banner .box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    color: #000; }
.banner .box .title {
      font-size: 0.85333rem;
      font-weight: 700; }
.banner .box .summary {
      font-size: 0.64rem;
      margin-top: 0.42667rem; }
.banner .box .button-group {
      margin-top: 0.42667rem; }
.banner .swiper-slide {
    position: relative;
    -webkit-perspective: 1000PX;
            perspective: 1000PX;
    overflow: hidden; }
.banner .swiper-pagination-bullets {
    bottom: 0.42667rem; }
.banner .swiper-pagination-bullet {
    width: 0.29867rem;
    height: 0.29867rem;
    border-radius: 0;
    border: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 5PX; }
.footer {
  background: #2D3845; }
.footer .top {
    padding: 0.64rem 0; }
.footer .top .title {
      color: #fff;
      font-size: 14PX;
      line-height: 40PX !important; }
.footer .top .icon-toggle {
      line-height: 40PX; }
.footer .top .icon-toggle:after {
        color: #fff !important; }
.footer .top .contact-group {
      color: #fff; }
.footer .top .contact-group .group {
        border-bottom: 0.02133rem solid #fff;
        font-size: 14PX;
        color: #9FAEBE; }
.footer .top .contact-group .group:last-child {
          padding-bottom: 0; }
.footer .top .contact-group .group:last-child {
          border-bottom: none; }
.footer .top .contact-group .group li {
          line-height: 24PX; }
.footer .top .contact-group .group li + li {
          margin-top: 0.42667rem; }
.footer .bottom {
    color: #9FAEBE;
    border-top: 0.02133rem solid #fff;
    padding: 0.64rem 0; }
.footer .bottom .flex-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.footer .bottom .flex-box .fr {
        margin-top: 0.42667rem; }
.footer .icp {
    text-align: center;
    padding-bottom: 0.42667rem; }
.footer .icp span {
      display: block; }
.switchor {
  color: #9FAEBE;
  margin-top: 24PX; }
.switchor .iconfont {
    cursor: pointer;
    display: inline-block; }
.switchor .iconfont:hover {
      color: #004f9d; }
.switchor.show .iconfont {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.ani-banner {
  -webkit-perspective: 1000PX;
          perspective: 1000PX;
  position: relative;
  overflow: hidden; }
.ani-banner .abso {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; }
.ani-banner .page-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff; }
.ani-banner .page-title .zh {
      font-size: 0.93867rem;
      margin-bottom: 0.42667rem; }
.ani-banner .page-title .en {
      font-size: 0.42667rem; }
.fr {
  margin-left: auto; }
.bshare-custom {
  text-align: right;
  margin-top: 1.49333rem; }
/*  */
.close-aside {
  display: none;
  color: #fff;
  -webkit-transform: translateZ(45deg);
          transform: translateZ(45deg);
  height: 48PX;
  line-height: 48PX;
  width: 48PX;
  text-align: center; }
.close-aside .iconfont {
    display: inline-block;
    position: relative;
    font-size: 20PX;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.open-aside .close-aside {
  display: block; }
.open-aside aside {
  z-index: 99;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  overflow: auto; }
.open-aside aside header.title {
    color: #fff;
    height: 50PX;
    line-height: 50PX;
    padding-left: 20PX;
    font-size: 18PX;
    font-weight: bold; }
.open-aside aside .panel {
    position: relative;
    border-top: 0.02133rem solid #fff; }
.open-aside aside .panel .title {
      color: #fff;
      height: 40PX;
      line-height: 40PX;
      padding-left: 20PX;
      display: block; }
.open-aside aside .panel .iconfont {
      position: absolute;
      height: 40PX;
      width: 40PX;
      text-align: center;
      line-height: 40PX;
      color: #fff;
      right: 0;
      top: 0; }
.open-aside aside .panel ul a {
      display: block;
      height: 40PX;
      line-height: 40PX;
      padding-left: 30PX;
      color: #fff;
      font-size: 14PX; }
.open-aside aside .panel ul li:last-child {
      padding-bottom: 10PX; }
#aside-switch {
  position: fixed;
  width: 1.70667rem;
  height: 1.70667rem;
  left: 0;
  top: 30vh;
  background: #004f9d;
  text-align: center;
  line-height: 1.70667rem;
  z-index: 990; }
#aside-switch .iconfont {
    color: #fff;
    font-size: 25PX; }
aside {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #004f9d; }
content {
  display: block; }
/*  */
.paging-v2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.85333rem; }
.paging-v2 > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1%;
    background: #004f9d;
    color: #fff;
    line-height: 40PX;
    height: 40PX;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.paging-v2 > a:hover {
      background: #00356a; }
.paging-v2 .prev span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.21333rem; }
.paging-v2 .prev span:last-child {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
.paging-v2 .next {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.paging-v2 .next span:last-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 0.21333rem; }
.paging-v2 .next span:first-child {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
#certify {
  position: relative;
  margin: 0 auto; }
#certify .swiper-container {
    padding-bottom: 60PX; }
#certify .swiper-slide {
    background: #fff;
    -webkit-box-shadow: 0 8PX 30PX #ddd;
            box-shadow: 0 8PX 30PX #ddd; }
#certify .swiper-slide img {
      display: block; }
#certify .swiper-slide p {
      line-height: 44PX;
      padding-top: 0;
      text-align: center;
      color: #636363;
      font-size: 1.1em;
      margin: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
#certify .swiper-pagination {
    width: 100%;
    bottom: 20PX; }
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 5PX;
    border: 3PX solid #fff;
    background-color: #d5d5d5;
    width: 10PX;
    height: 10PX;
    opacity: 1; }
#certify .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: 3PX solid #00aadc;
      background-color: #fff; }
#certify .swiper-button-prev {
    display: none;
    left: 0PX;
    width: 45PX;
    height: 45PX;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%; }
#certify .swiper-button-prev:hover {
      background-position: 0 -46PX;
      background-size: 100%; }
#certify .swiper-button-next {
    display: none;
    right: 0PX;
    width: 45PX;
    height: 45PX;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93PX;
    background-size: 100%; }
#certify .swiper-button-next:hover {
      background-position: 0 -139PX;
      background-size: 100%; }
.search-nav-open .search-wrapper {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }
.search-wrapper {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  background: #fff;
  padding: 50PX 30PX 30PX;
  -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%); }
.search-wrapper .form-group {
    position: relative; }
.search-wrapper .form-group .icon-close-mobile {
    display: none !important; }
.search-wrapper .form-control {
    background: transparent;
    border: none;
    border-bottom: 1PX solid #ccc;
    width: 100%;
    height: 40PX;
    color: #fff; }
.search-wrapper .submit-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40PX;
    height: 40PX;
    color: #fff;
    line-height: 40PX;
    text-align: center;
    z-index: 11; }
.section-index--pro {
  padding: 0.64rem 0;
  background: #fff; }
.section-index--pro .hd {
    text-align: center;
    margin-bottom: 0.64rem; }
.section-index--pro .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.42667rem; }
.section-index--pro .flex-box .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%;
      padding: 0.42667rem; }
.section-index--pro .flex-box .item {
      display: block;
      position: relative; }
.section-index--pro .flex-box .item::before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
.section-index--pro .flex-box .item .text {
        position: absolute;
        font-size: 0.68267rem;
        font-weight: 700;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 0.93867rem;
        text-align: center; }
.section-index--intro {
  background: #EBF1F4;
  padding: 0.85333rem 0; }
.section-index--intro .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
.section-index--intro .flex-box .con {
      margin-top: 0.64rem; }
.section-index--intro .flex-box .title {
      font-size: 0.768rem;
      margin-bottom: 0.64rem; }
.section-index--intro .flex-box .image {
      border-radius: 50%;
      overflow: hidden; }
.section-index--intro .flex-box .summary {
      color: #232528;
      line-height: 150%; }
.section-index--news {
  padding: 0.64rem 0;
  background: #fff; }
.section-index--news .hd {
    text-align: center;
    margin-bottom: 0.64rem; }
.section-index--news .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.section-index--news .flex-box .flex-item + .flex-item {
      margin-top: 0.64rem; }
.section-index--news .item:hover img {
    -webkit-transform: scale(1.45);
        -ms-transform: scale(1.45);
            transform: scale(1.45); }
.section-index--news .item .con {
    padding: 0.42667rem 0; }
.section-index--news .item .name {
    font-size: 0.68267rem;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.42667rem; }
.section-index--news .item .summary {
    font-size: 0.59733rem;
    color: #999999;
    margin-bottom: 0.42667rem; }
.section-index--news .item .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center; }
.section-index--server {
  padding: 0.64rem 0;
  background: #fff; }
.section-index--server .hd {
    margin-bottom: 0.64rem; }
.section-index--server .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.64rem; }
.section-index--server .flex-box .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0.64rem; }
.section-demo {
  padding: 0.64rem 0;
  background: #F7F7F7; }
.section-demo .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.section-demo .flex-box .flex-item + .flex-item {
      margin-top: 0.64rem; }
.section-demo .flex-box .item {
      display: block;
      background: #fff;
      padding: 0.64rem;
      border-radius: 5PX; }
.section-demo .flex-box .item img {
        display: block;
        width: 60PX;
        height: 60PX;
        margin: 0 auto; }
.section-demo .flex-box .item .con {
        border-top: 0.02133rem solid #E7E7E7;
        padding: 0.64rem 0 0;
        margin-top: 0.64rem; }
.section-demo .flex-box .item .con .name {
          font-size: 0.64rem;
          color: #2E4446;
          text-align: center;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap;
          margin-bottom: 0.64rem; }
.section-demo .flex-box .item .con .summary {
          font-size: 0.55467rem;
          color: #999;
          margin-bottom: 0.64rem;
          line-height: 150%; }
.section-demo .flex-box .item .con .button-group {
          text-align: center; }
.section-bidData {
  padding: 0.64rem 0; }
.section-bidData h2 {
    margin-bottom: 0.74667rem; }
.section-bidData .group {
    background: #fff;
    padding: 0.64rem 0; }
.section-bidData .group + .group {
      padding-top: 1.06667rem; }
.skew {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background-color: inherit;
  -webkit-transform: skew(0, -1.4deg);
      -ms-transform: skew(0, -1.4deg);
          transform: skew(0, -1.4deg); }
.skew ~ .container {
    position: relative;
    z-index: 1000; }
.section-client {
  padding: 0.64rem 0;
  background: #fff;
  position: relative; }
.section-client h1 {
    margin-bottom: 0.85333rem; }
.section-client .summary {
    max-width: 1000PX;
    margin: 0 auto 1.70667rem; }
.section-client .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.64rem; }
.section-client .flex-box .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0.64rem; }
.section-ecology {
  background: #f7f7f7;
  padding: 0.64rem 0; }
.section-ecology .box .item {
    text-align: center; }
.section-ecology .box .item + .item {
      margin-top: 0.85333rem; }
.section-ecology .box .item .title {
      font-weight: 700;
      font-size: 0.68267rem;
      margin-bottom: 0.42667rem; }
.section-ecology .box .item .summary {
      font-size: 0.53333rem;
      margin-bottom: 0.42667rem; }
.section-ecology .box .item .text {
      font-size: 0.53333rem;
      color: #999999; }
.section-server {
  background: #fff;
  padding: 0.64rem 0; }
.section-server h1 {
    margin-bottom: 0.85333rem; }
label.error {
  color: red;
  line-height: 24PX; }
.form .form-group {
  position: relative; }
.form .form-group.code-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.form .form-group.code-group .label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
.form .form-group.code-group .flex-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
.form .form-group .label {
    font-size: 14PX;
    line-height: 40PX;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 700;
    color: #222222; }
.form .form-group .form-control {
    border: 0.02133rem solid #f2f3f5;
    height: 40PX; }
.form .form-group textarea.form-control {
    height: 160PX; }
.form .form-group .formCode {
    height: 40PX;
    margin-left: 0.64rem; }
.form .form-group .formCode img {
      height: 100%;
      width: auto;
      -o-object-fit: initial;
         object-fit: initial; }
.section-fellback {
  padding: 0.64rem 0;
  background: #fff; }
.section-fellback h1 {
    margin-bottom: 0.85333rem; }
.section-fellback .button-normal {
    border-radius: 0;
    background: #084397;
    margin-right: 0.64rem; }
.section-fellback .button-normal:hover {
      background: #052e67; }
.section-about {
  position: relative;
  background: #fff;
  padding: 0.64rem 0; }
.section-about h1 {
    margin-bottom: 0.85333rem; }
.history-wrapper {
  position: relative;
  z-index: 1000;
  padding: 0.64rem 0 0.64rem 15PX;
  background: #fff; }
.history-wrapper h1 {
    margin-bottom: 0.85333rem; }
.history-wrapper .swiper-slide {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin-right: 15PX; }
.history-wrapper .con .time {
    font-size: 24PX;
    font-weight: 700;
    font-style: italic;
    padding: 0.42667rem 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
.history-wrapper .con .summary {
    padding: 0.42667rem 0;
    font-size: 14PX;
    color: #5F6464;
    border-top: 1PX solid  #D8D9DC;
    text-align: left; }
.history-wrapper .swiper-btn-group {
    margin-top: 0.85333rem; }
.swiper-btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.swiper-btn-group .swiper-btn {
    width: 40PX;
    height: 40PX;
    background: #386BF3;
    text-align: center;
    line-height: 40PX;
    margin: 0 2PX; }
.swiper-btn-group .swiper-btn .iconfont {
      color: #fff;
      font-size: 30PX; }
.section-wrok {
  padding: 0.64rem 0;
  background: #fff;
  position: relative; }
.section-wrok .hd {
    border-bottom: 0.064rem solid #004f9d;
    padding: 0.64rem 0;
    margin-bottom: 0.64rem; }
.section-wrok h2 {
    font-style: italic;
    font-weight: 700; }
.section-wrok .summary {
    color: #52645E;
    text-align: center;
    margin-left: auto;
    margin-bottom: 0; }
.section-wrok .links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F0F4F7;
    height: 42PX;
    padding: 0.21333rem; }
.section-wrok .links-list li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.section-wrok .links-list li a {
        color: #7D8B86;
        font-size: 0.512rem; }
.section-wrok .links-list li.active {
        background: #fff; }
.work-wrppaer > .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.work-wrppaer > .flex-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0.64rem 0; }
.work-wrppaer > .flex-box .list .active a {
      background: #004f9d;
      color: #fff; }
.work-wrppaer > .flex-box .list .active a::before {
        content: "";
        display: inline-block;
        width: 8PX;
        height: 8PX;
        border-radius: 50%;
        background: #fff;
        left: 5PX;
        margin-right: 0.21333rem; }
.work-wrppaer > .flex-box .list a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      white-space: nowrap;
      padding: 0 0.85333rem 0 0.42667rem;
      display: block;
      line-height: 40PX;
      background: #fff;
      color: #004F9D; }
.work-wrppaer .work-list .panel-heading .work-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.64rem;
  background: #f8fbfd;
  position: relative; }
.work-wrppaer .work-list .panel-heading .icon-youjiantou {
  position: absolute;
  font-size: 20PX;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999 !important;
  right: -8PX;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  margin: 0 !important; }
.work-wrppaer .work-list .panel-heading .iconfont {
  color: inherit;
  margin-right: 0.42667rem; }
.work-wrppaer .work-list .panel-heading .work-name {
  color: #004f9d; }
.work-wrppaer .work-list .panel-heading .work-intro {
  color: #9EA6AC; }
.work-wrppaer .work-list .panel-heading [aria-expanded='true'] .icon-youjiantou {
  display: inline-block;
  color: #004f9d !important; }
.work-wrppaer .work-list .panel-body {
  padding: 0.64rem;
  font-size: 0.512rem; }
.work-wrppaer .work-list .panel + .panel {
  margin-top: 0.64rem; }
.news-list-section {
  padding: 0.64rem 0 0; }
.news-list-section .paging {
    margin-top: 0.64rem; }
.news-list-section .top-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.news-list-section .title {
    font-size: 0.768rem;
    font-weight: bold; }
.news-list-section .list {
    margin-top: 0.64rem; }
.news-list-section .list li + li {
      margin-top: 0.64rem; }
.news-list-section .list .item {
      display: block; }
.news-list-section .list .item .con {
        padding: 0.42667rem 0; }
.news-list-section .list .item .name {
        font-size: 0.64rem;
        font-weight: 700;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0.42667rem; }
.news-list-section .list .item .summary {
        font-size: 14PX;
        color: #A6A6A6;
        text-align: left;
        margin: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
.news-list-section .list .item .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #B0B0B0; }
.news-list-section .list .item .num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
.news-list-section .list .item .num .iconfont {
          margin-right: 7PX; }
.recommend-panel {
  position: relative;
  z-index: 10;
  padding: 0.64rem 0; }
.recommend-panel h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.64rem;
    font-style: italic; }
.recommend-panel .fr {
    display: none; }
.recommend-panel .item {
    position: relative;
    display: block; }
.recommend-panel .item .con {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      padding: 0.64rem;
      color: #fff; }
.recommend-panel .item .con .name {
        font-size: 0.64rem;
        margin-bottom: 0.42667rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
.recommend-panel .item .con .summary {
        font-size: 0.53333rem;
        margin-bottom: 0.42667rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #D2D2D2; }
.recommend-panel .item .con .time {
        font-size: 0.53333rem;
        font-weight: 700; }
.recommend-panel .swiper-pagination {
    position: static;
    font-size: 15PX;
    color: #D6D6D6;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
.recommend-panel .swiper-pagination .swiper-pagination-current {
      font-weight: 700;
      font-size: 20PX;
      color: #fff; }
.recommend-panel .swiper-paging {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-top: 0.64rem; }
.recommend-panel .swiper-paging .iconfont {
      font-size: 20PX; }
.news-detail-section {
  position: relative;
  padding: 0.64rem 0; }
.news-detail-section .inner .skew {
    display: none; }
.news-detail-section .skew {
    -webkit-transform: skew(0, -1.4deg);
        -ms-transform: skew(0, -1.4deg);
            transform: skew(0, -1.4deg); }
.news-detail-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.news-detail-section .name {
    font-size: 0.42667rem;
    font-weight: 700;
    margin-bottom: 0.32rem;
    text-align: center; }
.news-detail-section .infos {
    font-size: 0.256rem;
    color: #646464;
    margin-bottom: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.news-detail-section .infos span {
      margin: 0 0.21333rem; }
.news-detail-section .infos span:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.news-detail-section .infos span:last-child .iconfont {
        margin-right: 0.17067rem; }
.news-detail-section .edit {
    line-height: 150%; }
.news-detail-section .paging-v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.29867rem;
    margin-top: 0.64rem; }
.news-detail-section .paging-v3 a {
      width: 2.56rem;
      height: 1.28rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #004f9d;
      color: #fff; }
.news-detail-section .paging-v3 a.disabled {
        background: #8F8F8F; }
.news-detail-section .fr {
    margin-top: 0.64rem;
    margin-left: 0; }
.news-detail-section .site {
    background: #004f9d;
    padding: 0.64rem 0.32rem;
    color: #fff; }
.news-detail-section .site .skew {
      display: none; }
.news-detail-section .site .site-title {
      font-size: 0.42667rem;
      margin-bottom: 0.42667rem;
      font-weight: 700; }
.news-detail-section .site .site-name {
      font-size: 0.42667rem;
      color: #fff; }
.news-detail-section .site li + li {
      margin-top: 0.64rem; }
.news-detail-section .site .item {
      color: #fff;
      font-size: 0.256rem;
      display: block;
      padding-bottom: 0.42667rem; }
.news-detail-section .site .site-name {
      font-size: 0.29867rem;
      margin-top: 0.42667rem;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.news-detail-section .site .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.news-detail-section .site .date span:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.news-detail-section .site .date span:last-child .iconfont {
          margin-right: 0.17067rem; }
.news-detail-section .site .back {
      width: 2.56rem;
      height: 1.28rem;
      font-size: 0.34133rem;
      background: #fff;
      line-height: 1.28rem;
      text-align: center;
      color: #004f9d;
      display: block;
      margin: 0.85333rem auto 0; }
.section-concat {
  position: relative;
  background: #fff;
  padding: 0.64rem 0; }
.section-concat #mapContainer {
    height: 300PX; }
.section-concat .text {
    font-size: 16PX;
    margin-bottom: 1.06667rem; }
.section-concat .top {
    margin-bottom: 1.92rem; }
.section-concat .top .flex-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -0.64rem; }
.section-concat .top .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        text-align: center;
        padding: 0.64rem; }
.section-concat .top .flex-box .flex-item img {
          display: block;
          margin: 0 auto 0.64rem; }
.section-concat .top .flex-box .flex-item .name {
          font-size: 0.64rem;
          margin-bottom: 0.64rem; }
.section-concat .top .flex-box .flex-item .sum {
          color: #999999; }
.section-cer {
  position: relative;
  background: #fff;
  padding: 0.64rem 0; }
.section-cer h1 {
    margin-bottom: 0.85333rem; }
.section-cer .b-wrapper {
    margin-top: 1.49333rem; }
.section-cer .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.64rem; }
.section-cer .list .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0.64rem; }
.section-cer .list .con {
      font-size: 0.68267rem;
      padding: 0.64rem;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center; }
.login-wrapper {
  padding: 0.64rem 0; }
.login-wrapper .form-group {
    position: relative;
    margin-bottom: 20PX; }
.login-wrapper .form-control {
    height: 50PX; }
.login-wrapper .formCode {
    height: 50PX;
    margin-left: 15PX; }
.login-wrapper .formCode img {
      height: 100%;
      width: auto;
      -o-object-fit: initial;
         object-fit: initial; }
.login-wrapper .box {
    margin: 0 15PX;
    width: 100%;
    background: #fff; }
.login-wrapper .box .title {
      font-size: 0.68267rem;
      font-weight: 700;
      padding: 0.64rem;
      border-bottom: 1PX solid #D8D8D8; }
.login-wrapper .box .inner {
      padding: 0.64rem; }
.login-wrapper .box .label {
      font-size: 14PX;
      margin-bottom: 15PX;
      color: #222222; }
.login-wrapper .box .button-group {
      margin-top: 30PX; }
.login-wrapper .box .button {
      width: 100%;
      height: 50PX;
      line-height: 50PX;
      border-radius: 0;
      background: #084397; }
.login-wrapper .box .button:hover {
        background: #052e67; }
.login-wrapper .box .send {
      position: absolute;
      right: 12PX;
      height: 33PX;
      line-height: 33PX;
      width: auto;
      padding: 0 5PX;
      top: 43PX; }
.login-wrapper .box .link-group {
      margin-top: 30PX; }
.login-wrapper .box .link-group .c999 {
        color: #999; }
.login-wrapper .box .link-group a {
        color: #084397; }
.section-my {
  padding: 0 0 0.64rem; }
.section-my .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.section-my .fl ul {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 0 -15PX;
    padding: 5PX; }
.section-my .fl ul li.active a {
      background: #ECECEC; }
.section-my .fl ul a {
      display: block;
      white-space: nowrap;
      padding: 0 15PX;
      line-height: 40PX; }
.section-my .fr {
    margin: 0; }
.section-my .fr .inner {
      background: #fff;
      margin: 0 -15PX;
      padding: 15PX;
      border-top: 1Px solid #dfdfdf; }
.section-my .fr .inner .form-group {
        margin-bottom: 20PX; }
.section-my .fr .inner .form-group span {
          line-height: 50PX;
          color: #878686; }
.section-my .fr .inner .button {
        background: #084397;
        height: 50PX;
        line-height: 50PX;
        border-radius: 0;
        width: 100%; }
.section-my .fr .inner .label {
        line-height: 1;
        margin-bottom: 15PX; }
.section-my .fr .inner .form-control {
        height: 50PX; }
.section-my .fr .inner textarea.form-control {
        height: 170PX;
        padding: 10PX; }
.enclude-banner {
  padding: 0.64rem 0; }
.enclude-banner .promo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; }
.enclude-banner .page-title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative; }
.enclude-banner .page-title .summary {
      max-width: 670PX; }
.section-medicare--one {
  padding: 0.64rem 0;
  background: #fff; }
.section-medicare--one .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.32rem 0; }
.section-medicare--one .flex-box .flex-item {
      padding: 0.32rem 0; }
.section-medicare--one .flex-box .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.section-medicare--one .flex-box .item img {
        width: 60PX;
        height: 60PX;
        margin-right: 0.64rem; }
.section-medicare--one .flex-box .item .con .name {
        font-size: 0.64rem;
        color: #000;
        margin-bottom: 0.42667rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.section-medicare--one .flex-box .item .con .summary {
        color: #999;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
.section-medicare--two {
  background: #f2f3f5;
  padding: 0.64rem 0; }
.section-medicare--two h2 {
    margin-bottom: 0.64rem; }
.section-medicare--three {
  padding: 0.64rem 0;
  background: #fff; }
.section-medicare--three h2 {
    margin-bottom: 0.64rem; }
.section-medicare--four {
  padding: 0.64rem 0; }
.section-medicare--four h2 {
    margin-bottom: 0.64rem; }
.section-medicare--four .box {
    background: #fff; }
.section-medicare--four .box li {
      padding: 0.64rem; }
.section-medicare--four .box li + li {
        border-top: 1PX solid #f2f3f5; }
.section-medicare--four .box .name {
      font-size: 0.64rem;
      color: 000;
      margin-bottom: 0.64rem;
      font-weight: 500;
      font-family: Source Han Sans CN; }
.section-medicare--four .box .summary {
      color: #999;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.section-wisdomm--one {
  padding: 0.64rem 0; }
.section-wisdomm--one h2 {
    margin-bottom: 0.64rem; }
.section-wisdomm--one .c999 {
    margin-bottom: 0.85333rem; }
.section-wisdomm--one .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.64rem; }
.section-wisdomm--one .flex-box .flex-item {
      padding: 0.64rem; }
.section-wisdomm--one .flex-box .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.section-wisdomm--one .flex-box .item img {
        width: 70PX;
        height: 70PX;
        margin-right: 0.42667rem; }
.section-wisdomm--one .flex-box .item .name {
        margin-bottom: 0.42667rem;
        font-size: 0.59733rem;
        color: #000;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.section-wisdomm--one .flex-box .item .summary {
        color: #999;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
.article-mb {
  margin-bottom: 0.64rem; }
.section-wisdomm--two {
  padding: 0.64rem 0; }
.section-wisdomm--two h2 {
    margin-bottom: 0.64rem; }
.section-wisdomm--two .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.32rem 0; }
.section-wisdomm--two .flex-box .flex-item {
      padding: 0.32rem 0; }
.section-wisdomm--two .flex-box .item {
      text-align: center;
      padding: 0.64rem;
      height: 100%;
      background: #fff; }
.section-wisdomm--two .flex-box .item .name {
        font-size: 0.768rem;
        color: #000;
        margin-bottom: 0.64rem; }
.section-wisdomm--two .flex-box .item .line {
        width: 70PX;
        height: 4PX;
        background: #0058A7;
        margin: 0 auto 0.96rem; }
.section-wisdomm--two .flex-box .item .summary {
        text-align: left;
        color: #000000; }
.section-wisdomm--three {
  padding: 0.64rem 0; }
.section-wisdomm--three h2 {
    margin-bottom: 0.64rem; }
.section-wisdomm--three .c999 {
    margin-bottom: 2.13333rem; }
.section-wisdomm--three .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.64rem; }
.section-wisdomm--three .flex-box .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0.64rem; }
.section-wisdomm--three .flex-box .flex-item img {
        display: block;
        width: 2.56rem;
        height: 2.56rem;
        margin: 0 auto 0.64rem; }
.section-wisdomm--three .flex-box .flex-item .con {
        text-align: center;
        color: #000;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.section-wisdomm--four {
  padding: 0.64rem 0; }
.section-wisdomm--four h2 {
    margin-bottom: 0.64rem; }
.section-wisdomm--four h4 {
    margin-bottom: 0.64rem; }
.section-wisdomm--four .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.32rem -0.64rem 0.64rem; }
.section-wisdomm--four .flex-box .flex-item {
      padding: 0.32rem 0.64rem; }
.section-wisdomm--four .flex-box .item {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.64rem; }
.section-wisdomm--four .flex-box .item img {
        display: block;
        width: 60PX;
        height: 60PX;
        margin-right: 0.42667rem; }
.section-wisdomm--four .flex-box .item .name {
        font-size: 0.64rem;
        margin-bottom: 0.64rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.section-wisdomm--four .flex-box .item .summary {
        color: #999;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
.section-wisdomm--four ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.32rem; }
.section-wisdomm--four ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0.32rem; }
.section-wisdomm--four ul .item {
      background: #fff;
      font-size: 0.64rem;
      position: relative; }
.section-wisdomm--four ul .item:after {
        content: "";
        padding-bottom: 100%;
        display: block; }
.section-wisdomm--four ul .item span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
.section-city--one {
  padding: 0.85333rem 0; }
.section-city--one h2 {
    margin-bottom: 0.64rem; }
.section-city--one .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.64rem 0; }
.section-city--one .flex-box .flex-item {
      padding: 0.64rem 0;
      text-align: center; }
.section-city--one .flex-box img {
      display: block;
      width: 60PX;
      height: 60PX;
      margin: 0 auto 0.64rem; }
.section-city--one .flex-box .name {
      font-size: 0.64rem;
      color: #000;
      margin-bottom: 0.64rem; }
.section-city--one .flex-box .summary {
      color: #999; }
.section-city--two {
  padding: 0.85333rem 0; }
.section-city--two h2 {
    margin-bottom: 0.64rem; }
.section-city--two .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.32rem 0; }
.section-city--two .flex-box .flex-item {
      padding: 0.32rem 0; }
.section-city--two .flex-box .item {
      background: #fff;
      padding: 0.64rem; }
.section-city--two .flex-box .item .name {
        font-size: 0.64rem;
        margin-bottom: 0.42667rem;
        color: #000; }
.section-city--two .flex-box .item .summary {
        color: #999; }
.section-city--three {
  padding: 0.85333rem 0; }
.section-city--three h2 {
    margin-bottom: 0.64rem; }
.section-city--three .c999 {
    margin-bottom: 1.49333rem; }
.section-city--three .inner {
    margin-bottom: 1.49333rem; }
.section-city--three .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.32rem 0 -0.32rem; }
.section-city--three .flex-box .flex-item {
      padding: 0.32rem 0; }
.section-city--three .flex-box .flex-item .item {
        border: 0.02133rem solid #e4ecf3;
        height: 100%; }
.section-city--three .flex-box .flex-item .con {
        padding: 0.64rem; }
.section-city--three .flex-box .flex-item .name {
        font-size: 0.64rem;
        margin-bottom: 0.42667rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        color: #000; }
.section-city--three .flex-box .flex-item .summary {
        color: #666;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
.section-city--three .last-wrapper {
    margin-top: 1.49333rem; }
.section-city--three .last-wrapper .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.section-city--three .last-wrapper .list li {
        font-size: 0.68267rem;
        padding: 0.85333rem 0;
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex: 0  0 50%;
                flex: 0  0 50%;
        width: 50%; }
.section-city--three .last-wrapper .list li:nth-child(odd) {
        background: #386BF3;
        color: #E4ECF3; }
.section-city--three .last-wrapper .list li:nth-child(even) {
        background: #DDEFFE;
        color: #386BF3; }
.section-city--four {
  padding: 0.85333rem 0; }
.section-city--four h2 {
    margin-bottom: 0.64rem; }
.section-city--four .c999 {
    margin-bottom: 1.49333rem; }
.server-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.32rem; }
.server-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0.32rem; }
.server-list ul .item {
    font-size: 16PX;
    position: relative; }
.server-list ul .item span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: url("../images/icon-bg.png") no-repeat center;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      padding: 0 44PX;
      text-align: center; }
.server-list ul .item:after {
      content: '';
      padding-bottom: 100%;
      display: block; }
.interlace-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.interlace-list li {
    padding: 1.06667rem 0;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    background: #DDEFFE;
    color: #386BF3; }
.interlace-list li:nth-child(8n + 1), .interlace-list li:nth-child(8n + 3), .interlace-list li:nth-child(8n + 6), .interlace-list li:nth-child(8n + 8) {
    background: #386BF3;
    color: #FFFFFF; }
.core-list {
  margin: -0.32rem 0; }
.core-list li {
    padding: 0.32rem 0; }
.core-list .item {
    background: #fff;
    padding: 0.64rem;
    height: 100%;
    border: 1PX solid #f2f3f5; }
.core-list .item .name {
      font-size: 0.64rem;
      color: #000;
      margin-bottom: 0.42667rem; }
.core-list .item .summary {
      color: #999; }
.case-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -0.32rem 0; }
.case-list .flex-item {
    padding: 0.32rem 0; }
.case-list .flex-item span {
      display: block;
      background: #fff;
      padding: 0.85333rem 0;
      text-align: center;
      color: #000; }
.value-list {
  margin: -0.32rem 0; }
.value-list li {
    padding: 0.32rem 0; }
.value-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.02133rem solid #f2f3f5; }
.value-list .item .num {
      font-size: 1.28rem;
      margin-right: 0.64rem;
      color: #000; }
.value-list .item .con {
      color: #999;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
.section-core--panel {
  position: relative;
  padding: 0.85333rem 0; }
.section-core--panel .container {
    position: relative; }
.section-core--panel .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
.section-core--panel h2 {
    margin-bottom: 0.64rem; }
.section-core--panel .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.85333rem; }
.section-core--panel .button-group .btn {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #fff;
      color: #386BF3;
      text-align: center;
      padding: 0.42667rem 0; }
.section-core--panel .button-group .btn.active {
        background: #386BF3;
        color: #fff; }
.section-core--panel .swiper-slide .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.section-core--panel .swiper-slide .flex-box img {
      -o-object-fit: none;
         object-fit: none; }
.section-core--panel .swiper-slide .flex-box ul {
      margin: -0.32rem; }
.section-core--panel .swiper-slide .flex-box ul li {
        padding: 0.32rem; }
.section-core--panel .swiper-slide .flex-box ul span {
        display: block; }
.section-core--panel .swiper-slide .flex-box ul span:first-child {
        color: #000;
        font-size: 0.64rem;
        font-weight: 500;
        margin-bottom: 0.42667rem; }
.section-core--panel .swiper-slide .flex-box ul span:last-child {
        color: #999;
        font-size: 0.59733rem; }
.system-list {
  margin: -0.32rem 0; }
.system-list li {
    padding: 0.32rem 0; }
.system-list .con {
    text-align: center; }
.system-list .num {
    color: #3C6EF3;
    border: 2PX solid #3C6EF3;
    width: 34PX;
    height: 34PX;
    border-radius: 50%;
    margin: 0 auto 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500; }
.system-list .name {
    font-size: 0.64rem;
    color: #000;
    margin-bottom: 0.42667rem; }
.system-list .summary {
    color: #666; }
.scase-list {
  margin: -0.32rem 0; }
.scase-list li {
    padding: 0.32rem 0; }
.scase-list .num {
    width: 130PX;
    height: 130PX;
    border-radius: 50%;
    background: #3d4265;
    border: 0.08533rem solid #386bf3;
    font-size: 34PX;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0.64rem;
    color: #fff; }
.scase-list .con {
    font-size: 0.68267rem;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
@media (min-width: 1024px) {
  .scase-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scase-list li {
      padding: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .scase-list .num {
      margin-bottom: 0 auto 25PX; }
    .scase-list .con {
      font-size: 18PX; }
  .system-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40PX -45PX -45PX; }
    .system-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%;
      padding: 45PX; }
    .system-list .num {
      margin: 0 auto 26PX; }
    .system-list .name {
      font-size: 18PX;
      margin-bottom: 23PX; }
  .system-list--slot {
    margin-top: -40PX; }
    .system-list--slot li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      width: 20%; }
    .system-list--slot .name {
      font-size: 16PX; }
  .section-core--panel {
    padding: 100PX 0; }
    .section-core--panel h2 {
      margin-bottom: 50PX; }
    .section-core--panel .button-group {
      margin-bottom: 80PX;
      max-width: 340PX; }
    .section-core--panel .swiper-slide .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-core--panel .swiper-slide .flex-box img {
        width: 500PX;
        height: 500PX;
        margin-right: 196PX; }
      .section-core--panel .swiper-slide .flex-box ul {
        margin-left: 196PX;
        margin: -25PX 0; }
        .section-core--panel .swiper-slide .flex-box ul li {
          padding: 25PX 0; }
        .section-core--panel .swiper-slide .flex-box ul span:first-child {
          font-size: 0.42667rem;
          margin-bottom: 16PX; }
        .section-core--panel .swiper-slide .flex-box ul span:last-child {
          font-size: 14PX; }
  .value-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15PX; }
    .value-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 15PX; }
    .value-list .item {
      padding: 45PX; }
      .value-list .item .num {
        font-size: 55PX;
        margin-right: 30PX; }
  .case-list {
    margin: -6PX;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .case-list .flex-item {
      padding: 6PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%; }
    .case-list span {
      padding: 68PX 0;
      font-size: 16PX; }
  .core-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15PX; }
    .core-list li {
      padding: 15PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%; }
    .core-list .item {
      padding: 40PX 30PX; }
      .core-list .item .name {
        font-size: 20PX;
        margin-bottom: 20PX; }
  .interlace-list {
    margin-top: 70PX; }
    .interlace-list li {
      padding: 50PX 0;
      font-size: 18PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%; }
  .server-list ul {
    margin: -25PX -55PX; }
    .server-list ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      width: 20%;
      padding: 25PX 55PX; }
  .section-city--four {
    padding: 100PX 0; }
    .section-city--four h2 {
      margin-bottom: 26PX; }
    .section-city--four .c999 {
      margin-bottom: 70PX; }
  .section-city--three {
    padding: 114PX 0 140PX; }
    .section-city--three h2 {
      margin-bottom: 30PX; }
    .section-city--three .c999 {
      margin-bottom: 130PX; }
    .section-city--three .inner {
      margin-bottom: 180PX; }
    .section-city--three .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 40PX -15PX -15PX; }
      .section-city--three .flex-box .flex-item {
        padding: 0 15PX;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%; }
        .section-city--three .flex-box .flex-item .con {
          padding: 30PX 20PX; }
        .section-city--three .flex-box .flex-item .name {
          font-size: 20PX; }
    .section-city--three .last-wrapper {
      margin-top: 200PX; }
      .section-city--three .last-wrapper h2 {
        margin-bottom: 30PX; }
      .section-city--three .last-wrapper .c999 {
        margin-bottom: 40PX; }
      .section-city--three .last-wrapper .list li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 18PX;
        padding: 50PX 0; }
  .section-city--two {
    padding: 90PX 0; }
    .section-city--two h2 {
      margin-bottom: 40PX; }
    .section-city--two .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -15PX; }
      .section-city--two .flex-box .flex-item {
        padding: 15PX;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%; }
      .section-city--two .flex-box .item {
        height: 100%;
        padding: 40PX 30PX; }
        .section-city--two .flex-box .item .name {
          font-size: 20PX;
          margin-bottom: 20PX; }
  .section-city--one {
    padding: 100PX 0; }
    .section-city--one h2 {
      margin-bottom: 70PX; }
    .section-city--one .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -20PX; }
      .section-city--one .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
        padding: 0 20PX; }
      .section-city--one .flex-box .name {
        font-size: 20PX;
        margin-bottom: 20PX;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
      .section-city--one .flex-box .summary {
        line-height: 150%; }
  .section-wisdomm--four {
    padding: 110PX 0; }
    .section-wisdomm--four h2 {
      margin-bottom: 50PX; }
    .section-wisdomm--four h4 {
      margin-bottom: 40PX;
      font-size: 28PX;
      text-align: center; }
    .section-wisdomm--four .flex-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: -15PX -15PX 80PX; }
      .section-wisdomm--four .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 25%;
        padding: 15PX; }
      .section-wisdomm--four .flex-box .item {
        padding: 40PX 35PX; }
        .section-wisdomm--four .flex-box .item img {
          margin-right: 20PX; }
        .section-wisdomm--four .flex-box .item .name {
          font-size: 20PX;
          margin-bottom: 20PX; }
    .section-wisdomm--four ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      width: 12.5%; }
    .section-wisdomm--four ul .item {
      font-size: 16PX;
      white-space: nowrap; }
  .section-wisdomm--three {
    padding: 100PX 0; }
    .section-wisdomm--three h2 {
      margin-bottom: 30PX; }
    .section-wisdomm--three .c999 {
      margin-bottom: 100PX; }
    .section-wisdomm--three .flex-box .flex-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%; }
      .section-wisdomm--three .flex-box .flex-item .con {
        font-size: 16PX; }
      .section-wisdomm--three .flex-box .flex-item img {
        width: 120PX;
        height: 120PX;
        margin: 0 auto 30PX; }
  .section-wisdomm--two {
    padding: 100PX 0; }
    .section-wisdomm--two h2 {
      margin-bottom: 40PX; }
    .section-wisdomm--two .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -10PX; }
      .section-wisdomm--two .flex-box .flex-item {
        padding: 0 10PX; }
      .section-wisdomm--two .flex-box .item {
        padding: 60PX 30PX; }
        .section-wisdomm--two .flex-box .item .name {
          font-size: 32PX;
          margin-bottom: 28PX; }
        .section-wisdomm--two .flex-box .item .line {
          margin: 0 auto 45PX; }
  .article-mb {
    margin-bottom: 50PX; }
  .section-wisdomm--one {
    padding: 120PX 0; }
    .section-wisdomm--one h2 {
      margin-bottom: 30PX; }
    .section-wisdomm--one .c999 {
      margin-bottom: 80PX; }
    .section-wisdomm--one .flex-box {
      margin: -40PX -85PX;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .section-wisdomm--one .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        padding: 40PX 85PX; }
      .section-wisdomm--one .flex-box .item img {
        margin-right: 20PX; }
      .section-wisdomm--one .flex-box .item .name {
        font-size: 20PX;
        margin-bottom: 20PX; }
  .section-medicare--four {
    padding: 80PX 0; }
    .section-medicare--four h2 {
      margin-bottom: 50PX; }
    .section-medicare--four .box li {
      padding: 42PX 25PX; }
    .section-medicare--four .box .name {
      font-size: 20PX;
      margin-bottom: 30PX; }
  .section-medicare--three {
    padding: 70PX 0; }
    .section-medicare--three h2 {
      margin-bottom: 50PX; }
  .section-medicare--two {
    padding: 70PX 0; }
    .section-medicare--two h2 {
      margin-bottom: 50PX; }
  .section-medicare--one {
    padding: 115PX 0; }
    .section-medicare--one .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -40PX -80PX; }
      .section-medicare--one .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        padding: 40PX 80PX; }
      .section-medicare--one .flex-box .item .name {
        font-size: 20PX;
        margin-bottom: 20PX; }
  .enclude-banner {
    padding: 190PX 0 127PX; }
  .section-my {
    padding: 0 0 100PX; }
    .section-my .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .section-my .fl {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 160PX;
              flex: 0 0 160PX;
      width: 160PX; }
      .section-my .fl ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 400PX;
        margin: 0;
        text-align: center;
        padding: 10PX; }
    .section-my .fr {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 48PX; }
      .section-my .fr .inner {
        min-height: 585PX;
        margin: 0;
        padding: 30PX 40PX;
        border: none; }
        .section-my .fr .inner label.error {
          line-height: 50PX;
          margin-left: 30PX; }
        .section-my .fr .inner .label {
          line-height: 50PX;
          text-align: left; }
        .section-my .fr .inner .form-control {
          max-width: 400PX; }
        .section-my .fr .inner .button-group {
          padding-left: 90PX; }
        .section-my .fr .inner .button {
          width: auto;
          padding: 0 60PX; }
  .login-wrapper {
    padding: 160PX 0 100PX; }
    .login-wrapper .box {
      max-width: 480PX;
      margin: auto; }
      .login-wrapper .box .title {
        font-size: 36PX;
        padding: 40PX;
        line-height: 1; }
      .login-wrapper .box .inner {
        padding: 40PX; }
  .section-cer {
    padding: 0 0 120PX; }
    .section-cer h1 {
      margin-bottom: 60PX; }
    .section-cer .list {
      margin: 0 -30PX; }
      .section-cer .list .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
        padding: 0 30PX; }
      .section-cer .list .con {
        font-size: 16PX;
        padding: 30PX 0; }
  .section-concat {
    padding: 100PX 0; }
    .section-concat .text {
      margin-bottom: 75PX; }
    .section-concat #mapContainer {
      height: 685PX; }
    .section-concat .top {
      margin-bottom: 90PX; }
      .section-concat .top .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; }
        .section-concat .top .flex-box .flex-item img {
          margin-bottom: 30PX; }
        .section-concat .top .flex-box .flex-item .name {
          font-size: 16PX;
          color: #000;
          margin-bottom: 27PX; }
        .section-concat .top .flex-box .flex-item .sum {
          font-size: 14PX; }
  .news-detail-section {
    padding: 0 0 60PX; }
    .news-detail-section + .bottom-section {
      padding-top: 100PX !important; }
    .news-detail-section .paging-v3 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 70PX; }
      .news-detail-section .paging-v3 a {
        margin: 0 50PX; }
    .news-detail-section .edit {
      line-height: 24PX; }
    .news-detail-section .name {
      font-size: 32PX;
      margin-bottom: 30PX; }
    .news-detail-section .flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .news-detail-section .fl {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .news-detail-section .fl .inner {
        background: #F7F9FB;
        padding: 90PX 65PX 60PX;
        position: relative;
        margin-top: -80PX; }
        .news-detail-section .fl .inner .skew {
          height: 30PX;
          display: block; }
    .news-detail-section .fr {
      width: 304PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 304PX;
              flex: 0 0 304PX;
      margin-left: auto; }
    .news-detail-section .site {
      position: relative;
      margin-top: -40PX; }
      .news-detail-section .site .skew {
        height: 20PX;
        display: block; }
  .recommend-panel {
    padding: calc(100PX + 120PX) 0 60PX; }
    .recommend-panel .swiper-paging {
      margin-top: 65PX; }
    .recommend-panel h1 {
      margin-bottom: 32PX; }
    .recommend-panel .item .con {
      padding: 30PX 20PX 20PX; }
      .recommend-panel .item .con .name {
        font-size: 16PX;
        margin-bottom: 12PX;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .recommend-panel .item .con .summary {
        font-size: 12PX;
        color: #D2D2D2;
        text-align: left;
        margin: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .recommend-panel .item .con .time {
        font-size: 13PX;
        position: absolute;
        top: 20PX;
        right: 20PX; }
    .recommend-panel .fl {
      margin-right: 30PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 800PX;
              flex: 0 0 800PX;
      width: 800PX; }
      .recommend-panel .fl img {
        height: 450PX; }
    .recommend-panel .fr {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .recommend-panel .fr .item .con {
        padding: 10PX 40PX !important; }
        .recommend-panel .fr .item .con .name {
          margin: 0; }
      .recommend-panel .fr img {
        height: 210PX; }
      .recommend-panel .fr ul {
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%; }
  .news-list-section {
    padding: 60PX 0 100PX; }
    .news-list-section .top-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-list-section .top-flex a {
        font-size: 20PX; }
    .news-list-section .title {
      display: block;
      margin-bottom: 0;
      margin-right: 110PX;
      font-size: 30PX; }
    .news-list-section .list {
      margin-top: 40PX; }
      .news-list-section .list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40PX 30PX;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .news-list-section .list .item:hover {
          -webkit-box-shadow: 0 0 29PX 0 #e6e6e6;
                  box-shadow: 0 0 29PX 0 #e6e6e6; }
          .news-list-section .list .item:hover .date {
            color: #fff; }
            .news-list-section .list .item:hover .date:after {
              -webkit-transform: scale(350);
                  -ms-transform: scale(350);
                      transform: scale(350);
              background-color: #2640bf; }
        .news-list-section .list .item .image {
          width: 170PX;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 170PX;
                  flex: 0 0 170PX;
          margin-right: 0.64rem; }
        .news-list-section .list .item .con {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 1%; }
        .news-list-section .list .item .name {
          font-size: 18PX;
          margin-bottom: 15PX; }
        .news-list-section .list .item .summary {
          max-width: 70%; }
        .news-list-section .list .item .year {
          position: relative;
          z-index: 3;
          text-align: center;
          padding: 24PX 0; }
        .news-list-section .list .item .num {
          position: relative;
          z-index: 3;
          border-top: 1PX solid #dfdfdf;
          padding: 24PX 0; }
        .news-list-section .list .item .date {
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 160PX;
                  flex: 0 0 160PX;
          margin-left: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: #F7F9FB;
          -ms-flex-item-align: start;
              align-self: flex-start;
          padding: 0 30PX;
          -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          overflow: hidden; }
          .news-list-section .list .item .date:after {
            content: '';
            width: 1PX;
            height: 1PX;
            border-radius: 50%;
            position: absolute;
            bottom: 34PX;
            left: 60PX;
            margin: auto;
            background-color: #f7f9fb;
            -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
            -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
            transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
            z-index: 2; }
    .news-list-section .paging {
      margin-top: 50PX; }
  .section-wrok {
    padding: 77PX 0 100PX; }
    .section-wrok .hd {
      padding: 20PX 0; }
    .section-wrok .summary {
      font-size: 16PX; }
    .section-wrok .links-list {
      padding: 5PX 7PX;
      margin-bottom: 70PX; }
      .section-wrok .links-list a {
        font-size: 18PX; }
  .work-wrppaer > .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .work-wrppaer > .flex-box .flex-auto {
      margin-right: 20PX; }
    .work-wrppaer > .flex-box .list {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .work-wrppaer > .flex-box .list a {
        height: 68PX;
        line-height: 68PX;
        font-size: 16PX;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 0 0 40PX;
        width: 240PX; }
        .work-wrppaer > .flex-box .list a::before {
          position: absolute;
          left: 20PX !important;
          margin: 0; }
  .work-wrppaer .work-list .panel-heading .work-head {
    font-size: 16PX;
    padding: 24PX 30PX; }
  .work-wrppaer .work-list .panel + .panel {
    margin-top: 30PX; }
  .work-wrppaer .work-list .panel-body {
    font-size: 14PX;
    padding: 30PX 20PX;
    border-top: 0.02133rem solid #EBE9E9; }
  .history-wrapper {
    padding: 120PX 0; }
    .history-wrapper h1 {
      margin-bottom: 60PX; }
    .history-wrapper .swiper-slide {
      width: 384PX;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 384PX;
              flex: 0 0 384PX;
      margin-right: 0Px; }
      .history-wrapper .swiper-slide img {
        height: 240PX; }
    .history-wrapper .con {
      padding-top: 20PX;
      line-height: 1; }
      .history-wrapper .con .time {
        font-size: 24PX;
        padding: 20PX 0; }
      .history-wrapper .con .summary {
        padding: 25PX 0;
        line-height: 150%; }
  .section-about {
    padding: 70PX 0 80PX; }
  .section-fellback {
    padding: 130PX 0; }
    .section-fellback .form {
      max-width: 600PX;
      margin: 0 auto; }
    .section-fellback label.error {
      position: absolute;
      top: 100%;
      left: 90PX; }
    .section-fellback .button-group {
      padding-left: 90PX; }
  .form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30PX; }
    .form .form-group.code-group .label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70PX;
              flex: 0 0 70PX; }
    .form .form-group.code-group .flex-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .form .form-group .label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70PX;
              flex: 0 0 70PX;
      text-align: right;
      margin-right: 20PX; }
  .section-server {
    padding: 2.13333rem 0; }
    .section-server h1 {
      margin-bottom: 50PX; }
  .section-ecology {
    padding: 100PX 0; }
    .section-ecology .box .item + .item {
      margin-top: 40PX; }
    .section-ecology .box .item .title {
      font-size: 20PX;
      margin-bottom: 16PX; }
    .section-ecology .box .item .summary {
      font-size: 16PX;
      margin-bottom: 12PX; }
    .section-ecology .box .item .text {
      font-size: 16PX; }
  .skew {
    display: block; }
  h1 {
    margin-bottom: 40PX; }
  .summary1 {
    margin-bottom: 80PX;
    text-align: center;
    line-height: 30PX; }
  .section-client {
    padding: 140PX 0 70PX; }
    .section-client .flex-box {
      margin: -25PX -55PX; }
      .section-client .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        width: 33.33333%;
        padding: 25PX 55PX; }
  .section-bidData {
    padding: 10PX 0 100PX; }
    .section-bidData h2 {
      margin-bottom: 70PX; }
    .section-bidData .group {
      padding: 50PX 0; }
      .section-bidData .group + .group {
        padding-top: 70PX; }
  .section-demo {
    padding: 70PX 0 140PX; }
    .section-demo .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -10PX; }
      .section-demo .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
        padding: 10PX; }
        .section-demo .flex-box .flex-item + .flex-item {
          margin-top: 0; }
        .section-demo .flex-box .flex-item .item {
          padding: 30PX 20PX;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .section-demo .flex-box .flex-item .item:hover {
            -webkit-box-shadow: 0 0 0.21333rem rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 0.21333rem rgba(0, 0, 0, 0.1); }
          .section-demo .flex-box .flex-item .item .con {
            padding: 30PX 0 0;
            margin-top: 30PX; }
          .section-demo .flex-box .flex-item .item .name {
            font-size: 20PX;
            margin-bottom: 20PX; }
          .section-demo .flex-box .flex-item .item .summary {
            font-size: 14PX;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 23PX; }
  .section-index--server {
    padding: 0 0 90PX; }
    .section-index--server .hd {
      margin-bottom: 60PX; }
      .section-index--server .hd .summary {
        font-size: 16PX;
        margin-top: 20PX; }
    .section-index--server .flex-box {
      margin: -25PX -55PX; }
      .section-index--server .flex-box .flex-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        width: 33.33333%;
        padding: 25PX 55PX; }
  .section-index--news {
    padding: 120PX 0; }
    .section-index--news .hd {
      margin-bottom: 60PX; }
      .section-index--news .hd .summary {
        font-size: 16PX;
        margin-top: 20PX; }
    .section-index--news .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: -10PX; }
      .section-index--news .flex-box .flex-item {
        padding: 10PX;
        max-width:25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%; }
        .section-index--news .flex-box .flex-item + .flex-item {
          margin-top: 0; }
    .section-index--news .item img {
      height: 165PX; }
    .section-index--news .item .con {
      padding: 20PX 0; }
    .section-index--news .item .name {
      font-size: 18PX; }
    .section-index--news .item .summary {
      font-size: 14PX; }
  .section-index--intro {
    padding: 60PX 0; }
    .section-index--intro .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .section-index--intro .flex-box .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 27.083vw;
                flex: 0 0 27.083vw;
        width: 27.083vw;
        height: 27.083vw;
        margin-left: 4.1666vw; }
      .section-index--intro .flex-box .con {
        margin-top: 15PX; }
      .section-index--intro .flex-box .title {
        font-size: 24PX;
        margin-bottom: 90PX; }
      .section-index--intro .flex-box .summary {
        line-height: 30PX; }
  .section-index--pro {
    padding: 100PX 0; }
    .section-index--pro .hd {
      margin-bottom: 60PX; }
      .section-index--pro .hd .summary {
        font-size: 16PX;
        margin-top: 20PX; }
    .section-index--pro .flex-box {
      margin: 0 -5PX; }
      .section-index--pro .flex-box .flex-item {
        padding: 5PX;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        width: 16.66667%; }
        .section-index--pro .flex-box .flex-item .item {
          overflow: hidden; }
          .section-index--pro .flex-box .flex-item .item img {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .section-index--pro .flex-box .flex-item .item:hover img {
            -webkit-transform: scale(1.45);
                -ms-transform: scale(1.45);
                    transform: scale(1.45); }
        .section-index--pro .flex-box .flex-item .text {
          font-size: 26PX; }
  #certify .swiper-slide {
    width: 520PX;
    height: 408PX; }
    #certify .swiper-slide p {
      line-height: 98PX; }
  #certify .swiper-button-next {
    display: block;
    right: -30PX; }
  #certify .swiper-button-prev {
    display: block;
    left: -30PX; }
  .paging-v2 > a {
    height: 74PX;
    line-height: 74PX;
    font-size: 18PX; }
  .paging-v2 .prev {
    border-right: 0.02133rem solid #fff; }
    .paging-v2 .prev span:first-child {
      padding: 0 20PX; }
  .paging-v2 .next span:last-child {
    padding: 0 20PX; }
  #aside-switch {
    display: none; }
  #content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.06667rem;
    min-height: 17.06667rem; }
    #content-main aside {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 5.54667rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 5.54667rem;
              flex: 0 0 5.54667rem;
      background: transparent; }
      #content-main aside .panel {
        position: relative; }
        #content-main aside .panel .panel {
          border-top: 0.02133rem solid #fff; }
        #content-main aside .panel .title {
          display: block;
          font-size: 0.384rem;
          color: #fff;
          background: #004f9d;
          height: 50PX;
          line-height: 50PX;
          padding-left: 20PX; }
          #content-main aside .panel .title:hover {
            background: #00356a; }
        #content-main aside .panel .icon-si {
          position: absolute;
          height: 50PX;
          width: 50PX;
          top: 0;
          right: 0;
          text-align: center;
          line-height: 50PX;
          color: #fff;
          cursor: pointer;
          z-index: 100; }
          #content-main aside .panel .icon-si:hover {
            background: #00356a; }
      #content-main aside .heroCollapse ul:hover a {
        background: #ececec; }
      #content-main aside .heroCollapse a {
        display: block;
        background: #ECECEC;
        font-size: 16PX;
        height: 50PX;
        padding-left: 20PX;
        line-height: 1.06667rem; }
        #content-main aside .heroCollapse a:hover {
          color: #00356a;
          background: rgba(0, 79, 157, 0.3) !important; }
    #content-main content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 30PX;
      width: 1%; }
  h3 {
    font-size: 30PX; }
  h2 {
    font-size: 32PX; }
  .banner .box .title {
    font-size: 40PX; }
  .banner .box .summary {
    font-size: 16PX;
    margin-top: 30PX; }
  .banner .box .button-group {
    margin-top: 40PX; }
  .banner .swiper-pagination-bullets {
    bottom: 40PX; }
  .banner .swiper-slide-active .promo {
    -webkit-animation: scalc 8000ms linear infinite alternate both;
            animation: scalc 8000ms linear infinite alternate both; }
  .banner .box .title {
    font-size: 32PX; }
  .hd h1 {
    font-size: 40PX;
    margin-bottom: 24PX; }
  .hd .summary {
    font-size: 14PX; }
  .hd .line {
    margin: 40PX auto 0; }
  .footer .top {
    padding: 50PX 0 120PX; }
    .footer .top .title {
      font-size: 18PX !important;
      white-space: nowrap;
      line-height: 1 !important;
      margin-bottom: 30PX !important; }
    .footer .top li + li {
      margin-top: 25PX !important; }
  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer .panel-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .footer .contact-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290PX;
            flex: 0 0 290PX;
    width: 290PX;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right; }
    .footer .contact-group .flex-box {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .footer .contact-group .group {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border: none !important;
      line-height: 1;
      white-space: nowrap; }
      .footer .contact-group .group li:nth-child(4n+2) .flex-item, .footer .contact-group .group li:nth-child(4n+3) .flex-item {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 auto !important;
                flex: 0 0 auto !important; }
      .footer .contact-group .group li {
        line-height: 24PX !important; }
        .footer .contact-group .group li .flex-item {
          white-space: normal; }
        .footer .contact-group .group li + li {
          margin-top: 20PX !important; }
  .footer .bottom {
    position: relative;
    padding: 30PX 0; }
    .footer .bottom .flex-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer .bottom .flex-box .fr {
        margin-top: 0; }
  .ani-banner .promo {
    -webkit-animation: scalc 8000ms linear infinite alternate both;
            animation: scalc 8000ms linear infinite alternate both; }
  .ani-banner .page-title .zh {
    font-size: 36PX; }
  .ani-banner .page-title .en {
    font-size: 24PX; } }
.icon-close-mobile {
  display: none;
  background-image: url("../images/closeMenuIcon.png");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40PX;
  height: 40PX;
  background-size: 0.32rem auto;
  position: absolute;
  top: 8PX;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
.i-switchor {
  position: absolute;
  right: 0;
  top: 0;
  height: 48PX;
  width: 48PX;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 !important; }
.i-switchor .iconfont {
    font-size: 20PX; }
.nav-mobile-open .top-nav-sheet-wrapper {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }
.top-nav-sheet-wrapper {
  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%);
  position: absolute;
  z-index: 10;
  width: 100%; }
.top-nav-sheet-wrapper .icon-close-mobile {
    background: none;
    top: 0; }
.top-nav-sheet-wrapper .icon-close-mobile .iconfont {
      font-size: 40PX;
      color: #999; }
.top-nav-sheet-wrapper .content {
    height: calc(100vh - 44PX);
    overflow-y: auto;
    margin-top: 44PX; }
.top-nav-sheet-wrapper .content a:hover {
      color: #004f9d; }
.top-nav-sheet-wrapper .content .flex-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: -0.64rem 0; }
.top-nav-sheet-wrapper .content .flex-box .flex-item {
        padding: 0.64rem 0;
        border-bottom: 1PX solid #eee;
        width: 100%; }
.top-nav-sheet-wrapper .content .name {
      color: #004f9d;
      font-size: 0.64rem;
      font-weight: 500;
      display: block; }
.top-nav-sheet-wrapper .content .panel-group .panel {
      position: relative; }
.top-nav-sheet-wrapper .content .panel-group .panel .title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 35PX; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle {
        line-height: 35PX;
        width: 35PX;
        height: 35PX; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle:after {
          display: none; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle .stamp {
          position: relative;
          display: inline-block;
          width: 10PX;
          height: 10PX;
          background: #004f9d; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle .stamp:after {
            content: "";
            position: absolute;
            width: 10PX;
            height: 1PX;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: #fff; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle .stamp::before {
            content: "";
            position: absolute;
            width: 1PX;
            height: 10PX;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #fff; }
.top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle[aria-expanded='true'] .stamp::before {
          display: none; }
.top-nav-sheet-wrapper .content .panel-group .panel a {
        color: #333; }
.top-nav-sheet-wrapper .content .panel-group .panel ul a {
        padding: 0 20PX;
        line-height: 35PX;
        display: block; }
.top-nav-sheet-wrapper .content .panel-group .panel ul a:hover {
          color: #004f9d; }
.top-nav-sheet-wrapper .pro-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
.fixed_header {
  position: fixed !important;
  top: 0;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-animation: down 0.4s forwards;
          animation: down 0.4s forwards;
  z-index: 10000; }
.search-open {
  position: relative; }
.search-open:after {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    content: ' ';
    pointer-events: none;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1PX solid #000;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5); }
.search-open span {
    margin-left: 0.64rem; }
.product-banner .img-responsive {
  position: absolute;
  height: 100%;
  width: 100%; }
.product-banner .page-title {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 10;
  padding: 0.64rem 0; }
@media (min-width: 1024px) {
  .product-banner .i-switchor, .product-banner .icon-close-mobile {
    display: none !important; }
  .product-banner .search-open span {
    display: none; }
  .product-banner .pc-search-nav-open .search-wrapper {
    display: block;
    -webkit-animation: global-searchform-slide 1s both;
            animation: global-searchform-slide 1s both; }
  .product-banner .pc-search-nav-open .global-header-nav-list .global-header-nav-item {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .product-banner .search-wrapper {
    height: 74PX;
    width: 500PX;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    display: none;
    background: #fff; }
    .product-banner .search-wrapper .icon-close-mobile {
      display: block !important;
      right: -74PX;
      top: 0;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      height: 74PX;
      width: 74PX; }
    .product-banner .search-wrapper .form-control {
      border: none;
      height: 74PX;
      margin: 0;
      color: #333; }
    .product-banner .search-wrapper .submit-button {
      height: 74PX;
      line-height: 74PX;
      width: 60PX; }
      .product-banner .search-wrapper .submit-button .iconfont {
        color: #333; }
  .product-banner .top-nav-sheet-wrapper {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    height: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 74PX; }
    .product-banner .top-nav-sheet-wrapper .pro-section {
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      overflow: hidden;
      position: static;
      background: rgba(255, 255, 255, 0.9); }
      .product-banner .top-nav-sheet-wrapper .pro-section.normal-section .flex-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .product-banner .top-nav-sheet-wrapper .pro-section.normal-section .flex-box .flex-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 11.11111%;
                  flex: 0 0 11.11111%;
          width: 11.11111%;
          line-height: 24PX; }
          .product-banner .top-nav-sheet-wrapper .pro-section.normal-section .flex-box .flex-item .name {
            margin-bottom: 0; }
    .product-banner .top-nav-sheet-wrapper .content {
      height: initial;
      margin: 0; }
      .product-banner .top-nav-sheet-wrapper .content .panel-group .panel .title {
        line-height: 26PX; }
      .product-banner .top-nav-sheet-wrapper .content .panel-group .panel .icon-toggle {
        width: 26PX;
        height: 26PX;
        line-height: 26PX; }
      .product-banner .top-nav-sheet-wrapper .content .panel-group .panel ul a {
        padding: 0 10PX;
        line-height: 24PX; }
      .product-banner .top-nav-sheet-wrapper .content .panel-group .icon-toggle {
        height: 26PX;
        width: 26PX; }
      .product-banner .top-nav-sheet-wrapper .content .inner {
        padding: 30PX 0; }
      .product-banner .top-nav-sheet-wrapper .content .name {
        font-size: 15PX;
        margin-bottom: 20PX; }
      .product-banner .top-nav-sheet-wrapper .content .flex-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0; }
        .product-banner .top-nav-sheet-wrapper .content .flex-box .flex-item {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 0;
          margin: 0;
          margin-right: 3.1666vw; }
  .product-banner .nav-mobile-open .top-nav-sheet-wrapper {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); } }
@media (min-width: 1024px) {
  .product-banner .global-header {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .product-banner .pc-search-nav-open .index-page .global-header {
    background: #fff !important; }
  .product-banner .search-open:after {
    display: none !important; }
  .product-banner .index-page .global-mobile-split {
    padding-top: 0PX; }
  .product-banner .index-page .global-header {
    position: absolute; }
    .product-banner .index-page .global-header.fixed_header {
      position: fixed !important;
      background: #fff !important; }
      .product-banner .index-page .global-header.fixed_header .global-header-nav-icon-item, .product-banner .index-page .global-header.fixed_header .global-header-nav-item > a {
        color: #333; }
  .product-banner .index-page .global-header-content, .product-banner .index-page .global-header, .product-banner .index-page .global-header-nav {
    background: transparent !important; }
  .product-banner .index-page .global-header-nav-icon-item, .product-banner .index-page .global-header-nav-item > a {
    color: #fff; }
  .product-banner .pc-dropdown--show .global-header {
    background: #fff !important; }
    .product-banner .pc-dropdown--show .global-header .global-header-nav-item > a, .product-banner .pc-dropdown--show .global-header .global-header-nav-icon-item {
      color: #333; } }
@media (max-width: 1024px) {
  .global-header-nav-icon-item {
    font-size: 14PX;
    position: relative; }
    .global-header-nav-icon-item:after {
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      content: ' ';
      pointer-events: none;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      border-bottom: 1PX solid #dbdbdb;
      -webkit-transform: scaleY(0.5);
          -ms-transform: scaleY(0.5);
              transform: scaleY(0.5); }
  .global-header-nav-list {
    overflow: auto; } }
@-webkit-keyframes scalc {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  100% {
    -webkit-transform: translateZ(2.98667rem);
            transform: translateZ(2.98667rem); } }
@keyframes scalc {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  100% {
    -webkit-transform: translateZ(2.98667rem);
            transform: translateZ(2.98667rem); } }
@-webkit-keyframes global-searchform-slide {
  0% {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
            animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(50%, 0, 0);
            transform: translate(50%, 0, 0); } }
@keyframes global-searchform-slide {
  0% {
    -webkit-transform: translate3d(60%, 0, 0);
            transform: translate3d(60%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
            animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(50%, 0, 0);
            transform: translate(50%, 0, 0); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@keyframes up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
