@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1680px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
@font-face {
  font-family: "sss";
  src: url(../images/alibb.TTF);
}
:root {
  --color-zt: #196192;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 12.5%;
}
@media (max-width: 1600px) {
  .wh {
    padding: 0 9%;
  }
}
@media (max-width: 991px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 5.2083333333%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}

@media (max-width: 990px) {
  .section, .fp-tableCell {
    height: auto !important;
  }
  .section2 .fp-tableCell, .section21 .fp-tableCell, .section3 .fp-tableCell, .section4 .fp-tableCell, .section5 .fp-tableCell {
    padding: 2.5rem 0;
  }
  #menua {
    display: none;
  }
  .section5 .fp-tableCell {
    padding: 2.5rem 0 0;
  }
}
.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;
}

.hidden {
  display: none;
}

.more-msl {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.75rem;
  width: 10.5rem;
  text-align: center;
  background: -webkit-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%);
  background: -moz-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%);
  background: -o-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%);
  background: linear-gradient(89deg, #0071BD 48.28%, #00B9EC 120.1%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl i {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .more-msl i {
    font-size: 1rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #196192;
  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: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 2rem;
}

.more-msl1 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.4375rem "sourcehansans";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  background: #E95520;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl1 {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl1 i {
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-msl1 i {
    font-size: 0.875rem;
  }
}
.more-msl1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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-msl1:hover {
  color: #fff;
}
.more-msl1:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.more-msl1:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl2 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.4375rem "sourcehansans";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl2 {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl2 i {
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-msl2 i {
    font-size: 0.875rem;
  }
}
.more-msl2: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-msl2:hover {
  color: #000;
}
.more-msl2:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.more-msl2:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msla {
  display: inline-block;
  color: #939292;
  border: 1px solid #939292;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  width: 10rem;
  text-align: center;
  border-radius: 1.5625rem;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msla {
    line-height: 2.2rem;
    width: 7.3rem;
    font-size: 0.875rem;
  }
}
.more-msla:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #939292;
  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-msla:hover {
  color: #fff;
}
.more-msla: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;
  }
}
.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;
  }
}
.m-imgax {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.m-imgax > video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.bs-logo {
  display: block !important;
}

.yt-logo {
  display: none !important;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.head .head2 {
  line-height: 6.25rem;
  --as-calore: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 4.4375rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .sska {
  margin-left: 1.75rem;
  line-height: 6.25rem;
  height: 6.25rem;
}
.head .head2 .sska i {
  color: #fff;
  font-size: 1.15rem;
}
.head .head2 .sgag {
  position: relative;
  line-height: 6.25rem;
  height: 6.25rem;
}
.head .head2 .sgag a.ma {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 0 1.2em;
  line-height: 2.2rem;
  border-radius: 1.2rem;
}
.head .head2 .sgag a.ma i {
  margin-left: 1em;
}
.head .head2 .sgag a.ma img {
  width: 0.75rem;
  margin-right: 0.2rem;
}
.head .head2 .sgag a.ma span {
  display: inline-block;
  font: 500 0.875rem/1 "sourcehansans";
}
.head .head2 .sgag .dfggsre {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
}
.head .head2 .sgag .dfggsre a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font: 500 0.875rem/2.5em "sourcehansans";
  width: 100%;
  text-align: center;
}
.head .head2 .sgag .dfggsre a:hover {
  color: #196192;
}
.head .head2 .anta_w {
  height: 6.25rem;
  width: auto;
  position: relative;
  width: auto;
  text-align: center;
}
.head .head2 .anta_w .menu {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.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 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.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 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #333;
}
.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 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #333;
}
.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 .sskbj {
  display: none;
}
.head .searchbox {
  border-top: 2px solid #196192;
  top: 6.25rem;
  left: 0;
}
.head .serbtn {
  background: #196192;
}

.zywena {
  position: relative;
}
.zywena a.rhgxt {
  color: var(--as-calore);
  display: block;
  padding: 0 1.85rem;
}
.zywena a.rhgxt i {
  font-size: 1.125rem;
  font-weight: 600;
}
.zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.zywena .yy-sec a:hover {
  color: var(--color-zt);
}

#menu {
  margin-left: 15%;
}
@media (max-width: 1680px) {
  #menu {
    margin-left: 0;
  }
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li + li {
  margin-left: 3.4rem;
}
@media (max-width: 1200px) {
  #menu .nav_a1 li + li {
    margin-left: 1vw;
  }
}
#menu .nav_a1 li a {
  display: block;
  color: #FFFFFF;
  font-family: "sourcehansans";
}
#menu .nav_a1 li > a {
  font-size: 1.15rem;
  position: relative;
  padding: 0 0.8em;
}
#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#menu .nav_a1 li > a::before {
  content: "";
  width: 0;
  height: 0.1875rem;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#menu .nav_a1 li .erji_xiala {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}
#menu .nav_a1 li .erji_xiala .left {
  padding-right: 6.875rem;
}
#menu .nav_a1 li .erji_xiala .left > div {
  display: none;
}
#menu .nav_a1 li .erji_xiala .left > div.active {
  display: block;
}
#menu .nav_a1 li .erji_xiala .left .name {
  padding-top: 4.375rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #303030;
  font-weight: 600;
}
#menu .nav_a1 li .erji_xiala .left .name i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: #333;
  border: 1px solid #999;
  text-align: center;
  line-height: 1.5rem;
}
#menu .nav_a1 li .erji_xiala .left .text {
  color: #969696;
  line-height: 1.5em;
  margin-top: 0.8em;
}
#menu .nav_a1 li .erji_xiala .center {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 2.5rem 2.5rem;
  background: #fff;
}
#menu .nav_a1 li .erji_xiala .center a {
  font-size: 1rem;
  line-height: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #676767;
  position: relative;
}
#menu .nav_a1 li .erji_xiala .center a:hover::before {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#menu .nav_a1 li .erji_xiala .center a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 0;
  height: 1px;
  background: #0D65BD;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#menu .nav_a1 li .erji_xiala .right {
  padding: 2.875rem 2.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
#menu .nav_a1 li .erji_xiala .right .img {
  height: 100%;
}
#menu .nav_a1 li .erji_xiala .right .img .over {
  display: none;
  height: 100%;
}
#menu .nav_a1 li .erji_xiala .right .img .over img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .erji_xiala .right .img .over.active {
  display: block;
}
#menu .nav_a1 li .erji_xiala .erji_xiala::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: #fff;
  height: 100%;
  z-index: -1;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
}
#menu .nav_a1 li .sec a {
  font: 500 0.815rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}
#menu .nav_a1 li .sec a:hover {
  color: #196192 !important;
}
#menu .nav_a1 li .sec:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
}
#menu .nav_a1 li:hover .erji_xiala {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
#menu .nav_a1 li:hover .sec {
  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::before, #menu .nav_a1 li.active > a::before {
  width: 100%;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.navigators.active {
  height: 100%;
}
.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 .xl-nav li .name {
  color: #494949;
  font: 500 1.125rem/2em "sourcehansans";
  margin-bottom: 1em;
}
.navigators .xl-nav li .text {
  color: #494949;
  font: 500 0.9375rem/2em "sourcehansans";
}
.navigators .xl-nav li .text:hover {
  color: #196192;
}

/*手机端头部*/
.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: 34px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 32px;
}

.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 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.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: 0.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: #333;
  font-family: "sourcehansans";
  padding: 0 4%;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #333;
  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 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.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: #333;
}

.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;
  }
}
@-webkit-keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@-moz-keyframes animationOne {
  0% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
         transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -moz-transform: translate(10%, -1px) rotate(36deg);
         transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -moz-transform: translate(20%, 3%) rotate(72deg);
         transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -moz-transform: translate(17%, 6%) rotate(108deg);
         transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -moz-transform: translate(-5%, 3%) rotate(144deg);
         transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
         transform: translate(0px, 0px) rotate(0deg);
  }
}
@-o-keyframes animationOne {
  0% {
    -o-transform: translate(0px, 0px) rotate(0deg);
       transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -o-transform: translate(10%, -1px) rotate(36deg);
       transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -o-transform: translate(20%, 3%) rotate(72deg);
       transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -o-transform: translate(17%, 6%) rotate(108deg);
       transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -o-transform: translate(-5%, 3%) rotate(144deg);
       transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(0deg);
       transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
       -moz-transform: translate(0px, 0px) rotate(0deg);
         -o-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(10%, -1px) rotate(36deg);
       -moz-transform: translate(10%, -1px) rotate(36deg);
         -o-transform: translate(10%, -1px) rotate(36deg);
            transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(20%, 3%) rotate(72deg);
       -moz-transform: translate(20%, 3%) rotate(72deg);
         -o-transform: translate(20%, 3%) rotate(72deg);
            transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(17%, 6%) rotate(108deg);
       -moz-transform: translate(17%, 6%) rotate(108deg);
         -o-transform: translate(17%, 6%) rotate(108deg);
            transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-5%, 3%) rotate(144deg);
       -moz-transform: translate(-5%, 3%) rotate(144deg);
         -o-transform: translate(-5%, 3%) rotate(144deg);
            transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
       -moz-transform: translate(0px, 0px) rotate(0deg);
         -o-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.pc-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera {
  height: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide > img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .banner-wen {
  width: 100%;
  z-index: 99;
  top: 50%;
}
.pc-banner .banner-wen .banner-cont {
  color: #fff;
  text-align: left;
  width: 50%;
}
@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont {
    width: 100%;
  }
}
.pc-banner .banner-wen .banner-cont h2 {
  font: 600 1.85rem/1.35em "sss";
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont h2 {
    font-size: 1.5rem;
  }
}
.pc-banner .banner-wen .banner-cont .p1 {
  font: 600 3rem/1.35em "sss";
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .p1 {
    font-size: 1.75rem;
  }
}
.pc-banner .banner-wen .banner-cont .dl {
  font: 500 1.25rem/1.5em "sourcehansans";
  max-width: 35%;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .dl {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 1em;
  }
}
.pc-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.pc-banner .ban-sot {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 35%;
  z-index: 9;
  color: #fff;
}
@media (max-width: 768px) {
  .pc-banner .ban-sot {
    bottom: 7%;
  }
}
.pc-banner .ban-sot .ban-sbbx {
  width: auto;
}
@media (max-width: 768px) {
  .pc-banner .ban-sot .ban-sbbx {
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pc-banner .ban-sot .ban-sbbx .jt {
  margin: 0 1em;
}
.pc-banner .ban-sot .ban-sbbx .jt.swiper-button-prev1 {
  margin-left: 0;
}
.pc-banner .ban-sot .ban-sbbx .jt i {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
.pc-banner .swiper-pagination1 span {
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  border: 0.1875rem solid transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 0.9375rem;
}
.pc-banner .swiper-pagination1 span.swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
  border: 0.1875rem solid #fff;
}
@media (max-width: 768px) {
  .pc-banner .swiper-pagination1 span {
    margin: 0 0.5rem;
  }
}
.pc-banner .ups-icon-videoplay {
  display: block;
  overflow: hidden;
}
.pc-banner .ups-icon-videoplay:before {
  font-family: "iconfont" !important;
  content: "\e625";
  font-size: 0.875rem;
  color: white;
  margin: 0 0.9375rem;
}
.pc-banner .stop-status.ups-icon-videoplay:before {
  content: "\e624";
}

@-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);
  }
}
@-webkit-keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-moz-keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  75% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
}
@-o-keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  75% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
  100% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  /*动画所花费的时间*/
}

.banerhs-img .banimg1 {
  width: 15.2604166667%;
  position: absolute;
  right: 0;
  top: 0;
}
.banerhs-img .banimg2 {
  width: 40.9375%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    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;
  right: 0;
  width: 100%;
  bottom: 6%;
  z-index: 99;
}
@media (max-width: 990px) {
  .kajjt {
    display: none;
  }
}
.kajjt i {
  width: 1.25rem;
  display: inline-block;
}
.kajjt i img {
  width: 100%;
}
.kajjt span {
  display: block;
  color: #fff;
  font: 500 0.875rem/1.5rem "sourcehansans";
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.section {
  position: relative;
}

.pc-banner {
  overflow: hidden;
}

.head.active, .fp-viewing-section2 .head, .fp-viewing-section3 .head, .fp-viewing-section5 .head, .head.sticky, .head.sticky1 {
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
}
.head.active .head2, .fp-viewing-section2 .head .head2, .fp-viewing-section3 .head .head2, .fp-viewing-section5 .head .head2, .head.sticky .head2, .head.sticky1 .head2 {
  --as-calore:#3A3A3A;
}
.head.active .head2 .anta_w .menu span, .head.active .head2 .anta_w .menu span:before, .head.active .head2 .anta_w .menu span:after, .fp-viewing-section2 .head .head2 .anta_w .menu span, .fp-viewing-section2 .head .head2 .anta_w .menu span:before, .fp-viewing-section2 .head .head2 .anta_w .menu span:after, .fp-viewing-section3 .head .head2 .anta_w .menu span, .fp-viewing-section3 .head .head2 .anta_w .menu span:before, .fp-viewing-section3 .head .head2 .anta_w .menu span:after, .fp-viewing-section5 .head .head2 .anta_w .menu span, .fp-viewing-section5 .head .head2 .anta_w .menu span:before, .fp-viewing-section5 .head .head2 .anta_w .menu span:after, .head.sticky .head2 .anta_w .menu span, .head.sticky .head2 .anta_w .menu span:before, .head.sticky .head2 .anta_w .menu span:after, .head.sticky1 .head2 .anta_w .menu span, .head.sticky1 .head2 .anta_w .menu span:before, .head.sticky1 .head2 .anta_w .menu span:after {
  background: #353535;
}
.head.active .head2 .anta_w .menu.active span, .fp-viewing-section2 .head .head2 .anta_w .menu.active span, .fp-viewing-section3 .head .head2 .anta_w .menu.active span, .fp-viewing-section5 .head .head2 .anta_w .menu.active span, .head.sticky .head2 .anta_w .menu.active span, .head.sticky1 .head2 .anta_w .menu.active span {
  background: transparent;
}
.head.active .head2 .logo a img, .fp-viewing-section2 .head .head2 .logo a img, .fp-viewing-section3 .head .head2 .logo a img, .fp-viewing-section5 .head .head2 .logo a img, .head.sticky .head2 .logo a img, .head.sticky1 .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head.active #menu .nav_a1 li a, .fp-viewing-section2 .head #menu .nav_a1 li a, .fp-viewing-section3 .head #menu .nav_a1 li a, .fp-viewing-section5 .head #menu .nav_a1 li a, .head.sticky #menu .nav_a1 li a, .head.sticky1 #menu .nav_a1 li a {
  color: #3A3A3A;
}
.head.active #menu .nav_a1 li > a::before, .fp-viewing-section2 .head #menu .nav_a1 li > a::before, .fp-viewing-section3 .head #menu .nav_a1 li > a::before, .fp-viewing-section5 .head #menu .nav_a1 li > a::before, .head.sticky #menu .nav_a1 li > a::before, .head.sticky1 #menu .nav_a1 li > a::before {
  background: #196192;
}
.head.active #menu .nav_a1 li:hover > a, .head.active #menu .nav_a1 li.active > a, .fp-viewing-section2 .head #menu .nav_a1 li:hover > a, .fp-viewing-section2 .head #menu .nav_a1 li.active > a, .fp-viewing-section3 .head #menu .nav_a1 li:hover > a, .fp-viewing-section3 .head #menu .nav_a1 li.active > a, .fp-viewing-section5 .head #menu .nav_a1 li:hover > a, .fp-viewing-section5 .head #menu .nav_a1 li.active > a, .head.sticky #menu .nav_a1 li:hover > a, .head.sticky #menu .nav_a1 li.active > a, .head.sticky1 #menu .nav_a1 li:hover > a, .head.sticky1 #menu .nav_a1 li.active > a {
  color: #196192;
}
.head.active .head2 .sska i, .fp-viewing-section2 .head .head2 .sska i, .fp-viewing-section3 .head .head2 .sska i, .fp-viewing-section5 .head .head2 .sska i, .head.sticky .head2 .sska i, .head.sticky1 .head2 .sska i {
  color: #353535;
}
.head.active .head2 .sgag a.ma, .fp-viewing-section2 .head .head2 .sgag a.ma, .fp-viewing-section3 .head .head2 .sgag a.ma, .fp-viewing-section5 .head .head2 .sgag a.ma, .head.sticky .head2 .sgag a.ma, .head.sticky1 .head2 .sgag a.ma {
  background: #196192;
  border-color: #196192;
}
.head.active .head2 .sgag .dfggsre a, .fp-viewing-section2 .head .head2 .sgag .dfggsre a, .fp-viewing-section3 .head .head2 .sgag .dfggsre a, .fp-viewing-section5 .head .head2 .sgag .dfggsre a, .head.sticky .head2 .sgag .dfggsre a, .head.sticky1 .head2 .sgag .dfggsre a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.sticky, .sticky1 {
  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 .head2, .sticky1 .head2 {
  background: #fff;
}
.sticky .head2 .logo a img, .sticky1 .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.sticky .head2 #menu .nav_a1 li > a, .sticky1 .head2 #menu .nav_a1 li > a {
  color: #333333;
}
.sticky .head2 #menu .nav_a1 li:hover > a, .sticky1 .head2 #menu .nav_a1 li:hover > a {
  color: #196192;
}
.sticky .head2 #menu .nav_a1 li > a::before, .sticky1 .head2 #menu .nav_a1 li > a::before {
  background: #196192;
}
.sticky .head2 .sska i, .sticky1 .head2 .sska i {
  color: #196192;
}
.sticky .head2 .sgag a.ma img.b, .sticky1 .head2 .sgag a.ma img.b {
  display: inline-block;
}
.sticky .head2 .sgag a.ma img.a, .sticky1 .head2 .sgag a.ma img.a {
  display: 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%);
  }
}
.titlea1 h2 {
  color: #196192;
  font: 600 2.25rem/1.1em "sourcehansans";
}
@media (max-width: 768px) {
  .titlea1 h2 {
    font-size: 1.9rem;
  }
}
.titlea1 span {
  display: block;
  color: rgba(25, 97, 146, 0.3);
  font: 600 1.875rem/1.1em "Arial";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .titlea1 span {
    font-size: 1.25rem;
  }
}

#menua {
  position: fixed;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menua li {
  padding-left: 3.75rem;
  position: relative;
}
#menua li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menua li a {
  font: 500 0.875rem/2.5em "sourcehansans";
  color: rgba(255, 255, 255, 0.6);
  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;
}
#menua li a::before {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 1.375rem;
}
#menua li.active:before {
  width: 3.75rem;
}
#menua li.active a {
  color: #fff;
}
#menua li.active a:before {
  background: #fff;
}

.fp-viewing-section2 #menua li::before, .fp-viewing-section3 #menua li::before, .fp-viewing-section5 #menua li::before {
  background: #036EB8;
}
.fp-viewing-section2 #menua li a, .fp-viewing-section3 #menua li a, .fp-viewing-section5 #menua li a {
  color: #595959;
}
.fp-viewing-section2 #menua li a::before, .fp-viewing-section3 #menua li a::before, .fp-viewing-section5 #menua li a::before {
  border-color: #D6D6D6;
}
.fp-viewing-section2 #menua li.active a, .fp-viewing-section3 #menua li.active a, .fp-viewing-section5 #menua li.active a {
  color: #036EB8;
}
.fp-viewing-section2 #menua li.active a::before, .fp-viewing-section3 #menua li.active a::before, .fp-viewing-section5 #menua li.active a::before {
  background: #036EB8;
  border-color: #036EB8;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: rgba(3, 110, 184, 0.5);
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}
.title_a1 b {
  display: block;
  font: 600 5rem/1em "sss";
  text-transform: uppercase;
  margin-left: -0.8em;
}
@media (max-width: 768px) {
  .title_a1 b {
    margin-left: 0;
    font-size: 3rem;
  }
}
.title_a1 h2 {
  text-align: left;
  color: #036EB8;
  font: 700 0.875rem/2em "Montserrat";
  border-left: 0.3125rem solid #036EB8;
  padding-left: 2.8125rem;
  margin-top: -3rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title_a1 h2 {
    margin-top: -2.3rem;
    margin-left: 1.5rem;
    padding-left: 1rem;
  }
}
.title_a1 h3 {
  color: #333333;
  font: 600 2.1875rem/1.5em "sourcehansans";
  margin-top: 0.2em;
  margin-left: 2.8125rem;
}
@media (max-width: 768px) {
  .title_a1 h3 {
    font-size: 1.8rem;
    margin-left: 0;
  }
}

.section2 .fp-bga1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/bj1.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.section2 .fp-bga1:after {
  content: "";
  width: 38.8541666667%;
  height: 100%;
  background: rgba(226, 235, 241, 0.75);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .section2 .fp-bga1:after {
    display: none;
  }
}
.section2 .as1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section2 .as1 {
    position: static;
    margin-top: 1rem;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.section2 .as1 li a {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 2em;
  padding: 0.25em 1.5em;
}
@media (max-width: 768px) {
  .section2 .as1 li a {
    padding: 0.25em 0;
    font-size: 1.4rem;
  }
}
.section2 .as1 li.on a {
  color: #036EB8;
  font-weight: 700;
}
.section2 .section2-v1 .a2_b1 {
  width: 43.0555555556%;
}
@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b1 {
    width: 100%;
  }
}
.section2 .section2-v1 .a2_b1 .a2_b1c1 {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-left: 2.8125rem;
  margin-top: 1.2em;
  text-align: justify;
}
@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b1 .a2_b1c1 {
    margin-left: 0;
    font-size: 1rem;
    margin-top: 0.7em;
  }
}
.section2 .section2-v1 .a2_b1 a.more-msl {
  margin-top: 2.5rem;
  margin-left: 2.8125rem;
}
@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b1 a.more-msl {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.section2 .section2-v1 .a2_b2 {
  width: 53.3333333333%;
}
.section2 .section2-v1 .a2_b2 p {
  color: #333333;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .section2 .section2-v1 .a2_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.title_a1.bs .label_el {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}
.title_a1.bs h2 {
  color: #fff;
  border-color: #fff;
}
.title_a1.bs h3 {
  color: #fff;
}

.section21 {
  background: url(../images/bj21.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.section21 .wehx-asv1 {
  position: relative;
}
.section21 .wehx-asv1 .ahhras1 > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section21 .wehx-asv1 .ahhras1 > div i {
  font-size: 4rem;
  font-weight: 100;
}
.section21 .wehx-asv1 .ahhras1 > div.swiper-button-next1 {
  left: -5rem;
}
.section21 .wehx-asv1 .ahhras1 > div.swiper-button-prev1 {
  right: -5rem;
}
.section21 .wehx-asv1 .mySwiper21 {
  padding: 1rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .section21 .wehx-asv1 .mySwiper21 {
    margin-top: 0;
  }
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide a.imasx {
  display: block;
  position: relative;
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide a.imasx .img img {
  width: 100%;
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide a.imasx .name {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  color: #8C8C8C;
  font-size: 1.125rem;
  padding: 1rem 1em;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .section21 .wehx-asv1 .mySwiper21 .swiper-slide a.imasx .name {
    font-size: 1rem;
    padding: 0.85rem 1em;
  }
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide.swiper-slide-active, .section21 .wehx-asv1 .mySwiper21 .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);
}
.section21 .wehx-asv1 .mySwiper21 .swiper-slide.swiper-slide-active a.imasx .name, .section21 .wehx-asv1 .mySwiper21 .swiper-slide.swiper-slide-duplicate-active a.imasx .name {
  background: -webkit-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%), #01B0E6;
  background: -moz-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%), #01B0E6;
  background: -o-linear-gradient(1deg, #0071BD 48.28%, #00B9EC 120.1%), #01B0E6;
  background: linear-gradient(89deg, #0071BD 48.28%, #00B9EC 120.1%), #01B0E6;
  color: #fff;
}

@media (max-width: 990px) {
  .section3 .fp-tableCell {
    padding-bottom: 0;
  }
}
.section3 .section3-v1 {
  padding-bottom: 28%;
}
@media (max-width: 768px) {
  .section3 .section3-v1 {
    padding-bottom: 2.5rem;
  }
}
.section3 .section3-v1 .a3_vas1 {
  width: 40.2777777778%;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .section3 .section3-v1 .a3_vas1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.section3 .section3-v1 .a3_vas1 .p {
  color: #FFFFFF;
  font: 500 1.125rem/1.7em "sourcehansans";
}
@media (max-width: 768px) {
  .section3 .section3-v1 .a3_vas1 .p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .section3 .section3-v1 .a3_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}
.section3 .section3-v2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .section3 .section3-v2 {
    position: static;
  }
}
.section3 .section3-v2 .xagffr {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .section3 .section3-v2 .xagffr {
    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;
  }
}
.section3 .section3-v2 .xagffr li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section3 .section3-v2 .xagffr li a.a {
  display: block;
  text-align: center;
  padding: 3rem 1em 4rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a {
    padding: 2rem 0.8em 2.6rem;
  }
}
.section3 .section3-v2 .xagffr li a.a u {
  display: block;
  height: 4.6875rem;
  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-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a u {
    height: 3.5rem;
  }
}
.section3 .section3-v2 .xagffr li a.a u img {
  max-height: 100%;
}
.section3 .section3-v2 .xagffr li a.a h2 {
  color: #FFFFFF;
  font: 500 1.25rem/1.45em "sourcehansans";
  margin: 0.8em auto 0.4em;
}
@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a h2 {
    font-size: 1.125rem;
    height: 4.35em;
  }
}
.section3 .section3-v2 .xagffr li a.a .p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "sourcehansans";
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section3 .section3-v2 .xagffr li a.a .p {
    font-size: 1rem;
  }
}
.section3 .section3-v2 .xagffr li a.a i {
  width: 2.75rem;
  height: 2.75rem;
  line-height: -webkit-calc(2.75rem - 2px);
  line-height: -moz-calc(2.75rem - 2px);
  line-height: calc(2.75rem - 2px);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  font-size: 1.25rem;
}
.section3 .section3-v2 .xagffr li a.a:hover {
  background: -webkit-linear-gradient(43deg, #0071BD 24.09%, #00B9EC 138.49%);
  background: -moz-linear-gradient(43deg, #0071BD 24.09%, #00B9EC 138.49%);
  background: -o-linear-gradient(43deg, #0071BD 24.09%, #00B9EC 138.49%);
  background: linear-gradient(47deg, #0071BD 24.09%, #00B9EC 138.49%);
}
.section3 .section3-v2 .xagffr li a.a:hover u {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.section3 .section3-v2 .xagffr li a.a:hover i {
  background: #fff;
  color: #6D6D6D;
}

.section4 .section4-v1 .a4_vas1 {
  margin-left: 2.8125rem;
  width: 40%;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .section4 .section4-v1 .a4_vas1 {
    width: 100%;
    margin-left: 0;
  }
}
.section4 .section4-v1 .a4_vas1 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.7em "sourcehansans";
}
@media (max-width: 768px) {
  .section4 .section4-v1 .a4_vas1 .p {
    font-size: 1rem;
  }
}
.section4 .section4-v1 .a4_vas1 .more-msl.bs {
  border-color: #036EB8;
  color: #036EB8;
}
@media (max-width: 768px) {
  .section4 .section4-v1 .a4_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}
.section4 .section4-v1 .a4_vas1 .more-msl.bs::before {
  background: #036EB8;
}
.section4 .section4-v1 .a4_vas1 .more-msl.bs:hover {
  color: #fff;
}
.section4 .wehhga {
  margin-left: 12.5%;
  position: relative;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .section4 .wehhga {
    margin: 1.5rem 4% 0;
  }
}
.section4 .wehhga .mySwiper1 {
  padding-right: 21.875%;
  position: relative;
}
@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 {
    padding-right: 0;
  }
}
.section4 .wehhga .mySwiper1 .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4 .wehhga .mySwiper1 .aggevas {
  background: #FFFFFF;
  padding: 3.375rem 9%;
  border-right: 1px solid rgba(170, 170, 170, 0.7);
}
@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas {
    padding: 2.375rem 9%;
  }
}
.section4 .wehhga .mySwiper1 .aggevas span {
  display: block;
  color: #AAAAAA;
  font: 500 0.9375rem/1.5em "sourcehansans";
  position: relative;
  z-index: 1;
}
.section4 .wehhga .mySwiper1 .aggevas span i {
  vertical-align: middle;
  font-size: 0.9375rem;
}
.section4 .wehhga .mySwiper1 .aggevas a.name {
  display: block;
  color: #262626;
  font: 500 1.375rem/1.2em "sourcehansans";
  margin: 0.3em 0 0.5rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas a.name {
    font-size: 1.2rem;
  }
}
.section4 .wehhga .mySwiper1 .aggevas .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .aggevas .p {
    font-size: 1rem;
  }
}
.section4 .wehhga .mySwiper1 .aggevas a.xwmore {
  position: relative;
  z-index: 1;
  margin-top: 1.25em;
}
.section4 .wehhga .mySwiper1 .aggevas a.xwmore i {
  display: block;
  width: 1.625rem;
  margin-left: 0.4em;
  line-height: 1;
}
.section4 .wehhga .mySwiper1 .aggevas a.xwmore i img {
  width: 100%;
  -webkit-filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(93%) contrast(94%);
          filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(93%) contrast(94%);
}
.section4 .wehhga .mySwiper1 .aggevas a.xwmore p {
  color: #5B5B5B;
  font: 500 0.875rem/1.5em "sourcehansans";
}
.section4 .wehhga .mySwiper1 .swiper-slide {
  padding: 0.875rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .section4 .wehhga .mySwiper1 .swiper-slide {
    padding: 1.0625rem 0;
  }
}
.section4 .wehhga .mySwiper1 .swiper-slide::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(22deg, #0071BD 34.13%, #00B9EC 127.78%);
  background: -moz-linear-gradient(22deg, #0071BD 34.13%, #00B9EC 127.78%);
  background: -o-linear-gradient(22deg, #0071BD 34.13%, #00B9EC 127.78%);
  background: linear-gradient(68deg, #0071BD 34.13%, #00B9EC 127.78%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
.section4 .wehhga .mySwiper1 .swiper-slide:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  height: 100%;
}
.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas span, .section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.name, .section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas .p {
  color: #fff;
}
.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.xwmore p {
  color: #fff;
}
.section4 .wehhga .mySwiper1 .swiper-slide:hover .aggevas a.xwmore img {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 768px) {
  .section4 .wehhga .ahhras {
    display: none;
  }
}
.section4 .wehhga .ahhras > div {
  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: 99;
  background: #DAE6EF;
  width: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.section4 .wehhga .ahhras > div.swiper-button-next1 {
  left: -1.6875rem;
  outline: none;
}
.section4 .wehhga .ahhras > div.swiper-button-prev1 {
  right: 20.46875%;
  outline: none;
}
.section4 .wehhga .ahhras > div i {
  color: #196192;
  font-size: 1.1rem;
  font-weight: 600;
  outline: none;
}

.v-hide {
  visibility: hidden;
}

@media (max-width: 990px) {
  .section5 {
    padding-bottom: 0;
  }
}
.section5 .sy_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 990px) {
  .section5 .sy_foot {
    position: static;
  }
}
.section5 .section5-v1 {
  padding-bottom: 20%;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .section5 .section5-v1 {
    padding-bottom: 2rem;
  }
}
.section5 .section5-v1 .a5_vas1 {
  margin-top: 1rem;
  color: #FFFFFF;
  font: 500 1.125rem/1.7em "sourcehansans";
  margin-left: 2.8125rem;
}
@media (max-width: 768px) {
  .section5 .section5-v1 .a5_vas1 {
    margin-left: 0;
    font-size: 1rem;
  }
  .section5 .section5-v1 .a5_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
}

@media (min-width: 991px) {
  .active .section4-v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
      -o-animation-duration: 1s;
         animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
       -moz-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .section3-v2, .active .wehhga {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
      -o-animation-duration: 0.8s;
         animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 0.8s;
       -moz-animation-delay: 0.8s;
         -o-animation-delay: 0.8s;
            animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .section3-v1 .title_a1, .active .section5-v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
      -o-animation-duration: 1.2s;
         animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
       -moz-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeftBig;
       -moz-animation-name: fadeInLeftBig;
         -o-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
  }
  .active .section3-v1 .a3_vas1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
      -o-animation-duration: 1.2s;
         animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-name: fadeInRightBig;
       -moz-animation-name: fadeInRightBig;
         -o-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig;
  }
}
.visv {
  visibility: hidden;
}

.foot-fot .mslm-nav > li > a, .foot-fot .mslm-nav > li .sec a, .foot-fot .aniut i {
  color: #fff;
}

.leida {
  position: absolute;
  right: 30%;
  top: 30%;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  z-index: 1;
}

.leida .ddt {
  display: inline-block;
  position: relative;
  z-index: 7;
  width: 2.5rem;
}

@media (max-width: 768px) {
  .leida .ddt {
    width: 2rem;
  }
}
.leida .ddt img {
  width: 100%;
}

.leida span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.leida .span4 {
  width: 16.125rem;
  height: 16.125rem;
  margin: -8.0625rem 0 0 -8.0625rem;
  z-index: 4;
}

.leida .span5 {
  width: 29.125rem;
  height: 29.125rem;
  margin: -14.5625rem 0 0 -14.5625rem;
  z-index: 3;
}

.leida .span6 {
  width: 42rem;
  height: 42rem;
  margin: -21rem 0 0 -21rem;
  z-index: 2;
}

.FpulseSlow2 {
  -webkit-animation: FpulseSlow2 infinite 3s linear;
     -moz-animation: FpulseSlow2 infinite 3s linear;
       -o-animation: FpulseSlow2 infinite 3s linear;
          animation: FpulseSlow2 infinite 3s linear;
  opacity: 0.1;
}

@-webkit-keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes FpulseSlow2 {
  0% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -moz-transform: scale(1.5);
         transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes FpulseSlow2 {
  0% {
    -o-transform: scale(0.5);
       transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -o-transform: scale(1.5);
       transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  100% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.foot-fot .foot1 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 990px) {
  .foot-fot .foot1 {
    border-top: 1px solid #fff;
  }
}
.foot-fot .foota1 {
  padding: 2.875rem 0 1.5rem;
}
.foot-fot .foota1 .d_nav li a {
  display: block;
  color: #fff;
}
.foot-fot .foota1 .d_nav li > a {
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}
.foot-fot .foota1 .d_nav .sec {
  color: #DCF4FF;
  font: 500 0.9375rem/1.8em "sourcehansans";
}
.foot-fot .foota1 .d_nav .sec a {
  color: #DCF4FF;
  font: 500 0.9375rem/1.8em "sourcehansans";
}
.foot-fot .foota1 .d_nav .sec a:hover {
  color: rgba(220, 244, 255, 0.5);
}
.foot-fot .foota1 .d_nav .derma {
  width: 7.3125rem;
}
.foot-fot .foota1 .d_nav .derma.dermb {
  width: auto;
}
.foot-fot .foota1 .d_nav .derma img {
  width: 100%;
}
.foot-fot .foota1 .d_nav .derma > p {
  color: #fff;
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}
.foot-fot .foota1 .d_nav .derma .fegxa {
  text-align: left;
}
.foot-fot .foota1 .d_nav .derma .fegxa a {
  display: inline-block;
  color: #fff;
  border-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
.foot-fot .foota1 .d_nav .derma .fegxa a:hover {
  background: #fff;
  color: #333;
}
.foot-fot .foota2 {
  padding: 0.8rem 0;
  color: #DCF4FF;
  font: 500 0.9375rem/1.5em "sourcehansans";
  text-align: center;
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    padding: 1rem 0;
  }
}
.foot-fot .foota2 a {
  color: #DCF4FF;
}
.foot-fot .foota2 a:hover {
  color: rgba(220, 244, 255, 0.5);
}
.foot-fot .foota2 .foota2-v1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
@media (max-width: 990px) {
  .foot-fot .foota2 .foota2-v1 {
    padding: 0;
    border-top: none;
  }
  .foot-fot .foota2 .foota2-v1 p:nth-child(2) {
    display: none;
  }
}

.foot1-m {
  display: none;
  width: 100%;
}
.foot1-m .derma-m {
  width: 100%;
  margin: 1.5em auto 0;
}
.foot1-m .derma-m .d_erma {
  text-align: center;
  margin: 0 1em;
}
.foot1-m .derma-m .d_erma img {
  width: 87px;
}
@media (max-width: 600px) {
  .foot1-m .derma-m .d_erma {
    margin: 0 0.5em;
  }
  .foot1-m .derma-m .d_erma img {
    width: 75px;
  }
}

@media (max-width: 990px) {
  .d_nav, .foota1 {
    display: none;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

.nbanner .nbanner-wen1 {
  width: 100%;
}
.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "sss";
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .d-nam {
  color: #fff;
  font: 500 1.25rem/1.5em "sourcehansans";
  max-width: 34.0277777778%;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .d-nam {
    max-width: 100%;
    font-size: 1rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd {
  color: #fff;
  font: 500 1rem/1.3em "sourcehansans";
  margin-top: 0.5em;
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd a {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd a:hover {
  text-decoration: underline;
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd span:last-child {
  display: none;
}

.ny-content {
  min-height: 10vh;
}

.ny-foot {
  background: #196192;
}
.ny-foot .foot-fot .foota1 {
  padding: 3.875rem 0 3rem;
}
.ny-foot .foot-fot .foota2 {
  padding: 0;
}

.n-ban-vs {
  position: absolute;
  left: 12.5%;
  bottom: 1px;
  background: #fff;
  width: 87.5%;
}
.n-ban-vs .wh {
  padding-left: 0;
}
@media (max-width: 768px) {
  .n-ban-vs .wh {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  .n-ban-vs {
    left: 9%;
    width: 91%;
  }
}
@media (max-width: 991px) {
  .n-ban-vs {
    left: 5.78125%;
    width: 94.21875%;
  }
}
@media (max-width: 768px) {
  .n-ban-vs {
    padding: 0 4%;
    left: 0;
    width: 100%;
    position: static;
    border-bottom: 1px solid #f0f0f0;
  }
}
.n-ban-vs .mbx-a {
  margin-left: 1.875rem;
}
@media (max-width: 768px) {
  .n-ban-vs .mbx-a {
    display: none;
  }
}
.n-ban-vs .mbx-a .ajhhsd {
  color: #333333;
  padding: 0;
}
.n-ban-vs .mbx-a .ajhhsd i {
  font: 500 1.125rem/5rem "sourcehansans";
}
.n-ban-vs .mbx-a .ajhhsd i.aniure {
  display: none;
}
.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc {
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 8rem;
  left: -3.5rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc a {
  font: 500 0.815rem/1.5em "";
  padding: 0.5em 0;
  color: #fff;
}
.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc a:hover {
  font-weight: 600;
}
.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.n-ban-vs .mbx-a .ajhhsd i.aniure .srvc.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}
.n-ban-vs .mbx-a .ajhhsd > a {
  color: #333333;
  font: 500 1.125rem/5rem "sourcehansans";
}
.n-ban-vs .mbx-a .ajhhsd > a:hover {
  color: #036EB8;
}
.n-ban-vs .mbx-a .ajhhsd span:last-of-type {
  display: none;
}
.n-ban-vs .mbx-b {
  max-width: 100%;
}

@media (max-width: 768px) {
  .n_src {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.n_src li {
  display: inline-block;
}
.n_src li + li {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .n_src li + li {
    margin-left: 1rem;
  }
}
.n_src li a {
  display: block;
  color: #333333;
  font: 500 1rem/5rem "sourcehansans";
  position: relative;
}
.n_src li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.125rem;
  background: #036EB8;
  width: 0%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .n_src li a {
    color: #000;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 3.5rem;
  }
}
.n_src li:hover a, .n_src li.active a {
  color: #036EB8;
}
.n_src li:hover a::after, .n_src li.active a::after {
  width: 100%;
}

@-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;
}

/* 图片动画 */
.fang {
  overflow: hidden;
}

.fang img {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.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);
}

.title_ny {
  border-bottom: 1px solid #DDDDDD;
}
.title_ny .h2a {
  color: #000000;
  font: 600 2rem/2em "sourcehansans";
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .title_ny .h2a {
    font-size: 1.5rem;
  }
}
.title_ny .h2a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #196192;
  width: 100%;
  height: 1px;
}

.ss-list li.tjb {
  width: 32.333%;
  margin-bottom: 2.625rem;
  margin-right: 1.5%;
  position: relative;
  border-bottom: 2px solid #EDEDED;
}
.ss-list li.tjb:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ss-list li.tjb {
    margin-bottom: 1.2rem;
    width: 49%;
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(3n) {
    margin-right: 2%;
  }
  .ss-list li.tjb:nth-child(2n) {
    margin-right: 0%;
  }
}
.ss-list li.tjb a.img {
  display: block;
}
.ss-list li.tjb .wenta {
  padding: 1.5625rem 5%;
}
@media (max-width: 768px) {
  .ss-list li.tjb .wenta {
    padding: 0.9rem 5%;
  }
}
.ss-list li.tjb .wenta h2 a {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.4em "sourcehansans";
  height: 2.8em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ss-list li.tjb .wenta h2 a {
    font-size: 1rem;
  }
}
.ss-list li.tjb .wenta span {
  display: block;
  color: #848484;
  font: 500 1rem/1.4em "sourcehansans";
}
.ss-list li.tjb::after {
  content: "";
  width: 0;
  height: 2px;
  background: #196192;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ss-list li.tjb:hover::after {
  width: 100%;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.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 "Poppins";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.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 "Noto Sans SC";
  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 "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

a.i-ma {
  position: relative;
}

a.i-ma b {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  a.i-ma b {
    padding: 7px 4px 4px;
  }
}
a.i-ma b img {
  max-width: 100px !important;
  width: 4.625rem !important;
}

.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: #196192;
  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: #196192;
  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: #196192;
  border-color: #196192;
  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: 1rem 0 3.5rem;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1rem 0 1.5rem;
  }
}

.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;
}

.wow-m {
  display: inline-block;
  overflow: hidden;
}
.wow-m span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
       -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 1s 0.4s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}
.wow-m span.sp1 {
  -webkit-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -o-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  -moz-transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
  transition: all 2s 1s cubic-bezier(0.46, 0.87, 0.18, 1.01);
}
.wow-m.animated span {
  opacity: 1;
  -webkit-transform: translate(0%, 0);
     -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
       -o-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

.title_a2 {
  text-align: center;
}
.title_a2 b {
  display: block;
  font: 600 5rem/1em "sss";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title_a2 b {
    font-size: 3rem;
  }
}
.title_a2 h2 {
  text-align: center;
  color: #036EB8;
  font: 500 0.875rem/2em "sourcehansans";
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .title_a2 h2 {
    margin-top: -2.3rem;
  }
}
.title_a2 h3 {
  color: #333333;
  font: 600 2.1875rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .title_a2 h3 {
    font-size: 1.8rem;
  }
}
.title_a2 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .title_a2 .p {
    font-size: 1rem;
  }
}

.abt-cont1 {
  padding-top: 4.7rem;
  background: url(../images/shxt1.png) no-repeat left 4%;
  -o-background-size: 22.125rem auto;
     background-size: 22.125rem auto;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding-top: 2.5rem;
  }
}
.abt-cont1 .abt-a1v1 {
  padding-left: 12.5%;
}
@media (max-width: 1600px) {
  .abt-cont1 .abt-a1v1 {
    padding-left: 9%;
  }
}
@media (max-width: 991px) {
  .abt-cont1 .abt-a1v1 {
    padding-left: 5.78125%;
  }
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    padding: 0 4%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  padding-left: 8.3333333333%;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 h2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(3, 110, 184, 0.45);
  font: 600 5rem/1.05em "sss";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 h2 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    font-size: 2rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 i {
  display: block;
  font-size: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 i {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1b2 {
  text-align: center;
  padding: 0 6.9444444444%;
  margin-top: 2.25rem;
  background: url(../images/wehxa1.svg) no-repeat left top, url(../images/wehxa2.svg) no-repeat right top;
  -o-background-size: 3.8125rem auto;
     background-size: 3.8125rem auto;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 {
    margin-top: 1rem;
    -o-background-size: 2rem auto;
       background-size: 2rem auto;
  }
}
.abt-cont1 .abt-a1b2 .name {
  color: #333333;
  font: 500 1.5rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 .name {
    font-size: 1.2rem;
  }
}
.abt-cont1 .abt-a1b2 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 .p {
    font-size: 1rem;
    text-align: left;
  }
}

.abt-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.75rem 0 8.25rem;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.2rem 0 0.5rem;
    margin-top: 2rem;
  }
}
.abt-cont2 .abt-cont2_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 {
  width: 50%;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 {
    width: 100%;
    padding: 0;
    margin: 1rem 0 1.5rem;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa {
    width: 100%;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i {
  display: block;
  font-size: 0;
  width: 6.6875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i {
    width: 4.6875rem;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa i:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa h2 {
  color: #333333;
  font: 500 1.5rem/1.6em "sourcehansans";
  padding: 1rem 0 0.4rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa h2 {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab1 .abt_wehxa .p {
    font-size: 1rem;
  }
}
.abt-cont2 .abt-cont2_list1 li .abt-ab2 {
  width: 50%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li .abt-ab2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab2 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab1 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-cont2_list1 li:nth-child(2n) .abt-ab1 {
    padding: 0;
  }
}

.cxpt-cont1 {
  padding: 5.75rem 0 2.8125rem;
  position: relative;
}
.cxpt-cont1:after {
  content: "";
  display: block;
  width: 12.0625rem;
  height: 12.0625rem;
  background: url(../images/bja1.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  right: 5.2083333333%;
  top: 25%;
  z-index: -1;
}
.cxpt-cont1:before {
  content: "";
  display: block;
  width: 22.125rem;
  height: 27.875rem;
  background: url(../images/bja2.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: -1;
}
@media (max-width: 768px) {
  .cxpt-cont1 {
    padding: 2.5rem 0 1rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 {
    margin-top: 1.2rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl {
  margin-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl {
    margin-bottom: 1.5rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl dt {
  width: 48.75%;
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dt {
    width: 100%;
    padding: 0 4%;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl dd {
  width: 51.25%;
  padding-right: 12.5%;
  padding-left: 2.375rem;
  text-align: justify;
}
@media (max-width: 1600px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding-right: 9%;
  }
}
@media (max-width: 991px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding-right: 5.78125%;
  }
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd {
    padding: 0 4%;
    width: 100%;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl dd .name {
  color: #333333;
  font: 500 1.5rem/1.8em "sourcehansans";
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd .name {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl dd .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd .p {
    font-size: 1rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl dd a.more-msl {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl dd a.more-msl {
    margin-top: 0.85rem;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dt {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dt {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 12.5%;
  padding-right: 2.375rem;
}
@media (max-width: 1600px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding-left: 9%;
  }
}
@media (max-width: 991px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding-left: 5.78125%;
  }
}
@media (max-width: 768px) {
  .cxpt-cont1 .cxpt-a1_list1 dl:nth-child(2n) dd {
    padding: 0 4%;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.lxwm-cont1 {
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .lxwm-cont1 {
    padding: 2.5rem 0;
  }
}
.lxwm-cont1 .lxwm-a1_v1 {
  margin-top: 2.425rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 {
    margin-top: 1.5rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl {
  width: 48.3333333333%;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 1.5rem rgba(25, 97, 146, 0.25);
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl {
    width: 100%;
  }
  .lxwm-cont1 .lxwm-a1_v1 dl + dl {
    margin-top: 1.5rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl dt {
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "sourcehansans";
  padding: 0.6em 4%;
  background: #036EB8;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl dt {
    font-size: 1.3rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl dd {
  padding: 1rem 4% 2.4rem;
}
.lxwm-cont1 .lxwm-a1_v1 dl .p {
  color: #6D6D6D;
  font: 500 1.25rem/2em "sourcehansans";
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl .p {
    font-size: 1rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl .p p {
  padding-left: 2rem;
}
.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(1) {
  background: url(../images/sd1.svg) no-repeat left 0.5em;
  -o-background-size: 0.875rem auto;
     background-size: 0.875rem auto;
}
.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(2) {
  background: url(../images/sd2.svg) no-repeat left 0.5em;
  -o-background-size: 0.875rem auto;
     background-size: 0.875rem auto;
}
.lxwm-cont1 .lxwm-a1_v1 dl .p p:nth-child(3) {
  background: url(../images/sd3.svg) no-repeat left 0.5em;
  -o-background-size: 0.875rem auto;
     background-size: 0.875rem auto;
}
.lxwm-cont1 .lxwm-a1_v1 dl #myMap {
  width: 100%;
  height: 20rem;
  margin-top: 1.5rem;
}
.lxwm-cont1 .lxwm-a1_v1 dl a.a {
  display: block;
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 0.8em;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl a.a {
    font-size: 1rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl a.a:hover {
  color: #036EB8;
}
.lxwm-cont1 .lxwm-a1_v1 dl a.a i {
  font: 500 1rem/1.6em "sourcehansans";
}
.lxwm-cont1 .lxwm-a1_v1 dl form {
  padding: 5%;
}
.lxwm-cont1 .lxwm-a1_v1 dl form .tit {
  color: #6D6D6D;
  font: 500 1.125rem/2.4em "sourcehansans";
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl form .tit {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0 1em;
  color: #6D6D6D;
  font: 500 1rem/2.8em "sourcehansans";
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl form input {
    font-size: 1rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #B5D4E4;
  padding: 0.5em 1em;
  font: 500 1.125rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl form textarea {
    font-size: 1rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl form .div_aghgh {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-a1_v1 dl form .div_aghgh {
    margin-top: 1rem;
  }
}
.lxwm-cont1 .lxwm-a1_v1 dl form .div_aghgh button {
  border: none;
}

.lxwm-cont2 {
  background: #E2EBF1;
  padding: 5.75rem 0 6.625rem;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .lxwm-cont2 {
    padding: 2.5rem 0;
    margin-top: 2rem;
  }
}

.bghj-cont1 {
  padding: 6rem 0 5.625rem;
}
@media (max-width: 768px) {
  .bghj-cont1 {
    padding: 2.5rem 0 2rem;
  }
}
.bghj-cont1 .p {
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .bghj-cont1 .p {
    margin-top: 0.5em;
  }
}
.bghj-cont1 .p p {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .bghj-cont1 .p p {
    font-size: 1rem;
  }
}

.xgr_aq1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xgr_aq1 {
    margin-top: 1.2rem;
  }
}
.xgr_aq1 li {
  width: 23.5%;
  margin-bottom: 1em;
}
.xgr_aq1 li:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media (max-width: 768px) {
  .xgr_aq1 li {
    width: 48%;
    margin-bottom: 0.5em;
  }
  .xgr_aq1 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .xgr_aq1 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media (max-width: 450px) {
  .xgr_aq1 li {
    width: 100%;
  }
  .xgr_aq1 li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.xgr_aq1 li a {
  display: block;
  font-size: 0;
}
.xgr_aq1 li dt {
  text-align: left;
  color: #303030;
  font: 600 1rem/2em "sourcehansans";
  padding: 0.7em 0 0.5em;
}

.job-cont1 {
  padding: 5.75rem 0;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2.5rem 0;
  }
}
.job-cont1 .wex-a {
  padding: 0 3%;
  border-bottom: 1px dashed #D3D3D3;
  background: #036EB8;
  margin-top: 1rem;
}
.job-cont1 .wex-a .sa1 {
  width: 16.6666666667%;
  color: #5B5B5B;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0.5em;
  color: #fff;
}
@media (max-width: 768px) {
  .job-cont1 .wex-a .sa1 {
    width: 33.3333333333%;
    padding: 0.5em;
  }
}
@media (max-width: 450px) {
  .job-cont1 .wex-a .sa1 {
    width: 50%;
  }
}
.job-cont1 .job-list li dt {
  padding: 0 3%;
  border-bottom: 1px dashed #D3D3D3;
}
.job-cont1 .job-list li dt .sa1 {
  width: 16.6666666667%;
  color: #5B5B5B;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0.5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -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;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li dt .sa1 {
    width: 33.3333333333%;
    padding: 0.5em;
  }
}
@media (max-width: 450px) {
  .job-cont1 .job-list li dt .sa1 {
    width: 50%;
  }
}
.job-cont1 .job-list li .wehha-job {
  padding: 2.875rem 3% 4.6875rem;
  background: #E2EBF1;
}
@media (max-width: 768px) {
  .job-cont1 .job-list li .wehha-job {
    padding: 2rem 3%;
  }
}
.job-cont1 .job-list li .wehha-job .content p {
  color: #5B5B5B;
  font: 500 1rem/1.9em "sourcehansans";
}
.job-cont1 .job-list li .wehha-job .content b {
  display: block;
  color: #196192;
  font: 500 1.125rem/1.5em "sourcehansans";
}
.job-cont1 .job-list li .wehha-job a.more-msl {
  margin-top: 1.5rem;
}

.ny-content {
  padding: 5.75rem 0;
  color: #6D6D6D;
  font: 500 1rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .ny-content {
    padding: 2.5rem 0;
  }
}
.ny-content p {
  color: #6D6D6D;
  font: 500 1rem/1.5em "sourcehansans";
}

.n-content-cp {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .n-content-cp {
    margin-top: 2rem;
  }
}

.cp-show-body {
  overflow: visible;
}

.cp-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .cp-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.cp-list li {
  padding: 10%;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
}
@media (max-width: 768px) {
  .cp-list li {
    padding: 7%;
  }
}
.cp-list li a.imga {
  display: block;
  font-size: 0;
}
.cp-list li a.imga img {
  width: 100%;
}
@media (max-width: 768px) {
  .cp-list li a.imga {
    width: 100%;
  }
}
.cp-list li a.name {
  display: block;
  color: #333333;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: center;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cp-list li a.name {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

.ccpshow-mbx {
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding: 1rem 0;
  color: #333333;
  font: 500 1.125rem/3rem "sourcehansans";
}
@media (max-width: 768px) {
  .ccpshow-mbx {
    padding: 0.5rem 0;
    line-height: 2.5rem;
  }
}
.ccpshow-mbx i {
  font-size: 1.125rem;
}
.ccpshow-mbx span:last-child {
  display: none;
}

.cp_show_content {
  padding: 4.5625rem 0 10.5rem;
  position: relative;
}
.cp_show_content::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/shxt3.png) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  left: 5%;
  top: 5%;
  z-index: -1;
  width: 21rem;
  height: 21rem;
}
.cp_show_content::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/shxt4.png) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  right: 0;
  bottom: 12%;
  z-index: -1;
  width: 26.8125rem;
  height: 27.5rem;
}
@media (max-width: 768px) {
  .cp_show_content {
    padding: 2.5rem 0 3rem;
  }
}
.cp_show_content .ashrcx1 .ashrcx1-a1 {
  width: 37%;
}
@media (max-width: 768px) {
  .cp_show_content .ashrcx1 .ashrcx1-a1 {
    width: 100%;
  }
}
.cp_show_content .ashrcx1 .ashrcx1-a1 .wehxat1 {
  position: sticky;
  top: 13rem;
  text-align: center;
}
.cp_show_content .ashrcx1 .ashrcx1-a1 .wehxat1 .more-msl {
  margin-top: 1.5rem;
}
.cp_show_content .ashrcx1 .ashrcx1-a1 .img {
  display: block;
  font-size: 0;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  background: #fff;
}
.cp_show_content .ashrcx1 .ashrcx1-a1 .img img {
  width: 100%;
}
.cp_show_content .ashrcx1 .ashrcx1-a2 {
  width: 60%;
}
@media (max-width: 768px) {
  .cp_show_content .ashrcx1 .ashrcx1-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 {
  color: #6D6D6D;
  font: 500 1rem/1.6em "sourcehansans";
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .tit {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.85rem 0;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 {
    font-size: 1rem;
  }
  .cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .tit {
    font-size: 1.125rem;
  }
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .table-cont {
  margin-top: 0.25rem;
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .table-cont tr:nth-child(1) {
  background: #196192;
  text-align: center;
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .table-cont tr:nth-child(1) td {
  color: #fff;
}
.cp_show_content .ashrcx1 .ashrcx1-a2 .contp1 .table-cont tr td {
  vertical-align: middle;
  font-size: 1rem;
  color: #6D6D6D;
}
.cp_show_content .cp-show-name {
  position: relative;
  padding-left: 1.25rem;
}
.cp_show_content .cp-show-name::before {
  content: "";
  width: 0.3125rem;
  height: 1.75rem;
  background: #036EB8;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.cp_show_content .cp-show-name h2 {
  color: #333333;
  font: 600 2.1875rem/1.2em "sourcehansans";
}
@media (max-width: 768px) {
  .cp_show_content .cp-show-name h2 {
    font-size: 1.4rem;
  }
}
.cp_show_content .cp-show-name h2 span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cp_show_content .cp-show-name h2 span {
    font-size: 1.3rem;
  }
}
.cp_show_content .cp-show-va {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .cp_show_content .cp-show-va {
    margin-top: 1rem;
  }
}
.cp_show_content .cp-show-va dt.nytot {
  color: #333333;
  font: 500 1.5625rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .cp_show_content .cp-show-va dt.nytot {
    font-size: 1.25rem;
  }
}

.cp-show-a1 .p p {
  color: #6D6D6D;
  font: 500 1.25rem/1.6em "sourcehansans";
  background: url(../images/qua.svg) no-repeat left 0.5em;
  -o-background-size: 0.5rem auto;
     background-size: 0.5rem auto;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .cp-show-a1 .p p {
    font-size: 1rem;
  }
}
.cp-show-a1 .p .img {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-a1 .p .img {
    margin-top: 1rem;
  }
}

.cp-show-a2 {
  margin-top: 3.1875rem;
}
@media (max-width: 768px) {
  .cp-show-a2 {
    margin-top: 1.5rem;
  }
}
.cp-show-a2 .cp-show-a2-aft {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-a2 .cp-show-a2-aft {
    margin-top: 1rem;
  }
}
.cp-show-a2 .cp-show-a2-aft dl {
  width: 13.8888888889%;
}
@media (max-width: 768px) {
  .cp-show-a2 .cp-show-a2-aft dl {
    width: 30%;
  }
}
.cp-show-a2 .cp-show-a2-aft dl i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
}
.cp-show-a2 .cp-show-a2-aft dl p {
  text-align: center;
  color: #6D6D6D;
  font: 500 1.25rem/1.6em "sourcehansans";
  margin-top: 1em;
}
@media (max-width: 768px) {
  .cp-show-a2 .cp-show-a2-aft dl p {
    font-size: 1rem;
    margin-top: 0;
    padding: 1em 0;
  }
}

.cp-show-a3 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-a3 {
    margin-top: 1rem;
  }
}
.cp-show-a3 .pat {
  border-top: 0.1875rem solid #196192;
  margin-top: 0.4em;
}
.cp-show-a3 .pat p {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 0.7em 1em;
  border-bottom: 1px solid #E6EDF2;
}
@media (max-width: 768px) {
  .cp-show-a3 .pat p {
    font-size: 1rem;
    padding: 1em 0.5em;
  }
}

.xw-list_v1 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .xw-list_v1 {
    margin-top: 2.5rem;
  }
}
.xw-list_v1 .news-list li {
  padding: 1.8%;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 119, 177, 0.25);
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li {
    margin-bottom: 1.5rem;
    padding: 3%;
  }
}
.xw-list_v1 .news-list li .xw-cont {
  width: 67.7083333333%;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}
.xw-list_v1 .news-list li .xw-cont .datea {
  color: #AAAAAA;
  font: 500 0.9375rem/1.5em "sourcehansans";
  vertical-align: middle;
}
.xw-list_v1 .news-list li .xw-cont .datea i {
  font: 500 0.9375rem/1.5em "sourcehansans";
}
.xw-list_v1 .news-list li .xw-cont h2 a {
  display: block;
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-top: 0.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.xw-list_v1 .news-list li .xw-cont h2 a:hover {
  color: #196192;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont h2 a {
    font-size: 1.25rem;
  }
}
.xw-list_v1 .news-list li .xw-cont .p {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont .p {
    font-size: 1rem;
  }
}
.xw-list_v1 .news-list li .xw-cont a.xwmo {
  color: #5B5B5B;
  font: 500 0.875rem/1.5em "sourcehansans";
  margin-top: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-cont a.xwmo {
    margin-top: 0.5rem;
  }
}
.xw-list_v1 .news-list li .xw-cont a.xwmo i {
  display: inline-block;
  width: 1.625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.xw-list_v1 .news-list li .xw-cont a.xwmo:hover i {
  margin-left: 1em;
}
.xw-list_v1 .news-list li .xw-img {
  width: 30%;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li .xw-img {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.xw-list_v1 .news-list li:not(:nth-child(1)) {
  box-shadow: none;
  border: 1px solid #D2E7F1;
}
.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont {
  width: 100%;
  margin-top: 0;
}
.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont .p {
  padding-bottom: 0.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont .p {
    margin-top: 0.5rem;
    white-space: initial;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 0;
  }
}
.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-cont a.xwmo {
  display: none;
}
.xw-list_v1 .news-list li:not(:nth-child(1)) .xw-img {
  display: none;
}

.show-news-cont1 {
  background: #E2EBF1;
  padding: 4rem 0 3.25rem;
}
@media (max-width: 768px) {
  .show-news-cont1 {
    padding: 3rem 0 2.5rem;
  }
}
.show-news-cont1 .biaoti-tilte {
  color: #333333;
  font: 600 2.1875rem/1.2em "sourcehansans";
}
@media (max-width: 768px) {
  .show-news-cont1 .biaoti-tilte {
    font-size: 1.5rem;
  }
}
.show-news-cont1 .whhxaz {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1em;
}
.show-news-cont1 .whhxaz p {
  margin: 0 0.5em;
}
.show-news-cont1 .whhxaz i {
  font: 500 1rem/1.5em "sourcehansans";
}

.show-news-cont2 {
  padding: 2.9375rem 0 8.5rem;
}
@media (max-width: 768px) {
  .show-news-cont2 {
    padding: 1.6375rem 0 3.5rem;
  }
}
.show-news-cont2 .show-news-cont2c1 {
  width: 76.25%;
  padding-left: 5.25rem;
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c1 {
    padding-left: 0;
    width: 100%;
  }
}
.show-news-cont2 .show-news-cont2c1 .content {
  color: #6D6D6D;
  font: 500 1.25rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c1 .content {
    font-size: 1rem;
  }
}
.show-news-cont2 .show-news-cont2c2 {
  width: 20.6944444444%;
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a {
  border: 2px solid #EDF2F6;
  padding: 1em;
  margin-bottom: 1.5rem;
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a span {
  display: block;
  color: #262626;
  font: 600 1.125rem/1.5em "sourcehansans";
  position: relative;
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 70%;
  height: 0.125rem;
  background: #EDF2F6;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts p {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 0.4em 0;
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts p i {
  font: 500 1rem/1.5em "sourcehansans";
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a {
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a {
    font-size: 1rem;
  }
}
.show-news-cont2 .show-news-cont2c2 .sypxyp-cont .syx-a .ts a:hover {
  color: #196192;
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts {
  border: 0.4375rem solid #E2EBF1;
  padding: 1em 1em 0.2em;
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .tghag_sgt h2 {
  color: #262626;
  font: 600 1.25rem/1.5em "sourcehansans";
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .tghag_sgt a {
  color: #6D6D6D;
  font: 500 1.125rem/1.5em "sourcehansans";
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd li {
  padding: 1em 0;
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd li + li {
  border-top: 1px solid #E2EBF1;
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd a.name {
  display: block;
  color: #6D6D6D;
  font: 500 1.125rem/1.6em "sourcehansans";
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd a.name {
    font-size: 1rem;
  }
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date {
  color: #AAAAAA;
  font: 500 1rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date {
    margin-top: 0.3em;
  }
}
.show-news-cont2 .show-news-cont2c2 .tjcpsts .xwess-sd .date i {
  font: 500 1rem/1.5em "sourcehansans";
}

.cberm {
  position: relative;
}
.cberm u {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
}
.cberm u img {
  width: 100%;
}
.cberm:hover u {
  left: 100%;
  opacity: 1;
}

.erhhx_a {
  width: 3.125rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .erhhx_a {
    display: none;
  }
}
.erhhx_a .social-share a {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #036EB8;
  display: block;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.erhhx_a .social-share a:hover {
  background: #036EB8;
}
.erhhx_a .weggxa a {
  background: #036EB8;
  text-align: center;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.erhhx_a .weggxa a i img {
  max-width: 1.25rem;
  margin: 0 auto;
}
.erhhx_a .weggxa a.b i img {
  max-width: 0.7rem;
}

.fp-tableCell {
  position: relative;
}

.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;
}

@media (min-width: 991px) and (max-width: 1445px) {
  .section2-v1 {
    padding-top: 2.4rem;
  }
  .section3 .section3-v2 .xagffr li a.a {
    padding: 2.5rem 1em 3.625rem;
  }
  .section3 .section3-v1 {
    padding-bottom: 16%;
  }
  .section4 .wehhga {
    margin-top: 1rem;
  }
  .section4 .section4-v1 .a4_vas1 {
    width: 54%;
    margin-top: 0.5em;
  }
  .section4 .wehhga .mySwiper1 .aggevas {
    padding: 2rem 9%;
  }
  .section4 .section4-v1 .a4_vas1 .more-msl.bs {
    margin-top: 1rem;
  }
  .section4-v1 {
    margin-top: 5rem;
  }
  .section5 .section5-v1 {
    padding-bottom: 12%;
  }
}
.abt-cont3 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-cont2_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-cont2_list1 {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-cont2_list1 li {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-cont2_list1 li {
    padding: 0.5rem 0;
  }
}
.abt-cont3 .abt-cont2_list1 li .abt-ab1 {
  width: 48%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-cont2_list1 li .abt-ab1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-cont2_list1 li .abt-ab1 .p {
  color: #6D6D6D;
  font: 500 1.125rem/1.75em "sourcehansans";
}
@media (max-width: 768px) {
  .abt-cont3 .abt-cont2_list1 li .abt-ab1 .p {
    font-size: 1rem;
  }
}
.abt-cont3 .abt-cont2_list1 li .abt-ab2 {
  width: 48%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-cont2_list1 li .abt-ab2 {
    width: 100%;
  }
}
.abt-cont3 .abt-cont2_list1 li .abt-ab2 img {
  width: 100%;
}
.abt-cont3 .abt-cont2_list1 li:nth-child(2n) .abt-ab1 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.title2 {
  color: #4A4A4A;
}
.title2 .tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .title2 .tit {
    font-size: 1.8rem;
  }
}
.title2 .txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .title2 .txt {
    font-size: 1.125rem;
  }
}

.abt-cont31 {
  padding: 8.25rem 0;
}
@media (max-width: 768px) {
  .abt-cont31 {
    padding: 2.25rem 0;
  }
}
.abt-cont31 .abt-a3v1 {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont31 .abt-a3v1 {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .abt-cont31 .abt-a3v1 .abt-a3va1 {
    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;
    gap: 1rem;
  }
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #D9D9D9;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.8rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont31 .abt-a3v1 .abt-a3va1 > div {
    position: static;
  }
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div.swiper-button-next1 {
  right: -5rem;
}
@media (max-width: 768px) {
  .abt-cont31 .abt-a3v1 .abt-a3va1 > div.swiper-button-next1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div.swiper-button-prev1 {
  left: -5rem;
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div i {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div:hover {
  background: var(--color-zt);
}
.abt-cont31 .abt-a3v1 .abt-a3va1 > div:hover i {
  color: #fff;
}
.abt-cont31 .mySwiper22 {
  position: relative;
  padding: 1rem 0;
}
.abt-cont31 .mySwiper22::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.95rem;
  background: #fff;
  width: 1rem;
  height: 1rem;
  z-index: 1;
}
.abt-cont31 .mySwiper22 .swiper-slide {
  position: relative;
}
.abt-cont31 .mySwiper22 .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(29, 75, 205, 0.1);
  width: 2px;
  height: 95%;
}
.abt-cont31 .mySwiper22 .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.375rem;
  bottom: 95%;
  background: rgba(29, 75, 205, 0.1);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.abt-cont31 .mySwiper22 .swiper-slide .wenata {
  --ashgx: 15%;
}
@media (max-width: 768px) {
  .abt-cont31 .mySwiper22 .swiper-slide .wenata {
    --ashgx: 7%;
  }
}
.abt-cont31 .mySwiper22 .swiper-slide .wenata .tit {
  color: #4A4A4A;
  font-size: 2.35rem;
  line-height: 1.5em;
  font-weight: 600;
  border-bottom: 10px solid #D9D9D9;
  padding: 0 var(--ashgx);
  padding-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont31 .mySwiper22 .swiper-slide .wenata .tit {
    font-size: 2rem;
    border-bottom: 5px solid #D9D9D9;
  }
}
.abt-cont31 .mySwiper22 .swiper-slide .wenata .p {
  color: #727272;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
  padding: 0 var(--ashgx);
  height: 9.9em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont31 .mySwiper22 .swiper-slide .wenata .p {
    margin-top: 1rem;
    height: auto;
  }
}
.abt-cont31 .mySwiper22 .swiper-slide .wenata .p p {
  padding-left: 1em;
  position: relative;
}
.abt-cont31 .mySwiper22 .swiper-slide .wenata .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.abt-cont31 .mySwiper22 .swiper-slide.swiper-slide-active::after, .abt-cont31 .mySwiper22 .swiper-slide.swiper-slide-active::before {
  display: none;
}
.abt-cont31 .mySwiper22 .swiper-slide:hover .wenata .tit {
  color: var(--color-zt);
  border-color: var(--color-zt);
}

/*faq*/
.faq-list1 li {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .faq-list1 li {
    padding: 1.125rem 0;
  }
}
.faq-list1 li .con-tit {
  cursor: pointer;
}
.faq-list1 li .con-tit .tit {
  width: 80%;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .faq-list1 li .con-tit .tit {
    font-size: 1.125rem;
  }
}
.faq-list1 li .con-tit i {
  font-size: 1.25rem;
  display: block;
}
@media (max-width: 768px) {
  .faq-list1 li .con-tit i {
    font-size: 1.125rem;
  }
}
.faq-list1 li .wehha-job {
  padding-top: 1rem;
  color: #999;
  font-size: 1rem;
  line-height: 1.65em;
  display: none;
}

.dow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .dow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .dow-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dow-list li {
  border: 1px solid #f0f0f0;
  padding: 7%;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.35rem;
}
.dow-list li .tit {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.dow-list li .date {
  color: #999;
  font-size: 1rem;
  margin: 0.5rem 0 1.5rem;
}
.dow-list li a.xz-more {
  display: block;
  width: 1.25rem;
  margin-left: auto;
}
.dow-list li a.xz-more img {
  width: 100%;
}
.dow-list li a.xz-more:hover img {
  -webkit-filter: invert(15%) sepia(51%) saturate(7354%) hue-rotate(193deg) brightness(89%) contrast(80%);
          filter: invert(15%) sepia(51%) saturate(7354%) hue-rotate(193deg) brightness(89%) contrast(80%);
}

/*end*/
.cp-show-name1 {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.cp-show-name1::before {
  content: "";
  width: 0.3125rem;
  height: 1.75rem;
  background: #036EB8;
  position: absolute;
  left: 0;
  top: 0.35em;
}
@media (max-width: 768px) {
  .cp-show-name1::before {
    top: 0;
  }
}
.cp-show-name1 h2 {
  color: #333333;
  font: 600 1.85rem/1.2em "sourcehansans";
}
@media (max-width: 768px) {
  .cp-show-name1 h2 {
    font-size: 1.25rem;
  }
}
.cp-show-name1 h2 span {
  display: block;
  font-size: 1.85rem;
}
@media (max-width: 768px) {
  .cp-show-name1 h2 span {
    font-size: 1.25rem;
  }
}

.cp_show-cont1 {
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .cp_show-cont1 {
    padding: 2rem 0;
  }
}
.cp_show-cont1 .cp_show-a1v1 .img {
  width: 40%;
}
@media (max-width: 768px) {
  .cp_show-cont1 .cp_show-a1v1 .img {
    width: 100%;
  }
}
.cp_show-cont1 .cp_show-a1v1 .img img {
  width: 100%;
}
.cp_show-cont1 .cp_show-a1v1 .cont-p {
  width: 55%;
  font-size: 1rem;
  color: #6D6D6D;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .cp_show-cont1 .cp_show-a1v1 .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name::before {
  content: "";
  width: 0.3125rem;
  height: 1.75rem;
  background: #036EB8;
  position: absolute;
  left: 0;
  top: 0.35em;
}
@media (max-width: 768px) {
  .cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name::before {
    top: 0;
  }
}
.cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name h2 {
  color: #333333;
  font: 600 2.1875rem/1.2em "sourcehansans";
}
@media (max-width: 768px) {
  .cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name h2 {
    font-size: 1.4rem;
  }
}
.cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name h2 span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cp_show-cont1 .cp_show-a1v1 .cont-p .cp-show-name h2 span {
    font-size: 1.3rem;
  }
}

.cp_show-cont2 {
  padding: 1rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cp_show-cont2 {
    padding: 0.5rem 0 2rem;
  }
}
.cp_show-cont2 .ys-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp_show-cont2 .ys-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.cp_show-cont2 .ys-list1 li {
  text-align: center;
  background: #f0f0f0;
  padding: 2rem 5%;
  border-radius: 0.5rem;
}
.cp_show-cont2 .ys-list1 li u {
  width: 7rem;
  height: 7rem;
  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;
  border: 1px solid #036EB8;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp_show-cont2 .ys-list1 li u {
    width: 6rem;
    height: 6rem;
  }
}
.cp_show-cont2 .ys-list1 li u img {
  width: 60%;
}
.cp_show-cont2 .ys-list1 li .tit {
  color: #333333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-top: 1rem;
}
.cp_show-cont2 .ys-list1 li .p {
  color: #6D6D6D;
  font: 500 1rem/1.5em "sourcehansans";
}

.cp_show-cont3 {
  padding: 1rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cp_show-cont3 {
    padding: 0.5rem 0 2rem;
  }
}
.cp_show-cont3 .yy-srot1 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cp_show-cont3 .yy-srot1 {
    padding: 0rem 0 1.5rem;
  }
}
.cp_show-cont3 .yy-srot1 li {
  margin: 0 0.75rem;
}
.cp_show-cont3 .yy-srot1 li a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65em 0;
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  width: 10rem;
  text-align: center;
  border-radius: 1.85rem;
}
@media (max-width: 768px) {
  .cp_show-cont3 .yy-srot1 li a {
    width: 8rem;
    font-size: 1rem;
    padding: 0.5em 0;
  }
}
.cp_show-cont3 .yy-srot1 li.on a {
  border-color: #036EB8;
  color: #fff;
  background: #036EB8;
}
.cp_show-cont3 .yy-tabc1 li {
  height: 0;
  overflow: hidden;
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-slide .img {
  border-radius: 1rem;
  overflow: hidden;
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-slide .tit {
  color: #333333;
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-slide .tit {
    font-size: 1rem;
  }
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-pagination1 span {
  width: 0.8rem;
  height: 0.8rem;
}
.cp_show-cont3 .yy-tabc1 li .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #036EB8;
}
.cp_show-cont3 .yy-tabc1 li.a {
  height: auto;
}

.cp_show-cont4 {
  padding: 1rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cp_show-cont4 {
    padding: 0.5rem 0 2rem;
  }
}
.cp_show-cont4 .swx-sort1 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-sort1 {
    padding: 0rem 0 1rem;
    gap: 1rem;
  }
}
.cp_show-cont4 .swx-sort1 li {
  margin: 0 0.75rem;
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-sort1 li {
    margin: 0 0.35rem;
  }
}
.cp_show-cont4 .swx-sort1 li a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65em 2em;
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  width: auto;
  text-align: center;
  border-radius: 1.85rem;
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-sort1 li a {
    width: auto;
    font-size: 1rem;
    padding: 0.5em 1.25em;
  }
}
.cp_show-cont4 .swx-sort1 li.on a {
  border-color: #036EB8;
  color: #fff;
  background: #036EB8;
}
.cp_show-cont4 .swx-list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-list1 {
    margin-top: 1rem;
  }
}
.cp_show-cont4 .swx-list1 li {
  display: none;
}
.cp_show-cont4 .swx-list1 li .asi-a1 .cont-p {
  width: 48%;
  color: #6D6D6D;
  font: 500 1.125rem/1.65em "sourcehansans";
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-list1 li .asi-a1 .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.cp_show-cont4 .swx-list1 li .asi-a1 .img {
  width: 45%;
}
@media (max-width: 768px) {
  .cp_show-cont4 .swx-list1 li .asi-a1 .img {
    width: 100%;
  }
}
.cp_show-cont4 .swx-list1 li .asi-a1 .img .fang {
  border-radius: 1rem;
}
.cp_show-cont4 .swx-list1 li .asi-a1 .img img {
  width: 100%;
}

.cp_show-cont5 {
  padding: 1rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cp_show-cont5 {
    padding: 0.5rem 0 2rem;
  }
}
.cp_show-cont5 .job-list {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp_show-cont5 .job-list {
    margin-top: 0.5rem;
  }
}
.cp_show-cont5 .job-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .cp_show-cont5 .job-list li {
    padding: 1rem 0;
  }
}
.cp_show-cont5 .job-list li dt {
  cursor: pointer;
}
.cp_show-cont5 .job-list li dt p {
  width: 80%;
  font-size: 1.35rem;
  color: #666;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp_show-cont5 .job-list li dt p {
    font-size: 1.25rem;
  }
}
.cp_show-cont5 .job-list li dt i {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5em;
}
.cp_show-cont5 .job-list li .wehha-job {
  margin-top: 1rem;
  color: #6D6D6D;
  font: 500 1.125rem/1.65em "sourcehansans";
}
@media (max-width: 768px) {
  .cp_show-cont5 .job-list li .wehha-job {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.ashg-sdlt1 li {
  padding: 0 7%;
}
.ashg-sdlt1 li .case_wenzq img {
  width: 100%;
  margin: 0.5rem 0;
}
.ashg-sdlt1 li .case_wenzq .text {
  padding: 1.5rem 1.8rem;
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  margin: 0.65rem 0;
  height: 100%;
}
.ashg-sdlt1 li .case_wenzq .wehsa1 * {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ashg-sdlt1 li .case_wenzq .wehsa1 * {
    font-size: 1rem;
  }
}
.ashg-sdlt1 li .case_wenzq .wehsa1 img {
  width: 100%;
}
@media (max-width: 768px) {
  .ashg-sdlt1 li .case_wenzq .wehsa1 .ast1 {
    gap: 1rem;
  }
}
.ashg-sdlt1 li .case_wenzq .wehsa1 .ast1 img {
  aspect-ratio: 9/6;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ashg-sdlt1 li .case_wenzq .wehsa1 .ast2 {
    gap: 1rem;
  }
}
.ashg-sdlt1 li .case_wenzq .wehsa1 .ast2 img {
  aspect-ratio: 12/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.ashg-sdlt1 li .table-cont {
  margin-top: 0.25rem;
}
.ashg-sdlt1 li .table-cont tr:nth-child(1) {
  background: #196192;
}
.ashg-sdlt1 li .table-cont tr:nth-child(1) td p {
  color: #fff;
}
.ashg-sdlt1 li .table-cont tr td {
  vertical-align: middle;
  font-size: 1rem;
  color: #6D6D6D;
}
@media (max-width: 768px) {
  .ashg-sdlt1 li {
    padding: 0;
  }
}
.ashg-sdlt1 li + li {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ashg-sdlt1 li + li {
    margin-top: 1.25rem;
  }
}

.ashxa-as1 {
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 10rem 0 28.75rem;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .ashxa-as1 {
    padding: 3.5rem 0 15rem;
    margin-top: 2rem;
  }
}
.ashxa-as1 .ashxa-as1-a {
  width: 38.4285714286%;
  margin: 0 auto;
}
.ashxa-as1 .ashxa-as1-a img {
  width: 100%;
}

.ashxa-as2 .ashxa-as2-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
  padding: 5%;
  border-radius: 1rem;
  margin-top: -22rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .ashxa-as2 .ashxa-as2-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: -13rem;
    padding: 6.5%;
  }
}
.ashxa-as2 .ashxa-as2-list1 li {
  text-align: center;
}
.ashxa-as2 .ashxa-as2-list1 li i {
  display: block;
  width: 7rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ashxa-as2 .ashxa-as2-list1 li i {
    width: 6rem;
  }
}
.ashxa-as2 .ashxa-as2-list1 li i img {
  width: 100%;
}
.ashxa-as2 .ashxa-as2-list1 li .tit {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  color: #333;
}
@media (max-width: 768px) {
  .ashxa-as2 .ashxa-as2-list1 li .tit {
    font-size: 1rem;
  }
}

.ashxa-as3 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .ashxa-as3 {
    margin-top: 2rem;
  }
}
.ashxa-as3 .ashxa-as3_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 768px) {
  .ashxa-as3 .ashxa-as3_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ashxa-as3 .ashxa-as3_list1 li {
  text-align: center;
}
.ashxa-as3 .ashxa-as3_list1 li u {
  display: block;
  font-size: 0;
}
.ashxa-as3 .ashxa-as3_list1 li u img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.ashxa-as3 .ashxa-as3_list1 li p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

.cont-axta {
  color: #7B7B7B;
  font-size: 1.125rem;
  line-height: 1.85em;
  padding: 1.8rem 0 6rem;
}
@media (max-width: 768px) {
  .cont-axta {
    padding: 1.35rem 0 2.5rem;
  }
}
.cont-axta .tit {
  color: #036EB8;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont-axta .tit {
    font-size: 1.5rem;
    margin-top: 1.35rem;
  }
}
.cont-axta .wehas dl {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cont-axta .wehas dl {
    margin-top: 1rem;
  }
}
.cont-axta .wehas dl + dl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont-axta .wehas dl + dl {
    margin-top: 1.5rem;
  }
}
.cont-axta .wehas dl .tit1 i {
  display: block;
  width: 1.5rem;
}
@media (max-width: 768px) {
  .cont-axta .wehas dl .tit1 i {
    width: 1.35rem;
  }
}
.cont-axta .wehas dl .tit1 i img {
  width: 100%;
}
.cont-axta .wehas dl .tit1 p {
  float: 1;
  color: #036EB8;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 0.35em;
}
@media (max-width: 768px) {
  .cont-axta .wehas dl .tit1 p {
    width: -webkit-calc(100% - 1.35rem);
    width: -moz-calc(100% - 1.35rem);
    width: calc(100% - 1.35rem);
    font-size: 1.25rem;
  }
}
.cont-axta .wehas dl .p1 {
  margin-top: 0.5em;
}
.cont-axta .weha1 {
  background: #EFEFEF;
  margin-top: 3rem;
  text-align: center;
  color: #7B7B7B;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 3rem 1rem;
}
@media (max-width: 768px) {
  .cont-axta .weha1 {
    margin-top: 1.35rem;
    padding: 2rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}

.hore-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 5.25rem 0 1.25rem;
}
@media (max-width: 768px) {
  .hore-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2.5rem 0 0.5rem;
  }
}
.hore-list li img {
  width: 100%;
}
.hore-list li p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.85em 0;
  color: #666;
}

.ny-contax {
  padding-bottom: 4rem;
}

#abt1a, #abt2a, #abt3a, #abt4a, #abt5a, #abt6a {
  height: 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1a, #abt2a, #abt3a, #abt4a, #abt5a, #abt6a {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-v1-ax .abt-cct1 {
  width: 48%;
}
@media (max-width: 768px) {
  .abt-v1-ax .abt-cct1 {
    width: 100%;
  }
}
.abt-v1-ax .abt-cct1 img {
  width: 100%;
}
.abt-v1-ax .abt-cct2 {
  width: 48%;
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .abt-v1-ax .abt-cct2 {
    width: 100%;
    margin-top: 1.35rem;
  }
}
.abt-v1-ax .abt-cct2 p {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .abt-v1-ax .abt-cct2 p {
    font-size: 1rem;
  }
}

.cp_ast1at > li {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cp_ast1at > li {
    margin-top: 2.5rem;
  }
}
.mslm-head .sskza{
      color: #000;
    font-family: "Montserrat";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mslm-head .sskza i{
      font-size: 1.25rem;
    margin-right: 0.25rem;
}