
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;
  }
}
body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

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.9583333333%;
}
@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: #FF9CD0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #FF9CD0;
  -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: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF9CD0;
  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.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -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 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #FF9CD0;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #FF9CD0;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #FF9CD0;
}
.more-msl.ls {
  color: #FF9CD0;
  background: transparent;
  border-color: #FF9CD0;
}
.more-msl.ls:before {
  background: #FF9CD0;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.more-b i {
  font-size: 1rem;
  margin-right: 0.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.65rem 1.25rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  border-radius: 4rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  color: #FF9CD0;
}
.more-b:hover i {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.hs {
  background-color: #FF9CD0;
  color: #fff;
  border-color: #FF9CD0;
}
.more-b.hs::after {
  background-color: #fff;
}
.more-b.hs:hover {
  color: #FF9CD0;
}
.more-b.hsa {
  background-color: transparent;
  color: #FF9CD0;
  border-color: #FF9CD0;
}
.more-b.hsa::after {
  background-color: #FF9CD0;
}
.more-b.hsa:hover {
  color: #fff;
}

@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 > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    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;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 3.125rem;
  color: #fff;
}
.head .head1 .top_axa dl {
  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;
}
.head .head1 .top_axa dl + dl {
  margin-left: 1rem;
}
.head .head1 .top_axa dl dt {
  width: 1.25rem;
  margin-right: 0.25rem;
  line-height: 1.5em;
  -webkit-transform: translateY(-0.15rem);
     -moz-transform: translateY(-0.15rem);
      -ms-transform: translateY(-0.15rem);
       -o-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
}
.head .head1 .top_axa dl dt img {
  width: 100%;
}
.head .head1 .top_axa dl dd {
  font-size: 0.875rem;
  font-weight: 500;
}
.head .head2 {
  line-height: 4.375rem;
  position: relative;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.375rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .zywena {
  padding: 0 2rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: #fff;
  font-size: 1.4rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.4rem;
  font-weight: 600;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.375rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .seca a:hover {
  color: #FF9CD0;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #fff;
}
.head .head2 .sska a i {
  font-size: 1.4rem;
}
.head.sticky .head1 {
  display: none;
}
.head.sticky .head1, .head:hover .head1 {
  background-color: #FF9CD0;
}
.head.sticky .head2, .head:hover .head2 {
  background-color: #fff;
}
.head.sticky .head2 .logo a img, .head:hover .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head.sticky .head2 #menu .nav_a1 li > a, .head:hover .head2 #menu .nav_a1 li > a {
  color: #323232;
}
.head.sticky .head2 #menu .nav_a1 li:hover > a, .head.sticky .head2 #menu .nav_a1 li.active > a, .head:hover .head2 #menu .nav_a1 li:hover > a, .head:hover .head2 #menu .nav_a1 li.active > a {
  color: #FF9CD0;
}
.head.sticky .head2 .zywena a.rhgxt, .head.sticky .head2 .sska a, .head:hover .head2 .zywena a.rhgxt, .head:hover .head2 .sska a {
  color: #323232;
}

.ny-show_body {
  padding-top: 7.5rem;
}
.ny-show_body .head .head1 {
  background-color: #FF9CD0;
}
.ny-show_body .head .head2 {
  background-color: #fff;
}
.ny-show_body .head .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.ny-show_body .head .head2 #menu .nav_a1 li > a {
  color: #323232;
}
.ny-show_body .head .head2 #menu .nav_a1 li:hover > a, .ny-show_body .head .head2 #menu .nav_a1 li.active > a {
  color: #FF9CD0;
}
.ny-show_body .head .head2 .zywena a.rhgxt, .ny-show_body .head .head2 .sska a {
  color: #323232;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  padding: 0 2.125rem;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a span {
    padding: 0 1.5em;
  }
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF9CD0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 176%;
  left: 0;
  background: white;
  z-index: 9;
  padding: 1.65rem 25% 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85em 0;
  color: #727171;
  border-bottom: 1px solid #DADADA;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .nav_a1 li .sec a i {
  color: #DADADA;
  font-size: 1.25rem;
}
#menu .nav_a1 li .sec a:hover {
  color: #FF9CD0;
}
#menu .nav_a1 li .sec a:hover i {
  color: #FF9CD0;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 180%;
  left: 0;
  background: white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec1 .aseca1 {
  width: 100%;
  padding: 3rem 0;
  border-right: 1px solid #DADADA;  height: 18.25rem;
}
#menu .nav_a1 li .sec1 .aseca1 a {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 2em;
}
#menu .nav_a1 li .sec1 .aseca1 a.on {
  background: #FF9CD0;
  color: #fff;
}
#menu .nav_a1 li .sec1 .aseca2 {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  height: 18.25rem;
  background: #fff;
}
#menu .nav_a1 li .sec1 .aseca-ast {
  width: 100%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba {
  background: white;
  width: 100%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85em 0;
  color: #727171;
  border-bottom: 1px solid #DADADA;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a i {
  color: #DADADA;
  font-size: 1.25rem;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a:hover, #menu .nav_a1 li .sec1 .aseca-ast .ttba a.on {
  color: #FF9CD0;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a:hover i, #menu .nav_a1 li .sec1 .aseca-ast .ttba a.on i {
  color: #FF9CD0;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa1, #menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 {
  width: 100%;
  padding: 1rem 12%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  background: #fff;
  border-left: 1px solid #DADADA;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc {
  width: 100%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba.ast-x2 .wehxa2 {
  display: none;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #FF9CD0;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.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;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #FF9CD0;
}

.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%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  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%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-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%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .dl + .dl {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .dl > a {
  line-height: 50px;
}
.m-bm-nav > li .dl .sec a {
  line-height: 50px;
}
.m-bm-nav > li .dl .sec a.zxc {
  line-height: 35px;
}
.m-bm-nav > li .dl .aniut {
  height: 50px;
  line-height: 50px;
  right: 0;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec, .m-bm-head.white .m-bm-nav > li .dl + .dl {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.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 .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
  }
}
.pc-banner .mySwipera .banwez1 .ast1 {
  width: 60%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .ast1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pc-banner .mySwipera .banwez1 .ast2 {
  width: 36.3571428571%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .ast2 {
    width: 50%;
    margin: 0 auto 0.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .ast2 img {
  width: 100%;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
  box-reflect: below 0 linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 2.8125rem/1.25em "Noto Sans SC";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 700 4rem/1.25em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    margin-top: 1.25rem;
    display: none;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 54%;
  z-index: -1;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1::after {
    top: 55%;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: #FFFFFF;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.375rem;
  border: none;
  position: relative;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../image/ba3377eb231f5fd596aeef8b35da3430.svg) no-repeat center;
  -o-background-size: 98% 98%;
     background-size: 98% 98%;
  display: none;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span::after {
    width: 1.125rem;
    height: 1.125rem;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span + span {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span + span {
    margin-left: 1.5rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #FF9CD0;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active::after {
  display: block;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 400 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 3.9375rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner a.mouse .xdt {
    height: 3rem;
  }
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.375rem;
  height: 0.625rem;
  background: #FF9CD0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}
@media (max-width: 768px) {
  .pc-banner a.mouse .xdt::after {
    width: 4px;
  }
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.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;
}

/* 图片动画 */
.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);
}

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

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

.gong-p {
  color: #727171;
  font-size: 1.25rem;
  line-height: 1.6em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1.125rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 .tit {
  color: #242728;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .tit::before {
  content: "";
  width: 1em;
  height: 2px;
  display: block;
  background: #000;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .title1 .tit::before {
    height: 2px;
    margin-bottom: 0.65rem;
  }
}
.title1 .p1t {
  color: #242728;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .title1 .p1t {
    font-size: 1.125rem;
    margin-top: 0.65rem;
  }
}
.title1.bs .tit, .title1.bs .p1t {
  color: #fff;
}
.title1.ta .tit::before {
  margin: 0 auto 1rem;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gongt-jt > div {
  background: #fff;
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gongt-jt > div i {
  color: #8E8E8E;
  font-size: 1.25rem;
  font-weight: 100;
}
.gongt-jt > div:hover {
  background: #FF9CD0;
}
.gongt-jt > div:hover i {
  color: #fff;
}

.flex-zc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-zc > div {
  width: 100%;
}

.cont1 {
  position: relative;
}
.cont1 .a1va1 {
  padding: 10.625rem 0;
}
@media (max-width: 768px) {
  .cont1 .a1va1 {
    padding: 2.5rem 0;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 38.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .p1 {
  margin: 1.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .p1 {
    margin: 0.85rem 0 1rem;
  }
}
.cont1 .a1v1 .a1b2 {
  width: 52.7142857143%;
  padding: 0 6.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    padding: 0 3.5714285714%;
  }
}
.cont1 .a1v1 .a1b2 .xzx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 12.1951219512%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .xzx {
    padding: 0 6.7750677507%;
  }
}
.cont1 .a1v1 .a1b2 .xzx img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga {
  display: block;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .img u {
  display: block;
  font-size: 0;
  opacity: 0;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .img u img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .img i {
  width: 100%;
  height: 100%;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .img i img {
  width: auto;
  max-height: 75%;
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .tit {
  text-align: center;
  color: #B8B8B8;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .tit {
    font-size: 1.25rem;
  }
}
.cont1 .a1v1 .a1b2 .mySwiper1 .swiper-slide a.imga .p {
  text-align: center;
  color: #727171;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.cont1 .gongt-jta {
  opacity: 0;
}
@media (max-width: 768px) {
  .cont1 .gongt-jta {
    opacity: 1;
  }
}
.cont1 .gongt-jta > 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: 1;
}
.cont1 .gongt-jta > div i {
  color: #BDBCBC;
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont1 .gongt-jta > div i {
    font-size: 2.25rem;
    font-weight: 700;
  }
}
.cont1 .gongt-jta > div.swiper-button-next1 {
  right: 0;
}
.cont1 .gongt-jta > div.swiper-button-prev1 {
  left: 0;
}
.cont1 .gongt-jta > div:hover i {
  color: #FF9CD0;
}
.cont1:hover .gongt-jta {
  opacity: 1;
}
.cont1 .a1va2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: circle(10% at 67% 46%);
          clip-path: circle(10% at 67% 46%);
  -webkit-transition: -webkit-clip-path ease 1.5s;
  transition: -webkit-clip-path ease 1.5s;
  -o-transition: clip-path ease 1.5s;
  -moz-transition: clip-path ease 1.5s;
  transition: clip-path ease 1.5s;
  transition: clip-path ease 1.5s, -webkit-clip-path ease 1.5s;
}
@media (max-width: 768px) {
  .cont1 .a1va2 {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    padding: 2rem 0;
    display: none;
  }
}
.cont1 .a1va2 .mySwiper2 {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1va2 .mySwiper2 {
    padding-right: 1rem;
  }
}
.cont1 .a1va2 .mySwiper2 .swiper-slide {
  padding: 3rem 0;
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga {
  padding: 1.8rem 5%;
  border-radius: 2.75rem;
  border: 1px solid #EBEBEB;
  background: rgba(249, 249, 249, 0.3);
}
@media (max-width: 768px) {
  .cont1 .a1va2 .mySwiper2 .swiper-slide .imga {
    border-radius: 1.5rem;
  }
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p {
  width: 55%;
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p .name {
  color: #242728;
  font-size: 2rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p .name {
    font-size: 1.5rem;
  }
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p .tit1 {
  color: #727171;

  font-size: 1.125rem;
  line-height: 1.35em; /* 141.667% */
  text-transform: uppercase;
  font-weight: 500;display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
@media (max-width: 768px) {
  .cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p .tit1 {
    font-size: 1rem;
  }
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga .con-p .txt1 {
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 1rem 0;
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga a.img {
  display: block;
  width: 40%;
  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;
}
.cont1 .a1va2 .mySwiper2 .swiper-slide .imga a.img img {
  width: 100%;
  height: auto;
}
.cont1 .a1va2 .a1_v1c1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1va2 .a1_v1c1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1va2 .a1_v1c1 .swiper-pagination {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #C2C2C2;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1va2 .a1_v1c1 .swiper-pagination {
    height: 1px;
  }
}
.cont1 .a1va2 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #FF9CD0;
  height: 5px;
  top: -2px;
}
@media (max-width: 768px) {
  .cont1 .a1va2 .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -1px;
  }
}
.cont1 .a1va2 .a1_v1c1 .gongt-jt .swiper-button-next1 {
  margin-left: 1rem;
}

.section {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.cont2 {
  padding: 6.875rem 0;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
}
.cont2 .a2v1 .a2b1 {
  width: 38.5714285714%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .p1 {
  margin: 1.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .p1 {
    margin: 0.75rem 0 1rem;
  }
}
.cont2 .a2v1 .a2b2 {
  width: 52.7142857143%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b2 li {
  border-radius: 2.75rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 3.5rem 1rem 4.75rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li {
    padding: 1.8rem 1rem 2rem;
    border-radius: 1rem;
  }
}
.cont2 .a2v1 .a2b2 li i {
  display: block;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li i {
    width: 4rem;
  }
}
.cont2 .a2v1 .a2b2 li i img {
  width: 100%;
}
.cont2 .a2v1 .a2b2 li .wenata .data {
  color: #060001;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li .wenata .data {
    font-size: 2.2rem;
  }
}
.cont2 .a2v1 .a2b2 li .wenata .p {
  color: #727171;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li .wenata .p {
    font-size: 1.125rem;
  }
}
.cont2 .a2v1 .a2b2 li:nth-child(n+3) .wenata .data::after {
  content: "+";
  font-size: 1.25rem;
  vertical-align: super;
  display: inline-block;
  line-height: 1em;
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.cont2 .a2v1 .a2b2 li:hover {
  background: #FF9CD0;
}
.cont2 .a2v1 .a2b2 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont2 .a2v1 .a2b2 li:hover .wenata .data, .cont2 .a2v1 .a2b2 li:hover .wenata .p {
  color: #fff;
}

.more-x {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .more-x {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.more-x i {
  color: #000;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .more-x i {
    font-size: 1.25rem;
  }
}

.cont3 {
  position: relative;
}
.cont3 .bhjax img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .bhjax img {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont3 .a3v1 {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    top: 35%;
  }
}
.cont3 .a3v1 a.tvsp {
  width: 7.375rem;
  display: block;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .cont3 .a3v1 a.tvsp {
    width: 4rem;
    margin: 1.25rem auto 0;
  }
}
.cont3 .a3v1 a.tvsp img {
  width: 100%;
}
.cont3 .a3v2 {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    bottom: 1.5rem;
  }
}
.cont3 .a3v2 .a3v1cb1 {
  width: 36.3571428571%;
  background: #FF9CD0;
  border-radius: 2.75rem;
  padding: 4rem 3.5%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v1cb1 {
    width: 70%;
    padding: 2rem 3.5%;
    border-radius: 1rem;
  }
}
.cont3 .a3v2 .a3v1cb1 .a3v1cd1 {
  color: #fff;
  font-weight: 700;
}
.cont3 .a3v2 .a3v1cb1 .a3v1cd1 .tit {
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v1cb1 .a3v1cd1 .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3v2 .a3v1cb1 .a3v1cd1 p {
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v1cb1 .a3v1cd1 p {
    font-size: 1.125rem;
  }
}
.cont3 .a3v2 .a3v1cb1 .more-x {
  border: 1px solid #fff;
}
.cont3 .a3v2 .a3v1cb1 .more-x:hover {
  background: #FF9CD0;
}
.cont3 .a3v2 .a3v1cb1 .more-x:hover i {
  color: #fff;
}

.cont4 {
  background: #F9F9F9;
  padding: 11.25rem 0;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
.cont4 .a4v1 .a4b1 {
  width: 56.2857142857%;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 {
    width: 100%;
    border-radius: 1rem;
  }
}
.cont4 .a4v1 .a4b1 img {
  width: 100%;
}
.cont4 .a4v1 .a4b2 {
  width: 36.5714285714%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont4 .a4v1 .a4b2 .p1 {
  color: #727171;
  margin-top: 1rem;
}
.cont4 .a4v1 .a4b2 .fwpxa li {
  border-bottom: 1px solid #E1E1E1;
  margin-top: 1rem;
}
.cont4 .a4v1 .a4b2 .fwpxa li .cont-p {
  color: #727171;
  font-weight: 500;
  position: relative;
  padding: 1rem 0;
}
.cont4 .a4v1 .a4b2 .fwpxa li .cont-p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #FF9CD0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont4 .a4v1 .a4b2 .fwpxa li .cont-p .tit {
  font-size: 1.5rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .fwpxa li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont4 .a4v1 .a4b2 .fwpxa li .cont-p p {
  font-size: 1.25rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .fwpxa li .cont-p p {
    font-size: 1.125rem;
  }
}
.cont4 .a4v1 .a4b2 .fwpxa li:hover .cont-p {
  color: #FF9CD0;
}
.cont4 .a4v1 .a4b2 .fwpxa li:hover .cont-p::after {
  width: 100%;
}
.cont4 .a4v1 .a4b2 .fwpxa li:hover .more-x {
  background: #FF9CD0;
}
.cont4 .a4v1 .a4b2 .fwpxa li:hover .more-x i {
  color: #fff;
}

.cont5 {
  padding: 0rem 0 5.625rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.25rem 0;
  }
}
.cont5 .a5v2-a .mySwiper3 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cont5 .a5v2-a .mySwiper3 {
    padding: 1.5rem 0;
  }
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p {
    border-radius: 1rem;
  }
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p a.imga {
  display: block;
  font-size: 0;
  padding-bottom: 64.0909090909%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p a.imga > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p a.imga img {
  width: 100%;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta {
  padding: 1.65rem 1.65rem 2.3rem;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta .data {
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta .data span {
  color: #FF9CD0;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta a.name {
  color: #242728;
  font-size: 1.375rem;
  line-height: 1.25em;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin: 1rem 0 0.65rem;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta a.name:hover {
  color: #FF9CD0;
}
.cont5 .a5v2-a .mySwiper3 .swiper-slide .cont-p .cont-enta .p1 {
  color: #727171;
  font-size: 1rem;
  line-height: 1.625em;
  text-align: justify;
  height: 3.25em;
  overflow: hidden;
}
.cont5 .a5v2-a .a1_v1c1 {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2-a .a1_v1c1 {
    margin-top: 0;
  }
}
.cont5 .a5v2-a .a1_v1c1 .swiper-pagination {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #C2C2C2;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2-a .a1_v1c1 .swiper-pagination {
    height: 1px;
  }
}
/*.cont5 .a5v2-a .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #FF9CD0;
  height: 5px;
  top: -2px;
}
@media (max-width: 768px) {
  .cont5 .a5v2-a .a1_v1c1 .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -1px;
  }
}*/
.cont5 .a5v2-a .a1_v1c1 .gongt-jt > div {
  background: #F9F9F9;
}
.cont5 .a5v2-a .a1_v1c1 .gongt-jt > div:hover {
  background: #FF9CD0;
}
.cont5 .a5v2-a .a1_v1c1 .gongt-jt .swiper-button-next1 {
  margin-left: 1rem;
}

.foot-fot {
  position: relative;
  border-top: px solid #000000;
  background: #F9F9F9;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4rem 0 6.5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #242728;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #242728;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #727171;
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #FF9CD0;
}
.foot-fot .foota1 .dseca p {
  color: #727171;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 .p1 {
  color: #727171;
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 .dtel {
  color: #000;
  font: 700 1.75rem/1.25em "Montserrat";
  margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.25rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #fff;
  border: none;
  background: #727171;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #FF9CD0;
  border-color: #FF9CD0;
  color: #fff;
}
.foot-fot .foota2 {
  color: #727171;
  font: 400 0.875rem/1.65em "Noto Sans SC";
  padding: 1.25em 0;
  background: #FBFBFB;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .foota2 a {
  color: #727171;
}
.foot-fot .foota2 a:hover {
  color: #FF9CD0;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

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

.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: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.5rem;
  border: 1px solid #DFDFDF;
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  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;
}
.zd_erha li > a i img {
  height: 1.875rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  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: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.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);
}
.zd_erha li:nth-child(1) > a {
  background-color: #FF9CD0;
}
.zd_erha li:nth-child(2) > a {
  background-color: rgba(0, 0, 0, 0.6);
}

/*内页css*/
.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: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

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

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

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

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

.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 "montserrat";
}
@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: #FF9CD0;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #FF9CD0;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 50%;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 4.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.25rem;
    letter-spacing: 0.65rem;
  }
}
.nbanner .maxta {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 768px) {
  .nbanner .maxta .n_src {
    display: none;
  }
}
.nbanner .maxta .n_src li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nbanner .maxta .n_src li + li {
  margin-left: 1px;
}
.nbanner .maxta .n_src li a {
  display: block;
  border-radius: 1.25rem 1.25rem 0px 0px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 1.35rem 0;
  color: #242728;
  font-size: 1.25rem;
  font-weight: 700;
}
.nbanner .maxta .n_src li:hover a, .nbanner .maxta .n_src li.active a {
  background: #FF9CD0;
  color: #fff;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 5.625rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF9CD0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #FF9CD0;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

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

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 4.375rem;
  margin-top: -4.375rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 3.625rem 0 4rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 1.5rem 0 2rem;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 47.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-slide .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 {
  position: relative;
  text-align: center;
  margin-top: 1.625rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span {
  opacity: 1;
  background: #818181;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.375rem;
  border: none;
  position: relative;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../image/7aa480d867d213a9516719515fa4dcf1.svg) no-repeat center;
  -o-background-size: 98% 98%;
     background-size: 98% 98%;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span::after {
    width: 1.125rem;
    height: 1.125rem;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span + span {
  margin-left: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span + span {
    margin-left: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #FF9CD0;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active::after {
  display: block;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 47.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .tit {
  color: #242728;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .tit {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .p1 {
  color: #727171;
  margin-top: 0.65rem;
}
.abt-cont1 .abt-a1v2 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 0.5rem;
  }
}
.abt-cont1 .abt-a1v2 li {
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li {
    width: 50%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v2 li .wenata .data {
  color: #FF9CD0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .wenata .data {
    font-size: 2.2rem;
  }
}
.abt-cont1 .abt-a1v2 li .wenata .p {
  color: #727171;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .wenata .p {
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1v2 li:nth-child(n+3) .wenata .data::after {
  content: "+";
  font-size: 1.25rem;
  vertical-align: super;
  display: inline-block;
  line-height: 1em;
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.abt-cont2 {
  background: #F9F9F9;
  padding: 5.9375rem 0 6.875rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .abt-a2v1 {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    margin-top: 0.5rem;
  }
}
.abt-cont2 .abt-a2v1 u {
  display: block;
  margin: 0 -4.375rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 u {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
.abt-cont2 .abt-a2v1 u img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 {
    position: static;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li {
  padding: 1.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 2rem;
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li.clearboth {
  opacity: 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li {
    padding: 1rem 1.5rem;
    width: 100%;
    margin-top: 1rem;
  }
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li.clearboth {
    display: none;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:nth-child(2) {
  float: right;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:nth-child(2) {
    float: none;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .tit {
  color: #242728;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .tit {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .entit {
  color: #D3D3D3;
  font-size: 3.125rem;
  font-weight: 100;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .entit {
    font-size: 2rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .tita1 {
  color: #000000;
  font-size: 1.75rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .tita1 {
    font-size: 1.35rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li .tita2 {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:hover {
  background: #FF9CD0;
}
.abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:hover .tit, .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:hover .entit, .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:hover .tita1, .abt-cont2 .abt-a2v1 .abt-a2v1_list1 li:hover .tita2 {
  color: #ffffff;
}
.abt-cont2 .abt-a2v1_list2 {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.03);
  padding: 2rem 4%;
  margin-top: -5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1_list2 {
    margin-top: 1rem;
    border-radius: 1rem;
    padding: 1.5rem 4%;
    z-index: 1;
  }
}
.abt-cont2 .abt-a2v1_list2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1_list2 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 0.75rem 0;
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a2v1_list2 li:last-child {
  display: none;
}
.abt-cont2 .abt-a2v1_list2 li .cont-p {
  text-align: center;
}
.abt-cont2 .abt-a2v1_list2 li .cont-p i {
  display: block;
  width: 2.8125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1_list2 li .cont-p i {
    width: 2.5rem;
  }
}
.abt-cont2 .abt-a2v1_list2 li .cont-p i img {
  width: 100%;
}
.abt-cont2 .abt-a2v1_list2 li .cont-p .tit {
  color: #000000;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1_list2 li .cont-p .tit {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2v1_list2 li .cont-p .p {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
}
.abt-cont2 .abt-a2v1_list2 li.xasr {
  position: relative;
  width: 100%;
  height: 1px;
  background: #858585;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1_list2 li.xasr {
    display: none;
  }
}
.abt-cont2 .abt-a2v1_list2 li.xasr::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #858585;
}
.abt-cont2 .abt-a2v1_list2 li.xasr::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #858585;
}

.abt-cont3 {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.25rem 0;
  }
}
.abt-cont3 .abt-a3v1 {
  margin: 2.8125rem 0 3.125rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin: 1.5rem 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 46.6428571429%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li {
  padding: 2.25rem 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 li {
    padding: 1rem 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li .cont-p .tit {
  color: #282828;
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li .cont-p p {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 li .cont-p p {
    font-size: 0.875rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li .more-x {
  border: 1px solid #D7D7D7;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li:hover .cont-p .tit {
  color: #FF9CD0;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li:hover .more-x {
  background: #FF9CD0;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 li:hover .more-x i {
  color: #fff;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 48.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
    margin-top: 1.8rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li {
  width: 46.8934911243%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li .img-as {
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.1);
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li .img-as .as1 {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li .img-as .as1 img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li .img-as .as2 {
  width: 100%;
  padding: 8% 8.6%;
  left: 0;
  top: 0;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 li .img-as .as2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.honer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.honer-list li a.img {
  display: block;
  padding: 1.25rem;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.65rem;
}
@media (max-width: 768px) {
  .honer-list li a.img {
    padding: 1rem;
  }
}
.honer-list li a.img i {
  display: block;
  overflow: hidden;
}
.honer-list li a.img i img {
  width: 100%;
}
.honer-list li a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}

.product-content .n_src {
  margin: 1rem 0 2.5rem;
}
@media (max-width: 768px) {
  .product-content .n_src {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.5rem 0 1rem;
  }
}
.product-content .n_src li {
  width: 12.8571428571%;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .product-content .n_src li {
    width: 48%;
    margin: 0.5rem 0;
  }
}
.product-content .n_src li a {
  display: block;
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #D6D6D6;
  text-align: center;
  padding: 0.9rem 0.5rem;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .product-content .n_src li a {
    line-height: 1.25em;
    padding: 0.85rem 0.5rem;
  }
}
.product-content .n_src li:hover a, .product-content .n_src li.active a {
  background: #FF9CD0;
  color: #fff;
  border-color: #FF9CD0;
}
.product-content .title1 {
  margin: 1rem 0 1.35rem;
}
@media (max-width: 768px) {
  .product-content .title1 {
    margin: 0.65rem 0 1rem;
  }
}
.product-content .product-list li {
  width: 48.5714285714%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .product-content .product-list li {
    width: 100%;
  }
}
.product-content .product-list li a.img i {
  background: url(../image/38b4813aebe517e5161261a86dac832c.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .product-list li a.img i {
    padding: 2rem 0.75rem;
  }
}
@media (max-width: 768px) {
  .product-content .product-list li a.img i {
    border-radius: 1rem;
  }
}
.product-content .product-list li a.img i img {
  width: auto;
  height: 23.8125rem;
}
@media (max-width: 768px) {
  .product-content .product-list li a.img i img {
    height: 18rem;
  }
}
.product-content .product-list li a.img .imgert {
  position: relative;
}
.product-content .product-list li a.img .imgert .contpa {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: rgba(215, 21, 24, 0.75);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .product-list li a.img .imgert .contpa {
    border-radius: 1rem;
  }
}
.product-content .product-list li a.img .imgert .contpa .wehxa {
  width: 100%;
  padding: 1rem 5%;
  color: #fff;
  text-align: center;
}
.product-content .product-list li a.img .imgert .contpa .wehxa .tit1 {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
.product-content .product-list li a.img .imgert .contpa .wehxa .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 0.756rem;
}
.product-content .product-list li a.img .tit {
  text-align: center;
  color: #242728;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .product-content .product-list li a.img .tit {
    font-size: 1.125rem;
  }
}
.product-content .product-list li a.img:hover .imgert i {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.product-content .product-list li a.img:hover .imgert .contpa {
  opacity: 1;
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gongt-pagination1 {
  position: relative;
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .gongt-pagination1 {
    margin-top: 1.25rem;
  }
}
.gongt-pagination1 span {
  opacity: 1;
  background: #818181;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.375rem;
  border: none;
  position: relative;
  margin: 0 1rem !important;
}
@media (max-width: 768px) {
  .gongt-pagination1 span {
    margin: 0 0.5rem !important;
  }
}
.gongt-pagination1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../image/7aa480d867d213a9516719515fa4dcf1.svg) no-repeat center;
  -o-background-size: 98% 98%;
     background-size: 98% 98%;
  display: none;
}
@media (max-width: 768px) {
  .gongt-pagination1 span::after {
    width: 1.125rem;
    height: 1.125rem;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
}
.gongt-pagination1 span.swiper-pagination-bullet-active {
  background: #FF9CD0;
}
.gongt-pagination1 span.swiper-pagination-bullet-active::after {
  display: block;
}

.product-agong {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .product-agong {
    padding: 2rem 0;
  }
}
.product-agong .swiper {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .product-agong .swiper {
    margin-top: 1rem;
  }
}
.product-agong .swiper .swiper-slide .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-agong .swiper .swiper-slide .img {
    border-radius: 0.75rem;
  }
}
.product-agong .swiper .swiper-slide .img img {
  width: 100%;
}

.product-a1 {
  padding: 2rem 0 4.5rem;
}
@media (max-width: 768px) {
  .product-a1 {
    padding: 1rem 0 2rem;
  }
}

.product-a2 {
  background: #F9F9F9;
}

.pro-show-contny {
  background: url(../image/63ab365f28c755f256c6e94de2dcb3ba.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.ny-show_body {
  overflow: visible;
}

.pro-show-cont1 {
  padding: 5rem 0 5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 53.2142857143%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta1 {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta1 {
    margin-top: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta1 .tit2 {
  color: #242728;
  font-size: 1.375rem;
  line-height: 1.7em;
  padding: 2.5rem 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta1 .tit2 {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 {
    margin-top: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list {
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list {
    margin-top: 0rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li {
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #CACACA;
  padding: 0.75rem 0;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li {
    width: 50%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .img {
  width: 2.8125rem;
  margin: 0 auto;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .name {
  color: #242728;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .name {
    font-size: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .text {
  color: #919495;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsta2 .jszc-list li .text {
    font-size: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 46.7857142857%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx {
  position: sticky;
  top: 5.625rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx {
    position: static;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .img {
  width: 100%;
  padding: 0.5rem 1rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .img img {
  width: auto;
  height: 32.9375rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .img img {
    height: 15rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > 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: 1;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > div i {
  color: #BDBCBC;
  font-size: 3.5rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > div i {
    font-size: 2.25rem;
    font-weight: 700;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > div.swiper-button-next1 {
  right: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > div.swiper-button-prev1 {
  left: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .fhahx .mySwiper8 .gongt > div:hover i {
  color: #FF9CD0;
}

.pro-show-cont2 {
  padding: 5rem 0 10rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 0 0 2rem;
  }
}
.pro-show-cont2 .mySwiper7 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper7 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont2 .mySwiper7 .swiper-slide a.img i {
  background: #fff;
  padding: 3rem 1rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper7 .swiper-slide a.img i {
    padding: 2rem 0.75rem;
    border-radius: 1rem;
  }
}
.pro-show-cont2 .mySwiper7 .swiper-slide a.img i img {
  width: auto;
  height: 15.8125rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper7 .swiper-slide a.img i img {
    height: 8.5rem;
  }
}
.pro-show-cont2 .mySwiper7 .swiper-slide a.img .tit {
  text-align: center;
  color: #242728;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper7 .swiper-slide a.img .tit {
    font-size: 1.125rem;
  }
}
.pro-show-cont2 .mySwiper7 .swiper-slide a.img:hover .tit {
  color: #FF9CD0;
}

.fw-cont1 {
  background: #F9F9F9;
  padding-bottom: 4.6875rem;
}
@media (max-width: 768px) {
  .fw-cont1 {
    padding-bottom: 2rem;
  }
}
.fw-cont1 .title1 {
  padding-top: 2.1875rem;
}
@media (max-width: 768px) {
  .fw-cont1 .title1 {
    padding-top: 1.5rem;
  }
}
.fw-cont1 .fw-a1v1 {
  position: relative;
  z-index: 1;
}
.fw-cont1 .fw-a1v1 u {
  display: block;
  width: 72.2857142857%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 u {
    display: none;
  }
}
.fw-cont1 .fw-a1v1 u img {
  width: 100%;
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1_list1 {
    margin-top: 1rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li {
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1_list1 li {
    width: 33.3333333333%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li:nth-child(2n) {
  margin-top: 11.875rem;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1_list1 li:nth-child(2n) {
    width: 33.3333333333%;
    margin-top: 1rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li i {
  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;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 8.4375rem;
  height: 8.4375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1_list1 li i {
    width: 6rem;
    height: 6rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li i img {
  width: 35%;
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li p {
  text-align: center;
  color: #242728;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1_list1 li p {
    font-size: 1.125rem;
    padding: 0 1em;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li:hover i {
  background: #FF9CD0;
}
.fw-cont1 .fw-a1v1 .fw-a1_list1 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.fw-cont2 {
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .fw-cont2 {
    padding: 2rem 0;
  }
}
.fw-cont2 .fw-a2v1 {
  border-radius: 1.875rem;
  overflow: hidden;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.03);
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 {
    border-radius: 1rem;
    border: 1px solid #E9E9E9;
    margin-top: 1.5rem;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b1 {
  width: 53.9285714286%;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .fw-a2b1 {
    width: 100%;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b1 img {
  width: 100%;
}
.fw-cont2 .fw-a2v1 .fw-a2b2 {
  width: 46.0714285714%;
  border: 1px solid #E9E9E9;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  overflow: hidden;
  border-left: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .fw-a2b2 {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li {
  height: 50%;
  width: 33.3333333333%;
  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-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .fw-a2b2 li {
    width: 50%;
    height: 25vw;
    border-bottom: none;
    border-top: 1px solid #E9E9E9;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li .p {
  width: 100%;
  color: #7C7C7C;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4em;
  text-align: center;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .fw-a2b2 li .p {
    font-size: 1.125rem;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li .tit {
  width: 100%;
  color: #FF9CD0;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.4em;
  text-align: center;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .fw-a2b2 li .tit {
    font-size: 1.5rem;
  }
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li:nth-child(2n-1) {
  background: #F9F9F9;
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li:nth-child(2n-1):hover {
  background: #FF9CD0;
}
.fw-cont2 .fw-a2v1 .fw-a2b2 li:nth-child(2n-1):hover .p {
  color: #fff;
}

.fw-cont3 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 18.125rem 0;
}
@media (max-width: 768px) {
  .fw-cont3 {
    padding: 5rem 0;
  }
}

.fw-cont4 {
  padding: 6.0625rem 0;
}
@media (max-width: 768px) {
  .fw-cont4 {
    padding: 2.2rem 0;
  }
}
.fw-cont4 .fw-a4-list1 li {
  width: 48.5714285714%;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4-list1 li {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.fw-cont4 .fw-a4-list1 li i {
  display: block;
  font-size: 0;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4-list1 li i {
    border-radius: 1rem;
  }
}
.fw-cont4 .fw-a4-list1 li i img {
  width: 100%;
}
.fw-cont4 .fw-a4-list1 li .tit {
  color: #242728;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1.25rem 0 0.35rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4-list1 li .tit {
    margin: 0.75rem 0 0.125rem;
    font-size: 1.25rem;
  }
}
.fw-cont4 .fw-a4-list1 li .p {
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
}

.fw-cont5 {
  padding: 1.5rem 0 6.875rem;
}
@media (max-width: 768px) {
  .fw-cont5 {
    padding: 0.5rem 0 2rem;
  }
}
.fw-cont5 .p1 {
  text-align: center;
  color: #727171;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fw-cont5 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.fw-cont5 .fw-a5_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.375rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .fw-cont5 .fw-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 450px) {
  .fw-cont5 .fw-a5_list1 {
    gap: 1rem;
  }
}
.fw-cont5 .fw-a5_list1 li .cont-p {
  background: #F9F9F9;
  height: 100%;
  border-radius: 1.25rem;
  padding: 9%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fw-cont5 .fw-a5_list1 li .cont-p {
    border-radius: 1rem;
  }
}
.fw-cont5 .fw-a5_list1 li .cont-p b {
  display: block;
  color: rgba(215, 21, 24, 0.15);
  font-size: 5rem;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fw-cont5 .fw-a5_list1 li .cont-p b {
    font-size: 4rem;
  }
}
.fw-cont5 .fw-a5_list1 li .cont-p i {
  display: block;
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 33.3333333333%;
  -webkit-transform: translateX(25%);
     -moz-transform: translateX(25%);
      -ms-transform: translateX(25%);
       -o-transform: translateX(25%);
          transform: translateX(25%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: transform 0.6s, -moz-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
}
@media (max-width: 768px) {
  .fw-cont5 .fw-a5_list1 li .cont-p i {
    width: 29.5950155763%;
  }
}
.fw-cont5 .fw-a5_list1 li .cont-p i img {
  width: 100%;
  -webkit-filter: invert(49%) sepia(96%) saturate(6043%) hue-rotate(341deg) brightness(78%) contrast(123%);
          filter: invert(49%) sepia(96%) saturate(6043%) hue-rotate(341deg) brightness(78%) contrast(123%);
}
.fw-cont5 .fw-a5_list1 li .cont-p .asjxt {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fw-cont5 .fw-a5_list1 li .cont-p .asjxt {
    margin-top: 0.65rem;
  }
}
.fw-cont5 .fw-a5_list1 li .cont-p .asjxt .tit {
  color: #242728;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4em;
}
.fw-cont5 .fw-a5_list1 li .cont-p .asjxt .ftit {
  color: #858585;
  font-size: 1rem;
  line-height: 1.4em;
}
.fw-cont5 .fw-a5_list1 li .cont-p:hover {
  background: rgba(215, 21, 24, 0.9);
}
.fw-cont5 .fw-a5_list1 li .cont-p:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.fw-cont5 .fw-a5_list1 li .cont-p:hover b, .fw-cont5 .fw-a5_list1 li .cont-p:hover .asjxt .tit, .fw-cont5 .fw-a5_list1 li .cont-p:hover .asjxt .ftit {
  color: #fff;
}
.fw-cont5 .fw-a5_list1 li:hover .cont-p i {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.fw-nav .n_src {
  margin: 1rem 0 2.5rem;
}
@media (max-width: 768px) {
  .fw-nav .n_src {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.5rem 0 1rem;
  }
}
.fw-nav .n_src li {
  width: 12.8571428571%;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .fw-nav .n_src li {
    width: 48%;
    margin: 0.5rem 0;
  }
}
.fw-nav .n_src li a {
  display: block;
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #D6D6D6;
  text-align: center;
  padding: 0.9rem 0.5rem;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .fw-nav .n_src li a {
    line-height: 1.25em;
    padding: 0.85rem 0.5rem;
  }
}
.fw-nav .n_src li:hover a, .fw-nav .n_src li.active a {
  background: #FF9CD0;
  color: #fff;
  border-color: #FF9CD0;
}

.fw2-cont1 {
  padding: 1rem 0 6.125rem;
}
@media (max-width: 768px) {
  .fw2-cont1 {
    padding: 1rem 0 2rem;
  }
}
.fw2-cont1 .fw2-list1 {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li {
    margin-top: 1rem;
  }
}
.fw2-cont1 .fw2-list1 li i {
  display: block;
  font-size: 0;
  width: 50%;
  border-radius: 1rem;
  overflow: hidden;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li i {
    width: 100%;
    border-radius: 1rem;
  }
}
.fw2-cont1 .fw2-list1 li i img {
  width: 100%;
}
.fw2-cont1 .fw2-list1 li .cont-p {
  width: 50%;
  background: #F9F9F9;
  border-radius: 1rem;
  text-align: center;
  border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li .cont-p {
    width: 100%;
    padding: 2rem 0;
    border-radius: 1rem;
  }
}
.fw2-cont1 .fw2-list1 li .cont-p .asox {
  width: 100%;
  text-align: center;
}
.fw2-cont1 .fw2-list1 li .cont-p .asox u {
  display: inline-block;
  width: 2.8125rem;
}
.fw2-cont1 .fw2-list1 li .cont-p .asox u img {
  width: 100%;
}
.fw2-cont1 .fw2-list1 li .cont-p .asox .tit {
  color: #242728;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0.65rem 0;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li .cont-p .asox .tit {
    font-size: 1.35rem;
  }
}
.fw2-cont1 .fw2-list1 li .cont-p .asox .p {
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
}
.fw2-cont1 .fw2-list1 li:nth-child(2n) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li:nth-child(2n) i {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    border-radius: 1rem;
  }
}
.fw2-cont1 .fw2-list1 li:nth-child(2n) .cont-p {
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
}
@media (max-width: 768px) {
  .fw2-cont1 .fw2-list1 li:nth-child(2n) .cont-p {
    border-radius: 1rem;
  }
}

.fw2-cont2 {
  padding: 2rem 0 8rem;
}
@media (max-width: 768px) {
  .fw2-cont2 {
    padding: 2rem 0;
  }
}

.fw2-list2 {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .fw2-list2 {
    margin-top: 0.5rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fw2-list2 li {
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .fw2-list2 li {
    width: 33.3333333333%;
    margin-top: 1rem;
  }
}
.fw2-list2 li i {
  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;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 8.4375rem;
  height: 8.4375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fw2-list2 li i {
    width: 6rem;
    height: 6rem;
  }
}
.fw2-list2 li i img {
  width: 35%;
}
.fw2-list2 li .tit {
  color: #242728;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 768px) {
  .fw2-list2 li .tit {
    margin: 1rem 0 0.5rem;
    font-size: 1.25rem;
  }
}
.fw2-list2 li .p1 {
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
}
.fw2-list2 li:hover i {
  background: #FF9CD0;
}
.fw2-list2 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.fw2-cont3 {
  padding: 1rem 0 6.125rem;
}
@media (max-width: 768px) {
  .fw2-cont3 {
    padding: 1rem 0 2rem;
  }
}
.fw2-cont3 .fw2-cont3v1 {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .fw2-cont3 .fw2-cont3v1 {
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list1 li {
  display: none;
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .fw2-cont3 .fw2-cont3v1 .fw2-a3_list1 li img {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li {
    width: 50%;
    height: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li .wenata {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li .wenata {
    font-size: 1rem;
  }
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li .wenata h2 {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li .wenata h2 {
    font-size: 1.25rem;
  }
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li .wenata .p {
  padding: 0 10%;
}
.fw2-cont3 .fw2-cont3v1 .fw2-a3_list2 li.on {
  background: rgba(215, 21, 24, 0.8);
}

.ptf-a1v1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .ptf-a1v1 {
    margin-top: 1.5rem;
  }
}
.ptf-a1v1 .ptf-a1b1 {
  width: 30.7142857143%;
}
@media (max-width: 768px) {
  .ptf-a1v1 .ptf-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.ptf-a1v1 .ptf-a1b1 .tit {
  color: #242728;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 600;
}
.ptf-a1v1 .ptf-a1b1 .p {
  color: #727171;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ptf-a1v1 .ptf-a1b1 .p {
    margin-top: 0;
  }
}
.ptf-a1v1 .ptf-a1b1 .p p {
  padding: 1.5rem 0;
  padding-left: 1em;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .ptf-a1v1 .ptf-a1b1 .p p {
    padding: 1rem 0;
    padding-left: 1em;
  }
}
.ptf-a1v1 .ptf-a1b1 .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 1.5rem;
}
@media (max-width: 768px) {
  .ptf-a1v1 .ptf-a1b1 .p p::before {
    top: 1rem;
  }
}
.ptf-a1v1 .ptf-a1b2 {
  width: 64.7857142857%;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ptf-a1v1 .ptf-a1b2 {
    width: 100%;
    border-radius: 1rem;
  }
}
.ptf-a1v1 .ptf-a1b2 img {
  width: 100%;
}

.ptf-cont1 {
  padding: 1rem 0 6.125rem;
}
@media (max-width: 768px) {
  .ptf-cont1 {
    padding: 1rem 0 2rem;
  }
}

.ptf-cont2 {
  padding: 0 0 6.125rem;
}
@media (max-width: 768px) {
  .ptf-cont2 {
    padding: 0 0 2rem;
  }
}
.ptf-cont2 .ptf-a1v1 .ptf-a1b1 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ptf-cont3 {
  background: #F9F9F9;
  padding: 6.625rem 0;
}
@media (max-width: 768px) {
  .ptf-cont3 {
    padding: 2.5rem 0;
  }
}

.ptf-cont4 {
  padding: 8.25rem 0 6.375rem;
}
@media (max-width: 768px) {
  .ptf-cont4 {
    padding: 2rem 0;
  }
}
.ptf-cont4 .ptf-a4list1 {
  margin-top: 3.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .ptf-cont4 .ptf-a4list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .ptf-cont4 .ptf-a4list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ptf-cont4 .ptf-a4list1 li .cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ptf-cont4 .ptf-a4list1 li .cont-p {
    border-radius: 1rem;
  }
}
.ptf-cont4 .ptf-a4list1 li .cont-p i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.ptf-cont4 .ptf-a4list1 li .cont-p i img {
  width: 100%;
}
.ptf-cont4 .ptf-a4list1 li .cont-p .wenata {
  text-align: center;
  padding: 1.45rem 1rem 1.65rem;
}
.ptf-cont4 .ptf-a4list1 li .cont-p .wenata h2 {
  color: #242728;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ptf-cont4 .ptf-a4list1 li .cont-p .wenata h2 {
    font-size: 1.25rem;
  }
}
.ptf-cont4 .ptf-a4list1 li .cont-p .wenata .p {
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.ptf-cont4 .ptf-a4list1 li:hover .cont-p .wenata {
  background-color: #FF9CD0;
}
.ptf-cont4 .ptf-a4list1 li:hover .cont-p .wenata h2, .ptf-cont4 .ptf-a4list1 li:hover .cont-p .wenata .p {
  color: #fff;
}

.ptf-cont5 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 15.625rem 0;
}
@media (max-width: 768px) {
  .ptf-cont5 {
    padding: 5rem 0;
  }
}

.ptf-cont6 {
  padding: 4.875rem 0;
}
@media (max-width: 768px) {
  .ptf-cont6 {
    padding: 2.5rem 0;
  }
}
.ptf-cont6 .ptf-a6v1 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 {
    margin-top: 1.5rem;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 {
  width: 42.8571428571%;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 .ptf-a6b1 {
    width: 100%;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li {
  padding: 1.15rem 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 .ptf-a6b1 li {
    padding: 0.75rem 0;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #FF9CD0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li .tit {
  color: #727171;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 .ptf-a6b1 li .tit {
    font-size: 1.125rem;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li .tit::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li.on::after {
  width: 100%;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li.on .tit {
  color: #FF9CD0;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li.on .tit::before {
  color: #FF9CD0;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li.on .more-x {
  background: #FF9CD0;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b1 li.on .more-x i {
  color: #fff;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b2 {
  width: 53.7142857143%;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 .ptf-a6b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b2 li {
  display: none;
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b2 li i {
  display: block;
  font-size: 0;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ptf-cont6 .ptf-a6v1 .ptf-a6b2 li i {
    border-radius: 1rem;
  }
}
.ptf-cont6 .ptf-a6v1 .ptf-a6b2 li img {
  width: 100%;
}

.news-cont1 {
  background: url(../image/e51df20516eb9d2a5f7582e308bfd09f.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.news-cont1 .title1 {
  margin-top: 1rem;
}
.news-cont1 .news-a3v1 {
  padding: 2.375rem 0 4rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a3v1 {
    padding: 1rem 0 2rem;
  }
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p {
    border-radius: 1rem;
  }
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p a.imga {
  display: block;
  font-size: 0;
  padding-bottom: 64.0909090909%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p a.imga > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p a.imga img {
  width: 100%;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta {
  padding: 1.65rem 1.65rem 2.3rem;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta .data {
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta .data span {
  color: #FF9CD0;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta a.name {
  color: #242728;
  font-size: 1.375rem;
  line-height: 1.25em;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin: 1rem 0 0.65rem;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta a.name:hover {
  color: #FF9CD0;
}
.news-cont1 .news-a3v1 .mySwiper71 .swiper-slide .cont-p .cont-enta .p1 {
  color: #727171;
  font-size: 1rem;
  line-height: 1.625em;
  text-align: justify;
  height: 3.25em;
  overflow: hidden;
}

.news-cont2 .n_src {
  margin: 3.75rem 0;
}
@media (max-width: 768px) {
  .news-cont2 .n_src {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0;
  }
}
.news-cont2 .n_src li {
  width: 12.8571428571%;
  margin: 0 0.75rem;
}
@media (max-width: 768px) {
  .news-cont2 .n_src li {
    width: 48%;
    margin: 0.5rem 0;
  }
}
.news-cont2 .n_src li a.bl {
  display: block;
  color: #727171;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #D6D6D6;
  text-align: center;
  padding: 0.9rem 0.5rem;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .news-cont2 .n_src li a.bl {
    line-height: 1.25em;
    padding: 0.85rem 0.5rem;
  }
}
.news-cont2 .n_src li:hover a, .news-cont2 .n_src li.active a {
  background: #FF9CD0;
  color: #fff;
  border-color: #FF9CD0;
}
.news-cont2 .n_src .sslaz {
  width: 30.9285714286%;
}
@media (max-width: 768px) {
  .news-cont2 .n_src .sslaz {
    width: 100%;
  }
}
.news-cont2 .n_src .sslaz form .sskz {
  color: #727171;
  font: 400 1rem/3rem "Noto Sans SC";
  border: 1px solid #D6D6D6;
  border-radius: 3.125rem;
}
.news-cont2 .n_src .sslaz form .sskz input {
  width: -webkit-calc(99% - 4rem);
  width: -moz-calc(99% - 4rem);
  width: calc(99% - 4rem);
  border: none;
  background: none;
  padding: 0 1.5em;
}
.news-cont2 .n_src .sslaz form .sskz input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #727171;
}
.news-cont2 .n_src .sslaz form .sskz input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #727171;
}
.news-cont2 .n_src .sslaz form .sskz input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #727171;
}
.news-cont2 .n_src .sslaz form .sskz input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727171;
}
.news-cont2 .n_src .sslaz form .sskz button {
  width: 4rem;
  text-align: center;
  border: none;
  background: none;
}
.news-cont2 .n_src .sslaz form .sskz button i {
  color: #727171;
  font-size: 1.25rem;
}
.news-cont2 .news-list li {
  padding: 2.78rem 2rem;
  background: #F9F9F9;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li {
    padding: 1.8rem 1.5rem;
    border-radius: 1rem;
  }
}
.news-cont2 .news-list li + li {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li + li {
    margin-top: 1.125rem;
  }
}
.news-cont2 .news-list li .data {
  width: 8.4375rem;
  text-align: center;
  border-right: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data {
    display: none;
  }
}
.news-cont2 .news-list li .data b {
  display: block;
  font-size: 3.4375rem;
  line-height: 1.1em;
  color: transparent;
  -webkit-text-stroke: 0.5px #BABABA;
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.news-cont2 .news-list li .data span {
  color: #BABABA;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 500;
}
.news-cont2 .news-list li .cont-p {
  width: -webkit-calc(100% - 8.4375rem);
  width: -moz-calc(100% - 8.4375rem);
  width: calc(100% - 8.4375rem);
  padding-left: 2em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    width: 100%;
    padding-left: 0;
  }
}
.news-cont2 .news-list li .cont-p .cont-as1 {
  width: -webkit-calc(95% - 3.875rem);
  width: -moz-calc(95% - 3.875rem);
  width: calc(95% - 3.875rem);
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .cont-as1 {
    width: 100%;
  }
}
.news-cont2 .news-list li .cont-p .cont-as1 a.name {
  color: #242728;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .cont-as1 a.name {
    font-size: 1.25rem;
  }
}
.news-cont2 .news-list li .cont-p .cont-as1 .p1 {
  color: #727171;
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p a.more-x {
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li:hover .data b {
  -webkit-text-stroke: 0.5px #FF9CD0;
}
.news-cont2 .news-list li:hover .data b, .news-cont2 .news-list li:hover .data span {
  color: #FF9CD0;
}
.news-cont2 .news-list li:hover .cont-p a.more-x {
  background: #FF9CD0;
}
.news-cont2 .news-list li:hover .cont-p a.more-x i {
  color: #fff;
}

.ny-show_bodyxw .head {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
}

.xw-show_bja .title-a {
  text-align: center;
  color: #242728;
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: 600;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.35em;
  }
}
.xw-show_bja .title-b {
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 2rem 0 1.65rem;
  border-bottom: 1px solid #B7B7B7;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b {
    padding: 1rem 0 0.75rem;
  }
}
.xw-show_bja .title-b .fen-xiang {
  margin-left: 1.5rem;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  color: #6D6D6D;
  border: none;
  background: #F9F9F9;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
}
.xw-show_bja .title-b .fen-xiang .social-share a:hover {
  background: #FF9CD0;
  border-color: #FF9CD0;
  color: #fff;
}

.show-news-content {
  padding: 3.4375rem 0 6.75rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 1.5rem 0 2rem;
  }
}
.show-news-content .show-news-a1_v1 {
  padding: 0 9.7142857143%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    padding: 0;
  }
}
.show-news-content .show-news-a1_v1 .content {
  color: #727171;
  font-size: 1.125rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content img {
  width: 100%;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content img {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .mower-xaz {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .mower-xaz {
    padding: 1.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .mower-xaz .more-b {
  padding: 0.8rem 2.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .mower-xaz .more-b {
    padding: 0.65rem 1.45rem;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 {
  background: #F9F9F9;
  padding: 1.8rem 3%;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_d1 {
    border-radius: 1rem;
    padding: 2rem 6%;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .tit {
  color: #242728;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 {
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li {
    padding: 0.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name p {
  color: #242728;
  font-size: 1rem;
  line-height: 2em;
  padding-left: 0.65em;
  position: relative;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name p {
    width: 100%;
    line-height: 1.5em;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name span {
  display: block;
  color: #6D6D6D;
  font-size: 1rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name span {
    width: 100%;
    font-weight: 500;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_d1 .xw_askxr1 li a.name:hover p {
  color: #FF9CD0;
}

.lx-cont1 {
  padding: 4rem 0 4.8125rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 48.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #242728;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl {
  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;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p dl {
    margin-top: 0.75rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl dt {
  width: 2.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p dl dt {
    width: 2rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl dt img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p {
  width: -webkit-calc(98% - 2.25rem);
  width: -moz-calc(98% - 2.25rem);
  width: calc(98% - 2.25rem);
  color: #727171;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p {
    width: -webkit-calc(98% - 2rem);
    width: -moz-calc(98% - 2rem);
    width: calc(98% - 2rem);
    font-size: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p a {
  color: #727171;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p a:hover {
  color: #FF9CD0;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p b {
  font-size: 1.125rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p span {
  color: #FF9CD0;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p dl p span {
    font-size: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 44.1428571429%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #myMap {
  width: 100%;
  height: 21.9375rem;
  border-radius: 1.875rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 #myMap {
    border-radius: 1rem;
  }
}

.lx-cont2 {
  background: #F9F9F9;
  padding: 6.375rem 0;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 form {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0;
  }
}
.lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #D6D6D6;
  padding: 0 1.5em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  color: #727171;
}
.lx-cont2 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #727171;
}
.lx-cont2 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #727171;
}
.lx-cont2 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727171;
}
.lx-cont2 form .city-picker-span > .arrow {
  right: 1.5em;
}
.lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #D6D6D6;
  padding: 0.75em 1.5em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
}
.lx-cont2 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1.5em;
  font-size: 0.875rem;
  color: #727171;
  border-radius: 1.5625rem;
}
.lx-cont2 form .inpt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a1 .inpt {
  width: 31.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
.lx-cont2 form .div_aghgha button {
  padding: 0.8rem 2.8rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha button {
    padding: 0.65rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}

.lx-cont3 {
  padding: 7.75rem 0;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2rem 0;
  }
}
.lx-cont3 .heng1 {
  margin-top: 5.125rem;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .lx-cont3 .heng1 {
    margin-top: 1.5rem;
    padding: 0;
  }
}
.lx-cont3 .heng1 img {
  width: 100%;
}