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

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/MONTSERRAT-REGULAR.OTF");
}
p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.6458333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #534E4E;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #534E4E;
  -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: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl i {
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-msl i {
    font-size: 0.875rem;
  }
}
.more-msl: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-msl:hover {
  color: #fff;
}
.more-msl: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-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 {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.more-msl.bs::before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #000;
}

.more-msla {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #000000;
  -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: 3rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msla i {
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-msla i {
    font-size: 0.875rem;
  }
}
.more-msla: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-msla:hover {
  color: #fff;
}
.more-msla: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-msla:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}


@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;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.head .head2 {
  line-height: 5.8125rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.1);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.7rem;
}
.head .head2 .logo a img.b {
  display: none;
}
.head .head2 .sska a {
  display: block;
  line-height: 2em;
}
.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.head .sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.head .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.head .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.head .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.head .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.head .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.head .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}
.head .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.head .serbtn {
  background: #ED222E;
}

.zywena {
  text-align: center;
}
.zywena a {
  color: #fff;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em;
}
.zywena a i {
  font-size: 1.15rem;
  margin-right: 0.2em;
}

.tiogp {
  color: #fff;
  font: 500 1rem/1.5em "sourcehansans";
}
.tiogp i {
  display: block;
  width: 1.875rem;
  margin-right: 0.5rem;
}
.tiogp i img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  padding: 0 2em;
  line-height: 5.8125rem;
  height: 5.8125rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 1em;
  }
}
#menu .nav_a1 li > a span {
  display: block;
  position: relative;
}
#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: -20%;
  width: 140%;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  display: none;
}
#menu .nav_a1 li .sec a {
  font: 500 0.875rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}
#menu .nav_a1 li .sec a:hover {
  color: #58b530 !important;
}
#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 span:after, #menu .nav_a1 li.active > a span:after {
  width: 100%;
}

.head .head2:hover {
  background: #fff;
  border-bottom: 1px solid transparent;
}
.head .head2:hover .logo a img.b {
  display: inline-block;
}
.head .head2:hover .logo a img.a {
  display: none;
}
.head .head2:hover .sska i, .head .head2:hover .zywena i {
  color: #212121;
}
.head .head2:hover .zywena a {
  color: #212121;
}
.head .head2:hover .tiogp {
  color: #C92B2F;
}
.head .head2:hover .tiogp img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head .head2:hover #menu .nav_a1 li a {
  color: #212121;
}
.head .head2:hover #menu .nav_a1 li a:hover {
  color: #ED222E;
}
.head .head2:hover #menu .nav_a1 li a span::after {
  background: #ED222E;
}

.fp-viewing-section2 .head .head2, .fp-viewing-section4 .head .head2, .fp-viewing-section6 .head .head2 {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.fp-viewing-section2 .head .head2 .logo a img.b, .fp-viewing-section4 .head .head2 .logo a img.b, .fp-viewing-section6 .head .head2 .logo a img.b {
  display: inline-block;
}
.fp-viewing-section2 .head .head2 .logo a img.a, .fp-viewing-section4 .head .head2 .logo a img.a, .fp-viewing-section6 .head .head2 .logo a img.a {
  display: none;
}
.fp-viewing-section2 .head .head2 .sska i, .fp-viewing-section2 .head .head2 .zywena i, .fp-viewing-section4 .head .head2 .sska i, .fp-viewing-section4 .head .head2 .zywena i, .fp-viewing-section6 .head .head2 .sska i, .fp-viewing-section6 .head .head2 .zywena i {
  color: #212121;
}
.fp-viewing-section2 .head .head2 .tiogp, .fp-viewing-section4 .head .head2 .tiogp, .fp-viewing-section6 .head .head2 .tiogp {
  color: #C92B2F;
}
.fp-viewing-section2 .head .head2 .zywena a, .fp-viewing-section4 .head .head2 .zywena a, .fp-viewing-section6 .head .head2 .zywena a {
  color: #212121;
}
.fp-viewing-section2 .head .head2 .tiogp img, .fp-viewing-section4 .head .head2 .tiogp img, .fp-viewing-section6 .head .head2 .tiogp img {
  -webkit-filter: inherit;
          filter: inherit;
}
.fp-viewing-section2 .head .head2 #menu .nav_a1 li a, .fp-viewing-section4 .head .head2 #menu .nav_a1 li a, .fp-viewing-section6 .head .head2 #menu .nav_a1 li a {
  color: #212121;
}
.fp-viewing-section2 .head .head2 #menu .nav_a1 li a:hover, .fp-viewing-section4 .head .head2 #menu .nav_a1 li a:hover, .fp-viewing-section6 .head .head2 #menu .nav_a1 li a:hover {
  color: #ED222E;
}
.fp-viewing-section2 .head .head2 #menu .nav_a1 li a span::after, .fp-viewing-section4 .head .head2 #menu .nav_a1 li a span::after, .fp-viewing-section6 .head .head2 #menu .nav_a1 li a span::after {
  background: #ED222E;
}

@media (min-width: 990px) {
  .cont1 {
    padding-top: 5.8125rem;
  }
  .cont3 {
    padding-top: 5.8125rem;
    height: 100vh;
  }
  .cont5 {
    padding-top: 5.8125rem;
  }
}
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
       animation: sticky 1s;
}

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

.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: #000;
  font-family: "sourcehansans";
  padding: 0 4%;
}

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

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 35px;
}
.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all 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: #000;
}

.mslm-nav li > a {
  font-weight: 600;
}
.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}
a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pc-banner .mySwipera {
  height: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > 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;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
}
.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
}
.pc-banner .mySwipera .banwez dt {
  color: #FFFFFF;
  font: 600 2.5rem/1.25em "Montserrat";
  text-transform: uppercase;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.2rem;
    margin-top: 0.4em;
  }
}
.pc-banner .mySwipera .banwez dd {
  color: #fff;
  font: 600 3.75rem/1.4em "sourcehansans";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.5rem;
  }
}
.pc-banner .mySwipera .sybtn {
  width: 100%;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
}
.pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
  margin: 0 0.5rem;
}
.pc-banner .mySwipera .sybtn .gong-prev i, .pc-banner .mySwipera .sybtn .gong-next i {
  color: #fff;
  font-size: 0.9rem;
}
.pc-banner .mySwipera .swiper-pagination1 span {
  opacity: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.375rem;
  margin: 0 0.4rem;
  border: 1px solid #fff;
  background: transparent;
}
.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5625rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1 span {
    margin: 0 0.2375rem;
  }
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

.title_a1 .h1 {
  color: #333333;
  font: 600 4rem/1.2em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title_a1 .h1 {
    font-size: 2rem;
  }
}
.title_a1 .h2 {
  color: #000000;
  font: 500 2.25rem/1.4em "sourcehansans";
}
@media (max-width: 768px) {
  .title_a1 .h2 {
    font-size: 1.25rem;
  }
}
.title_a1 .h2:after {
  content: "";
  display: inline-block;
  width: 8.75rem;
  height: 0.125rem;
  background: #58B530;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .title_a1 .h2:after {
    width: 4rem;
  }
}

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

.fp-scrollable .fp-section, .fp-scrollable .fp-slide {
  height: auto;
}

.section {
  overflow: hidden;
  max-height: 100vh;
}

@media (min-width: 990px) {
  .section .fp-tableCell {
    height: 100% !important;
  }
}
.title1-gpng dt {
  color: #212121;
}
.title1-gpng dt span {
  font: 600 2.8125rem/1.25em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1-gpng dt span {
    font-size: 2rem;
  }
}
.title1-gpng dt p {
  font: 700 2.8125rem/1.3em "sourcehansans";
}
@media (max-width: 768px) {
  .title1-gpng dt p {
    font-size: 2rem;
  }
}
.title1-gpng .p {
  color: #6D6B6B;
  font: 600 1.375rem/1.5em "sourcehansans";
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .title1-gpng .p {
    font-size: 1.125rem;
  }
}
.title1-gpng.bs dt {
  color: #fff;
}
.title1-gpng.bs .p {
  color: rgba(255, 255, 255, 0.6);
}

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

.w-accor {
  overflow: hidden;
  position: relative;
}

.w-accor ul, .w-accor li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.w-accor ul {
  width: 101%;
}

.w-accor li {
  position: relative;
  overflow: hidden;
  float: left;
}

.accorClick li {
  cursor: pointer;
}

.w-accor li .item {
  position: relative;
}

.w-accor li > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-accor h3 {
  font-size: 125%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.w-accor .acr_p {
  margin-top: 0.5em;
}

.section2 .yya1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 54.6354166667%;
  z-index: -1;
  height: 100%;
}
@media (max-width: 768px) {
  .section2 .yya1 {
    display: none;
  }
}
.section2 .yya1 img {
  width: 100%;
  height: 100%;
}
.section2 .yya2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 16.9270833333%;
  z-index: -1;
  -webkit-transition: all 0.4s ease 1.5s;
  -o-transition: all 0.4s ease 1.5s;
  -moz-transition: all 0.4s ease 1.5s;
  transition: all 0.4s ease 1.5s;
}
.section2 .yya2 img {
  width: 100%;
}
.section2 .yya2.b {
  opacity: 0;
}
.section2 .yya3 {
  width: 26.40625%;
  position: absolute;
  right: 4%;
  top: 30%;
}
.section2 .yya3 img {
  width: 100%;
}
.section2 .yya4 {
  width: 49.0625%;
  position: absolute;
  right: 15.8333333333%;
  bottom: 0%;
}
.section2 .yya4 img {
  width: 100%;
}
.section2.active .yya2.a {
  opacity: 0;
}
.section2.active .yya2.b {
  opacity: 1;
}

.cont1 {
  position: relative;
}
@media (max-width: 990px) {
  .cont1 {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.6rem 0;
  }
}
.cont1 .a2_v1 {
  width: 40.7142857143%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont1 .a2_v1 {
    width: 100%;
  }
}
.cont1 .a2_v1 .p {
  color: #534E4E;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 1em;
}
@media (max-width: 768px) {
  .cont1 .a2_v1 .p {
    font-size: 1rem;
  }
}
.cont1 .a2_v1 a.more-msl {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .cont1 .a2_v1 a.more-msl {
    margin-top: 1em;
  }
}
.cont1 .ajxat1 {
  margin-top: 2rem;
}
.cont1 .ajxat1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.cont1 .ajxat1 li i {
  display: block;
  font-size: 0;
  width: 3.75rem;
  margin: 0 auto;
}
.cont1 .ajxat1 li i img {
  width: 100%;
}
.cont1 .ajxat1 li .data {
  text-align: center;
}
.cont1 .ajxat1 li .data span {
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Montserrat";
  color: #ED222E;
}
.cont1 .ajxat1 li .data sup {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
  vertical-align: top;
  top: 0;
}
.cont1 .ajxat1 li .txta {
  color: #534E4E;
  font-size: 1.125rem;
  line-height: 1.5em;
}

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

.fang img {
  -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);
}

@media (max-width: 990px) {
  .cont2 {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.6rem 0;
  }
}
@media (max-width: 768px) {
  .cont2 .title1-gpng .tita2 a.more-msl {
    margin-top: 1.5em;
  }
}
.cont2 .a2_b1-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont2 .a2_b1-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .cont2 .a2_b1-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.cont2 .a2_b1-list1 li a.a {
  display: block;
  position: relative;
}
.cont2 .a2_b1-list1 li a.a .img {
  overflow: hidden;
}
.cont2 .a2_b1-list1 li a.a .img img {
  width: 100%;
}
.cont2 .a2_b1-list1 li a.a .cont-p {
  background: #ED222E;
  padding: 1.5rem 6.5%;
}
.cont2 .a2_b1-list1 li a.a .cont-p .tit {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.cont2 .a2_b1-list1 li a.a .cont-p p {
  color: #534E4E;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.4rem;
}
.cont2 .a2_b1-list1 li a.a .ajxa {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  line-height: 2.5rem;
  padding-left: 1rem;
  text-align: center;
  background: #e1e1e1;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cont2 .a2_b1-list1 li a.a .ajxa i {
  font-size: 1.25rem;
  color: #333;
}

.cont2 .a2_b1-list1 li a.a:hover .cont-p .tit {
  color: #fff;
}
.cont2 .a2_b1-list1 li a.a:hover .ajxa {
  background-color:#b50909;
}
.cont2 .a2_b1-list1 li a.a:hover .ajxa i{ color:#fff}
.section4 {
  position: relative;
}
@media (max-width: 990px) {
  .section4 {
    padding: 6rem 0 0;
  }
}
@media (max-width: 768px) {
  .section4 {
    padding: 2.6rem 0 0;
  }
}
.section4 u {
  width: 16.9270833333%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.4s ease 1.5s;
  -o-transition: all 0.4s ease 1.5s;
  -moz-transition: all 0.4s ease 1.5s;
  transition: all 0.4s ease 1.5s;
}
.section4 u.b {
  opacity: 0;
}
.section4 .a3_v1 {
  height: 39.524838013%;
  position: relative;
}
@media (max-width: 990px) {
  .section4 .a3_v1 {
    height: auto;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .section4 .a3_v1 {
    margin-bottom: 1.5rem;
  }
}
.section4 .a3_v1 .wh {
  height: 100%;
}
.section4 .a3_v1 .title1-gpng {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 990px) {
  .section4 .a3_v1 .title1-gpng {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .section4 .a3_v1 .title1-gpng .tita2 {
    margin-top: 1.25rem;
  }
}
.section4 .a3_v2 {
  height: 60.475161987%;
  position: relative;
}
@media (max-width: 768px) {
  .section4 .a3_v2 {
    height: auto;
  }
}
.section4 .a3_v2 .w-accor4 {
  height: 100%;
}
.section4 .a3_v2 .w-accor4 li {
  cursor: pointer;
}
.section4 .a3_v2 .w-accor4 li .img_ar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section4 .a3_v2 .w-accor4 li .img_ar img {
    height: 50vw;
  }
}
.section4 .a3_v2 .w-accor4 li .cont_ar {
  text-align: center;
  color: #fff;
}
.section4 .a3_v2 .w-accor4 li .cont_ar h3 {
  font: 600 2rem/1.6em "sourcehansans";
}
.section4 .a3_v2 .w-accor4 li .cont_ar h3::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background: #fff;
  margin: 0 auto 0.7em;
}
@media (max-width: 768px) {
  .section4 .a3_v2 .w-accor4 li .cont_ar h3 {
    font-size: 1.25rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.25em;
  }
  .section4 .a3_v2 .w-accor4 li .cont_ar h3::before {
    display: none;
  }
}
.section4 .a3_v2 .w-accor4 li .cont_ar p {
  font: 500 1.5rem/1.6em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section4 .a3_v2 .w-accor4 li .cont_ar p {
    font-size: 1rem;
    display: none;
  }
}
@media (max-width: 768px) {
  .section4 .a3_v2 .w-accor4 li.cur .cont_ar h3 {
    font-size: 1.25rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .section4 .a3_v2 .w-accor4 li.cur .cont_ar h3::before {
    display: block;
  }
}
@media (max-width: 768px) {
  .section4 .a3_v2 .w-accor4 li.cur .cont_ar p {
    font-size: 1rem;
    display: block;
  }
}
.section4.active u.a {
  opacity: 0;
}
.section4.active u.b {
  opacity: 1;
}

.section5 {
  position: relative;
  background: url("../images/shili.jpg") no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 990px) {
  .section5 {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .section5 {
    padding: 2.6rem 0 0;
  }
}
.section5 u {
  display: none;
  font-size: 0;
  position: absolute;
  right: 2.9166666667%;
  top: 10%;
  width: 41.6666666667%;
}
.section5 .cont4 {
  position: relative;
  z-index: 9; padding-bottom:100px
}
.section5 .cont4 .a4_v1 {
  width: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4_v1 {
    width: 100%;
  }
}
.section5 .cont4 .a4_v1 .p {
  color: #fff;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 1em;
  text-align: justify;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4_v1 .p {
    font-size: 1rem;
  }
}
.section5 .cont4 .a4_v1 a.more-msl {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4_v1 a.more-msl {
    margin-top: 1.375rem;
  }
}
.section5 .a4_v2 {
  width: 68.75%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section5 .a4_v2 {
    width: 100%;
    position: static;
    margin-top: 1.6rem;
  }
}
.section5 .a4_v2 dl {
  padding: 6rem 0;
  padding-left: 6%;
  position: relative;
  z-index: 1;
  width: 30%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section5 .a4_v2 dl:last-child {
  width: 40%;
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl:last-child {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl {
    padding: 3rem 4%;
  }
}
.section5 .a4_v2 dl > i {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl > i {
    width: 4rem;
  }
}
.section5 .a4_v2 dl > i img {
  width: 100%;
}
.section5 .a4_v2 dl dt {
  font: 600 2rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl dt {
    font-size: 1.25rem;
    padding: 0.4em 0;
  }
}
.section5 .a4_v2 dl dd {
  font: 500 1rem/1.5em "sourcehansans";
  width: 70%;
  padding: 1rem 0;
}
.section5 .a4_v2 dl a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5em;
}
.section5 .a4_v2 dl a i {
  font-size: 0.875rem;
}
.section5 .a4_v2 dl:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(201, 43, 47, 0.9);
  -webkit-transform: translateX(12.5%) skew(-21.5deg, 0deg);
     -moz-transform: translateX(12.5%) skew(-21.5deg, 0deg);
      -ms-transform: translateX(12.5%) skew(-21.5deg, 0deg);
       -o-transform: translateX(12.5%) skew(-21.5deg, 0deg);
          transform: translateX(12.5%) skew(-21.5deg, 0deg);
}
@media (max-width: 1366px) {
  .section5 .a4_v2 dl:nth-child(1)::after {
    -webkit-transform: translateX(12.5%) skew(-22deg, 0deg);
       -moz-transform: translateX(12.5%) skew(-22deg, 0deg);
        -ms-transform: translateX(12.5%) skew(-22deg, 0deg);
         -o-transform: translateX(12.5%) skew(-22deg, 0deg);
            transform: translateX(12.5%) skew(-22deg, 0deg);
  }
}
@media (max-width: 1024px) {
  .section5 .a4_v2 dl:nth-child(1)::after {
    -webkit-transform: translateX(12.5%) skew(-19deg, 0deg);
       -moz-transform: translateX(12.5%) skew(-19deg, 0deg);
        -ms-transform: translateX(12.5%) skew(-19deg, 0deg);
         -o-transform: translateX(12.5%) skew(-19deg, 0deg);
            transform: translateX(12.5%) skew(-19deg, 0deg);
  }
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl:nth-child(1)::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.section5 .a4_v2 dl:nth-child(2) {
  margin-right: -0.8rem;
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl:nth-child(2) {
    margin-right: 0;
  }
}
.section5 .a4_v2 dl:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(12.5%) skew(-21.5deg, 0deg);
     -moz-transform: translateX(12.5%) skew(-21.5deg, 0deg);
      -ms-transform: translateX(12.5%) skew(-21.5deg, 0deg);
       -o-transform: translateX(12.5%) skew(-21.5deg, 0deg);
          transform: translateX(12.5%) skew(-21.5deg, 0deg);
}
@media (max-width: 1366px) {
  .section5 .a4_v2 dl:nth-child(2)::after {
    -webkit-transform: translateX(12.5%) skew(-22deg, 0deg);
       -moz-transform: translateX(12.5%) skew(-22deg, 0deg);
        -ms-transform: translateX(12.5%) skew(-22deg, 0deg);
         -o-transform: translateX(12.5%) skew(-22deg, 0deg);
            transform: translateX(12.5%) skew(-22deg, 0deg);
  }
}
@media (max-width: 1024px) {
  .section5 .a4_v2 dl:nth-child(2)::after {
    -webkit-transform: translateX(12.5%) skew(-19deg, 0deg);
       -moz-transform: translateX(12.5%) skew(-19deg, 0deg);
        -ms-transform: translateX(12.5%) skew(-19deg, 0deg);
         -o-transform: translateX(12.5%) skew(-19deg, 0deg);
            transform: translateX(12.5%) skew(-19deg, 0deg);
  }
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl:nth-child(2)::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.section5 .a4_v2 dl:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(72, 96, 176, 0.8);
  -webkit-clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section5 .a4_v2 dl:nth-child(3)::after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.section6 {
  background: url("../uploads/20221121/77100c80ae605fba330ce536cd4776eb.jpg") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
@media (max-width: 990px) {
  .section6 {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .section6 {
    padding: 2.6rem 0;
  }
}
.section6 .cont5 .a5_b1 {
  width: 23.4285714286%;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b1 {
    width: 100%;
  }
}
.section6 .cont5 .a5_b1 .xw_sort1 {
  width: 90%;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b1 .xw_sort1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.section6 .cont5 .a5_b1 .xw_sort1 li a {
  border-bottom: 1px solid #252323;
  padding: 0.7em 0;
  position: relative;
}
.section6 .cont5 .a5_b1 .xw_sort1 li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #C92B2F;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section6 .cont5 .a5_b1 .xw_sort1 li a span {
  display: block;
  color: #252323;
  font: 600 1.375rem/2em "sourcehansans";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b1 .xw_sort1 li a span {
    font-size: 1.25rem;
  }
}
.section6 .cont5 .a5_b1 .xw_sort1 li a i {
  color: #252323;
  font: 500 1.375rem/2em "sourcehansans";
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b1 .xw_sort1 li a i {
    font-size: 1.25rem;
  }
}
.section6 .cont5 .a5_b1 .xw_sort1 li:hover a::after, .section6 .cont5 .a5_b1 .xw_sort1 li.on a::after {
  width: 100%;
}
.section6 .cont5 .a5_b1 .xw_sort1 li:hover a span, .section6 .cont5 .a5_b1 .xw_sort1 li:hover a i, .section6 .cont5 .a5_b1 .xw_sort1 li.on a span, .section6 .cont5 .a5_b1 .xw_sort1 li.on a i {
  color: #C92B2F;
}
.section6 .cont5 .a5_b1 .an-jt {
  font-size: 0;
  margin-top: 4.6rem;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b1 .an-jt {
    margin-top: 2rem;
  }
}
.section6 .cont5 .a5_b1 .an-jt .swiper-button-prev2, .section6 .cont5 .a5_b1 .an-jt .swiper-button-next2 {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #252323;
  text-align: center;
  display: inline-block;
  margin-right: 1rem;
  outline: none;
}
.section6 .cont5 .a5_b1 .an-jt .swiper-button-prev2 i, .section6 .cont5 .a5_b1 .an-jt .swiper-button-next2 i {
  color: #252323;
  font-size: 1.5rem;
}
.section6 .cont5 .a5_b2 {
  width: 72.1428571429%;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a {
  background: #fff;
  padding: 2.2rem 9.9173553719%;
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b2 .mySwiper1 a.a {
    margin-bottom: 1rem;
    padding: 2rem 4%;
  }
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a .date {
  color: #ED222E;
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a .date b {
  font: 600 2.8125rem/1.2em "Montserrat";
  display: inline-block;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b2 .mySwiper1 a.a .date b {
    font-size: 2rem;
  }
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a .date span {
  display: inline-block;
  font: 600 1.375rem/1.2em "Montserrat";
  margin-left: 0.6em;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b2 .mySwiper1 a.a .date span {
    font-size: 1rem;
  }
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a dt {
  color: #252323;
  font: 500 1.375rem/1.5em "sourcehansans";
  padding: 0.45em 0 1.5em;
}
@media (max-width: 768px) {
  .section6 .cont5 .a5_b2 .mySwiper1 a.a dt {
    font-size: 1rem;
  }
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a dd {
  color: #252323;
  font: 500 1rem/1.6em "sourcehansans";
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a dd i {
  color: #252323;
  font: 500 1rem/1.6em "sourcehansans";
  margin-left: 0.4em;
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a:hover {
  background: #ED222E;
}
.section6 .cont5 .a5_b2 .mySwiper1 a.a:hover .date, .section6 .cont5 .a5_b2 .mySwiper1 a.a:hover dt, .section6 .cont5 .a5_b2 .mySwiper1 a.a:hover dd, .section6 .cont5 .a5_b2 .mySwiper1 a.a:hover dd i {
  color: #fff;
}

.section8 {
  background: #000000;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 56px;
  height: 56px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  line-height: 56px;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 28px;
}
.zd_erha li > a:hover {
  background: #ED222E;
}
.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 10px;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  white-space: nowrap;
}
.zd_erha li .erghgsa a{ color:#333}
.zd_erha li .erghgsb {
  width: 115px;
  padding: 5px;
}
.zd_erha li .erghgsb img{ max-width:100%}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 990px) {
  .section, .fp-tableCell {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
  .cont1 {
    height: auto;
  }
  .cont1 .a1_v1 dl {
    height: auto;
  }
  .section5::after {
    display: none;
  }
}
.foot-fot {
  position: relative;
  background: #000000;
}
.foot-fot .a7_v2 .fo-a1 {
  padding: 4.625rem 0 2.8125rem;
}
.foot-fot .a7_v2 .fo-a1 dl dt a {
  display: block;
  color: #fff;
  font: 600 1.125rem/1.6em "sourcehansans";
  margin-bottom: 0.5em;
}
.foot-fot .a7_v2 .fo-a1 dl dd a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/1.85em "sourcehansans";
}
.foot-fot .a7_v2 .fo-a1 dl dd a:hover {
  color: #fff;
}
.foot-fot .a7_v2 .fo-a1 dl .sec {
  margin-top: 0.7em;
}
.foot-fot .a7_v2 .fo-a1 dl .sec .social-share a {
  color: #000000;
  background: white;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  border: none;
  font-size: 1.1rem;
}
.foot-fot .a7_v2 .fo-a1 dl .sec .social-share a:hover {
  color: #ED222E;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .fo-a2 {
  border-top: 0.5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 0;
}
.foot-fot .foota1 .fo-a2 dt {
  color: #fff;
  font: 600 1.125rem/1.4em "sourcehansans";
}
.foot-fot .foota1 .fo-a2 .wehxasa {
  color: #fff;
  font: 500 1rem/1.8em "sourcehansans";
  margin-top: 0.3em;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa1 {
  width: 60%;
  margin-top: 0.5rem;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa1 p {
  width: 50%;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa1 p:nth-child(1) {
  width: 100%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 {
  position: relative;
  width: 18.75rem;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .yabvsx {
  color: #FFFFFF;
  font: 500 1rem/2em "sourcehansans";
  padding: 0.25rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .yabvsx i {
  font: 500 0.875rem/2em "sourcehansans";
  float: right;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .yabvsx.clicked i {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .wehha-as {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  padding: 0.8rem 1rem;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .wehha-as a {
  color: #333;
  font: 500 1rem/1.5em "sourcehansans";
  display: block;
  padding: 0.25rem 0;
}
.foot-fot .foota1 .fo-a2 .wehxasa .asxa2 .wehha-as a:hover {
  color: #ED222E;
}
.foot-fot .foota2 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.3);
  font: 500 1rem/1.5em "sourcehansans";
}
.foot-fot .foota2 .wh {
  position: relative;
  z-index: 1;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.3);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .mslm-nav > li > a, .foot-fot .aniut i, .foot-fot .mslm-nav > li .sec a {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

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

@media (min-width: 990px) {
  .active .a2_v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -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: fadeInLeft;
       -moz-animation-name: fadeInLeft;
         -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .active .yya4 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -webkit-animation-delay: 1.4s;
       -moz-animation-delay: 1.4s;
         -o-animation-delay: 1.4s;
            animation-delay: 1.4s;
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .active .a5_b1, .active .a4_v1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -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: fadeInLeft;
       -moz-animation-name: fadeInLeft;
         -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .active .a5_b2 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -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: fadeInRight;
       -moz-animation-name: fadeInRight;
         -o-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
  .active .a7_bas1 .title1-gpng {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -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: fadeInLeft;
       -moz-animation-name: fadeInLeft;
         -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .active .a7_basc1 {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -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: fadeInRight;
       -moz-animation-name: fadeInRight;
         -o-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
}
.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.ny_ban .wehha {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 41%;
}
.ny_ban .wehha h2 {
  font: 600 3.4375rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .ny_ban .wehha h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
.ny_ban .wehha p {
  font: 600 2.5rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
  .ny_ban .wehha p {
    font-size: 1rem;
  }
}

.n_mbx {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: -1px;
}
.n_mbx .wh .n_src {
  text-align: center;
  margin-top: -6rem;
  background: #fff;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    margin-top: 0;
    padding: 1rem 0;
  }
}
.n_mbx .wh .n_src li {
  display: inline-block;
  padding: 0 2%;
}
.n_mbx .wh .n_src li a {
  display: block;
  font: 600 1.125rem/2rem "sourcehansans";
  color: #333333;
}
@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}
.n_mbx .wh .n_src li a:hover {
  color: #D7000F;
}
.n_mbx .wh .n_src li.active a {
  color: #D7000F;
}

.mbx {
  color: #A1A1A1;
  font: 500 0.875rem/2em "sourcehansans";
  margin: 1em 0;
}
.mbx i {
  font-size: 1rem;
  margin-right: 0.5em;
}
.mbx a {
  color: #A1A1A1;
}
.mbx a:hover {
  color: #58B530;
}

.ny-content {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .ny-content {
    margin-bottom: 2rem;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}