@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1440px) and (max-width: 1920) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 1366px) and (max-width: 1440px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 80);
    font-size: -moz-calc(100vw / 80);
    font-size: calc(100vw / 80);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

/* @font-face {
  font-family: "montserrat";
  src: url(/static/fonts/MONTSERRAT-REGULAR.OTF);
} */

@font-face {
  font-family: fonticon;
  src: url('/static/iconfont.ttf');
}
.my-icon{
  font-family: fonticon;
}

@font-face {
  font-family: "Alibaba-PuHui";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/yDDTbiQphRZwu6NckwxAz.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/WjWVh2wlKFBcVUdxwizXL.woff") format("woff");
  font-display: swap;
}

* {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 7%;
}

@media (max-width: 1440px) {
  .wh {
    padding: 0 7%;
  }
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 4.6875%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.text-line{
  text-decoration: underline !important;
}

.text-wrapper_2 {
  background-color: rgba(62, 66, 151, 1);
  border-radius: 31px;
  height: 3.23vw;
  line-height: 3.23vw;
  margin-top: 3.03vw;
  text-align: center;
  width: 15vw;
  cursor: pointer;
}
.text_14 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: Helvetica, 'Microsoft YaHei', Arial, sans-serif;
  white-space: nowrap;
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 0.5rem;
  padding: 0 1.5em;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    font-size: .875rem;
  }
}

.more-msl i {
  width: 1rem;
  display: inline-block;
  margin-left: 0.5em;
}

.more-msl i img {
  -webkit-filter: none;
          filter: none;
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #3E4297;
}

.more-msl:hover img {
  -webkit-filter: invert(49%) sepia(100%) saturate(6233%) hue-rotate(-120deg) brightness(96%) contrast(87%);
          filter: invert(49%) sepia(100%) saturate(6233%) hue-rotate(-120deg) brightness(96%) contrast(87%);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none !important;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 {
  /* height: 6.25rem;
  display: flex;
  align-items: center; */
  /* line-height: 6.25rem; */
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .xiala{
  /* height: 6.25rem;
  display: flex;
  align-items: center; */
  /* line-height: 6.25rem; */
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .logo a {
  display: block;
  outline: none;
}

.head .head2 .logo a img {
  height: 3.1875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .logo a img.b {
  display: none;
}

.head .head2 .sska a {
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  color: #fff;
}

.head .head2 .sska i {
  color: #fff;
  font-size: 1rem;
}

.head .head2 .sska a:after {
  border: 0;
  border-bottom: 2px solid transparent;
  content: "";
  display: block;
  margin: 0;
  padding-top: 0.25rem;
  transform: scaleX(0);
  transition: transform .25s ease-in-out;
  width: 100%;
}

.head .head2 .anta_w {
  height: 6.25rem;
  width: auto;
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 2.5rem;
}

.head .head2 .anta_w .menu {
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .head2 .anta_w .menu p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-right: 0.5rem;
}

.head .head2 .anta_w .menu span {
  margin: auto;
  display: block;
  width: 1.125rem;
  height: 3px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  margin-left: 0.2rem;
}

.head .head2 .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.45rem;
  right: 0;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .head2 .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  right: 0;
}

.head .head2 .anta_w .menu.active span:before {
  top: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #fff;
}

.head .head2 .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #fff;
}

.head .head2 .anta_w .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.head:hover .head2 {
  background: #fff;
}

.head:hover .head2 .xiala {
  display: flex !important;
  border-top:1px solid #f7f7f7;
}

.head:hover .head2 .logo a img.a {
  display: none;
}

.head:hover .head2 .logo a img.b {
  display: inline-block;
}

.head:hover .head2 #menu .nav_a1 li a, .head:hover .head2 .sska i,.head:hover .head2 #menu .nav_a1 li a::after {
  color: #3a3a3a;
  border-color: #3a3a3a;
}

.head:hover .head2 .anta_w .menu span, .head:hover .head2 .anta_w .menu span::after, .head:hover .head2 .anta_w .menu span::before {
  background: #3a3a3a;
}

.head:hover .head2 .anta_w .menu.active span {
  background: transparent;
}

.head.active:hover .head2 {
  background: none;
}

.head.active:hover .head2 .anta_w .menu span, .head.active:hover .head2 .anta_w .menu span::after, .head.active:hover .head2 .anta_w .menu span::before {
  background: #fff;
}

.head.active:hover .head2 .anta_w .menu.active span {
  background: transparent;
}

.head.active .anta_w .menu.active span {
  background: transparent;
}

.head.active .logo, .head.active #menu, .head.active .sska {
  visibility: hidden;
}

.head.sticky .head2 {
  line-height: 5rem;
}

.head.sticky #menu .nav_a1 li > a {
  line-height: 5rem;
  height: 5rem;
}

.head.sticky .head2 .anta_w {
  height: 5rem;
}

.head.sticky .head2 .logo a img {
  height: 2.5rem;
}

.fp-viewing-section7 .head .head2,.fp-viewing-section5 .head .head2 {
  background: #fff;
}
.fp-viewing-section7 .head .flex222,.fp-viewing-section5 .head .flex222 {
  background: #fff;
  color:#3a3a3a !important;
}
.fp-viewing-section7 .head .head2 .logo a img.a,.fp-viewing-section5 .head .head2 .logo a img.a {
  display: none;
}

.fp-viewing-section7 .head .head2 .logo a img.b,.fp-viewing-section5 .head .head2 .logo a img.b {
  display: inline-block;
}

.fp-viewing-section7 .head .head2 #menu .nav_a1 li a, .fp-viewing-section7 .head .head2 .sska i,.fp-viewing-section5 .head .head2 #menu .nav_a1 li a, .fp-viewing-section5 .head .head2 .sska i {
  color: #3a3a3a;
}
.fp-viewing-section5 .head .head2 #menu .nav_a1 li a:after,.fp-viewing-section7 .head .head2 #menu .nav_a1 li a:after{
  border-color: #3a3a3a;
}
.fp-viewing-section7 .head .head2 .anta_w .menu span, .fp-viewing-section7 .head .head2 .anta_w .menu span::after, .fp-viewing-section7 .head .head2 .anta_w .menu span::before {
  background: #3a3a3a;
}

.fp-viewing-section7 .head .head2 .anta_w .menu.active span {
  background: transparent;
}

#menu {
  /* margin-right: 3rem; */
}

#menu .nav_a1 li {
  float: left;
}
.head:hover .flex222{
  background-color: #fff;
  color:#3a3a3a !important;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}

#menu .nav_a1 li > a {
  font-size: 1rem;
  position: relative;
  padding: 0 1.75rem;
  /* line-height: 6.25rem;
  height: 6.25rem; */
  text-transform: uppercase;
}

#menu .nav_a1 li .entitle {
  padding: 0 0.75rem;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

#menu .nav_a1 li > a i {
  display: inline-block;
}

/* #menu .nav_a1 li > a:after {
  content: "";
  display: none;
  width: .4375rem;
  height: .875rem;
  position: absolute;
  left: 50%;
  bottom: -0.4375rem;
  background: #109cd9;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  border-radius: 0.08rem;
} */

#menu .nav_a1 li > a:after {
  border: 0;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  margin: 0;
  padding-top: 0.25rem;
  transform: scaleX(0);
  transition: transform .25s ease-in-out;
  width: 100%;
}

#menu .nav_a1 li .sec-cp {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 98;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#menu .nav_a1 li .sec-cp .sec-cosata {
  padding: 1.5rem 14% 3.375rem;
  position: relative;
}

#menu .nav_a1 li .sec-cp .sec-cosata p {
  width: 13.125%;
  position: absolute;
  right: 2%;
  top: 6%;
}

#menu .nav_a1 li .sec-cp .sec-cosata p img {
  width: 100%;
}

#menu .nav_a1 li .sec-cp .sec-cosata u {
  width: 32.23958%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#menu .nav_a1 li .sec-cp .sec-cosata u img {
  width: 100%;
}

#menu .nav_a1 li .sec-cp dd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#menu .nav_a1 li .sec-cp dd > a {
  color: #3a3a3a;
  font: 600 1.25rem/1.8em "sourcehansans";
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8em;
}

#menu .nav_a1 li .sec-cp dd > a .img {
  width: 2.5rem;
  margin-right: 0.6em;
}

#menu .nav_a1 li .sec-cp dd > a .img img {
  width: 100%;
}

#menu .nav_a1 li .sec-cp dd > a:hover {
  font-weight: 600;
  color: #109cd9 !important;
}

#menu .nav_a1 li .sec-cp dd > a:hover .img img {
  -webkit-filter: invert(50%) sepia(74%) saturate(2047%) hue-rotate(165deg) brightness(91%) contrast(88%);
          filter: invert(50%) sepia(74%) saturate(2047%) hue-rotate(165deg) brightness(91%) contrast(88%);
}

#menu .nav_a1 li .sec-cp dd .sec1 {
  margin-top: 0.2em;
}

#menu .nav_a1 li .sec-cp dd .sec1 > a {
  font: 500 1.125rem/1.8em "sourcehansans";
}

#menu .nav_a1 li .sec-cp dd .sec1 > a.textaa {
  color: #109cd9 !important;
  font-weight: 600;
}

#menu .nav_a1 li .sec-cp dd .sec1 > a:hover {
  font-weight: 600;
  color: #109cd9;
}

#menu .nav_a1 li .sec-cp dd .sec1 .sec2 > a {
  color: #7a7a7a;
  font: 500 1rem/1.8em "sourcehansans";
}

#menu .nav_a1 li .sec-cp dd .sec1 .sec2 > a:hover {
  color: #109cd9;
}

#menu .nav_a1 li .sec-cp dd:nth-last-child(1) > a {
  font-weight: 500;
}

#menu .nav_a1 li .sec-cp dd:nth-last-child(1) > a:hover {
  font-weight: 600;
}

#menu .nav_a1 li .sec-cp dd:nth-last-child(2) .sec2, #menu .nav_a1 li .sec-cp dd:nth-last-child(3) .sec2 {
  font-size: 0;
  line-height: 1;
  display: none;
}

#menu .nav_a1 li .sec-cp dd:nth-last-child(2) .sec2 a, #menu .nav_a1 li .sec-cp dd:nth-last-child(3) .sec2 a {
  width: 50%;
  display: inline-block;
}

#menu .nav_a1 li .sec-cp dd.bdj > a {
  cursor: auto;
}

#menu .nav_a1 li .sec-cp dd.bdj > a:hover {
  color: #3a3a3a !important;
}

#menu .nav_a1 li .sec-cp dd.bdj > a:hover .img img {
  -webkit-filter: none;
          filter: none;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: -20%;
  width: 140%;
  background: #fff;
  z-index: 98;
  text-align: left;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}

#menu .nav_a1 li .sec a {
  color: #3a3a3a;
  font: 500 1rem/1.8em "sourcehansans";
  text-align: center;
  padding: 0.4em 0;
}

#menu .nav_a1 li .sec a:hover {
  color: #109cd9 !important;
}

#menu .nav_a1 li:hover > a::after {
  /* display: block; */
  transform: scaleX(1);
}

#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec-cp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  /* color: #109cd9 !important; */

}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
       animation: sticky 1s;
}

.sticky.active {
  box-shadow: none;
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.head.sticky .head2 {
  background: #fff;
}

.head.sticky .head2 .logo a img.a {
  display: none;
}

.head.sticky .head2 .logo a img.b {
  display: inline-block;
}

.head.sticky .head2 #menu .nav_a1 li a, .head.sticky .head2 .sska i {
  color: #3a3a3a;
}

.head.sticky .head2 .anta_w .menu span, .head.sticky .head2 .anta_w .menu span::after, .head.sticky .head2 .anta_w .menu span::before {
  background: #3a3a3a;
}

.head.sticky .head2 .anta_w .menu.active span {
  background: transparent;
}

.head.sticky.active .head2 {
  background-color: transparent;
}

.head.sticky.active .head2 .anta_w .menu span, .head.sticky.active .head2 .anta_w .menu span::after, .head.sticky.active .head2 .anta_w .menu span::before {
  background: #fff;
}

.head.sticky.active .head2 .anta_w .menu.active span {
  background: transparent;
}

@-webkit-keyframes weiy {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@-moz-keyframes weiy {
  0% {
    -moz-transform: translateY(10%);
         transform: translateY(10%);
  }
  50% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(-10%);
         transform: translateY(-10%);
  }
}

@-o-keyframes weiy {
  0% {
    -o-transform: translateY(10%);
       transform: translateY(10%);
  }
  50% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
  100% {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}

@keyframes weiy {
  0% {
    -webkit-transform: translateY(10%);
       -moz-transform: translateY(10%);
         -o-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.navigators.active .xtzs-svg1 path {
  stroke: #fff;
  stroke-dashoffset: 0;
  fill: #fff;
  opacity: 0.1;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}

.navigators .xtzs-svg1 path {
  stroke: #fff;
  stroke-dasharray: 1182;
  stroke-dashoffset: 1182;
  fill: transparent;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  /* background: url(../images/xlbj.jpg) no-repeat center; */
  -o-background-size: cover;
     background-size: cover;
}

.navigators.active {
  height: 100%;
}

.navigators .wha {
  padding: 0 9.16667%;
}

.navigators .weggta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.navigators .weggta .tpzs {
  width: 30.3392%;
  position: relative;
}

.navigators .weggta .tpzs .fang {
  overflow: hidden;
  border-radius: 1.25rem;
  height: 100%;
}

.navigators .weggta .tpzs .fang img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigators .weggta .tpzs i {
  display: block;
  width: 9.875rem;
  font-size: 0;
  position: absolute;
  left: -16.6%;
  bottom: 5%;
  -webkit-animation: rotate 10s linear infinite;
     -moz-animation: rotate 10s linear infinite;
       -o-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}

.navigators .xl-nav {
  width: 62.81407%;
  margin-right: 0;
}

.navigators .xl-nav .xl-nav1 li {
  width: 30%;
}

.navigators .xl-nav .xl-nav1 li > a {
  display: block;
  color: #fff;
  font: 500 1.125rem/1.8em "sourcehansans";
  margin-bottom: 0.2em;
}

.navigators .xl-nav .xl-nav1 li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navigators .xl-nav .xl-nav1 li .sec1 {
  margin-top: 0.2em;
}

.navigators .xl-nav .xl-nav1 li .sec1 > a {
  color: #fff;
  font: 500 .9375rem/1.8em "sourcehansans";
}

.navigators .xl-nav .xl-nav1 li .sec1 > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navigators .xl-nav .xl-nav1 li .sec1:nth-child(3) .sec2 a, .navigators .xl-nav .xl-nav1 li .sec1:nth-child(4) .sec2 a {
  width: 100%;
}

.navigators .xl-nav .xl-nav1 li .sec2 {
  font-size: 0;
}

.navigators .xl-nav .xl-nav1 li .sec2 a {
  color: #83dfff;
  font: 500 .875rem/1.8em "sourcehansans";
}

.navigators .xl-nav .xl-nav1 li .sec2 a:hover {
  color: #fff;
}

.navigators .xl-nav .xl-nav1 li:nth-child(2) {
  width: 24%;
}

.navigators .xl-nav .xl-nav1 li:nth-child(3) {
  width: 26%;
}

.navigators .xl-nav .xl-nav1 li:nth-child(3) .sec2 a {
  width: 100%;
  display: inline-block;
}

.navigators .xl-nav .xl-nav1 li:nth-child(4) {
  width: auto;
}

.navigators .xl-nav .xl-nav2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.4em;
  margin-top: 1em;
}

.navigators .xl-nav .xl-nav2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navigators .xl-nav .xl-nav2 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 4%;
}

.navigators .xl-nav .xl-nav2 li .name {
  color: #ffffff;
  font: 500 1.125rem/2em "sourcehansans";
  margin-bottom: 0.8em;
}

.navigators .xl-nav .xl-nav2 li .text {
  color: #83dfff;
  font: 500 .875rem/2em "sourcehansans";
}

.navigators .xl-nav .xl-nav2 li .text:hover {
  color: #fff;
}

.navigators .dbzs-bg {
  width: 38%;
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 9;
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #fff;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 27px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 27px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  font-family: "sourcehansans";
  padding: 0 4%;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec dd {
  position: relative;
}

.mslm-nav > li .sec dd dl {
  position: relative;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
}

.aniut1 {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut1 i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #000;
}

.aniut2 {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut2 i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #000;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
.yiji .title{
  padding:10px 40px;
  color:rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.yiji .line{
  width:100%;height:2px;background-color: rgba(255, 255, 255, 0.28);
}
.erji div{
  padding:10px 10px;
  color:rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.fffsel{
  color:rgba(255, 255, 255, 1) !important;
}
.fffsel2{
  color:rgba(255, 255, 255, 1) !important;
  text-decoration: underline;
}
.fffsel1{
  background-color:rgba(255, 255, 255, 1) !important;
}
.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
    display: block;
  }
}

.pc-banner .mySwipera .swiper-slide .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img video {
    display: none;
  }
}

.pc-banner .mySwipera .banner-wen {
  width: 100%;
  z-index: 9;
}

.pc-banner .mySwipera .banner-wen .banner-cont {
  color: #fff;
  width:37%;
}

.pc-banner .mySwipera .banner-wen .banner-cont dt {
  font: normal 1.14rem/1.4em "montserrat";
  margin-bottom:10%;
  margin-top:5%;
}

.pc-banner .mySwipera .banner-wen .banner-cont dt .aa {
  font: 600 3.5rem/1.4em "montserrat";
}

.pc-banner .mySwipera .banner-wen .banner-cont dt .bb {
  font: 1 2.8rem/1.4em "montserrat";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banner-wen .banner-cont {
    width:100%;
  }
  .pc-banner .mySwipera .banner-wen .banner-cont dt {
    font-size: 2.0rem;
  }
}

.pc-banner .mySwipera .banner-wen .banner-cont dl {
  font: 500 2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banner-wen .banner-cont dl {
    font-size: 1.125rem;
    line-height: 2em;
    margin-top: 0.5em;
  }
}

.pc-banner .mySwipera .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.pc-banner .mySwipera .ban-sot {
  background-color: #000;
  height:10vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .ban-sot {
    bottom: 7%;
  }
}

.pc-banner .mySwipera .ban-sot .ban-sbbx {
  width: auto;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .ban-sot .ban-sbbx {
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pc-banner .mySwipera .ban-sot .ban-sbbx .jt {
  margin: 0 1em;
}

.pc-banner .mySwipera .ban-sot .ban-sbbx .jt.swiper-button-prev1 {
  margin-left: 0;
}

.pc-banner .mySwipera .ban-sot .ban-sbbx .jt i {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.pc-banner .mySwipera .swiper-pagination1 span {
  width: 25vw;
  height: 6px;
  background: #3c3c3c;
  border-radius: 6px;
  opacity: 1;
}

.pc-banner .mySwipera .swiper-pagination1 span::before {
  content: "";
  width: 0;
  height: 6px;
  display: block;
  background: #fff;
  border-radius: 6px;
  opacity: 1;
  transition: none;
}

.pc-banner .mySwipera .swiper-pagination1 span p {
  color:#fff;
  padding-top:6px;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1 span p {
    /* color:#fff !important;
    margin-top: 0.5rem; */
  }
}

.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active::before {
  transition: width 8s;
  width: 100%;
}

.pc-banner .mySwipera .swiper-pagination1 span:first-child.swiper-pagination-bullet-active::before {
  transition: width 20s;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active::after {
    width: 2rem;
  }
}

.pc-banner .mySwipera .ups-icon-videoplay {
  display: none;
  overflow: hidden;
}

.pc-banner .mySwipera .ups-icon-videoplay:before {
  font-family: "iconfont" !important;
  content: "\e627";
  font-size: .875rem;
  color: white;
  margin: 0 .9375rem;
}

.pc-banner .mySwipera .stop-status.ups-icon-videoplay:before {
  content: "\e626";
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

.zmfd1 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  /*动画所花费的时间*/
}

.zmfd2 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 4%;
    opacity: 0;
  }
  to {
    bottom: 2%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 4%;
    opacity: 0;
  }
  to {
    bottom: 2%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 4%;
    opacity: 0;
  }
  to {
    bottom: 2%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 4%;
    opacity: 0;
  }
  to {
    bottom: 2%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2%;
  z-index: 99;
}

.kajjt img.a {
  width: 3.125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 1%;
  }
  .kajjt img.a {
    width: 2.5rem;
  }
}

.wer_apa {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  z-index: 1;
}

.wer_apa .sptd {
  color: rgba(255, 255, 255, 0.3);
  font: 600 1.3125rem/1.5em "Montserrat";
  text-transform: uppercase;
  width: 42%;
}

@media (max-width: 768px) {
  .wer_apa .sptd {
    font-size: 1rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
}

.section {
  overflow: hidden;
}

.fp-tableCell {
  position: relative;
}

em {
  font-style: italic;
}

#menua {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menua li {
  text-align: right;
}

#menua li a {
  display: block;
}

#menua li a span {
  display: inline-block;
  color: #fff;
  font: 500 .875rem/2em "sourcehansans";
  text-transform: uppercase;
  opacity: 0;
}

#menua li a::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border: .125rem solid #fff;
  border-radius: 50%;
  margin-left: 1.5625rem;
  -webkit-transform: translateY(-0.1rem);
     -moz-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
       -o-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

#menua li.active a span {
  opacity: 1;
}

#menua li.active a::after {
  background: #fff;
}

@media (max-width: 990px) {
  #menua {
    display: none;
  }
}

.fp-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  -o-transition: -o-transform 1200ms ease;
  -moz-transition: transform 1200ms ease, -moz-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
}

.fp-bg1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  -o-transition: -o-transform 1200ms ease;
  -moz-transition: transform 1200ms ease, -moz-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
}

.gongt .title-a1 h2 {
  color: #fff;
  font: 600 2rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .gongt .title-a1 h2 {
    font-size: 1.7rem;
  }
}

.gongt .p {
  color: #ffffff;
  font: 500 .8rem/1.875em "sourcehansans";
  margin-top: 0.7em;
}

.section.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}

.xtzs-svg path {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.cont2 {
  position: relative;
}

.cont2 .section2-bg {
  width: 36.5%;
  position: absolute;
  top: 16%;
  left: 4.6875%;
  opacity: 0.2;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont2 .section2-bg {
    top: 2%;
    left: 2%;
    width: 45%;
  }
}

@media (max-width: 990px) {
  .cont2 .a2_v1 {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    padding: 2rem 0;
  }
}

.cont2 .a2_v1 .a2_b1 {
  width: 40.625%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
  }
}

.cont2 .a2_v1 .a2_b1 a.more-msl {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.cont2 .a2_v1 .a2_b2 {
  width: 54.16667%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    margin-top: 0.8em;
  }
}

.cont2 .a2_v1 .a2_b2 li {
  width: 48.20513%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2.625rem 0;
  margin: 0.8rem 0;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 li {
    margin: 0.5rem 0;
  }
}

.cont2 .a2_v1 .a2_b2 li i {
  display: inline-block;
  width: 2.8125rem;
  font-size: 0;
}

.cont2 .a2_v1 .a2_b2 li dt {
  color: #fff;
  font: 100 3.8rem/1.2em "sourcehansans";
  font-style: italic;
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 li dt {
    font-size: 2rem;
  }
}

.cont2 .a2_v1 .a2_b2 li dd {
  color: #fff;
  font: 500 1.1875rem/1.5em "sourcehansans";
  margin-top: 0.1em;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 li dd {
    font-size: 0.85rem;
    padding: 0 3%;
    margin-top: 0.3em;
  }
}

.cont2 .a2_v1 .a2_b2 li:hover {
  /* background: #3E4297; */
  background: #0759ea;
}

.biankuang {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}

.biankuang_1 {
  height: .125rem;
  top: 1rem;
  left: 1rem;
  width: 0;
}

.biankuang_2 {
  height: 0;
  top: 1rem;
  left: 1rem;
  width: .125rem;
}

.biankuang_3 {
  height: 0;
  bottom: 1rem;
  right: 1rem;
  width: .125rem;
}

.biankuang_4 {
  height: .125rem;
  bottom: 1rem;
  right: 1rem;
  width: 0;
}

.cont3 {
  max-height: 100vh;
  overflow: hidden;
}

.section3 {
  position: relative;
}

.section3 .section3-bg {
  width: 466px;
  position: relative;
  top: 10px;
  left: 4.6875%;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .section3 .section3-bg {
    top: 3%;
    left: 2%;
    width: 45%;
  }
}

@media (max-width: 990px) {
  .section3 .a3_v1 {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .section3 .a3_v1 {
    padding: 2rem 0;
  }
}

.section3 .a3_v1 .a3_b1 {
  width: 22.22222%;
}

@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 {
    width: 100%;
  }
}

.section3 .a3_v1 .a3_b1 a.more-msl {
  margin-top: 32%;
}

@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.section3 .a3_v1 .a3_b2 {
  width: 75%;
}

@media (max-width: 1366px) {
  .section3 .a3_v1 .a3_b2 {
    margin-right: 0;
    width: 75%;
  }
}

@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 {
    width: 100%;
    margin-top: 1.5em;
  }
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a {
  display: block;
  position: relative;
}
.imghover:hover div{
  display: flex !important;
}
.section3 .a3_v1 .a3_b2 .mySwiper1 a.a .img {
  display: block;
  padding-bottom: 200%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 1.6rem 10%;
  align-items: flex-end;
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs dt {
  color: #ffffff;
  font: 500 1.0rem/1.3em "sourcehansans";
  width: 83%;
  /* white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; */
}

@media (max-width: 768px) {
  .section3 .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs dt {
    font-size: 0.85rem;
  }
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs i {
  display: block;
  font-size: 0;
  width: 15%;
}
.addborder{
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.addborderh{
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
}
.section3 .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_1 {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_2 {
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_3 {
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
}

.section3 .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_4 {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.mySwiper10 .swiper-pagination-bullet{
  width:20px;
  height:4px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
}
.section4 {
  position: relative;
}

.section4 .a4_v1 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.section4 .a4_v1 .section4-bg {
  width: 45%;
  opacity: 0.2;
  z-index: 9;
  display: inline-block;
}

.section4 .a4_v1 .title-a1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .section4 .a4_v1 {
    display: none;
  }
}

.section4 .a4_b1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
}

.section4 .a4_b1 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .section4 .a4_b1 img {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .section4 .a4_b1 img {
    height: 80vh;
  }
}

.section4 .a4_v2 .a4_b2 li {
  width: 25%;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

@media (max-width: 990px) {
  .section4 .a4_v2 .a4_b2 li {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .section4 .a4_v2 .a4_b2 li {
    width: 50%;
    height: 40vh;
    overflow: hidden;
  }
  .section4 .a4_v2 .a4_b2 li:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section4 .a4_v2 .a4_b2 li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.section4 .a4_v2 .a4_b2 li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section4 .a4_v2 .a4_b2 li .sdta {
  width: 100%;
  padding: 0 8%;
  text-align: center;
  margin-top: 7vw;
}

@media (max-width: 990px) {
  .section4 .a4_v2 .a4_b2 li .sdta {
    margin-top: 0;
  }
}

.section4 .a4_v2 .a4_b2 li .sdta b {
  color: #ffffff;
  font: 500 2.5rem/1.5em "sourcehansans";
  font-style: italic;
}

.section4 .a4_v2 .a4_b2 li .sdta dt {
  color: #ffffff;
  font: 500 1.25rem/1.8em "sourcehansans";
  padding: 0.3em 0;
}

@media (max-width: 768px) {
  .section4 .a4_v2 .a4_b2 li .sdta dt {
    font-size: 1.2rem;
  }
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont {
  height: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  overflow: hidden;
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont .p {
  color: #ffffff;
  font: 500 1rem/1.8em "sourcehansans";
  margin: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .section4 .a4_v2 .a4_b2 li .sdta .p-cont .p {
    margin: 0 0 1rem;
    line-height: 1.6em;
  }
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont a.a .werxa span {
  display: block;
  color: #109cd9;
  position: relative;
  z-index: 2;
  margin-right: 1rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont a.a .werxa i {
  display: block;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont a.a .werxa i img {
  -webkit-filter: invert(49%) sepia(21%) saturate(6233%) hue-rotate(168deg) brightness(96%) contrast(87%);
          filter: invert(49%) sepia(21%) saturate(6233%) hue-rotate(168deg) brightness(96%) contrast(87%);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 30%;
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont a.a:hover .werxa span {
  margin-right: -1rem;
}

.section4 .a4_v2 .a4_b2 li .sdta .p-cont a.a:hover .werxa i {
  text-indent: 1rem;
}

.section4 .a4_v2 .a4_b2 li:nth-child(1)::after {
  content: '';
  position: absolute;
  left: -1px;
  height: 60px;
  top: 0;
  width: 2px;
  background: #109cd9;
  -webkit-animation: scroll2 2.1s linear infinite;
     -moz-animation: scroll2 2.1s linear infinite;
       -o-animation: scroll2 2.1s linear infinite;
          animation: scroll2 2.1s linear infinite;
}

.section4 .a4_v2 .a4_b2 li:nth-child(2)::after {
  content: '';
  position: absolute;
  left: -1px;
  height: 60px;
  top: 0;
  width: 2px;
  background: #e9574a;
  -webkit-animation: scroll2 2s 1.2s linear infinite;
     -moz-animation: scroll2 2s 1.2s linear infinite;
       -o-animation: scroll2 2s 1.2s linear infinite;
          animation: scroll2 2s 1.2s linear infinite;
}

.section4 .a4_v2 .a4_b2 li:nth-child(3)::after {
  content: '';
  position: absolute;
  left: -1px;
  height: 60px;
  top: 0;
  width: 2px;
  background: #f4a400;
  -webkit-animation: scroll2 1.8s 0.7s linear infinite;
     -moz-animation: scroll2 1.8s 0.7s linear infinite;
       -o-animation: scroll2 1.8s 0.7s linear infinite;
          animation: scroll2 1.8s 0.7s linear infinite;
}

.section4 .a4_v2 .a4_b2 li:nth-child(4)::after {
  content: '';
  position: absolute;
  left: -1px;
  height: 60px;
  top: 0;
  width: 2px;
  background: #7fbe41;
  -webkit-animation: scroll2 1.6s 0.5s linear infinite;
     -moz-animation: scroll2 1.6s 0.5s linear infinite;
       -o-animation: scroll2 1.6s 0.5s linear infinite;
          animation: scroll2 1.6s 0.5s linear infinite;
}

.section4 .a4_v2 .a4_b2 li:hover {
  /* background: url(../images/yybj.svg) no-repeat center bottom; */
  -o-background-size: cover;
     background-size: cover;
}

.section4 .a4_v2 .a4_b2 li:hover .sdta b {
  font-size: 3.75rem;
}

@media (max-width: 768px) {
  .section4 .a4_v2 .a4_b2 li:hover .sdta b {
    font-size: 3rem;
  }
}

.section4 .a4_v2 .a4_b2 li:hover .sdta dt {
  font-size: 2.4rem;
}

@media (max-width: 1440px) {
  .section4 .a4_v2 .a4_b2 li:hover .sdta dt {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .section4 .a4_v2 .a4_b2 li:hover .sdta dt {
    font-size: 1.4rem;
  }
}

.section4 .a4_v2 .a4_b2 li:hover .sdta .p-cont {
  height: auto;
  margin-top: 2rem;
}

.section4 .a4_v2 .a4_b2 li, .section4 .a4_v2 .a4_b2 li * {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.section5 .section5-bg {
  width: 28%;
  position: absolute;
  top: 18%;
  left: 4.6875%;
  opacity: 0.2;
  z-index: 9;
}

@media (max-width: 768px) {
  .section5 .section5-bg {
    top: 2%;
    left: 2%;
    width: 40%;
  }
}

@media (max-width: 990px) {
  .section5 .a5_v1 {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .section5 .a5_v1 {
    padding: 2rem 0;
  }
}

.section5 .a5_v1 .a5_b1 {
  width: 40%;
}

@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b1 {
    width: 100%;
  }
}

.section5 .a5_v1 .a5_b1 .a5_c1 {
  margin-top: 2rem;
}

.section5 .a5_v1 .a5_b1 .a5_c1 li {
  width: 28%;
  padding: 0 4%;
  text-align: center;
  position: relative;
}

.section5 .a5_v1 .a5_b1 .a5_c1 li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section5 .a5_v1 .a5_b1 .a5_c1 li i {
  display: inline-block;
  width: 45%;
}

.section5 .a5_v1 .a5_b1 .a5_c1 li i img {
  width: 100%;
}

.section5 .a5_v1 .a5_b1 .a5_c1 li p {
  color: #ffffff;
  font: 500 1rem/2em "sourcehansans";
  margin: 0.5em 0;
}

.section5 .a5_v1 .a5_b1 a.more-msl {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .section5 .a5_v1 .a5_b1 a.more-msl {
    margin-top: 1.5rem;
  }
}

.section6 {
  /* background: url(../images/bj5.jpg) no-repeat center; */
  -o-background-size: cover;
     background-size: cover;
}

.section6 .section6-bg {
  width: 25%;
  position: absolute;
  top: 18%;
  left: 4.6875%;
  opacity: 0.2;
  z-index: 9;
}

@media (max-width: 768px) {
  .section6 .section6-bg {
    top: 2%;
    left: 2%;
    width: 40%;
  }
}

@media (max-width: 990px) {
  .section6 .a6_v1 {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .section6 .a6_v1 {
    padding: 2rem 0;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b1 {
  width: 22.22222%;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b1 {
    width: 100%;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b1 a.more-msl {
  margin-top: 32%;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b1 a.more-msl {
    margin-top: 1.5rem;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 {
  width: 69.72222%;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 {
  width: 100%;
  padding: 1.5rem 0 3rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5rem 0;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 .nat-top {
  color: #e9574a;
  font: 500 1rem/1.9em "sourcehansans";
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 dt a {
  display: block;
  color: #ffffff;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin: 0.3em 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 .data {
  color: #ffffff;
  font: 500 1rem/1.5em "sourcehansans";
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 .data i {
  color: #ffffff;
  font: 500 1.2rem/1.5em "sourcehansans";
  margin-right: 0.25em;
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 .p {
  color: #ffffff;
  font: 500 1rem/1.9em "sourcehansans";
  height: 3.8em;
  overflow: hidden;
  margin-top: 0.35em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a1 .p {
    white-space: inherit;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a2 {
  width: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a2 {
    width: 100%;
    padding-bottom: 60%;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li .xw_a2 > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li:hover .xw_a1 {
  width: 56.1753%;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li:hover .xw_a1 {
    width: 100%;
  }
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li:hover .xw_a1 .p {
  white-space: inherit;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li:hover .xw_a2 {
  width: 38.94422%;
}

@media (max-width: 768px) {
  .section6 .a6_v1 .a6_v1-va .a6_b2 .xw_list1 li:hover .xw_a2 {
    width: 100%;
  }
}

.xs_ers {
  position: absolute;
  right: 2.5rem;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 990px) {
  .xs_ers {
    display: none;
  }
}

.xs_ers span {
  color: #fff;
  font: 500 .875rem/2em "sourcehansans";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.xs_ers p {
  width: 1px;
  height: 5.75rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}

.xs_ers p::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 1.5rem;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 2.1s linear infinite;
     -moz-animation: scroll2 2.1s linear infinite;
       -o-animation: scroll2 2.1s linear infinite;
          animation: scroll2 2.1s linear infinite;
}

.xs_ers.ny-sdt {
  right: 12.1875%;
}

@media (max-width: 1366px) {
  .xs_ers.ny-sdt {
    right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .xs_ers.ny-sdt {
    right: 4%;
  }
}

.foot-fot {
  position: relative;
  background: #222222;
}

.foot-fot .mslm-nav > li > a, .foot-fot .aniut i, .foot-fot .aniut1 i, .foot-fot .aniut2 i, .foot-fot .mslm-nav > li .sec a {
  color: #fff;
}

@media (max-width: 990px) {
  .foot-fot {
    padding-top: 1rem;
  }
}

.foot-fot .foota1 {
  padding: 4.375rem 0 2.375rem;
}

.foot-fot .foota1 .dlofoa {
  width: 21.46991%;
}

.foot-fot .foota1 .dlofoa .d_logo {
  text-align: left;
  display: block;
}

.foot-fot .foota1 .dlofoa .d_logo img {
  width: 60%;
}

.foot-fot .foota1 .dlofoa .d_luixta {
  margin-top: 1em;
}

.foot-fot .foota1 .dlofoa .d_luixta .cont-p p {
  color: #a7a7a7;
  font: 500 1rem/1.875em "sourcehansans";
}

.foot-fot .foota1 .dlofoa .d_luixta .cont-p p span {
  display: block;
}

.foot-fot .foota1 .dlofoa .d_luixta .cont-p div {
  color: #a7a7a7;
  font: 500 1rem/1.875em "sourcehansans";
}

.foot-fot .foota1 .dlofoa .d_luixta .cont-p div .wejha {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
}

.foot-fot .foota1 .dlofoa .d_luixta .cont-p div .wejha span {
  display: block;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx {
  margin-top: 0.5em;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh .social-share .icon-wechat .wechat-qrcode:after {
  left: 0;
  margin-left: 0;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh .social-share .icon-wechat .wechat-qrcode + .wechat-qrcode {
  display: none !important;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh .social-share .icon-weibo:before {
  content: "\f12a" !important;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh a {
  background: #515151;
  border: none;
  color: #222222;
  width: 2.375rem;
  height: 2.375rem;
  font-size: 1.25rem;
  line-height: 2.375rem;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh a:hover {
  background: #fff;
}

.foot-fot .foota1 .dlofoa .d_luixta .dfenx .dxagasgh a .wechat-qrcode {
  left: 0;
  opacity: 1;
}

.foot-fot .foota1 .d_fndhzds {
  width: 100%;
}

.foot-fot .foota1 .d_fndhzds .d_nav li {
  width: 25%;
  display: block;
}

.foot-fot .foota1 .d_fndhzds .d_nav li > a {
  color: #ffffff;
  font: 500 1.3rem/1.25rem "sourcehansans";
  margin-bottom:16px;
}

.foot-fot .foota1 .d_fndhzds .d_nav li .sec1 {
  margin-top: 0.2em;
}

.foot-fot .foota1 .d_fndhzds .d_nav li .sec1 > a {
  color: #ffffff;
  font: 500 1.1rem/2.2rem "sourcehansans";
}

.products .sec1 {
  margin-top: 0.2em;
}

.products .sec1 > a {
  color: #ffffff;
  font: 500 1.2rem/1.6rem "sourcehansans";
}

.foot-fot .foota1 .d_fndhzds .d_nav li .sec {
  margin-top: 0.35em;
}

.foot-fot .foota1 .d_fndhzds .d_nav li .sec a {
  /* color: #515151; */
  color:rgba(255, 255, 255, 0.5);
  font: 500 .875rem/2.2em "sourcehansans";
}

.products .sec {
  margin-top: 0.35em;
}

.products .sec a {
  /* color: #515151; */
  margin-top: 0.25em;
  color:rgba(255, 255, 255, 0.8);
  font: 500 .875rem/1.6em "sourcehansans";
}

.foot-fot .foota1 .d_fndhzds .d_nav li .sec a:hover {
  color: #fff;
}

.products .sec a:hover {
  color: #fff;
}

.foot-fot .foota1 .d_fndhzds .d_nav li:nth-child(1) {
  width: 16%;
}

.foot-fot .foota1 .d_fndhzds .d_nav li:nth-child(2) {
  width: 19.63725%;
}

.foot-fot .foota1 .d_fndhzds .d_nav li:nth-child(3) {
  width: 20.52941%;
  font-size: 0;
}

.foot-fot .foota1 .d_fndhzds .d_nav li:nth-child(3) .sec1 {
  width: 100%;
  vertical-align: top;
}
.text-wrapper_15 {
  background-color: rgba(255, 255, 255, 0.43);
  border-radius: 16px;
  height: 1.67vw;
  line-height: 1.67vw;
  width: 6.36vw;
  margin: 0 auto;
  text-align: center;

}

.text_112 {
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.foot-fot .foota2 {
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  color: #a7a7a7;
  font: 500 1rem/1.875em "sourcehansans";
  padding: 0.8em 0;
}

.foot-fot .foota2 a {
  color: #a7a7a7;
}

.foot-fot .foota2 a:hover {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .foot-fot .foota1 .dlofoa {
    width: 100%;
  }
  .d_fndhzds,.foot-fot .foota2 {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
  .dfenx {
    display: none;
  }
}

@media (max-width: 768px) {
  .foot-fot .foota1 {
    padding: 2rem 0 1.5rem;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.fix-gonga {
  background: #fff;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
  border-radius: 50%;
  box-shadow: 0.125rem 0.25rem 0.75rem rgba(176, 176, 176, 0.25);
  position: fixed;
  right: 2.8125%;
  bottom: 10%;
  z-index: 999;
  padding: 0 1.125rem;
}

.nbanner {
  position: relative;
  overflow: hidden;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  width: 100%;
}

.nbanner .nbanner-wen1 .banner-cont b {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 5rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont b {
    font-size: 3rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  color: #fff;
  font: 600 2.1875rem/1.6em "sourcehansans";
  margin-left: 8.5%;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont {
    text-align: center;
  }
  .nbanner .nbanner-wen1 .banner-cont .dbzs-bg {
    width: 35%;
    margin: 0 auto;
  }
  .nbanner .nbanner-wen1 .banner-cont h2 {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .cont-p {
  color: #fff;
  font: 500 1.35rem/1.6em "montserrat";
  margin-left: 8.5%;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .cont-p {
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-top: 0.5em;
  }
}

.nbanner .nbanner-wen1 .banner-cont.banner-contslg h2 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont.banner-contslg h2 {
    font-size: 1.6rem;
  }
}

.ajhhsd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4.5%;
  color: #ffffff;
}

.ajhhsd a {
  color: #ffffff;
}

.ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.ajhhsd span {
  display: inline-block;
  margin: 0 0.5rem;
}

.ajhhsd span:last-child {
  display: none;
}

.n_mbx {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .n_mbx .wh {
    overflow-x: auto;
  }
}

.n_mbx .wh .n_src {
  text-align: left;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    white-space: nowrap;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
  margin-right: 4%;
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 500 1rem/2rem "sourcehansans";
  color: #515151;
  padding: 1em 0;
  position: relative;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    padding: 0.8em 0;
  }
}

.n_mbx .wh .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -1px;
  background: #109cd9;
  height: 1px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #109cd9;
}

.n_mbx .wh .n_src li a:hover::after {
  width: 100%;
}

.n_mbx .wh .n_src li.active a {
  color: #109cd9;
}

.n_mbx .wh .n_src li.active a::after {
  width: 100%;
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #E9574A;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #E9574A;
  border-color: #E9574A;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 3.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ny-content {
  margin-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .ny-content {
    margin-bottom: 2rem;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

.ny-news-content {
  padding-top: 6.5625rem;
}

@media (max-width: 768px) {
  .ny-news-content {
    padding-top: 1.5rem;
  }
}

a.antjj {
  display: inline-block;
  position: relative;
  padding-right: .8125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

a.antjj::after {
  content: "";
  position: absolute;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 1.875rem;
  background: #E7F0F3;
  right: 0;
  top: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

a.antjj .werxa {
  position: relative;
  z-index: 1;
}

a.antjj .werxa span {
  color: #109cd9;
  font: 500 1rem/3.4375rem "sourcehansans";
}

a.antjj .werxa i {
  width: .75rem;
  display: block;
  margin-left: 0.75em;
}

a.antjj .werxa i img {
  width: 100%;
}

a.antjj:hover {
  padding: 0 2em;
}

a.antjj:hover::after {
  width: 100%;
}

.news-list {
  margin: 0 -1.5%;
}

.news-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.5%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .news-list li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .news-list li {
    width: 100%;
  }
}

.news-list li .xw-cont {
  padding: 1.25rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  background: #fff;
}

@media (max-width: 768px) {
  .news-list li .xw-cont {
    padding: 0.8rem;
  }
}

.news-list li .xw-cont a.img {
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li .xw-cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list li .xw-cont .xw-nycont {
  padding: 1rem 2%;
}

.news-list li .xw-cont .xw-nycont h2 a {
  display: block;
  color: #2b2b2b;
  font: 500 1.25rem/1.6em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .xw-cont .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.news-list li .xw-cont .xw-nycont h2 a:hover {
  color: #109cd9;
}

.news-list li .xw-cont .xw-nycont .datea {
  color: #9b9b9b;
  font: 500 1rem/1.5rem "sourcehansans";
  padding: 0.5em 0;
}

.news-list li .xw-cont .xw-nycont .datea i {
  color: #9b9b9b;
  font: 500 1.4rem/1.5rem "sourcehansans";
  margin-right: 0.2em;
}

.news-list li .xw-cont .xw-nycont .p {
  color: #7a7a7a;
  font: 500 1rem/1.5em "sourcehansans";
  height: 4.5em;
}

.news-list li .xw-cont .xw-nycont a.a {
  margin-top: 1.2rem;
}

.news-show-fx {
  position: sticky;
  top: 7rem;
  height: 0;
  margin-left: -6rem;
  width: 3.75rem;
}

@media (max-width: 1366px) {
  .news-show-fx {
    margin-left: -5rem;
  }
}

@media (max-width: 990px) {
  .news-show-fx {
    display: none;
  }
}

.news-show-fx .social-share .icon-wechat .wechat-qrcode + .wechat-qrcode {
  display: none !important;
}

.news-show-fx .social-share .icon-weibo:before {
  content: "\f12a" !important;
}

.news-show-fx .social-share a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.5rem;
  border-radius: 15%;
  line-height: 3.75rem;
  color: #fff;
  border: none;
}

.news-show-fx .social-share a:nth-child(1) {
  background: #109cd9;
}

.news-show-fx .social-share a:nth-child(2) {
  background: #e9574a;
}

.news-show-fx .social-share a:nth-child(3) {
  background: #f4a400;
}

.news-show-fx .social-share a:nth-child(4) {
  background: #7fbe41;
}

.news-show-fx .social-share .icon-wechat .wechat-qrcode {
  left: 124%;
  top: 0;
}

.news-show-fx .social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: -12px;
  margin-left: 0;
  bottom: 75%;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.ny-bodya {
  overflow: visible;
}

.ny-news-content-show {
  padding-bottom: 8.4375rem;
}

@media (max-width: 768px) {
  .ny-news-content-show {
    padding-bottom: 2.4rem;
  }
}

.ny-news-content-show .xw-show-tit {
  border-top: 1px solid #31A9DE;
  border-bottom: 1px solid #E6E6E6;
  padding: 2.5rem 0 1.875rem;
}

@media (max-width: 768px) {
  .ny-news-content-show .xw-show-tit {
    padding: 1.25rem 0 1.1rem;
  }
}

.ny-news-content-show .xw-show-tit h2 {
  color: #000000;
  font: 600 1.5625rem/2.05em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-news-content-show .xw-show-tit h2 {
    font-size: 1.35rem;
    line-height: 1.6em;
  }
}

.ny-news-content-show .xw-show-tit .data-p p {
  margin-right: 1.5em;
  color: #727272;
  font: 500 1rem/1.85em "sourcehansans";
}

.ny-news-content-show .content {
  color: #494949;
  font: 500 1rem/1.85em "sourcehansans";
  border-bottom: 1px solid #E6E6E6;
  padding: 1.2rem 0 2.45rem;
}

@media (max-width: 1366px) {
  .ny-news-content-show .content {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .ny-news-content-show .content {
    padding: 1.2rem 0 2rem;
    font-size: 1rem;
  }
}

.xw-show-sxy {
  margin-top: 1.25rem;
}

.xw-show-sxy .pain {
  color: #494949;
  font: 500 1rem/1.85em "sourcehansans";
}

@media (max-width: 768px) {
  .xw-show-sxy .pain {
    line-height: 1.6rem;
  }
}

.xw-show-sxy .pain a {
  color: #494949;
}

.xw-show-sxy .pain a:hover {
  color: #109cd9;
}

.xw-show-sxy a.fhan-more {
  display: inline-block;
  color: #109cd9;
  font: 500 1rem/3.4375rem "sourcehansans";
  padding: 0 2em;
  border: 1px solid #109cd9;
  border-radius: 0.58rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .xw-show-sxy a.fhan-more {
    line-height: 3rem;
    margin-top: 1rem;
  }
}

.xw-show-sxy a.fhan-more i {
  color: #109cd9;
  font-size: 1rem;
  margin-right: 0.5em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.xw-show-sxy a.fhan-more:hover {
  color: #fff;
  background: #109cd9;
}

.xw-show-sxy a.fhan-more:hover i {
  color: #fff;
}

.download-list li {
  width: -webkit-calc(100%/2);
  width: -moz-calc(100%/2);
  width: calc(100%/2);
  padding: 0 1.5%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .download-list li {
    width: 100%;
    margin-top: 1.2rem;
  }
}

.download-list li .xw-cont {
  padding: 1.25rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  background: #fff;
}

.download-list li .xw-cont .img {
  width: 27.05167%;
}

.download-list li .xw-cont .xw-nycont {
  width: 69.14894%;
}

.download-list li .xw-cont .xw-nycont h2 {
  color: #494949;
  font: 500 1.125rem/1.6em "sourcehansans";
}

.download-list li .xw-cont .xw-nycont .datea {
  color: #8c8c8c;
  font: 500 1rem/1.85em "sourcehansans";
}

.download-list li .xw-cont .xw-nycont a.xz-more {
  color: #109cd9;
  font: 500 1rem/3rem "sourcehansans";
  border: 1px solid #109cd9;
  padding: 0 1.8em;
  display: inline-block;
  border-radius: .5125rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .download-list li .xw-cont .xw-nycont a.xz-more {
    margin-top: 1rem;
    line-height: 2.6rem;
    padding: 0 1.45em;
  }
}

.download-list li .xw-cont .xw-nycont a.xz-more i {
  color: #109cd9;
  font-size: 1rem;
}

.ycas-sd {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.ycas-sd .uansnr-a {
  width: 100%;
  height: 100%;
  position: relative;
}

.ycas-sd .uansnr-a .dzb-v1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 30.41667%;
}

@media (max-width: 1280px) {
  .ycas-sd .uansnr-a .dzb-v1 {
    width: 600px;
    max-width: 90%;
  }
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 {
  padding: 0 7% 3.25rem;
  position: relative;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 {
    padding: 0 6% 2rem;
  }
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 a.jataxta {
  position: absolute;
  right: -2rem;
  top: -2rem;
  background: #010103;
  width: 4.375rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 a.jataxta i {
  font: 600 2rem/4.375rem "sourcehansans";
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 a.jataxta {
    right: -1rem;
    top: -1rem;
    width: 3.5rem;
  }
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 a.jataxta i {
    font: 600 1.7rem/3.5rem "sourcehansans";
  }
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .msg-tit {
  text-align: center;
  color: #000000;
  font: 600 1.5625rem/1.85em "sourcehansans";
  border-bottom: 1px solid #E6E6E6;
  padding: 0.7em 0 0.3em;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .msg-tit {
    font-size: 1.3rem;
  }
}

@media (max-width: 1028px) {
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 form {
    overflow-y: auto;
    max-height: 65vh;
  }
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .weha1 dl dt {
  color: #3a3a3a;
  font: 500 1rem/3rem "sourcehansans";
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .weha1 dl dt span {
  color: #db0000;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .weha1 dl dd input {
  border: 1px solid #E6E6E6;
  width: 100%;
  font: 500 .875rem/3rem "sourcehansans";
  text-indent: 1.5em;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .weha1 dl dd.yzm input {
  width: 50%;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .weha1 dl dd.yzm img {
  width: 30%;
  margin-left: 1%;
  height: 3rem;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .qhant {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .qhant {
    margin-top: 1rem;
  }
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .qhant button {
  color: #5b5b5b;
  font: 500 1rem/3.4375rem "sourcehansans";
  text-align: center;
  background: #E2E2E2;
  border: none;
  outline: none;
  width: 9.375rem;
  text-align: center;
  border-radius: 0.6rem;
}

.ycas-sd .uansnr-a .dzb-v1 .dzb-cont1 .qhant button:nth-child(1) {
  background: #109CD9;
  color: #fff;
  margin-right: 1.5em;
}

dt.cpshow-tit {
  color: #000000;
  font: 600 2.1875rem/1.7em "sourcehansans";
}

@media (max-width: 768px) {
  dt.cpshow-tit {
    font-size: 1.45rem;
  }
}

dt.cpshow-tit.bs {
  color: #fff;
}

.ny-cp-content {
  margin-top: 6.5625rem;
}

@media (max-width: 768px) {
  .ny-cp-content {
    margin-top: 2rem;
  }
}

.ny-cp-content-show {
  padding-bottom: 8.4375rem;
}

@media (max-width: 768px) {
  .ny-cp-content-show {
    padding-bottom: 2rem;
  }
}

.ny-cp-content-show .cp-show-cont1 .mySwiper2 {
  position: relative;
  padding-bottom: 3.5rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont1 .mySwiper2 {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }
}

.ny-cp-content-show .cp-show-cont1 .mySwiper2 .a .img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.ny-cp-content-show .cp-show-cont1 .mySwiper2 .a .img img {
  width: 100%;
}

.ny-cp-content-show .cp-show-cont1 .mySwiper2 .swiper-pagination {
  background: #E8E8E8;
  top: auto;
  bottom: 0;
  border-radius: 0.2rem;
}

.ny-cp-content-show .cp-show-cont1 .mySwiper2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #E9574A;
}

.ny-cp-content-show .cp-show-cont2 {
  margin-top: 10.75rem;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 {
    margin-top: 2rem;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 {
    margin-top: 1.2rem;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 {
  width: 42.01389%;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl {
  margin: 1.6rem 0;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl {
    margin: 0.5rem 0;
    width: 100%;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl i {
  display: block;
  width: 3.425rem;
  font-size: 0;
  margin-right: 1.5rem;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl i img {
  width: 100%;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl p {
  color: #494949;
  font: 500 1.25rem/1.6em "sourcehansans";
  width: -webkit-calc(100% - 4.925rem);
  width: -moz-calc(100% - 4.925rem);
  width: calc(100% - 4.925rem);
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1 dl p {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl {
    width: 48.5%;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl dd {
  width: -webkit-calc(100% - 4.925rem);
  width: -moz-calc(100% - 4.925rem);
  width: calc(100% - 4.925rem);
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl dd {
    width: 100%;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl p {
  width: 100%;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl p {
    text-align: center;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b1.cp-show-a2_b1aa dl p:nth-child(1) {
  font: 600 1.125rem/1.5em "sourcehansans";
  color: #333;
  margin-bottom: 0.25em;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 {
  width: 52.98611%;
  position: relative;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 {
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.5rem 0.5rem 0;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .mySwiper3 {
  overflow: inherit;
  position: absolute;
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .mySwiper3 {
    position: relative;
  }
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .mySwiper3 .swiper-slide {
    border-radius: 1.2rem;
    overflow: hidden;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .mySwiper3 .img {
  border-radius: 1.2rem;
  overflow: hidden;
  height: 100%;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .mySwiper3 .img img {
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a {
  position: absolute;
  left: -1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a {
    display: none;
  }
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a .swiper-button-next1 {
  margin-top: 1.5rem;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a .swiper-button-prev1, .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a .swiper-button-next1 {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3.3125rem;
  outline: none;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a .swiper-button-prev1 i, .ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2 .asoa-a .swiper-button-next1 i {
  color: #575757;
  font-size: 1.2rem;
  font-weight: 600;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v1 .cp-show-a2_b2.cp-show-a2_b2-ys {
  background: #E6E6E6;
  border-radius: 1.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ny-cp-content-show .cp-show-cont2 .cp-show-a2_v2 {
  font-weight: 600;
  font-size: 1.35rem;
}

.cp-show-cont3 {
  background: #F8FBFC;
  padding: 8.3125rem 0;
  margin-top: 9.125rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 {
    margin-top: 2.4rem;
    padding: 2rem 0;
  }
}

.cp-show-cont3 .paggs {
  overflow-x: auto;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .paggs {
    margin-top: 1.2rem;
  }
}

.cp-show-cont3 .paggs table {
  color: #606060;
  min-width: 768px;
}

.cp-show-cont3 .paggs table tr:nth-child(1) {
  background: #109cd9;
}

.cp-show-cont3 .paggs table tr:nth-child(1) td {
  padding: 1rem .75rem 1rem;
  padding-left: 5%;
  color: #fff;
}

.cp-show-cont3 .paggs .table-bordered td, .cp-show-cont3 .paggs .table-bordered th {
  vertical-align: middle;
  border-color: #109cd9;
  border-width: 2px;
  color: #606060;
  font-size: 1.0625rem;
  padding: .75rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .paggs .table-bordered td, .cp-show-cont3 .paggs .table-bordered th {
    font-size: 1rem;
    padding-left: 3%;
  }
}

.cp-show-cont3 .xs_rt {
  color: #606060;
  font: 500 1rem/1.5em "sourcehansans";
}

.cp-show-cont4 {
  /* background: url(../images/hengshow1.jpg) no-repeat center; */
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 6.25rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 {
    padding: 2.4rem 0;
  }
}

.cp-show-cont4 .mySwiper4, .cp-show-cont4 .mySwiper41 {
  margin-top: 1.4rem;
  position: relative;
}

.cp-show-cont4 .mySwiper4 .a-st a.a, .cp-show-cont4 .mySwiper41 .a-st a.a {
  display: block;
  background: #fff;
  border-radius: 0.6rem;
  padding: 1.4rem 8%;
}

.cp-show-cont4 .mySwiper4 .a-st a.a dt, .cp-show-cont4 .mySwiper41 .a-st a.a dt {
  color: #1c1c1c;
  font: 600 1.125rem/1.6em "sourcehansans";
}

.cp-show-cont4 .mySwiper4 .a-st a.a dd, .cp-show-cont4 .mySwiper41 .a-st a.a dd {
  color: #606060;
  font: 500 1rem/1.6em "sourcehansans";
  margin-top: 0.2em;
  height: 3.2em;
  overflow: hidden;
}

.cp-show-cont4 .mySwiper4 .a-st a.a i, .cp-show-cont4 .mySwiper41 .a-st a.a i {
  display: inline-block;
  font-size: 0;
  width: 4.625rem;
  position: relative;
}

.cp-show-cont4 .mySwiper4 .a-st a.a i img, .cp-show-cont4 .mySwiper41 .a-st a.a i img {
  width: 100%;
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1, .cp-show-cont4 .mySwiper41 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1 span, .cp-show-cont4 .mySwiper41 .swiper-pagination1 span {
  background: #CCCCCC;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border-radius: 0.1rem;
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active, .cp-show-cont4 .mySwiper41 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E9574A;
  height: 1.2rem;
}

.cp-show-cont5 {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 {
    margin-top: 2.5rem;
  }
}

.cp-show-cont5 .a5_b1 {
  width: 20.83333%;
  margin-top: 3.5rem;
}

@media (max-width: 1400px) {
  .cp-show-cont5 .a5_b1 {
    width: 23%;
  }
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b1 {
    width: 100%;
    margin-top: 0;
  }
}

.cp-show-cont5 .a5_b1 .gongt .title-a1 h2, .cp-show-cont5 .a5_b1 .gongt .p {
  color: #000000;
}

.cp-show-cont5 .a5_b1 a.more-msl {
  margin-top: 3rem;
}

.cp-show-cont5 .a5_b2 {
  width: 77.08333%;
}

@media (max-width: 1400px) {
  .cp-show-cont5 .a5_b2 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 {
    width: 100%;
    margin-top: 5rem;
  }
}

.cp-show-cont5 .a5_b2 u {
  display: block;
  font-size: 0;
}

.cp-show-cont5 .a5_b2 u img {
  width: 100%;
}

.cp-show-cont5 .a5_b2 .asgta li {
  position: absolute;
  cursor: pointer;
}

.cp-show-cont5 .a5_b2 .asgta li:nth-child(1) {
  left: 35%;
  bottom: 52%;
}

.cp-show-cont5 .a5_b2 .asgta li:nth-child(2) {
  left: 28%;
  bottom: 52%;
}

.cp-show-cont5 .a5_b2 .asgta li:nth-child(3) {
  left: 32%;
  bottom: 43%;
}

.cp-show-cont5 .a5_b2 .asgta li img.a {
  width: .8125rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .asgta li img.a {
    width: 0.6rem;
  }
}

.cp-show-cont5 .a5_b2 .asgta li img.b {
  width: 1.75rem;
  display: none;
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .asgta li img.b {
    width: 1.2rem;
  }
}

.cp-show-cont5 .a5_b2 .asgta li.on img.a {
  display: none;
}

.cp-show-cont5 .a5_b2 .asgta li.on img.b {
  display: block;
}

.cp-show-cont5 .a5_b2 .erghhx {
  position: absolute;
  right: 20%;
  top: 25%;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 29.30311%;
}

@media (max-width: 1660px) {
  .cp-show-cont5 .a5_b2 .erghhx {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .erghhx {
    width: 60%;
    right: 0;
    top: auto;
    bottom: 0;
  }
}

.cp-show-cont5 .a5_b2 .erghhx i {
  display: block;
  font-size: 0;
}

.cp-show-cont5 .a5_b2 .erghhx .zsta {
  padding: 1rem 1.5rem 1.5rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .erghhx .zsta {
    padding: 1rem 0.5rem;
  }
}

.cp-show-cont5 .a5_b2 .erghhx dt p {
  width: 1.1875rem;
  margin-right: 0.7em;
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .erghhx dt p {
    width: 1rem;
    margin-right: 0.5em;
  }
}

.cp-show-cont5 .a5_b2 .erghhx dt span {
  color: #000000;
  font: 600 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .erghhx dt span {
    font-size: 1rem;
    line-height: 1.8em;
  }
}

.cp-show-cont5 .a5_b2 .erghhx .p {
  color: #606060;
  font: 500 1rem/1.85em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont5 .a5_b2 .erghhx .p {
    font-size: .75rem;
    line-height: 1.7em;
  }
}

.ny-gongt {
  position: relative;
}

.ny-gongt .xitny-a {
  position: absolute;
  right: -1vw;
  top: -10vw;
  z-index: -1;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a {
    right: -4vw;
    top: -19vw;
  }
}

.ny-gongt .xitny-a dl {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl {
    margin: 0 0.5rem;
  }
}

.ny-gongt .xitny-a dl p {
  background: #e7f0f3;
  width: 1.625rem;
  border-radius: .875rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl p {
    width: 1rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(1) p {
  height: 18.3125rem;
  margin-top: 9.375rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(1) p {
    height: 10rem;
    margin-top: 4rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(2) p {
  background: #109cd9;
  height: 8.0625rem;
  margin-top: 15.0625rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(2) p {
    height: 4rem;
    margin-top: 7rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(3) p {
  background: #109cd9;
  height: 19.375rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(3) p {
    height: 8rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(3) b {
  background: #109cd9;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  margin-top: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(3) b {
    width: 1rem;
    height: 1rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(4) p {
  height: 19.375rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(4) p {
    height: 8rem;
  }
}

.ny-gongt .xitny-a dl:nth-child(4) span {
  background: #e7f0f3;
  margin-top: 1rem;
  width: 1.625rem;
  border-radius: .875rem;
  height: 7.0625rem;
  display: block;
}

@media (max-width: 768px) {
  .ny-gongt .xitny-a dl:nth-child(4) span {
    width: 1rem;
    height: 3rem;
  }
}

.abt-cont1 {
  position: relative;
  padding: 10.5rem 0 8.25rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}

.abt-cont1 u {
  width: 58.64583%;
  display: block;
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: -14%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.abt-cont1 u img {
  width: 100%;
}

.abt-cont1 .abta1-tit {
  color: #000000;
  font: 600 2.1875rem/1.7em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-tit {
    font-size: 1.5rem;
  }
}

.abt-cont1 .abta1-title {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dedede;
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: -21%;
}

@media (max-width: 1440px) {
  .abt-cont1 .abta1-title {
    font-size: 4rem;
    margin-left: -18%;
  }
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-title {
    font-size: 2.2rem;
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    margin-left: 0%;
  }
}

.abt-cont1 .abta1-cont {
  color: #494949;
  font: 500 1.125rem/1.875em "sourcehansans";
}

.abt-cont1 .abta1-list {
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list {
    margin-top: 0;
  }
}

.abt-cont1 .abta1-list dl {
  width: 25%;
  position: relative;
  margin: 0 -0.49rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl {
    width: 50%;
    margin: 0 -0.29rem;
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abta1-list dl .sp1 {
  position: relative;
}

.abt-cont1 .abta1-list dl .sp1 img {
  width: 100%;
}

.abt-cont1 .abta1-list dl .sp1 .svg {
  stroke-dashoffset: 1130.4;
  stroke-dasharray: 1130.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.abt-cont1 .abta1-list dl .sp2 {
  width: 100%;
  z-index: 2;
  text-align: center;
}

.abt-cont1 .abta1-list dl .sp2 .img {
  width: 20%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl .sp2 .img {
    width: 30%;
  }
}

.abt-cont1 .abta1-list dl .sp2 .img img {
  width: 100%;
}

.abt-cont1 .abta1-list dl .sp2 dt {
  color: #333333;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl .sp2 dt {
    margin-top: 0.4em;
  }
}

.abt-cont1 .abta1-list dl .sp2 dt span {
  font: 100 3.75rem/1em "sourcehansans";
  font-style: italic;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl .sp2 dt span {
    font-size: 2rem;
  }
}

.abt-cont1 .abta1-list dl .sp2 dt b {
  vertical-align: bottom;
  display: inline-block;
  font: 100 3rem/1em "sourcehansans";
  margin-left: 0.2em;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl .sp2 dt b {
    font-size: 2rem;
  }
}

.abt-cont1 .abta1-list dl .sp2 dd {
  color: #109cd9;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont1 .abta1-list dl .sp2 dd {
    font-size: .75rem;
  }
}

.abt-cont1 .abta1-list dl:nth-child(2n) .sp1 .svg {
  bottom: 0;
  top: auto;
  stroke-dasharray: 847.8;
}

.ny-title .tita1 {
  width: 66.80556%;
}

@media (max-width: 768px) {
  .ny-title .tita1 {
    width: 100%;
    margin-bottom: 1em;
  }
}

.ny-title .tit {
  color: #000000;
  font: 600 2.1875rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-title .tit {
    font-size: 1.5rem;
  }
}

.ny-title .p {
  color: #494949;
  font: 500 1.25rem/1.85em "sourcehansans";
  margin-top: 0.65em;
}

.ny-title .entit {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1em;
  margin-left: -6.5%;
}

@media (max-width: 768px) {
  .ny-title .entit {
    margin-left: 0;
    font-size: 3rem;
    -webkit-text-stroke-width: 0.5px;
  }
}

.ny-title.bs .tit {
  color: #fff;
}

.ny-title.hs .entit {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}

.abt-cont2 {
  /* background: url(../images/22.jpg) no-repeat; */
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 7.875rem 0 7.5625rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 3rem 0 2.5rem;
  }
}

.abt-cont2 .xiana {
  width: 100%;
  height: 1px;
  background: white;
}

.abt-cont2 .fzlc-cont {
  position: relative;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc-cont {
    margin-top: 1.5rem;
  }
}

.abt-cont2 .fzlc-cont .swiper-button-prev1, .abt-cont2 .fzlc-cont .swiper-button-next1 {
  position: absolute;
  z-index: 9;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc-cont .swiper-button-prev1, .abt-cont2 .fzlc-cont .swiper-button-next1 {
    display: none;
  }
}

.abt-cont2 .fzlc-cont .swiper-button-prev1 i, .abt-cont2 .fzlc-cont .swiper-button-next1 i {
  color: #fff;
  font: 500 3rem/1.5em "sourcehansans";
}

.abt-cont2 .fzlc-cont .swiper-button-prev1 {
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-cont2 .fzlc-cont .swiper-button-next1 {
  right: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white {
  padding: 0 5.98053%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white .w60 {
  color: #fff;
  font: 500 1rem/1.52em "sourcehansans";
  width: 100%;
  height: 25.84em;
  overflow-y: auto;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white .w60::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white .w60::-webkit-scrollbar-track {
  border-radius: 10px;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white .w60::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #109cd9;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .white .w60 p {
  padding-left: 1em;
  /* background: url(../images/siab1.jpg) no-repeat left 0.5em; */
  -o-background-size: .3125rem auto;
     background-size: .3125rem auto;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .year {
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1em;
  font-family: 'Alibaba-PuHui';
  text-align: center;
  margin-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .year {
    font-size: 1.2625rem;
  }
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .year::after {
  content: "";
  display: block;
  width: 1px;
  height: .5625rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.abt-cont2 .fzlc-cont .mySwiper11 .swiper-slide .year::before {
  content: "";
  display: block;
  width: 1px;
  height: .5625rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.abt-cont2 .fzlc-cont .ahxwas_a3 {
  position: relative;
  margin-top: 2rem;
}

.abt-cont2 .fzlc-cont .ahxwas_a3::after {
  content: "";
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  top: 0.4rem;
  width: 80%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.abt-cont2 .fzlc-cont .ahxwas_a3 .mySwiper1a .swiper-slide .xhasz {
  text-align: center;
}

.abt-cont2 .fzlc-cont .ahxwas_a3 .mySwiper1a .swiper-slide .xhasz .szxds {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.87rem;
  color: #fff;
}

.abt-cont2 .fzlc-cont .ahxwas_a3 .mySwiper1a .swiper-slide .xhasz .szxds::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 0.5em;
}

.abt-cont2 .fzlc-cont .ahxwas_a3 .mySwiper1a .swiper-slide.swiper-slide-thumb-active .xhasz .szxds {
  color: #109cd9;
}

.abt-cont2 .fzlc-cont .ahxwas_a3 .mySwiper1a .swiper-slide.swiper-slide-thumb-active .xhasz .szxds::before {
  background: #109cd9;
}

.sk_nexilis_wrap .section4 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sk_nexilis_wrap .section4 .history_box {
  width: 1800%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1.2s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1.2s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1.2s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .history_box > section {
  float: left;
  width: 5.55555556%;
  height: 100%;
}

.sk_nexilis_wrap .section4 .history_box > section > div {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.sk_nexilis_wrap .section4 .title {
  position: absolute;
  top: 120px;
  left: 23.3%;
  z-index: 1;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Montserrat';
  margin-bottom: 100px;
  -webkit-transition: color 0.9s;
  -o-transition: color 0.9s;
  -moz-transition: color 0.9s;
  transition: color 0.9s;
}

.sk_nexilis_wrap .section4 .history_box .white {
  padding: 0 5.98053%;
}

.sk_nexilis_wrap .section4 .history_box .white .w60 {
  color: #fff;
  font: 500 1rem/1.82em "sourcehansans";
}

.sk_nexilis_wrap .section4 .history_box .white .w60 p {
  padding-left: 1em;
  /* background: url(../images/siab1.jpg) no-repeat left 0.75em; */
  -o-background-size: .3125rem auto;
     background-size: .3125rem auto;
}

.sk_nexilis_wrap .section4 .history_box .white .year {
  color: #fff;
  font-size: 9rem;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0.1;
  filter: alpha(opacity=10) progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  font-family: 'Alibaba-PuHui';
  font-weight: 600;
}

@media (max-width: 768px) {
  .sk_nexilis_wrap .section4 .history_box .white .year {
    font-size: 5rem;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0.2em;
  }
}

.sk_nexilis_wrap .section4 .history_box .list {
  position: relative;
  z-index: 1;
}

.sk_nexilis_wrap .section4 .history_box .list li {
  padding-top: 65px;
}

.sk_nexilis_wrap .section4 .history_box .list li:first-child {
  padding-top: 0px !important;
}

.sk_nexilis_wrap .section4 .history_box .list .tit {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #109cd9;
  margin-bottom: 35px;
}

.sk_nexilis_wrap .section4 .history_box .list .txt {
  font-size: 20px;
  line-height: 1.6;
  color: #555555;
}

.sk_nexilis_wrap .section4 .history_box .list .txt > span {
  display: inline-block;
  width: 45px;
  font-size: 18px;
  font-weight: 600;
}

.sk_nexilis_wrap .section4 .bg_box {
  width: 900%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section {
  float: left;
  width: 11.1111%;
  height: 100%;
  position: relative;
}

.sk_nexilis_wrap .section4 .bg_box > section.bg1 {
  /* background: url(../img/img_history22.jpg) 0 0 repeat; */
}

.sk_nexilis_wrap .section4 .bg_box > section.bg2 {
  /* background: url(../img/img_history23.jpg) 0 0 repeat; */
}

.sk_nexilis_wrap .section4 .bg_box > section .pos1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 42.7%;
  height: 100%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 44.8%;
  height: 82%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
}

.sk_nexilis_wrap .section4 .bg_box > section .posImg2 {
  position: absolute;
  right: 17%;
  top: 10.25%;
  width: 19.8%;
}

.sk_nexilis_wrap .section4 .bg_box > section .posImg2 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .posImg2_1 {
  position: absolute;
  right: 10%;
  bottom: 10.25%;
  width: 19.8%;
}

.sk_nexilis_wrap .section4 .bg_box > section .posImg2_1 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos3 {
  position: absolute;
  left: 0px;
  bottom: 110px;
  width: 19.8%;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos3 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos4 {
  position: absolute;
  left: 0px;
  bottom: 100px;
  width: 33.85%;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos4 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos5 {
  position: absolute;
  left: 0;
  bottom: 95px;
  width: 26%;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos5 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos6 {
  position: absolute;
  right: 120px;
  bottom: 0px;
  width: 33.85%;
  height: 92.1%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos7 {
  position: absolute;
  left: 0px;
  bottom: 100px;
  width: 33.33%;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos7 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos8 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34.375%;
  height: 100%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos9 {
  position: absolute;
  right: 14.6%;
  top: 100px;
  width: 26%;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos9 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos10 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 49%;
  height: 100%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img1_1 {
  position: absolute;
  right: 21.35%;
  top: 120px;
  width: 27%;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img1_1 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img1_2 {
  position: absolute;
  right: -43%;
  top: 120px;
  width: 27%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img1_2 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img2_1 {
  position: absolute;
  right: 33.85%;
  bottom: 100px;
  width: 22.4%;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img2_1 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img2_2 {
  position: absolute;
  right: 0%;
  bottom: 100px;
  width: 22.4%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img2_2 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_1 {
  position: absolute;
  right: 17%;
  top: 10.25%;
  width: 19.8%;
  -webkit-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_1 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_2 {
  position: absolute;
  right: 10%;
  bottom: 10.25%;
  width: 19.8%;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_2 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_3 {
  position: absolute;
  right: 17%;
  top: -50%;
  width: 19.8%;
  opacity: 0;
  -webkit-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1.7s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_3 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_4 {
  position: absolute;
  right: 10%;
  bottom: 100%;
  width: 19.8%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img3_4 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 42.7%;
  height: 100%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_2 {
  position: absolute;
  right: 30%;
  bottom: 110px;
  width: 19.8%;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_2 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_3 {
  position: absolute;
  right: -20%;
  top: 0%;
  width: 42.7%;
  height: 100%;
  -o-background-size: cover !important;
     background-size: cover !important;
  background-position: center center !important;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_4 {
  position: absolute;
  right: 0%;
  top: 120px;
  width: 19.8%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_4 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_5 {
  position: absolute;
  left: 20%;
  bottom: 110px;
  width: 19.8%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}

.sk_nexilis_wrap .section4 .bg_box > section .pos_img10_5 img {
  width: 100%;
  box-shadow: 31.8px 31.8px 70px 0 rgba(48, 54, 73, 0.2);
}

.sk_nexilis_wrap .section4 .btn_prev {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -47px;
  z-index: 25;
}

.sk_nexilis_wrap .section4 .btn_prev em {
  display: inline-block;
  width: 30px;
  height: 54px;
  overflow: hidden;
  position: relative;
}

.sk_nexilis_wrap .section4 .btn_prev em:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: -11px;
  top: 12px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.sk_nexilis_wrap .section4 .btn_prev em:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: -11px;
  bottom: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.sk_nexilis_wrap .section4 {
  padding-bottom: 4.25rem;
}

.sk_nexilis_wrap .section4 .history_navi {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  width: 70.83333%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sk_nexilis_wrap .section4 .history_navi a {
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  pointer-events: none;
}

.sk_nexilis_wrap .section4 .history_navi .xian {
  content: '';
  display: block;
  background-color: #109cd9;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sk_nexilis_wrap .section4 .history_navi a {
  position: absolute;
  left: 0px;
  top: -3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sk_nexilis_wrap .section4 .history_navi a span {
  margin: 1rem 0 0;
  opacity: 1;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.87rem;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: -0.875rem;
  position: relative;
}

.sk_nexilis_wrap .section4 .history_navi .current {
  position: absolute;
  left: 0px;
  top: -3px;
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #109cd9;
  border-radius: 14px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sk_nexilis_wrap .section4 .history_navi .current::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 17px;
  height: 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 1px #109cd9;
  border-radius: 17px;
  -webkit-animation: round 0.5s infinite linear alternate;
     -moz-animation: round 0.5s infinite linear alternate;
       -o-animation: round 0.5s infinite linear alternate;
          animation: round 0.5s infinite linear alternate;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.sk_nexilis_wrap .section4 .history_navi a.hide {
  position: absolute;
  top: -1px;
  display: inline-block;
  width: 1px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
}

.sk_nexilis_wrap .section4 .history_navi a.hide span {
  display: none;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(1) {
  left: 0%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(2) {
  left: 5.88235294%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(3) {
  left: 11.76470588%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(4) {
  left: 17.64705882%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(5) {
  left: 23.52941176%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(6) {
  left: 29.41176471%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(7) {
  left: 35.29411765%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(8) {
  left: 41.17647059%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(9) {
  left: 47.05882353%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(10) {
  left: 52.94117647%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(11) {
  left: 58.82352941%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(12) {
  left: 64.70588235%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(13) {
  left: 70.58823529%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(14) {
  left: 76.47058824%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(15) {
  left: 82.35294118%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(16) {
  left: 88.23529412%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(17) {
  left: 94.11764706%;
}

.sk_nexilis_wrap .section4 .history_navi a:nth-child(18) {
  left: 100%;
}

.history_navi .xian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sk_nexilis_wrap .section4.year1 .history_box {
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
}

.sk_nexilis_wrap .section4.year1 .history_navi .current {
  left: 0%;
}

.sk_nexilis_wrap .section4.year1 .history_navi:before {
  width: 0%;
}

.sk_nexilis_wrap .section4.year1 .history_navi a:nth-child(1) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year1 .history_navi a:nth-child(1) span {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year2 .history_box {
  transform: translate(-5.55556%, 0);
  -webkit-transform: translate(-5.55556%, 0);
  -moz-transform: translate(-5.55556%, 0);
  -ms-transform: translate(-5.55556%, 0);
  -o-transform: translate(-5.55556%, 0);
}

.sk_nexilis_wrap .section4.year2 .history_navi:before {
  width: 5.88235294%;
}

.sk_nexilis_wrap .section4.year2 .history_navi .current {
  left: 5.88235294%;
}

.sk_nexilis_wrap .section4.year2 .history_navi a:nth-child(2) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year2 .history_navi a:nth-child(2) span {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year2 .bg_box > section .pos_img10_1 {
  right: 20%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year2 .bg_box > section .pos_img10_2 {
  right: 50%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year2 .bg_box > section .pos_img10_3 {
  top: 0;
  right: 0;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year2 .bg_box > section .pos_img10_4 {
  right: 25.25%;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year2 .bg_box > section .pos_img10_5 {
  left: 0;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year3 .history_box {
  transform: translate(-11.11111%, 0);
  -webkit-transform: translate(-11.11111%, 0);
  -moz-transform: translate(-11.11111%, 0);
  -ms-transform: translate(-11.11111%, 0);
  -o-transform: translate(-11.11111%, 0);
}

.sk_nexilis_wrap .section4.year3 .bg_box {
  transform: translate(-11.1111%, 0);
  -webkit-transform: translate(-11.1111%, 0);
  -moz-transform: translate(-11.1111%, 0);
  -ms-transform: translate(-11.1111%, 0);
  -o-transform: translate(-11.1111%, 0);
}

.sk_nexilis_wrap .section4.year3 .history_navi:before {
  width: 11.76470588%;
}

.sk_nexilis_wrap .section4.year3 .history_navi .current {
  left: 11.76470588%;
}

.sk_nexilis_wrap .section4.year3 .history_navi a:nth-child(3) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4 .history_navi a.active span,
.sk_nexilis_wrap .section4 .history_navi a.active {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year4 .history_box {
  transform: translate(-16.66667%, 0);
  -webkit-transform: translate(-16.66667%, 0);
  -moz-transform: translate(-16.66667%, 0);
  -ms-transform: translate(-16.66667%, 0);
  -o-transform: translate(-16.66667%, 0);
}

.sk_nexilis_wrap .section4.year4 .history_navi:before {
  width: 17.64705882%;
}

.sk_nexilis_wrap .section4.year4 .history_navi .current {
  left: 17.64705882%;
}

.sk_nexilis_wrap .section4.year4 .bg_box > section .pos_img1_1 {
  right: 63%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year4 .bg_box > section .pos_img1_2 {
  right: 21.35%;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year4 .history_navi a:nth-child(4) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year5 .history_box {
  transform: translate(-22.22222%, 0);
  -webkit-transform: translate(-22.22222%, 0);
  -moz-transform: translate(-22.22222%, 0);
  -ms-transform: translate(-22.22222%, 0);
  -o-transform: translate(-22.22222%, 0);
}

.sk_nexilis_wrap .section4.year5 .bg_box {
  transform: translate(-22.2222%, 0);
  -webkit-transform: translate(-22.2222%, 0);
  -moz-transform: translate(-22.2222%, 0);
  -ms-transform: translate(-22.2222%, 0);
  -o-transform: translate(-22.2222%, 0);
}

.sk_nexilis_wrap .section4.year5 .history_navi:before {
  width: 23.52941176%;
}

.sk_nexilis_wrap .section4.year5 .history_navi .current {
  left: 23.52941176%;
}

.sk_nexilis_wrap .section4.year5 .history_navi a:nth-child(5) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year6 .history_box {
  transform: translate(-27.77778%, 0);
  -webkit-transform: translate(-27.77778%, 0);
  -moz-transform: translate(-27.77778%, 0);
  -ms-transform: translate(-27.77778%, 0);
  -o-transform: translate(-27.77778%, 0);
}

.sk_nexilis_wrap .section4.year6 .history_navi:before {
  width: 29.41176471%;
}

.sk_nexilis_wrap .section4.year6 .history_navi .current {
  left: 29.41176471%;
}

.sk_nexilis_wrap .section4.year6 .bg_box > section .pos_img2_1 {
  right: 66%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year6 .bg_box > section .pos_img2_2 {
  right: 33.85%;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year6 .history_navi a:nth-child(6) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year7 .history_box {
  transform: translate(-33.33333%, 0);
  -webkit-transform: translate(-33.33333%, 0);
  -moz-transform: translate(-33.33333%, 0);
  -ms-transform: translate(-33.33333%, 0);
  -o-transform: translate(-33.33333%, 0);
}

.sk_nexilis_wrap .section4.year7 .bg_box {
  transform: translate(-33.3333%, 0);
  -webkit-transform: translate(-33.3333%, 0);
  -moz-transform: translate(-33.3333%, 0);
  -ms-transform: translate(-33.3333%, 0);
  -o-transform: translate(-33.3333%, 0);
}

.sk_nexilis_wrap .section4.year7 .history_navi:before {
  width: 35.29411765%;
}

.sk_nexilis_wrap .section4.year7 .history_navi .current {
  left: 35.29411765%;
}

.sk_nexilis_wrap .section4.year7 .history_navi a:nth-child(7) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year7 .history_navi a:nth-child(7) span {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year8 .history_box {
  transform: translate(-38.88889%, 0);
  -webkit-transform: translate(-38.88889%, 0);
  -moz-transform: translate(-38.88889%, 0);
  -ms-transform: translate(-38.88889%, 0);
  -o-transform: translate(-38.88889%, 0);
}

.sk_nexilis_wrap .section4.year8 .history_navi:before {
  width: 41.17647059%;
}

.sk_nexilis_wrap .section4.year8 .history_navi .current {
  left: 41.17647059%;
}

.sk_nexilis_wrap .section4.year8 .bg_box > section .pos_img3_1 {
  top: -50%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year8 .bg_box > section .pos_img3_2 {
  bottom: 100%;
  opacity: 0;
}

.sk_nexilis_wrap .section4.year8 .bg_box > section .pos_img3_3 {
  top: 10.25%;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year8 .bg_box > section .pos_img3_4 {
  bottom: 10.25%;
  opacity: 1;
}

.sk_nexilis_wrap .section4.year8 .history_navi a:nth-child(8) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year9 .history_box {
  transform: translate(-44.44444%, 0);
  -webkit-transform: translate(-44.44444%, 0);
  -moz-transform: translate(-44.44444%, 0);
  -ms-transform: translate(-44.44444%, 0);
  -o-transform: translate(-44.44444%, 0);
}

.sk_nexilis_wrap .section4.year9 .bg_box {
  transform: translate(-44.44444%, 0);
  -webkit-transform: translate(-44.44444%, 0);
  -moz-transform: translate(-44.44444%, 0);
  -ms-transform: translate(-44.44444%, 0);
  -o-transform: translate(-44.44444%, 0);
}

.sk_nexilis_wrap .section4.year9 .history_navi:before {
  width: 47.05882353%;
}

.sk_nexilis_wrap .section4.year9 .history_navi .current {
  left: 47.05882353%;
}

.sk_nexilis_wrap .section4.year9 .history_navi a:nth-child(9) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year10 .history_box {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.sk_nexilis_wrap .section4.year10 .history_navi:before {
  width: 52.94117647%;
}

.sk_nexilis_wrap .section4.year10 .history_navi .current {
  left: 52.94117647%;
}

.sk_nexilis_wrap .section4.year10 .history_navi a:nth-child(10) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year11 .history_box {
  transform: translate(-55.55556%, 0);
  -webkit-transform: translate(-55.55556%, 0);
  -moz-transform: translate(-55.55556%, 0);
  -ms-transform: translate(-55.55556%, 0);
  -o-transform: translate(-55.55556%, 0);
}

.sk_nexilis_wrap .section4.year11 .bg_box {
  transform: translate(-55.5555%, 0);
  -webkit-transform: translate(-55.5555%, 0);
  -moz-transform: translate(-55.5555%, 0);
  -ms-transform: translate(-55.5555%, 0);
  -o-transform: translate(-55.5555%, 0);
}

.sk_nexilis_wrap .section4.year11 .history_navi:before {
  width: 58.82352941%;
}

.sk_nexilis_wrap .section4.year11 .history_navi .current {
  left: 58.82352941%;
}

.sk_nexilis_wrap .section4.year11 .history_navi a:nth-child(11) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year11 .history_navi a:nth-child(11) span {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year12 .history_box {
  transform: translate(-61.11111%, 0);
  -webkit-transform: translate(-61.11111%, 0);
  -moz-transform: translate(-61.11111%, 0);
  -ms-transform: translate(-61.11111%, 0);
  -o-transform: translate(-61.11111%, 0);
}

.sk_nexilis_wrap .section4.year12 .history_navi:before {
  width: 64.70588235%;
}

.sk_nexilis_wrap .section4.year12 .history_navi .current {
  left: 64.70588235%;
}

.sk_nexilis_wrap .section4.year12 .history_navi a:nth-child(12) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year13 .history_box {
  transform: translate(-66.66667%, 0);
  -webkit-transform: translate(-66.66667%, 0);
  -moz-transform: translate(-66.66667%, 0);
  -ms-transform: translate(-66.66667%, 0);
  -o-transform: translate(-66.66667%, 0);
}

.sk_nexilis_wrap .section4.year13 .bg_box {
  transform: translate(-66.6666%, 0);
  -webkit-transform: translate(-66.6666%, 0);
  -moz-transform: translate(-66.6666%, 0);
  -ms-transform: translate(-66.6666%, 0);
  -o-transform: translate(-66.6666%, 0);
}

.sk_nexilis_wrap .section4.year13 .history_navi:before {
  width: 70.58823529%;
}

.sk_nexilis_wrap .section4.year13 .history_navi .current {
  left: 70.58823529%;
}

.sk_nexilis_wrap .section4.year13 .history_navi a:nth-child(13) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year14 .history_box {
  transform: translate(-72.22222%, 0);
  -webkit-transform: translate(-72.22222%, 0);
  -moz-transform: translate(-72.22222%, 0);
  -ms-transform: translate(-72.22222%, 0);
  -o-transform: translate(-72.22222%, 0);
}

.sk_nexilis_wrap .section4.year14 .history_navi:before {
  width: 76.47058824%;
}

.sk_nexilis_wrap .section4.year14 .history_navi .current {
  left: 76.47058824%;
}

.sk_nexilis_wrap .section4.year14 .history_navi a:nth-child(14) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year15 .history_box {
  transform: translate(-77.77778%, 0);
  -webkit-transform: translate(-77.77778%, 0);
  -moz-transform: translate(-77.77778%, 0);
  -ms-transform: translate(-77.77778%, 0);
  -o-transform: translate(-77.77778%, 0);
}

.sk_nexilis_wrap .section4.year15 .bg_box {
  transform: translate(-77.7777%, 0);
  -webkit-transform: translate(-77.7777%, 0);
  -moz-transform: translate(-77.7777%, 0);
  -ms-transform: translate(-77.7777%, 0);
  -o-transform: translate(-77.7777%, 0);
}

.sk_nexilis_wrap .section4.year15 .history_navi:before {
  width: 82.35294118%;
}

.sk_nexilis_wrap .section4.year15 .history_navi .current {
  left: 82.35294118%;
}

.sk_nexilis_wrap .section4.year15 .history_navi a:nth-child(15) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year15 .history_navi a:nth-child(15) span {
  color: #109cd9;
}

.sk_nexilis_wrap .section4.year16 .history_box {
  transform: translate(-83.33333%, 0);
  -webkit-transform: translate(-83.33333%, 0);
  -moz-transform: translate(-83.33333%, 0);
  -ms-transform: translate(-83.33333%, 0);
  -o-transform: translate(-83.33333%, 0);
}

.sk_nexilis_wrap .section4.year16 .history_navi:before {
  width: 88.23529412%;
}

.sk_nexilis_wrap .section4.year16 .history_navi .current {
  left: 88.23529412%;
}

.sk_nexilis_wrap .section4.year16 .history_navi a:nth-child(16) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4.year17 .history_box {
  transform: translate(-88.88889%, 0);
  -webkit-transform: translate(-88.88889%, 0);
  -moz-transform: translate(-88.88889%, 0);
  -ms-transform: translate(-88.88889%, 0);
  -o-transform: translate(-88.88889%, 0);
}

.sk_nexilis_wrap .section4.year17 .bg_box {
  transform: translate(-88.8888%, 0);
  -webkit-transform: translate(-88.8888%, 0);
  -moz-transform: translate(-88.8888%, 0);
  -ms-transform: translate(-88.8888%, 0);
  -o-transform: translate(-88.8888%, 0);
}

.sk_nexilis_wrap .section4.year17 .history_navi:before {
  width: 94.11764706%;
}

.sk_nexilis_wrap .section4.year17 .history_navi .current {
  left: 94.11764706%;
}

.sk_nexilis_wrap .section4.year17 .history_navi a:nth-child(17) {
  background-color: #109cd9;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.sk_nexilis_wrap .section4 .btn_next {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -47px;
  z-index: 25;
}

.sk_nexilis_wrap .section4 .btn_next em {
  display: inline-block;
  width: 30px;
  height: 54px;
  overflow: hidden;
  position: relative;
}

.sk_nexilis_wrap .section4 .btn_next em:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  right: -11px;
  top: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.sk_nexilis_wrap .section4 .btn_next em:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  right: -11px;
  bottom: 12px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

@media (max-width: 1600px) {
  .sk_nexilis_wrap .section4 .btn_prev {
    left: 2.35%;
  }
  .sk_nexilis_wrap .section4 .btn_next {
    right: 2.35%;
  }
}

@media (max-width: 1440px) {
  .sk_nexilis_wrap .section4 .btn_next em,
  .sk_nexilis_wrap .section4 .btn_prev em {
    width: 15px;
  }
  .list_history .year {
    font-size: 6.75rem;
    line-height: 7rem;
  }
  .sk_nexilis_wrap .section4 .btn_next,
  .sk_nexilis_wrap .section4 .btn_prev {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .w60 {
    width: 100%;
  }
  .sk_nexilis_wrap .section4 .history_box > section > div {
    font-size: 14px;
    line-height: 26px;
    margin-top: 1rem;
  }
  .list_history .year {
    font-size: 4.75rem;
    line-height: 5rem;
    margin-top: 15px;
  }
  .sk_nexilis_wrap .section4 .history_navi {
    width: 90%;
  }
  .sk_nexilis_wrap .section4 .history_navi a span {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sk_nexilis_wrap .section4 {
    padding-bottom: 3.25rem;
  }
  .sk_nexilis_wrap .section4 .history_navi {
    bottom: 3.5rem;
  }
  .sk_nexilis_wrap .section4 .btn_next em,
  .sk_nexilis_wrap .section4 .btn_prev em {
    width: 10px;
  }
  .sk_nexilis_wrap .section4 .btn_next {
    right: 5px;
  }
  .sk_nexilis_wrap .section4 .btn_prev {
    left: 5px;
  }
}

.abt-cont3 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230308/ca8867f478b15e9effa2ecb60f8448ba.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  overflow: hidden;
}

.abt-cont3 > .wh {
  position: absolute;
  left: 0;
  top: 6rem;
}

@media (max-width: 768px) {
  .abt-cont3 > .wh {
    top: 0;
    position: relative;
    background: #f7f7f7;
    padding-top: 2.5rem;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .heng1 {
    margin-top: -4rem;
  }
}

.abt-cont3 .abta3_v1 {
  position: relative;
  padding: 0 5.55556%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abta3_v1 {
    margin-top: 1rem;
    padding: 0 8%;
  }
}

.abt-cont3 .abta3_v1 .swiper-button-prev1, .abt-cont3 .abta3_v1 .swiper-button-next1 {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-cont3 .abta3_v1 .swiper-button-prev1 i, .abt-cont3 .abta3_v1 .swiper-button-next1 i {
  color: #A2A8AA;
  font: 600 2rem/1em "sourcehansans";
}

.abt-cont3 .abta3_v1 .swiper-button-prev1 {
  left: 0;
}

.abt-cont3 .abta3_v1 .swiper-button-next1 {
  right: 0;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a {
  padding: .875rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
}

@media (max-width: 768px) {
  .abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a {
    padding: .625rem;
  }
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .img {
  overflow: hidden;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .img img {
  width: 100%;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab {
  width: 100%;
  height: 100%;
  background: rgba(16, 156, 217, 0.8);
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  opacity: 0;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab i {
  color: #fff;
  font: 500 1.5rem/3.125rem "sourcehansans";
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab p {
  color: #fff;
  font: 500 1rem/1.6em "sourcehansans";
  margin-top: 1.2em;
  width: 100%;
  padding: 0 1em;
  text-align: center;
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide.swiper-slide-active, .abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.abt-cont3 .abta3_v1 .mySwiper5 .swiper-slide:hover a.a .cont .dtab {
  opacity: 1;
}

.abt-cont4 {
  padding: 8rem 0 7.125rem;
  position: relative;
  background: #f8fbfc;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.2rem 0;
  }
}

.abt-cont4 .mySwiper6 {
  position: relative;
  padding-top: 9%;
  margin-top: 1.5rem;
}

.abt-cont4 .mySwiper6 .img {
  width: 20%;
  padding: 0 0.5%;
  margin-top: -8.5%;
}

@media (max-width: 768px) {
  .abt-cont4 .mySwiper6 .img {
    width: 32.3%;
  }
}

.abt-cont4 .mySwiper6 .img img {
  width: 100%;
}

.abt-cont4 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
}

.abt-cont4 .mySwiper6 .swiper-pagination1 span {
  background: #CCCCCC;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border-radius: 0.1rem;
}

.abt-cont4 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E9574A;
  height: 1.2rem;
}

.picMarquee-left {
  margin-top: 2rem;
}

.picMarquee-left .bd {
  overflow: hidden;
}

.picMarquee-left .picList li {
  width: 250px;
  background: #fff;
  float: left;
  margin-right: 1.2rem;
}

@media (max-width: 768px) {
  .picMarquee-left .picList li {
    width: 180px;
    margin-right: 1rem;
  }
}

@media (max-width: 450px) {
  .picMarquee-left .picList li {
    width: 150px;
  }
}

.picMarquee-left .picList li .pic img {
  max-width: 100%;
  width: auto;
  height: 120px;
}

@media (max-width: 768px) {
  .picMarquee-left .picList li .pic img {
    height: 100px;
  }
}

@media (max-width: 450px) {
  .picMarquee-left .picList li .pic img {
    height: 80px;
  }
}

.lxwm-cont1 {
  background: #f8fbfc;
}

.lxwm-cont1 .lxwm-tit1 p {
  color: #494949;
  font: 500 1.375rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-tit1 p {
    font-size: 1rem;
  }
}

.animate {
  position: relative;
  z-index: 5;
  font-family: 'Myriad Pro';
  font-size: 6rem;
  color: #d4d4d4;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: 15s wordsLoop linear infinite normal;
     -moz-animation: 15s wordsLoop linear infinite normal;
       -o-animation: 15s wordsLoop linear infinite normal;
          animation: 15s wordsLoop linear infinite normal;
  font-family: "Montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .animate {
    font-size: 4rem;
  }
}

.animate .span2 {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #e6e6e6;
  font-size: 5rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}

@media (max-width: 768px) {
  .animate .span2 {
    font-size: 4rem;
  }
}

.animate .c-ticker {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
  line-height: 1;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  -moz-animation: loop 80s -40s linear infinite;
    -o-animation: loop 80s -40s linear infinite;
       animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  -moz-animation: loop2 80s linear infinite;
    -o-animation: loop2 80s linear infinite;
       animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-moz-keyframes loop {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@-o-keyframes loop {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-moz-keyframes loop2 {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-200%);
         transform: translateX(-200%);
  }
}

@-o-keyframes loop2 {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(-200%);
       transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.ryzz-list {
  margin: 0 -1%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .ryzz-list {
    margin-top: 3rem;
    margin: 0 -1.5%;
  }
}

@media (max-width: 450px) {
  .ryzz-list {
    margin-top: 2rem;
  }
}

.ryzz-list li {
  width: 25%;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .ryzz-list li {
    width: 50%;
    padding: 0 1.5%;
  }
}

.ryzz-list li a.a {
  display: block;
  text-align: center;
  overflow: inherit;
}

.ryzz-list li a.a .img {
  padding: 1.25rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  background: #fff;
}

@media (max-width: 768px) {
  .ryzz-list li a.a .img {
    padding: 1rem;
  }
}

.ryzz-list li a.a .img .imga {
  overflow: hidden;
}

.ryzz-list li a.a .img img {
  width: 100%;
}

.ryzz-list li a.a h2 {
  text-align: center;
  color: #666;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 1em 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ryzz-list li a.a h2 {
    font-size: 1rem;
  }
}

.pro-list {
  margin: 0 -1%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .pro-list {
    margin-top: 3rem;
    margin: 0 -1.5%;
  }
}

@media (max-width: 450px) {
  .pro-list {
    margin-top: 2rem;
  }
}

.pro-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
}

@media (max-width: 768px) {
  .pro-list li {
    width: 50%;
    padding: 0 1.5%;
  }
}

.pro-list li a.a {
  display: block;
  text-align: center;
  overflow: inherit;
}

.pro-list li a.a .img {
  padding: 1.25rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  background: #fff;
}

@media (max-width: 768px) {
  .pro-list li a.a .img {
    padding: 1rem;
  }
}

.pro-list li a.a .img .imga {
  overflow: hidden;
}

.pro-list li a.a .img img {
  width: 100%;
}

.pro-list li a.a h2 {
  text-align: center;
  color: #666;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 1em 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pro-list li a.a h2 {
    font-size: 1rem;
  }
}

.lxwm-cont2 {
  background: #f8fbfc;
}

.lxwm-cont2 .lxwm-a2_v1 {
  padding: 5rem 0 6.25rem;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 {
    padding: 2rem 0;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .ny-title {
  text-align: center;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 {
    margin-top: 1.1rem;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 {
  width: 50.03479%;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 {
    width: 100%;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 dl dt {
  color: #000000;
  font: 600 1.5625rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 dl dt {
    font-size: 1.25rem;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 dl dd {
  color: #3a3a3a;
  font: 500 1rem/2.1em "sourcehansans";
  padding: 0.4em 0 2em;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 dl dd {
    line-height: 1.6em;
    padding: 0.4em 0 1em;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 dl dd b {
  font-weight: 500;
  color: #e9574a;
  font-size: 1.125rem;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 .erma .img {
  width: 7rem;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 .erma .img {
    width: 6rem;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 .erma .img img {
  width: 100%;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 .erma .p {
  color: #5b5b5b;
  font: 500 1rem/2.1em "sourcehansans";
  margin-left: 1.8em;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b1 .erma .p {
    margin-left: 1em;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 {
  width: 40.36186%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  padding: 2rem 4%;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 4%;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .tirta {
  color: #000000;
  font: 600 1.5625rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .tirta {
    font-size: 1.25rem;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont {
  overflow-y: auto;
  height: 100%;
  padding-right: 1.5rem;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #E7E7E7;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E7E7E7;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #E9574A;
  background-color: #E9574A;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont dl {
  padding: 2.2em 0;
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont dl + dl {
  border-top: 1px solid #E7E7E7;
}

@media (max-width: 768px) {
  .lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont dl {
    padding: 1em 0;
  }
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont dl dt {
  color: #3a3a3a;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.lxwm-cont2 .lxwm-a2_v1 .lxwm-a2_v1a1 .lxwm-a2_b2 .cont dl dd {
  color: #3a3a3a;
  font: 500 1rem/1.5em "sourcehansans";
}

.lxwm-cont2 .map #container {
  height: 26vw;
}

@media (max-width: 1366px) {
  .lxwm-cont2 .map #container {
    height: 35vw;
  }
}

@media (max-width: 768px) {
  .lxwm-cont2 .map #container {
    height: 80vw;
  }
}

.swhz-cont1 {
  margin-top: 5.5rem;
  padding-bottom: 8.875rem;
}

@media (max-width: 768px) {
  .swhz-cont1 {
    margin-top: 2rem;
    padding-bottom: 2.2rem;
  }
}

.swhz-cont1 .ny-title {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1em;
}

.swhz-cont1 .swhz-a1_v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 {
    margin-top: 1.5rem;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b1 {
  width: 12.91667%;
  border-right: 1px solid #ECECEC;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 .swhz-a1_b1 {
    display: none;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b1 dl {
  margin-bottom: 1.5em;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b1 dl a {
  display: block;
  color: #000000;
  font: 600 1.5625rem/1.5em "sourcehansans";
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b1 dl a:hover {
  color: #e9574a;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 {
  width: 81.94444%;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 {
    width: 100%;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c1 .tit {
  color: #3a3a3a;
  font: 500 1.25rem/1.75em "sourcehansans";
  margin-bottom: 0.25em;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c1 .p {
  color: #3a3a3a;
  font: 500 1rem/1.65em "sourcehansans";
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 {
  margin-top: 1.45rem;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 .tit {
  color: #3a3a3a;
  font: 500 1.25rem/1.75em "sourcehansans";
  margin-bottom: 0.25em;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl dt {
  color: #3a3a3a;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl dt span {
  color: #db0000;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl input {
  width: 100%;
  font: 500 0.9rem/2.6em "sourcehansans";
  border: 1px solid #ECECEC;
  padding: 0 1em;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl input:focus {
  border-color: #8CCEED;
  background-color: #F8FBFC;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl textarea {
  width: 100%;
  font: 500 0.9rem/1.4em "sourcehansans";
  border: 1px solid #ECECEC;
  padding: 0.5em 1em;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form dl textarea:focus {
  border-color: #8CCEED;
  background-color: #F8FBFC;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a1 dl {
  width: 48%;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a1 dl {
    width: 100%;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a2 dl {
  width: 100%;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b1 {
  width: 35%;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b1 {
    width: 100%;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b1 .flex2 input {
  width: 60%;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b1 .flex2 img {
  width: 35%;
}

@media (max-width: 768px) {
  .swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b2 {
    margin-top: 1rem;
  }
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b2 button {
  background: #e2e2e2;
  border-radius: .3125rem;
  border: none;
  text-align: center;
  color: #5b5b5b;
  font: 500 1rem/3.2em "sourcehansans";
  width: 9.375rem;
}

.swhz-cont1 .swhz-a1_v1 .swhz-a1_b2 .swhz-a1_c2 form .a3 .msg-a3b2 button#f2 {
  background: #109cd9;
  color: #fff;
  margin-right: 1em;
}

.qywen-cont1 {
  padding: 6.625rem 0 12rem;
}

@media (max-width: 768px) {
  .qywen-cont1 {
    padding: 2.5rem 0;
  }
}

.qywen-cont1 .qywen-a1_v1 dl {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl {
    margin-top: 1rem;
  }
}

.qywen-cont1 .qywen-a1_v1 dl .img {
  width: 50%;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl .img {
    width: 100%;
    border-radius: 1rem;
  }
}

.qywen-cont1 .qywen-a1_v1 dl .img img {
  width: 100%;
}

.qywen-cont1 .qywen-a1_v1 dl .p {
  width: 47.08333%;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl .p {
    width: 100%;
    padding: 0.75rem 0;
  }
}

.qywen-cont1 .qywen-a1_v1 dl .p dt {
  color: #DBF0F9;
  font: 600 5rem/1.3em "montserrat";
}

@media (max-width: 1366px) {
  .qywen-cont1 .qywen-a1_v1 dl .p dt {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl .p dt {
    font-size: 2rem;
  }
}

.qywen-cont1 .qywen-a1_v1 dl .p dd {
  color: #494949;
  font: 500 1rem/1.5em "sourcehansans";
}

.qywen-cont1 .qywen-a1_v1 dl:nth-child(2n) .p {
  text-align: right;
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl:nth-child(2n) .p {
    text-align: left;
  }
}

.qywen-cont1 .qywen-a1_v1 dl:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .qywen-cont1 .qywen-a1_v1 dl:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.qywen-cont1 .qywen-a1_v1 dl:nth-child(2) .p dt {
  color: #FCE6E4;
}

.qywen-cont1 .qywen-a1_v1 dl:nth-child(3) .p dt {
  color: #FEF2D9;
}

.qywen-cont1 .qywen-a1_v1 dl:nth-child(4) .p dt {
  color: #ECF5E3;
}

.zp-cont1 {
  padding: 7.1875rem 0 7.25rem;
}

@media (max-width: 768px) {
  .zp-cont1 {
    padding: 2.2rem 0;
  }
}

.zp-cont1 .mySwiper7 {
  margin-top: 1.8rem;
  position: relative;
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 {
    margin-top: 1.2rem;
  }
}

.zp-cont1 .mySwiper7 .zpa1_v1 .cont p {
  color: #fff;
  font: 500 1rem/1.875em "sourcehansans";
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 .zpa1_v1 .cont p {
    line-height: 1.5em;
  }
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 {
  width: 50%;
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 {
    width: 100%;
  }
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c1 i {
  display: block;
  font-size: 0;
  width: 50%;
  overflow: hidden;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c1 i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c1 .cont {
  width: 50%;
  background: #e9574a;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c1 .cont p {
  padding: 0 8% 1.5em;
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c1 .cont p {
    padding: 1em 8%;
  }
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c2 i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c2 i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b1 .zpa1_c2 .cont {
  width: 100%;
  padding: 0 5%;
  margin-top: 1rem;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 {
    width: 100%;
  }
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 i {
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 .cont {
  width: 52.5%;
  background: #7fbe41;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3% 4%;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .zp-cont1 .mySwiper7 .zpa1_v1 .zpa1_b2 .cont {
    padding: 4%;
  }
}

.zp-cont1 .mySwiper7 .jtasd {
  width: auto;
  position: absolute;
  right: 1.5%;
  bottom: 1.4rem;
  z-index: 9;
}

.zp-cont1 .mySwiper7 .jtasd .swiper-button-prev1, .zp-cont1 .mySwiper7 .jtasd .swiper-button-next1 {
  color: #ffffff;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin: 0 1em;
}

.zp-cont1 .mySwiper7 .jtasd .swiper-button-prev1 i, .zp-cont1 .mySwiper7 .jtasd .swiper-button-next1 i {
  font-size: 1.25rem;
}

.zp-cont1 .mySwiper7 .jtasd .swiper-pagination1 {
  width: auto;
  color: #ffffff;
}

.zp-cont1 .mySwiper7 .jtasd .swiper-pagination1 span {
  font: 500 1.125rem/1.5em "sourcehansans";
}

.zp-cont1 .mySwiper7 .jtasd .swiper-pagination1 span::before {
  content: "0";
}

.zp-cont2 {
  background: rgba(98, 190, 229, 0.051);
  padding: 6.625rem 0;
}

@media (max-width: 768px) {
  .zp-cont2 {
    padding: 2rem 0;
  }
}

.zp-cont2 .ny-title .tit {
  width: 20%;
}

@media (max-width: 768px) {
  .zp-cont2 .ny-title .tit {
    width: 100%;
  }
}

.zp-cont2 .ny-title .p {
  width: 80%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .zp-cont2 .ny-title .p {
    width: 100%;
    margin-top: 0.65em;
  }
}

.zp-cont2 .zplic-list {
  position: relative;
  padding: 0 0.2%;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .zp-cont2 .zplic-list {
    margin-top: 0;
  }
}

.zp-cont2 .zplic-list u {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .zp-cont2 .zplic-list u {
    display: none;
  }
}

.zp-cont2 .zplic-list u img {
  width: 100%;
}

.zp-cont2 .zplic-list dl {
  width: 14.86111%;
  text-align: center;
}

@media (max-width: 768px) {
  .zp-cont2 .zplic-list dl {
    width: 32%;
    margin-top: 1.5rem;
  }
}

.zp-cont2 .zplic-list dl .cont {
  padding: 3.8rem 0;
}

@media (max-width: 768px) {
  .zp-cont2 .zplic-list dl .cont {
    padding: 0;
    border-radius: 50%;
  }
}

.zp-cont2 .zplic-list dl .cont p {
  color: #3a3a3a;
  font: 500 1rem/1.85em "sourcehansans";
  margin-bottom: 0.8em;
}

.zp-cont2 .zplic-list dl .cont .img {
  width: 25%;
  margin: 0 auto;
}

.zp-cont2 .zplic-list dl .cont .img img {
  width: 100%;
}

.zp-cont2 .zplic-list dl dt {
  text-align: center;
  color: #3a3a3a;
  font: 500 1rem/1em "sourcehansans";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .zp-cont2 .zplic-list dl dt {
    font-weight: 600;
  }
}

.zp-cont3 {
  padding: 4rem 0 1rem;
}

@media (max-width: 768px) {
  .zp-cont3 {
    padding: 2rem 0;
  }
}

.zp-cont3 .paggs {
  overflow-x: auto;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .zp-cont3 .paggs {
    margin-top: 1rem;
  }
}

.zp-cont3 .paggs .table-bordered td, .zp-cont3 .paggs .table-bordered th {
  border-color: #109cd9;
}

.zp-cont3 .paggs table {
  min-width: 768px;
}

.zp-cont3 .paggs table tr:nth-child(1) td {
  color: #fff;
  background: #109cd9;
}

.zp-cont3 .paggs table tr:nth-child(1) td:not(:last-child) {
  border-right-color: #fff;
}

.zp-cont3 .paggs table tr td {
  vertical-align: middle;
  color: #606060;
  font: 500 1rem/1.5em "sourcehansans";
  background: #E8F6FC;
}

.zp-cont3 .paggs table tr td a.a {
  display: inline-block;
  background-color: #e9574a;
  font: 500 1rem/2.1875rem "sourcehansans";
  color: #fff;
  padding: 0 2em;
}

@media (max-width: 768px) {
  .zp-cont3 .paggs table tr td a.a {
    padding: 0;
    width: 5.75rem;
  }
}

.zp-cont3 .paggs tr:nth-child(n+10) {
  display: none;
}

.zp-cont3 .paggs.cur tr {
  display: table-row;
}

.job-tanc.layui-layer {
  width: 41.09375% !important;
  padding: 1.75rem 3% 2.125rem;
  background: #fff;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 86% !important;
    padding: 1.2rem 3.5%;
  }
}

.job-tanc.layui-layer .pead-cont dt {
  color: #000000;
  font: 600 1.875rem/1.8em "Alibaba-PuHuiBold";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.35rem;
  }
}

.job-tanc.layui-layer .pead-cont .p1 {
  color: rgba(0, 0, 0, 0.4);
  font: 500 1rem/1.8em "Alibaba-PuHui";
}

.job-tanc.layui-layer .pead-cont .p2 {
  color: #555555;
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 0.5em;
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 1em;
}

.job-tanc.layui-layer .pead-cont .p2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #E7E7E7;
}

.job-tanc.layui-layer .pead-cont .p2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E7E7E7;
}

.job-tanc.layui-layer .pead-cont .p2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #E9574A;
  background-color: #E9574A;
}

.job-tanc.layui-layer .pead-cont .p3 {
  color: #000000;
  font: 600 1rem/1.8em "Alibaba-PuHuiBold";
  margin-top: 1.5em;
}

.job-tanc.layui-layer .pead-cont .p3 a {
  color: #109cd9;
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 1.75rem;
  top: 1.75rem;
  /* background: url(../images/xha.svg) no-repeat center; */
  -o-background-size: cover;
     background-size: cover;
  width: 1.625rem;
  height: 1.625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}

.dya_content {
  padding: 3rem 0;
  color: #494949;
  font: 500 1rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .dya_content {
    padding: 2rem 0;
  }
}

.ndtlc-cont1 {
  position: relative;
  width: 100%;
  padding-left: 5.20833%;
}

@media (max-width: 768px) {
  .ndtlc-cont1 {
    padding-left: 0;
    -o-background-size: cover;
       background-size: cover;
  }
}

.ndtlc-cont1 .heng1 {
  width: 100%;
  font-size: 0;
}

@media (max-width: 768px) {
  .ndtlc-cont1 .heng1 {
    display: none;
  }
}

.ndtlc-cont1 .heng1 img {
  width: 100%;
}

.ndtlc-cont1 .wexas1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .ndtlc-cont1 .wexas1 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.ndtlc-cont1 .wexas1 .wha {
  padding: 0 12.1875%;
}

@media (max-width: 768px) {
  .ndtlc-cont1 .wexas1 .wha {
    padding: 0 4%;
  }
}

.ndtlc-cont1 .wexas1 .cont {
  width: 49.30556%;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .ndtlc-cont1 .wexas1 .cont {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .ndtlc-cont1 .wexas1 .cont .ny-title.bs .tit {
    color: #000000;
  }
}

.ndtlc-cont1 .wexas1 .cont .p {
  color: #ffffff;
  font: 500 1rem/1.875em "sourcehansans";
  text-align: justify;
  height: 9vw;
  overflow-y: auto;
  margin-top: 0.7em;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .ndtlc-cont1 .wexas1 .cont .p {
    color: #666;
    height: auto;
  }
}

.ndtlc-cont1 .wexas1 .cont .p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #E7E7E7;
}

.ndtlc-cont1 .wexas1 .cont .p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E7E7E7;
}

.ndtlc-cont1 .wexas1 .cont .p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #E9574A;
  background-color: #E9574A;
}

.ndtlc-cont2 {
  padding: 0 0 6.5625rem;
}

@media (max-width: 768px) {
  .ndtlc-cont2 {
    padding: 2rem 0;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 {
    margin-top: 1rem;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dt {
  width: 11.11111%;
  text-align: center;
  color: #606060;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dt img {
  width: 40%;
  margin: 0 auto 1em;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dt img {
    width: 15%;
    max-width: 5rem;
    margin-bottom: 0.5em;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd {
  width: 86.94444%;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd {
    width: 100%;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .wenz {
  width: 5.79233%;
  background: #109cd9;
  color: #fff;
  color: #ffffff;
  font: 500 1rem/4.55em "sourcehansans";
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
  writing-mode: tb-lr;
  text-align: center;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .wenz {
    display: none;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta {
  width: 94.2492%;
  margin: 0 -1%;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta {
    width: 100%;
    margin: 0;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li {
  width: 25%;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li {
    width: 50%;
    padding: 0 2%;
  }
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li:nth-child(n+5) {
  margin-top: 1rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a {
  display: block;
  background: #f8fbfc;
  height: 100%;
  padding: 2.8125rem 0 1.5rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a i {
  display: block;
  font-size: 0;
  width: 50%;
  margin: 0 auto;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a i img {
  width: 100%;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a .data {
  text-align: center;
  margin-top: 1.5rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a .data span {
  color: #7f7f7f;
  display: block;
  font: 500 1rem/1.5em "sourcehansans";
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a .data p {
  color: #1e1e1e;
  font: 500 1rem/1.7em "sourcehansans";
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xa_ta li a.a .data p {
    padding: 0 1em;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .imngat {
  width: 35.94249%;
  margin: 1.375rem auto;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .imngat {
    width: 80%;
    margin: 1rem auto;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 {
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  padding: 2.1875rem 0;
  text-align: center;
  border-radius: 1rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 img {
  height: 1.625rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 p {
  color: #6b6b6b;
  font: 500 1rem/2.25em "sourcehansans";
  margin-top: 1em;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 p b {
  color: #000000;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 p {
    padding: 0 1em;
    line-height: 2em;
  }
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xaata1 p b {
    font-size: 1.125rem;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 {
  margin: 0 -0.7%;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 0.7%;
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li {
    width: 100%;
  }
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li + li {
    margin-top: 1rem;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li .cont {
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  height: 100%;
  border-radius: 1rem;
  padding: 1.8rem 6%;
}

@media (max-width: 1440px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li .cont .p {
    height: 4.8em;
  }
}

@media (max-width: 768px) {
  .ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li .cont .p {
    height: auto;
  }
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li img {
  height: 1.125rem;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li b {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.6em "sourcehansans";
  margin-top: 0.4em;
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li p {
  color: #6b6b6b;
  font: 500 1rem/1.6em "sourcehansans";
}

.ndtlc-cont2 .ndtlc-a2_v1 dl dd .xasta1 li span {
  display: block;
  color: #7fbe41;
  font: 500 1rem/1.8em "sourcehansans";
}

.ndtlc-cont3 {
  background: #f8fbfc;
  padding: 6.75rem 0 8.625rem;
}

@media (max-width: 768px) {
  .ndtlc-cont3 {
    padding: 2rem 0;
  }
}

.ndtlc-cont3 .paggs {
  overflow-x: auto;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .ndtlc-cont3 .paggs {
    margin-top: 1rem;
  }
}

.ndtlc-cont3 .paggs .table-bordered td, .ndtlc-cont3 .paggs .table-bordered th {
  border-color: #109cd9;
}

.ndtlc-cont3 .paggs table {
  min-width: 768px;
}

.ndtlc-cont3 .paggs table tr:nth-child(1) td {
  color: #fff;
  background: #109cd9;
}

.ndtlc-cont3 .paggs table tr:nth-child(1) td:not(:last-child) {
  border-right-color: #fff;
}

.ndtlc-cont3 .paggs table tr td {
  vertical-align: middle;
  color: #606060;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: center;
}

.ndtlc-cont3 .paggs table tr:not(:nth-child(1)) td:nth-child(1) {
  background: #E8F6FC;
}

.ndtlc-cont4 {
  padding: 14.6875rem 0 12.875rem;
  /* background: url(../images/bjasd1.jpg) no-repeat center top; */
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  display: none;
}

@media (max-width: 768px) {
  .ndtlc-cont4 {
    padding: 3rem 0;
  }
}

.ndtlc-cont4 .p {
  color: #ffffff;
  font: 600 2.1875rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .ndtlc-cont4 .p {
    font-size: 1.125rem;
  }
}

.ndtlc-cont4 .p span {
  display: block;
}

.heng-gong img {
  width: 100%;
}

.gfxny-cont1 .heng-gong {
  margin-top: 2.42rem;
}

@media (max-width: 768px) {
  .gfxny-cont1 .heng-gong {
    margin-top: 1rem;
  }
}

.gfxny-cont1 .gfxny-a1_v1 {
  margin-top: 1em;
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 {
  border-bottom: .125rem solid #EBEBEB;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 {
    border-bottom: none;
  }
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li {
  display: inline-block;
  padding: 0 2%;
  position: relative;
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li a {
  display: block;
  color: #1e1e1e;
  font: 500 1rem/3.375em "sourcehansans";
  position: relative;
}

@media (max-width: 768px) {
  .gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li a {
    line-height: 2.8em;
  }
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li a::after {
  content: "";
  display: block;
  width: 0;
  height: .125rem;
  background: #e9574a;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li.on a {
  color: #e9574a;
}

.gfxny-cont1 .gfxny-a1_v1 .cpjz-sort1 li.on a::after {
  width: 100%;
}

.gfxny-cont1 .gfxny-a1_v1 .cont {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .gfxny-cont1 .gfxny-a1_v1 .cont {
    margin-top: 1.5rem;
  }
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a {
  display: block;
  background: #f8fbfc;
  padding: 2.8125rem 0 1.5rem;
}

@media (max-width: 768px) {
  .gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a {
    padding: 2rem 0 1.2rem;
  }
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a i {
  display: block;
  font-size: 0;
  width: 60%;
  margin: 0 auto;
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a i img {
  width: 100%;
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a .data {
  text-align: center;
  margin-top: 1.5rem;
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a .data span {
  color: #7f7f7f;
  display: block;
  font: 500 1rem/1.5em "sourcehansans";
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-slide a.a .data p {
  color: #1e1e1e;
  font: 500 1rem/1.7em "sourcehansans";
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-pagination1 span {
  background: #CCCCCC;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border-radius: 0.1rem;
}

.gfxny-cont1 .gfxny-a1_v1 .cont .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E9574A;
  height: 1.2rem;
}

.gfxny-cont2 {
  margin-top: 1.375rem;
}

.gfxny-a2_v2 {
  background: #f8fbfc;
  padding: 6.4375rem 0 8.25rem;
  margin-top: 6.4375rem;
}

@media (max-width: 768px) {
  .gfxny-a2_v2 {
    padding: 2.2rem 0;
    margin-top: 2.2rem;
  }
}

.gfxny-a2_v2 .heng-gong {
  margin-top: 1.2rem;
}

.gfxny-cont3 {
  /* background: url(../images/bjsd.jpg) no-repeat center top; */
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 8.625rem 0;
}

@media (max-width: 768px) {
  .gfxny-cont3 {
    padding: 2.4rem 0;
  }
}

.gfxny-cont3 .gfxny-a3_b1 dl {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  width: 32%;
}

.gfxny-cont3 .gfxny-a3_b1 dl:nth-child(n+4) {
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .gfxny-cont3 .gfxny-a3_b1 dl {
    width: 48%;
  }
  .gfxny-cont3 .gfxny-a3_b1 dl:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.gfxny-cont3 .gfxny-a3_b1 dl img {
  width: 3.5rem;
  margin-right: 0.8em;
}

.gfxny-cont3 .gfxny-a3_b1 dl p {
  color: #1c1c1c;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .gfxny-cont3 .gfxny-a3_b1 dl p {
    font-size: 1rem;
    margin-top: 0.8em;
  }
}

.gfxny-cont4 {
  background: rgba(98, 190, 229, 0.051);
  padding: 5.5rem 0 7.9375rem;
}

@media (max-width: 768px) {
  .gfxny-cont4 {
    padding: 2rem 0;
  }
}

.gfxny-cont4 .gfxny-a4_v1 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .gfxny-cont4 .gfxny-a4_v1 {
    margin-top: 1.5rem;
  }
}

.gfxny-cont4 .gfxny-a4_v1 dl {
  width: 31.5%;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.25rem 0 2rem;
}

@media (max-width: 768px) {
  .gfxny-cont4 .gfxny-a4_v1 dl {
    width: 100%;
  }
  .gfxny-cont4 .gfxny-a4_v1 dl + dl {
    margin-top: 1rem;
  }
}

.gfxny-cont4 .gfxny-a4_v1 dl i {
  display: block;
  width: 54%;
  font-size: 0;
  margin: 0 auto;
}

.gfxny-cont4 .gfxny-a4_v1 dl i img {
  width: 100%;
}

.gfxny-cont4 .gfxny-a4_v1 dl dt {
  text-align: center;
  color: #1e1e1e;
  font: 600 1.25rem/1.5em "sourcehansans";
}

.gfxny-cont4 .gfxny-a4_v1 dl dt::after {
  content: "";
  display: block;
  width: 2em;
  height: .125rem;
  background-color: #109cd9;
  margin: 0.5em auto;
}

.gfxny-cont4 .gfxny-a4_v1 dl dd {
  text-align: center;
  color: #7f7f7f;
  font: 500 1rem/1.5em "sourcehansans";
}

.gfxny-cont4 .gfxny-a4_v2 {
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .gfxny-cont4 .gfxny-a4_v2 {
    margin-top: 1.5rem;
  }
}

.gfxny-cont4 .gfxny-a4_v2 dl {
  width: 20%;
  text-align: center;
  padding: 2em 0;
}

.gfxny-cont4 .gfxny-a4_v2 dl + dl {
  border-left: 1px dashed #dfe6e8;
}

@media (max-width: 768px) {
  .gfxny-cont4 .gfxny-a4_v2 dl {
    width: 50%;
    padding: 1em;
    margin-top: 1em;
  }
  .gfxny-cont4 .gfxny-a4_v2 dl:nth-child(2n) {
    border-left: 1px dashed #dfe6e8;
  }
  .gfxny-cont4 .gfxny-a4_v2 dl + dl {
    border-left: none;
  }
}

.gfxny-cont4 .gfxny-a4_v2 dl dt {
  width: 20%;
  margin: 0 auto;
}

.gfxny-cont4 .gfxny-a4_v2 dl dt img {
  width: 100%;
}

.gfxny-cont4 .gfxny-a4_v2 dl dd {
  color: #7f7f7f;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

.xw_ny_banner {
  background: #333;
  background: #109cd9;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.shzr-content {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .shzr-content {
    padding: 2rem 0;
  }
}

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "sourcehansans";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #0067C8;
}

.nav-page li .sec dd > a {
  font-weight: 600;
  font-size: 1.125rem;
  color: #333;
}

.nav-page li .sec dd dl {
  margin-bottom: 0.5em;
}

.nav-page li .sec dd dl > a {
  font-weight: 600;
  font-size: 1.025rem;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #0067C8;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.cpshow-cont1 .mySwiper9, .cpshow-cont1 .mySwiper91 {
  position: relative;
}

.cpshow-cont1 .mySwiper9 .swiper-button-next1, .cpshow-cont1 .mySwiper91 .swiper-button-next1 {
  right: 0;
}

.cpshow-cont1 .mySwiper9 .swiper-button-prev1, .cpshow-cont1 .mySwiper91 .swiper-button-prev1 {
  left: 0;
}

.cpshow-cont1 .mySwiper9 .swiper-button-next1, .cpshow-cont1 .mySwiper9 .swiper-button-prev1, .cpshow-cont1 .mySwiper91 .swiper-button-next1, .cpshow-cont1 .mySwiper91 .swiper-button-prev1 {
  width: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  display: none;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .swiper-button-next1, .cpshow-cont1 .mySwiper9 .swiper-button-prev1, .cpshow-cont1 .mySwiper91 .swiper-button-next1, .cpshow-cont1 .mySwiper91 .swiper-button-prev1 {
    display: none;
  }
}

.cpshow-cont1 .mySwiper9 .swiper-button-next1 img, .cpshow-cont1 .mySwiper9 .swiper-button-prev1 img, .cpshow-cont1 .mySwiper91 .swiper-button-next1 img, .cpshow-cont1 .mySwiper91 .swiper-button-prev1 img {
  width: 100%;
}

.cpshow-cont1 .mySwiper9 .sw-cont9, .cpshow-cont1 .mySwiper91 .sw-cont9 {
  padding: 0 10.27778%;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9, .cpshow-cont1 .mySwiper91 .sw-cont9 {
    padding: 0;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 {
  width: 42%;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 {
    width: 100%;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .tit, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .tit {
  color: #000000;
  font: 600 2.1875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .tit, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .tit {
    font-size: 1.5rem;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .tit::after, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .tit::after {
  content: "";
  width: 1em;
  display: block;
  height: .125rem;
  background: #109cd9;
  margin-top: 0.25em;
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .p, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .p {
  color: #606060;
  font: 500 1.5rem/1.6em "sourcehansans";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .p, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .p {
    font-size: 1.125rem;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .asd, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .asd {
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .asd, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .asd {
    margin-top: 1.2rem;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .asd a.xzan, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .asd a.xzan {
  width: 3.125rem;
  display: inline-block;
  margin-left: 2rem;
  display: none;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a1 .asd a.xzan, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a1 .asd a.xzan {
    margin-left: 1.2rem;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a2, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a2 {
  width: 52.29167%;
}

@media (max-width: 768px) {
  .cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a2, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cpshow-cont1 .mySwiper9 .sw-cont9 .sw-cont9a2 img, .cpshow-cont1 .mySwiper91 .sw-cont9 .sw-cont9a2 img {
  width: 100%;
}

.cpshow-cont1 .mySwiper91 .swiper-button-next1, .cpshow-cont1 .mySwiper91 .swiper-button-prev1 {
  display: block;
}

.cpshow-cont1 .animate {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.7em;
  z-index: -1;
}

.cpshow-cont1 .animate .span2 {
  font-size: 12rem;
}

@media (max-width: 768px) {
  .cpshow-cont1 .animate .span2 {
    font-size: 6rem;
  }
}

.cpshow-cont2 {
  margin-top: 13.25rem;
}

@media (max-width: 768px) {
  .cpshow-cont2 {
    margin-top: 4rem;
  }
}

.cpshow-cont2 .mySwiper2 {
  position: relative;
  padding-bottom: 3.5rem;
  margin-top: 2rem;
  margin-left: 12.5%;
  padding-right: 12.5%;
}

@media (max-width: 768px) {
  .cpshow-cont2 .mySwiper2 {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    margin: 1rem 4%;
    padding-right: 0;
  }
}

.cpshow-cont2 .mySwiper2 .a .img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.cpshow-cont2 .mySwiper2 .a .img img {
  width: 100%;
}

.cpshow-cont2 .mySwiper2 .swiper-pagination {
  background: #E8E8E8;
  width: 85.71429%;
  top: auto;
  bottom: 0;
  border-radius: 0.2rem;
}

@media (max-width: 768px) {
  .cpshow-cont2 .mySwiper2 .swiper-pagination {
    width: 100%;
  }
}

.cpshow-cont2 .mySwiper2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #E9574A;
}

.cpshow-cont3 {
  margin-top: 10.875rem;
}

@media (max-width: 768px) {
  .cpshow-cont3 {
    margin-top: 2rem;
  }
}

.cpshow-cont3 .cpshow-a3ba {
  margin: 0 -2%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba {
    margin-top: 1rem;
  }
}

.cpshow-cont3 .cpshow-a3ba li {
  margin-bottom: 1.5rem;
  padding: 0 2%;
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba li {
    margin-bottom: 1rem;
  }
}

.cpshow-cont3 .cpshow-a3ba li .img {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.cpshow-cont3 .cpshow-a3ba li .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: url(../images/yys.png) no-repeat center bottom; */
  -o-background-size: 100% auto;
     background-size: 100% auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.cpshow-cont3 .cpshow-a3ba li .img i {
  display: block;
  font-size: 0;
  padding-bottom: 45%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cpshow-cont3 .cpshow-a3ba li .img i img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cpshow-cont3 .cpshow-a3ba li .img .tit {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #ffffff;
  font: 500 1.875rem/1.5em "sourcehansans";
  z-index: 1;
  padding: 0 7% 5%;
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba li .img .tit {
    font-size: 1.25rem;
  }
}

.cpshow-cont3 .cpshow-a3ba li .cont {
  margin-top: 1.25rem;
}

.cpshow-cont3 .cpshow-a3ba li .cont > div {
  width: 100%;
}

.cpshow-cont3 .cpshow-a3ba li .cont u {
  display: block;
  font-size: 0;
  width: 5.125rem;
  display: none;
}

.cpshow-cont3 .cpshow-a3ba li .cont u img {
  width: 100%;
}

.cpshow-cont3 .cpshow-a3ba li .cont .ts {
  color: #ffffff;
  font: 500 1.875rem/1.5em "sourcehansans";
  margin-top: 0.5em;
  display: none;
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba li .cont .ts {
    font-size: 1.25rem;
  }
}

.cpshow-cont3 .cpshow-a3ba li .cont .p {
  color: #606060;
  font: 500 1.25rem/1.8em "sourcehansans";
}

.cpshow-cont3 .cpshow-a3ba li .cont .p p {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230315/d8c86abc3cbdbb8073eccd93b2e43406.svg) no-repeat left 0.8em;
  -o-background-size: 0.4rem auto;
     background-size: 0.4rem auto;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba li .cont .p p {
    background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230315/d8c86abc3cbdbb8073eccd93b2e43406.svg) no-repeat left 0.6em;
    -o-background-size: 0.33rem auto;
       background-size: 0.33rem auto;
  }
}

@media (max-width: 768px) {
  .cpshow-cont3 .cpshow-a3ba li .cont .p {
    font-size: 1rem;
    line-height: 1.6em;
  }
}

.cpshow-cont4 {
  background: #f8fbfc;
  padding: 9.375rem 0;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .cpshow-cont4 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.cpshow-cont4 .paggs {
  overflow-x: auto;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cpshow-cont4 .paggs {
    margin-top: 1.2rem;
  }
}

.cpshow-cont4 .paggs table {
  color: #606060;
  min-width: 768px;
  margin-bottom: 0;
}

.cpshow-cont4 .paggs table + table {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .cpshow-cont4 .paggs table + table {
    margin-top: 1.5rem;
  }
}

.cpshow-cont4 .paggs table tr.tit {
  background: #109cd9;
}

.cpshow-cont4 .paggs table tr.tit td {
  padding: 1rem .75rem 1rem;
  padding-left: 5%;
  color: #fff;
}

.cpshow-cont4 .paggs table tr td:nth-child(1) {
  width: 20%;
}

.cpshow-cont4 .paggs .table-bordered td, .cpshow-cont4 .paggs .table-bordered th {
  vertical-align: middle;
  border-color: #109cd9;
  border-width: 2px;
  color: #606060;
  font-size: 1.0625rem;
  padding: .75rem;
}

@media (max-width: 768px) {
  .cpshow-cont4 .paggs .table-bordered td, .cpshow-cont4 .paggs .table-bordered th {
    font-size: 1rem;
    padding-left: 3%;
  }
}

.cpshow-cont41 {
  margin-top: 12.5rem;
}

@media (max-width: 768px) {
  .cpshow-cont41 {
    margin-top: 2rem;
  }
}

.cpshow-cont41 .cpshow-a41_v1 {
  margin: 0 -1%;
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .cpshow-cont41 .cpshow-a41_v1 {
    margin-top: 1.2rem;
  }
}

.cpshow-cont41 .cpshow-a41_v1 dl {
  width: -webkit-calc(100%/8);
  width: -moz-calc(100%/8);
  width: calc(100%/8);
  padding: 0 1%;
}

@media (max-width: 1024px) {
  .cpshow-cont41 .cpshow-a41_v1 dl {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
  }
}

@media (max-width: 540px) {
  .cpshow-cont41 .cpshow-a41_v1 dl {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

.cpshow-cont41 .cpshow-a41_v1 dl u {
  border-radius: 0.8rem;
  overflow: hidden;
}

.cpshow-cont41 .cpshow-a41_v1 dl img {
  width: 100%;
}

.cpshow-cont41 .cpshow-a41_v1 dl p {
  color: #606060;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.5em 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .cpshow-cont41 .cpshow-a41_v1 dl p {
    font-size: 0.85rem;
  }
}

.cpshow-cont4-a {
  padding: 0;
}

.cpshow-cont4-a .wh {
  display: none;
}

.cpshow-cont5 {
  position: relative;
  padding: 7.625rem 0;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230131/078b9a1c7a98d4dd84fd00c847fd5634.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 768px) {
  .cpshow-cont5 {
    padding: 2.2rem 0;
  }
}

.cpshow-cont5 .wh {
  position: relative;
  z-index: 9;
}

.cpshow-cont5 .mySwiper10 {
  margin-top: 2.375rem;
  position: relative;
}

@media (max-width: 768px) {
  .cpshow-cont5 .mySwiper10 {
    margin-top: 1.4rem;
  }
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a {
  display: block;
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a i {
  display: block;
  font-size: 0;
  width: 50%;
  margin: 0 auto;
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a i img {
  width: 100%;
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a .data {
  text-align: center;
  margin-top: 1.5rem;
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a .data span {
  color: #fff;
  display: block;
  font: 500 1rem/1.5em "sourcehansans";
}

.cpshow-cont5 .mySwiper10 .swiper-slide a.a .data p {
  color: #fff;
  font: 500 1rem/1.7em "sourcehansans";
}

.cpshow-cont5 .mySwiper10 .swiper-button-next1 {
  right: 0;
}

.cpshow-cont5 .mySwiper10 .swiper-button-prev1 {
  left: 0;
}

.cpshow-cont5 .mySwiper10 .swiper-button-next1, .cpshow-cont5 .mySwiper10 .swiper-button-prev1 {
  width: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.cpshow-cont5 .mySwiper10 .swiper-button-next1 i, .cpshow-cont5 .mySwiper10 .swiper-button-prev1 i {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.5rem/1.5em "sourcehansans";
}

.cpshow-cont5 .ysp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cpshow-cont5 .ysp video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .cpshow-cont5 .ysp {
    display: none;
  }
}

.hljc-cont1 .hljc-a1_b1 {
  width: 47.22222%;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hljc-cont1 .hljc-a1_b1 {
    width: 100%;
  }
}

.hljc-cont1 .hljc-a1_b1 img {
  width: 100%;
}

.hljc-cont1 .hljc-a1_b2 {
  width: 47.22222%;
}

@media (max-width: 768px) {
  .hljc-cont1 .hljc-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.hljc-cont1 .hljc-a1_b2 .p {
  color: #494949;
  font: 500 1rem/1.8em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .hljc-cont1 .hljc-a1_b2 .p {
    margin-top: 0.5em;
  }
}

.hljc-cont2 {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .hljc-cont2 {
    margin-top: 2rem;
  }
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 {
  width: 63.88889%;
  margin: 0 -1%;
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 > div {
  margin-bottom: 1em;
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 dl {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 1em;
  text-align: center;
  height: 100%;
}

@media (max-width: 1400px) {
  .hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 dl {
    padding: 1em 0.4em;
  }
}

@media (max-width: 768px) {
  .hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 dl {
    padding: 1em;
  }
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 dl dt {
  color: #13a4d6;
  font: 500 1.125rem/1.8em "sourcehansans";
  border-bottom: 1px solid #dddddd;
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b1 dl dd {
  color: #494949;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

.hljc-cont2 .hljc-a2_v1 .hljc-a2_b2 {
  width: 37.43056%;
}

@media (max-width: 768px) {
  .hljc-cont2 .hljc-a2_v1 .hljc-a2_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.hljc-cont2 .hljc-a2_v2 {
  margin: 0 -1%;
  margin-top: 8.75rem;
}

@media (max-width: 768px) {
  .hljc-cont2 .hljc-a2_v2 {
    margin-top: 1.5rem;
  }
}

.hljc-cont2 .hljc-a2_v2 dl {
  width: 32%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .hljc-cont2 .hljc-a2_v2 dl {
    width: 100%;
    margin: 0.4em 0;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.hljc-cont2 .hljc-a2_v2 dl img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-cp-content-show .tab-tit {
  text-align: center;
  padding: 0 12.1875%;
  margin-top: 8rem;
}

@media (max-width: 1366px) {
  .ny-cp-content-show .tab-tit {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .ny-cp-content-show .tab-tit {
    padding: 0 4%;
    margin-top: 2.5rem;
  }
}

.ny-cp-content-show .tab-tit dl {
  display: inline-block;
  text-align: center;
  color: #606060;
  font: 500 1.5rem/3em "sourcehansans";
  width: 30%;
  margin: 0 2%;
  border: 1px solid #606060;
  border-radius: 1.5em;
}

@media (max-width: 768px) {
  .ny-cp-content-show .tab-tit dl {
    width: 40%;
    font: 500 1.25rem/2.5em "sourcehansans";
  }
}

.ny-cp-content-show .tab-tit dl.on {
  background: #109cd9;
  color: #fff;
  border-color: #109cd9;
}

.ny-cp-content-show .tab-content .tab {
  display: none;
}

.ny-cp-content-show .tab-content .tab .cpshow-cont3 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .ny-cp-content-show .tab-content .tab .cpshow-cont3 {
    margin-top: 2rem;
  }
}

.cpshow-cont4xga {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cpshow-cont4xga {
    margin-top: 3.5rem;
  }
}

.cpshow-cont4xga .sycj-v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cpshow-cont4xga .sycj-v1 {
    margin-top: 0.6rem;
  }
}

.cpshow-cont4xga .sycj-v1 .sycj-a1 {
  width: 60%;
}

@media (max-width: 768px) {
  .cpshow-cont4xga .sycj-v1 .sycj-a1 {
    width: 100%;
  }
}

.cpshow-cont4xga .sycj-v1 .sycj-a1 dl {
  color: #494949;
  font: 500 1.25rem/2em "sourcehansans";
  width: 50%;
}

@media (max-width: 768px) {
  .cpshow-cont4xga .sycj-v1 .sycj-a1 dl {
    line-height: 1.5em;
    padding: 0.4em 0;
  }
}

.cpshow-cont4xga .sycj-v1 .sycj-a2 {
  width: 37%;
}

@media (max-width: 768px) {
  .cpshow-cont4xga .sycj-v1 .sycj-a2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cpshow-cont4xga .sycj-v1 .sycj-a2 img {
  width: 100%;
}

.xg-as {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .xg-as {
    padding: 2rem 0;
  }
}

.xg-as .xg-aslist dl {
  width: 25%;
}

@media (max-width: 768px) {
  .xg-as .xg-aslist dl {
    width: 100%;
  }
}

.xg-as .xg-aslist dl dt {
  width: 25%;
  margin: 0 auto;
}

.xg-as .xg-aslist dl dt img {
  width: 100%;
}

.xg-as .xg-aslist dl dd {
  color: #494949;
  font: 500 1rem/2em "sourcehansans";
  padding: 1em 5%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .xg-as .xg-aslist dl dd {
    width: 80%;
    margin: 1rem auto 0;
  }
}

.hljc-cont1xga {
  margin-top: 4.375rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .hljc-cont1xga {
    margin-top: 2.6rem;
    margin-bottom: 2rem;
  }
}

.hljc-cont1xga .cpshow-tit {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .hljc-cont1xga .cpshow-tit {
    margin-bottom: 1rem;
  }
}

.hljc-cont1xga .hljc-a1_b1 {
  margin-top: 1rem;
}

.index_one {
  padding: 10.625rem 0 7rem;
}

.index_one .en_title {
  font-size: 0.875rem;
  color: #A0A0A0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -4.75rem;
  top: 0.625rem;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: none;
}

.index_one .title {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #000000;
}

.index_one .subtitle {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3A3A3A;
  margin-top: 0.5rem;
}

.index_one .container {
  padding: 0 15rem;
  width: 100%;
  max-width: 100%;
  padding-right: 6.25rem;
}

@media (max-width: 990px) {
  .index_one .container {
    padding: 0 4%;
  }
}

.index_one .left {
  width: 39%;
  font-size: 18px;
  line-height: 1.875rem;
  color: #000000;
}

.index_one .left .subtitle {
  padding-right: 5rem;
}

.index_one .left ul {
  margin-top: 2.5rem;
}

.index_one .left ul li:first-child {
  padding-top: 0;
}

.index_one .left ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
  position: relative;
  height: 4rem;
}

.index_one .left ul li .icon {
  text-align: right;
  width: 5rem;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  position: relative;
}

.index_one .left ul li .icon img {
  height: 3.125rem;
  width: 3.125rem;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin: 0 auto;
}

.index_one .left ul li .icon::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.375rem;
  color: #000;
  display: block;
}

.index_one .left ul li .fl:nth-child(2) {
  padding-left: 6.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: 600;
}

.index_one .left ul li:hover .icon,
.index_one .left ul li.on .icon {
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index_one .left ul li:hover .more_a,
.index_one .left ul li.on .more_a {
  opacity: 1;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index_one .left ul li:hover .icon::before,
.index_one .left ul li.on .icon::before {
  display: none;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index_one .left ul li:hover .icon img,
.index_one .left ul li.on .icon img {
  -webkit-filter: invert(67%) sepia(48%) saturate(5736%) hue-rotate(164deg) brightness(89%) contrast(90%);
          filter: invert(67%) sepia(48%) saturate(5736%) hue-rotate(164deg) brightness(89%) contrast(90%);
  width: 80%;
  height: auto;
}

.index_one .left ul li:hover img,
.index_one .left ul li.on img {
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index_one .right {
  width: 61%;
}

.index_one .right .img {
  display: none;
  overflow: hidden;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .index_one .right .img {
    border-radius: 1rem;
  }
}

.index_one .right .img.active {
  display: block;
}

.index_one .more {
  margin-top: 2.1875rem;
}

.index_one .more_a {
  position: absolute;
  right: -2.0625rem;
  width: 4.125rem;
  height: 4.125rem;
  line-height: 4.125rem;
  text-align: center;
  border-radius: 50%;
  background: #109cd9;
  opacity: 0;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index_one .more_a::before {
  content: "+";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.375rem;
  color: #FFFFFF;
}

.index_one .more_a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 3.3125rem;
  width: 11.5rem;
  height: 1px;
  background: -webkit-linear-gradient(left, #109cd9, #109cd9, #109cd9, #109cd9, #fff);
  background: -moz-linear-gradient(left, #109cd9, #109cd9, #109cd9, #109cd9, #fff);
  background: -o-linear-gradient(left, #109cd9, #109cd9, #109cd9, #109cd9, #fff);
  background: linear-gradient(to right, #109cd9, #109cd9, #109cd9, #109cd9, #fff);
}

.index_one .en_loukong {
  position: absolute;
  bottom: 3rem;
  right: 15rem;
  line-height: 1;
  z-index: 9;
}

@media (max-width: 1600px) {
  .index_one .en_loukong {
    display: none;
  }
}

.en_loukong {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: rgba(160, 160, 160, 0.5);
  font-size: 7rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  font-weight: 600;
}

@media (max-width: 990px) {
  .index_one {
    padding: 6rem 0 2.6rem;
  }
  .index_one .left {
    width: 100%;
  }
  .index_one .right {
    width: 100%;
    margin-top: 25px;
  }
  .en_title {
    display: none;
  }
  .index_one .more_a {
    display: none;
  }
}

@media (max-width: 767px) {
  .index_one .left .subtitle {
    padding-right: 0;
  }
  .index_one {
    padding: 25px 0;
  }
  .index_one .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index_one .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .index_one .left {
    font-size: 16px;
  }
  .index_one .left ul {
    margin-top: 10px;
  }
  .index_one .left ul li {
    margin-bottom: 0;
  }
}

.hljc-a2_v1 {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.zypb-list dl {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .zypb-list dl {
    padding: 0.5rem 0;
  }
}

.zypb-list dl .img {
  width: 48%;
  overflow: hidden;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .zypb-list dl .img {
    width: 100%;
    border-radius: 1rem;
  }
}

.zypb-list dl .img img {
  width: 100%;
}

.zypb-list dl .cont {
  width: 48%;
}

@media (max-width: 768px) {
  .zypb-list dl .cont {
    width: 100%;
  }
}

.zypb-list dl .cont dt {
  color: #333;
  font: 600 1.35rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .zypb-list dl .cont dt {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.zypb-list dl .cont dd {
  color: #494949;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .zypb-list dl .cont dd {
    margin-top: 0.5rem;
  }
}

.zypb-list dl .cont dd .p1 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230315/d8c86abc3cbdbb8073eccd93b2e43406.svg) no-repeat left 0.65em;
  -o-background-size: .3rem auto;
     background-size: .3rem auto;
  padding-left: 1em;
  color: #333;
  margin-bottom: 0.3em;
}

.zypb-list dl .cont dd p {
  margin-bottom: 0.2em;
  padding-left: 1em;
}

.zypb-list dl .cont dd .p2 {
  text-align: center;
  color: #333;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.zypb-list dl .cont dd .p4 {
  padding: 1rem 0;
}

.zypb-list dl .cont dd .p4 .ss {
  width: 20%;
}

.zypb-list dl .cont dd .p4 .ss i {
  display: block;
  font-size: 0;
  width: 40%;
  margin: 0.5rem auto;
}

@media (max-width: 768px) {
  .zypb-list dl .cont dd .p4 .ss i {
    width: 60%;
  }
}

.zypb-list dl .cont dd .p4 .ss i img {
  width: 100%;
}

.zypb-list dl .cont dd .p4 .ss .p5 {
  text-align: center;
  color: #666;
  font: 500 1rem/1.3em "sourcehansans";
}

.zypb-list dl .cont dd .p3 {
  text-align: center;
  color: #333;
  font: 500 1rem/1.5em "sourcehansans";
}

.zypb-list dl:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .zypb-list dl:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.zypb-list dl.w100 .cont {
  text-align: center;
  width: 100%;
}

.zypb-list dl.w100 .cont dt {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
}

.zypb-list dl.w100 .cont dd {
  color: #494949;
  font: 500 1rem/1.8em "sourcehansans";
  margin-top: 1rem;
}

.zypb-list dl.w100 .img-cont {
  width: 80%;
  margin: 2rem auto 0;
}

@media (max-width: 768px) {
  .zypb-list dl.w100 .img-cont {
    width: 100%;
    margin: 1rem auto 0;
  }
}

.zypb-list dl.w100 .img-cont .img {
  width: 48%;
}

.zypb-list dl.w100 .img-cont .img img {
  width: 100%;
}

.jm-cont1 .jm-list1 {
  margin-top: 1.25rem;
}

.jm-cont1 .jm-list1 dl {
  width: 25%;
  padding: 0 4%;
  text-align: center;
}

@media (max-width: 768px) {
  .jm-cont1 .jm-list1 dl {
    width: 50%;
  }
}

.jm-cont1 .jm-list1 dl dt {
  width: 40%;
  margin: 0 auto;
}

.jm-cont1 .jm-list1 dl dt img {
  width: 100%;
}

.jm-cont1 .jm-list1 dl dd {
  color: #494949;
  font: 500 1rem/1.8em "sourcehansans";
  margin-top: 0.6rem;
}

.jm-cont1 .jm-list2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .jm-cont1 .jm-list2 {
    margin-top: 1rem;
  }
}

.jm-cont1 .jm-list2 dl {
  width: 24.5%;
}

@media (max-width: 768px) {
  .jm-cont1 .jm-list2 dl {
    width: 49%;
    margin-top: 1rem;
  }
}

.jm-cont1 .jm-list2 dl img {
  width: 100%;
}

.jm-cont1 .tita {
  text-align: center;
  color: #109cd9;
  font: 600 1rem/1.5em "sourcehansans";
  padding: 0.5em 0 2rem;
}

@media (max-width: 768px) {
  .jm-cont1 .tita {
    padding: 0.5em 0 1rem;
  }
}

.jm-cont1 .jm-list3 dl {
  width: 49.5%;
}

.jm-cont1 .jm-list3 dl img {
  width: 100%;
}

.jm-cont1 .jm-list4 dl {
  width: 32.8%;
}

.jm-cont1 .jm-list4 dl img {
  width: 100%;
}

.jm-cont2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .jm-cont2 {
    margin-top: 1rem;
  }
}

.jm-cont2 .text {
  text-align: center;
}

.jm-cont2 .cont {
  margin-top: 1rem;
}

.jm-cont2 .cont dl {
  width: 22%;
  text-align: center;
}

@media (max-width: 768px) {
  .jm-cont2 .cont dl {
    width: 48%;
  }
}

.jm-cont2 .cont dl img {
  width: 100%;
}

.jm-cont2 .cont dl .p {
  text-align: center;
  color: #494949;
  font: 500 1rem/1.45em "sourcehansans";
  margin-top: 0.5em;
}

@media (min-width: 991px) {
  .m-zxss {
    display: none;
  }
}

.pc-zsdra {
  margin-bottom: 2rem;
}

.pc-zsdra .wehsaxc dl {
  position: absolute;
}

.pc-zsdra .wehsaxc dl:nth-child(1) {
  left: 2.5%;
  top: 18%;
}

.pc-zsdra .wehsaxc dl:nth-child(2) {
  left: 8%;
  top: 77%;
}

.pc-zsdra .wehsaxc dl:nth-child(3) {
  left: 17.8%;
  top: 30%;
}

.pc-zsdra .wehsaxc dl:nth-child(4) {
  left: 22.5%;
  top: 77%;
}

.pc-zsdra .wehsaxc dl:nth-child(5) {
  left: 38.5%;
  top: 30%;
}

.pc-zsdra .wehsaxc dl:nth-child(6) {
  left: 51.5%;
  top: 25%;
}

.pc-zsdra .wehsaxc dl:nth-child(7) {
  left: 49.8%;
  top: 77%;
}

.pc-zsdra .wehsaxc dl:nth-child(8) {
  left: 65%;
  top: 25%;
}

.pc-zsdra .wehsaxc dl:nth-child(9) {
  left: 66.7%;
  top: 77%;
}

.pc-zsdra .wehsaxc dl:nth-child(10) {
  left: 80.4%;
  top: 30%;
}

.pc-zsdra .wehsaxc dl:nth-child(11) {
  left: 88%;
  top: 77%;
}

.pc-zsdra .wehsaxc dl a {
  display: block;
  color: #7f7f7f;
  font: 500 1rem/1.3em "sourcehansans";
}

.pc-zsdra .wehsaxc dl a.a {
  color: #000;
}

.pc-zsdra .wehsaxc dl a.a:hover {
  color: #109cd9;
}

@media (max-width: 990px) {
  .pc-zsdr {
    display: none;
  }
}

.pc-zsdrb {
  margin-bottom: 2rem;
}

.pc-zsdrb .wehsaxc dl {
  position: absolute;
  text-align: center;
}

.pc-zsdrb .wehsaxc dl:nth-child(1) {
  left: 2.5%;
  top: 10.2%;
}

.pc-zsdrb .wehsaxc dl:nth-child(2) {
  left: 37.5%;
  top: 10.2%;
}

.pc-zsdrb .wehsaxc dl:nth-child(3) {
  left: 72.2%;
  top: 13%;
}

.pc-zsdrb .wehsaxc dl:nth-child(4) {
  left: 89.5%;
  top: 10.5%;
}

.pc-zsdrb .wehsaxc dl:nth-child(5) {
  left: 71.2%;
  top: 42%;
}

.pc-zsdrb .wehsaxc dl:nth-child(6) {
  left: 54.5%;
  top: 39%;
}

.pc-zsdrb .wehsaxc dl:nth-child(7) {
  left: 39.4%;
  top: 42%;
}

.pc-zsdrb .wehsaxc dl:nth-child(8) {
  left: 38.8%;
  top: 71%;
}

.pc-zsdrb .wehsaxc dl:nth-child(9) {
  left: 55.2%;
  top: 71%;
}

.pc-zsdrb .wehsaxc dl a {
  display: block;
  color: #7f7f7f;
  font: 500 1rem/1.3em "sourcehansans";
}

.pc-zsdrb .wehsaxc dl a.a {
  color: #000;
}

.pc-zsdrb .wehsaxc dl a.a:hover {
  color: #109cd9;
}

.gfxny-a2_v2-a1 {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .gfxny-a2_v2-a1 {
    padding-bottom: 2rem;
  }
}

.gfxny-a2_v2-a1 .gfxny-title .tit {
  color: #000000;
  font: 600 1.5625rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .gfxny-a2_v2-a1 .gfxny-title .tit {
    font-size: 1.25rem;
  }
}

.gfxny-a2_v2-a1 .gfxny-title .p {
  color: #1e1e1e;
  font: 500 1.375rem/1.85em "sourcehansans";
  margin-top: 0.15em;
}

@media (max-width: 768px) {
  .gfxny-a2_v2-a1 .gfxny-title .p {
    font-size: 1rem;
  }
}

.gfxny-a2_v2-a1 .gfxny-a2_v1 {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .gfxny-a2_v2-a1 .gfxny-a2_v1 {
    margin-top: 1rem;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.gfxny-a2_v2-a1 .gfxny-a2_v1 dl {
  width: 31.45833%;
  background: #e9574a;
  color: #fff;
  font: 500 1.125rem/1.6em "sourcehansans";
  text-align: center;
  padding: 0.8em 1em;
  margin: 0 0.7em;
}

@media (max-width: 768px) {
  .gfxny-a2_v2-a1 .gfxny-a2_v1 dl {
    width: 48%;
    font-size: 1rem;
    margin: 0;
  }
}

.abt-cont5 {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0;
  }
}

.abt-cont5 .abta5_v1 {
  margin: 0 -1%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abta5_v1 {
    margin-top: 0;
  }
}

.abt-cont5 .abta5_v1 dl {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abta5_v1 dl {
    width: 50%;
    margin-top: 1rem;
  }
}

.abt-cont5 .abta5_v1 dl a.a {
  display: block;
  font-size: 0;
}

.abt-cont5 .abta5_v1 dl a.a img {
  width: 100%;
}

.asgh-a {
  text-align: center;
  padding: 2rem 0 4rem;
}

@media (max-width: 768px) {
  .asgh-a {
    padding: 1.5rem 0 2rem;
  }
}

.asgh-a a.more-msl::before {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.asgh-a a.more-msl i {
  font-size: 1rem;
}

.asgh-a a.more-msl.on i {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.show-ban-weja .m-img {
  padding-bottom: 17%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.show-ban-weja .m-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show-ban-weja .nbanner .nbanner-wen1 .banner-cont b, .show-ban-weja .nbanner .nbanner-wen1 .banner-cont h2 {
  display: none;
}

.n_mbxasht1 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 990px) {
  .n_mbxasht1 {
    height: 60px;
    margin-top: -60px;
  }
}

.n_mbx {
  height: 4rem;
}

.n_mbx .wh {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.n_mbx .wh.fix {
  position: fixed;
  left: 0;
  width: 100%;
  top: 5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #f0f0f0;
  overflow-y: hidden;
}

@media (max-width: 990px) {
  .n_mbx .wh.fix {
    top: 60px;
  }
}

.abta1_v1 .abta1_b1 {
  width: 30%;
}

@media (max-width: 768px) {
  .abta1_v1 .abta1_b1 {
    width: 100%;
  }
}

.abta1_v1 .abta1_b1 .abta1-titlea {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  font: 600 5.5rem/1.2em "montserrat";
  margin-left: -18%;
}

@media (max-width: 768px) {
  .abta1_v1 .abta1_b1 .abta1-titlea {
    margin-left: 0;
    font-size: 3rem;
  }
}

.abta1_v1 .abta1_b1 span.ewhava {
  display: block;
  color: #109cd9;
  font: 500 1.25rem/1.5em "montserrat";
  margin-top: -4rem;
  margin-bottom: 0.8em;
}

@media (max-width: 768px) {
  .abta1_v1 .abta1_b1 span.ewhava {
    margin-bottom: 0em;
    margin-top: 0rem;
  }
}

.abta1_v1 .abta1_b2 {
  width: 65%;
}

@media (max-width: 768px) {
  .abta1_v1 .abta1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.job-list {
  margin-top: 2rem;
}

.job-list li {
  margin-bottom: 2rem;
}

.job-list li .dt {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(202, 202, 202, 0.5);
  border-left: 0.1875rem solid #109CD9;
  padding: 0 3.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt {
    padding: 0 3%;
  }
}

.job-list li .dt .ergasy img {
  height: 2rem;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy img {
    margin-right: 1rem;
    height: 1.8rem;
  }
}

.job-list li .dt .ergasy .weas1 {
  width: 30%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas1 {
    width: 80%;
  }
}

.job-list li .dt .ergasy .weas2 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas2 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .ergasy .weas3 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas3 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .f18 {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt .f18 {
    width: -webkit-calc(96% - 4rem);
    width: -moz-calc(96% - 4rem);
    width: calc(96% - 4rem);
    padding: 1rem 0;
  }
}

.job-list li .dt a.a {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

.job-list li .dt a.a i {
  font-size: 1.125rem;
}

.job-list li .wehha-job {
  padding: 1.875rem 3.125rem 0 3.125rem;
  display: none;
}

@media (max-width: 768px) {
  .job-list li .wehha-job {
    padding: 1.4rem 6% 0;
  }
}

.job-list li .wehha-job strong {
  display: block;
}

.job-list li .wehha-job .more {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .more {
    margin-top: 1rem;
  }
}

.job-list li:nth-child(n+6) {
  display: none;
}

.job-list.cur li:nth-child(n+6) {
  display: block;
}

.heng-imga {
  width: 100%;
  font-size: 0;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .heng-imga {
    margin-top: 1.125rem;
  }
}

.heng-imga img {
  width: 100%;
}

.erhghac {
  color: #494949;
  font: 500 1.5rem/1.75em "sourcehansans";
  padding: 1.5rem 0;
  position: relative;
  padding-left: 30%;
}

@media (max-width: 1440px) {
  .erhghac {
    padding-left: 25%;
  }
}

@media (max-width: 768px) {
  .erhghac {
    padding-left: 0%;
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.6em;
  }
}

.erhghac::before {
  content: '"';
  position: absolute;
  left: 10%;
  top: 0.5em;
  color: #e7f0f3;
  font: 600 10rem/1rem "sourcehansans";
}

@media (max-width: 768px) {
  .erhghac::before {
    display: none;
  }
}

.erhghac::after {
  content: '"';
  position: absolute;
  right: 10%;
  bottom: 0;
  color: #e7f0f3;
  font: 600 10rem/1rem "sourcehansans";
}

@media (max-width: 768px) {
  .erhghac::after {
    display: none;
  }
}

.yggh-cont1 .yggh-a1_b1 {
  margin: 0 -1%;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .yggh-cont1 .yggh-a1_b1 {
    margin-top: 0rem;
  }
}

.yggh-cont1 .yggh-a1_b1 li {
  width: -webkit-calc(100%/6);
  width: -moz-calc(100%/6);
  width: calc(100%/6);
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .yggh-cont1 .yggh-a1_b1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .yggh-cont1 .yggh-a1_b1 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    margin-top: 1rem;
  }
}

.yggh-cont1 .yggh-a1_b1 li a.block {
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem 1rem 1rem;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(202, 202, 202, 0.5);
}

@media (max-width: 1660px) {
  .yggh-cont1 .yggh-a1_b1 li a.block {
    padding: 1.8rem 0.4rem 1rem;
  }
}

.yggh-cont1 .yggh-a1_b1 li a.block i {
  display: block;
  font-size: 0;
  width: 30%;
  margin: 0 auto;
}

.yggh-cont1 .yggh-a1_b1 li a.block i img {
  width: 100%;
}

.yggh-cont1 .yggh-a1_b1 li a.block .wenata {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  margin-top: 1rem;
}

.yggh-cont1 .yggh-a1_b1 li a.block .wenata h2 {
  font: 500 0.85rem/1.5em "sourcehansans";
  padding: 0.5em 0;
}

@media (max-width: 1660px) {
  .yggh-cont1 .yggh-a1_b1 li a.block .wenata h2 {
    font-size: .7rem;
    padding: 1em 0 0.5em;
    line-height: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .yggh-cont1 .yggh-a1_b1 li a.block .wenata h2 {
    font-size: .5rem;
    padding: 1em 0 0.5em;
  }
}

.yggh-cont1 .abta5_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .yggh-cont1 .abta5_v1 {
    margin-top: 0.5rem;
  }
}

.yggh-cont1 .abta5_v1 .mySwiper8 .swiper-slide a.a {
  display: block;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .yggh-cont1 .abta5_v1 .mySwiper8 .swiper-slide a.a {
    margin-top: 0.8rem;
  }
}

.yggh-cont1 .abta5_v1 .mySwiper8 .swiper-slide a.a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yggh-cont1 .abta5_v1 .mySwiper8 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
}

.yggh-cont1 .abta5_v1 .mySwiper8 .swiper-pagination1 span {
  background: #CCCCCC;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border-radius: 0.1rem;
}

.yggh-cont1 .abta5_v1 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E9574A;
  height: 1.2rem;
}

.jt-ggat {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .jt-ggat {
    margin: 1rem 0;
  }
}

.jt-ggat .jt {
  margin: 0 0.5em;
}

.jt-ggat .jt i {
  color: #999999e3;
  font: 500 2rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .jt-ggat .jt i {
    font-size: 1.5rem;
  }
}

.jt-ggat .jt i:hover {
  color: #e9574a;
}

.gfxny-cont1 .gfxny-a1_v1 a.more-msl {
  padding: 0 2.5em;
}

.zxzn-cont1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .zxzn-cont1 {
    margin-top: 2rem;
  }
}

.zxzn-cont2 {
  background: #f8fbfc;
  padding: 4rem 0;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .zxzn-cont2 {
    padding: 2rem 0 1rem;
    margin-top: 2rem;
  }
}

.zxzn-cont2 .zxzn-a2_v1 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .zxzn-cont2 .zxzn-a2_v1 {
    margin-top: 1rem;
  }
}

.zxzn-cont2 .zxzn-a2_v1 dl {
  width: 31.333%;
  padding-top: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .zxzn-cont2 .zxzn-a2_v1 dl {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.zxzn-cont2 .zxzn-a2_v1 dl .img {
  width: 6rem;
  margin: 0 auto;
}

.zxzn-cont2 .zxzn-a2_v1 dl .img img {
  width: 100%;
}

.zxzn-cont2 .zxzn-a2_v1 dl .cont {
  background-color: #ffffff;
  box-shadow: #e9e9e9 0px 0px 1.75rem;
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.zxzn-cont2 .zxzn-a2_v1 dl dt {
  text-align: center;
  color: #2e2e2e;
  font: 600 1.2rem/1.5em "Alibaba-PuHui";
}

.zxzn-cont2 .zxzn-a2_v1 dl dt i {
  font: 600 1.2rem/1.5em "Alibaba-PuHui";
  margin-left: 0.3em;
}

.zxzn-cont2 .zxzn-a2_v1 dl dt a {
  position: relative;
  display: inline-block;
}

.zxzn-cont2 .zxzn-a2_v1 dl dt a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #109cd9;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.zxzn-cont2 .zxzn-a2_v1 dl dt a:hover {
  color: #109cd9;
}

.zxzn-cont2 .zxzn-a2_v1 dl dt a:hover::after {
  width: 100%;
}

.zxzn-cont2 .zxzn-a2_v1 dl dd {
  padding: 0.8rem 10% 0;
  text-align: center;
}

.zxzn-cont2 .zxzn-a2_v1 dl dd p {
  display: block;
  color: #2e2e2e;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  padding: 0.15em 0;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 156, 217, 0.8);
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  padding: 0 10%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada a {
  display: block;
  color: #fff;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  padding: 0.5em 0;
  width: 100%;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada a i {
  font-size: 1.125rem;
  visibility: hidden;
  margin-left: 0.5em;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada a::before {
  content: "·";
  margin-right: 0.5em;
  font-weight: 600;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada a:hover {
  font-weight: 600;
}

.zxzn-cont2 .zxzn-a2_v1 dl .tada a:hover i {
  visibility: visible;
}

.zxzn-cont2 .zxzn-a2_v1 dl:hover .tada {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.zxzn-ny-title {
  text-align: center;
}

.zxzn-ny-title .tit {
  color: #000000;
  font: 600 1.5625rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .zxzn-ny-title .tit {
    font-size: 1.25rem;
  }
}

.zxzn-ny-title i {
  margin: 0.4rem 0;
  display: inline-block;
}

.zxzn-ny-title i img {
  height: .375rem;
}

@media (max-width: 768px) {
  .zxzn-ny-title i {
    margin: 0.2rem 0;
  }
  .zxzn-ny-title i img {
    height: 0.2rem;
  }
}

.zxzn-ny-title p {
  color: #333;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.zxzn-cont3 {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .zxzn-cont3 {
    padding: 2.25rem 0;
  }
}

.zxzn-cont3 .img {
  width: 100%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .zxzn-cont3 .img {
    margin-top: 1rem;
  }
}

.zxzn-cont3 .img img {
  width: 100%;
}

.zxzn-cont4 {
  padding-bottom: 6rem;
}

@media (max-width: 768px) {
  .zxzn-cont4 {
    padding-bottom: 2.5rem;
  }
}

.zxzn-cont4 .zxzn-a4_v1 dl {
  margin-top: 2.6rem;
}

@media (max-width: 768px) {
  .zxzn-cont4 .zxzn-a4_v1 dl {
    margin-top: 1rem;
  }
}

.zxzn-cont4 .zxzn-a4_v1 dl .img {
  width: 49%;
}

@media (max-width: 768px) {
  .zxzn-cont4 .zxzn-a4_v1 dl .img {
    width: 100%;
  }
}

.zxzn-cont4 .zxzn-a4_v1 dl .img img {
  width: 100%;
}

.zxzn-cont4 .zxzn-a4_v1 dl .content {
  width: 48%;
  padding-left: 7%;
}

@media (max-width: 768px) {
  .zxzn-cont4 .zxzn-a4_v1 dl .content {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
}

.zxzn-cont4 .zxzn-a4_v1 dl .content .asgt dt .ico {
  width: 3.4rem;
}

.zxzn-cont4 .zxzn-a4_v1 dl .content .asgt dt .ico img {
  width: 100%;
}

.zxzn-cont4 .zxzn-a4_v1 dl .content .asgt dt p {
  width: -webkit-calc(98% - 3.4rem);
  width: -moz-calc(98% - 3.4rem);
  width: calc(98% - 3.4rem);
  color: #000;
  font: 600 1.35rem/1.2em "Alibaba-PuHui";
}

.zxzn-cont4 .zxzn-a4_v1 dl .content .asgt .p {
  margin: 1em 0 0 0;
}

@media (max-width: 768px) {
  .zxzn-cont4 .zxzn-a4_v1 dl .content .asgt .p {
    margin-top: 0.5em;
  }
}

.zxzn-cont4 .zxzn-a4_v1 dl .content .asgt .p p {
  color: #333;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  padding: 0.3em 0;
}

.zxzn-cont4 .zxzn-a4_v1 dl:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .zxzn-cont4 .zxzn-a4_v1 dl:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .zxaq-xg-cont1 .zxaq-xg-v1 {
    margin-top: 1rem;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v1 p {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/jskj1116/uploads/20230315/d8c86abc3cbdbb8073eccd93b2e43406.svg) no-repeat left 0.65em;
  -o-background-size: 0.3rem auto;
     background-size: 0.3rem auto;
  padding-left: 1em;
  color: #333;
  margin-bottom: 0.3em;
  font-size: 1.125rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .zxaq-xg-cont1 .zxaq-xg-v1 p {
    font-size: 1rem;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v2 {
  padding: 3.5rem 0 5rem;
}

@media (max-width: 768px) {
  .zxaq-xg-cont1 .zxaq-xg-v2 {
    padding: 1.5rem 0;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list {
  margin: 0 -1.5%;
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li {
  width: 20%;
  padding: 0 1.5%;
}

@media (max-width: 1024px) {
  .zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    margin-bottom: 1rem;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a {
  overflow: inherit;
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a h2 {
  text-align: center;
  color: #666;
  font: 500 1.125rem/2em "Alibaba-PuHui";
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 0.2em 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a h2 {
    font-size: 1rem;
  }
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a .img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a .img img {
  width: 100%;
}

.zxaq-xg-cont1 .zxaq-xg-v2 .prosta-list li a.a:hover h2 {
  color: #109cd9;
}

.mt0 {
  padding-top: 0;
}

.yggh-a1v1 {
  margin-top: 3rem;
}

/* 第五屏 */
.style_section__64FSq {
    padding: 80px 0 70px;
    background-color: #f2f2f2;
}

.style_section__64FSq .style_slider-wrap__wnf_0 {
    position: relative;
}

.style_section__64FSq .style_slider-list__P4SfC {
    margin-top: 40px;
    list-style: none;
}

.style_section__64FSq .style_slider-item__YO8Z4 {
    width: 376px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(0);
    transition: all .3s ease-in-out;
}

.style_section__64FSq .style_slider-item__YO8Z4 a {
    color: inherit;
}

@media(hover: hover) {
    .style_section__64FSq .style_slider-item__YO8Z4:hover {
        transform:translateY(-16px);
    }
}

.style_section__64FSq .style_slider-content__RfA5L {
    padding: 2.7rem 1.4rem 1.4rem;
    position: relative;
}

.style_section__64FSq .style_slider-content__RfA5L .zui-button-link {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.style_section__64FSq .style_slider-content__RfA5L .style_brand__j2nq8 {
    height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #323233;
    /* padding-left: 3.2rem; */
    background-size: 2.8rem;
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: 1.2rem;
    display: flex;
}

.style_section__64FSq .style_slider-content__RfA5L .style_brand__j2nq8 span{
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.style_section__64FSq .style_slider-content__RfA5L .style_brand__j2nq8 .style_label__0lflm {
    font-size: 1rem;
    font-weight: 400;
    color: #969799;
    /* text-indent:5px; */
}

.style_section__64FSq .style_slider-content__RfA5L .style_title__40iEt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #323233
}

.style_section__64FSq .style_slider-content__RfA5L .style_desc__Kee5a {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #646566;
    margin-bottom: 1.2rem;
    text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;
    overflow: hidden;
}

.style_section__64FSq .style_slider-content__RfA5L .style_data-list__vE1bp {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 {
    -ms-flex: 1 1;
    flex: 1 1;
}

.style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_number__lPX5J {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #323233;
}

.style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_number__lPX5J .style_suffix__XuWYr {
    font-size: 1rem;
    padding-left: 5px;
}

.style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_text__ScJnP {
    font-size: 1rem;
    line-height: 24px;
    color: #969799
}

@media only screen and (max-width: 768px) {
    .style_section__64FSq {
        padding:30px 0
    }

    .style_section__64FSq h2 {
        padding: 0 16px
    }

    .style_section__64FSq .style_slider-item__YO8Z4 {
        width: 274px;
        margin: 0 6px
    }

    .style_section__64FSq .style_slider-content__RfA5L {
        padding: 30px 20px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_brand__j2nq8 {
        height: 30px;
        font-size: 18px;
        padding-left: 36px;
        background-size: 30px 30px;
        margin-bottom: 18px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_brand__j2nq8 .style_label__0lflm {
        font-size: 12px;
        text-indent:10px;
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_title__40iEt {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_desc__Kee5a {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 18px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 {
        -ms-flex: 1 1;
        flex: 1 1
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_number__lPX5J {
        font-size: 20px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_number__lPX5J .style_suffix__XuWYr {
        font-size: 12px
    }

    .style_section__64FSq .style_slider-content__RfA5L .style_data-item__ZbOk0 .style_text__ScJnP {
        font-size: 12px;
        line-height: 18px
    }
}

