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

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Inter", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #898A8D;
  --color-zt: #FE625E;
  --head-height: 5.625rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 4.6875%;
}
@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: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 0.3125rem;
  width: auto;
  padding: 0 2em;
  text-align: center;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283A5E;
  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: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.more-b {
  display: inline-block;
  padding: 0.95rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -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;
  -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);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.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.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}

@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 .head2 {
  line-height: var(--head-height);
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.0625rem;
}
.head .head2 .sska {
  line-height: 1em;
  margin: 0 2.125rem 0 0.5rem;
}
.head .head2 .sska a {
  color: #1B1C21;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head .head2 a.more-msl {
  padding: 0 1.65em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #384046;
}
#menu .nav_a1 li > a {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 2.1875rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#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: var(--color-zt);
}
#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);
}

/* 搜索 */
.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: 0.3125rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 0.3125rem;
}
.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: var(--color-zt);
}

.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: "Inter";
  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 .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 {
  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 */
@-webkit-keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-10%, 0%);
            transform: translate(-10%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-moz-keyframes opacity1 {
  0% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
  50% {
    -moz-transform: translate(-10%, 0%);
         transform: translate(-10%, 0%);
  }
  100% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
}
@-o-keyframes opacity1 {
  0% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  50% {
    -o-transform: translate(-10%, 0%);
       transform: translate(-10%, 0%);
  }
  100% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
}
@keyframes opacity1 {
  0% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-10%, 0%);
       -moz-transform: translate(-10%, 0%);
         -o-transform: translate(-10%, 0%);
            transform: translate(-10%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%), -webkit-linear-gradient(bottom, #FFF3F2 0%, #FFF3F2 100%), #EAEFFF;
  background: -moz-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%), -moz-linear-gradient(bottom, #FFF3F2 0%, #FFF3F2 100%), #EAEFFF;
  background: -o-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%), -o-linear-gradient(bottom, #FFF3F2 0%, #FFF3F2 100%), #EAEFFF;
  background: linear-gradient(180deg, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%), linear-gradient(0deg, #FFF3F2 0%, #FFF3F2 100%), #EAEFFF;
  padding-top: -webkit-calc(var(--head-height) * 2);
  padding-top: -moz-calc(var(--head-height) * 2);
  padding-top: calc(var(--head-height) * 2);
}
@media (max-width: 768px) {
  .pc-banner {
    padding-top: 2.5rem;
  }
}
.pc-banner .banner-a1 {
  width: 41.8571428571%;
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .pc-banner .banner-a1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.pc-banner .banner-a1 dl dt {
  color: #283A5E;
  font-size: 3.125rem;
  line-height: 1.5em;
  font-weight: 700s;
}
@media (max-width: 768px) {
  .pc-banner .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.pc-banner .banner-a1 dl dd {
  color: #909090;
  font-size: 1.5rem;
  line-height: 1.45em;
  margin: 0.4em 0 1.2em;
}
@media (max-width: 768px) {
  .pc-banner .banner-a1 dl dd {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.pc-banner .banner-a2 {
  width: 54.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner .banner-a2 {
    width: 100%;
  }
}
.pc-banner .banner-a2 u {
  display: block;
  font-size: 0;
  width: 60%;
  position: absolute;
  left: 12%;
  top: -6%;
}
.pc-banner .banner-a2 u img {
  width: 100%;
}
.pc-banner .banner-a2 .asx-img {
  width: 22.6315789474%;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 32%;
  top: 35%;
  -webkit-animation: opacity1 3s infinite;
     -moz-animation: opacity1 3s infinite;
       -o-animation: opacity1 3s infinite;
          animation: opacity1 3s infinite;
}
.pc-banner .banner-a2 .asx-img img {
  width: 100%;
}
.pc-banner .banner-a2 .imngax1 .imga {
  width: 40%;
  box-shadow: 0 0 2.5rem 0 rgba(91, 91, 91, 0.4);
}
.pc-banner .banner-a2 .imngax1 .imga img {
  width: 100%;
}
.pc-banner .banner-a2 .imngax1 .imgb {
  width: 49.7368421053%;
  box-shadow: 0 0 2.5rem 0 rgba(91, 91, 91, 0.4);
}
.pc-banner .banner-a2 .imngax1 .imgb img {
  width: 100%;
}
.pc-banner .banner-a2 .sj-luzst {
  position: absolute;
  right: -4rem;
  top: 30%;
}
.pc-banner .banner-a2 .sj-luzst li + li {
  margin-top: 1.25rem;
}
.pc-banner .banner-a2 .sj-luzst li a.img {
  display: block;
  border-radius: 50%;
  width: 2.5rem;
}
.pc-banner .banner-a2 .sj-luzst li a.img img {
  width: 100%;
}
.pc-banner .hast-iax {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.pc-banner .hast-iax img {
  width: 100%;
}

@-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%;
  }
}
@-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: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title_a1 {
  text-align: center;
}
.title_a1.tl {
  text-align: left;
}

.title_a1 dl dd {
  color: #283A5E;
  font: 500 1rem/1.25em "Inter";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden;
}

.title_a1 dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 12px;
  background: #fe625e;
  opacity: 0.3;
}

.title_a1 dl dd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  -webkit-animation: animationMove 3s infinite linear;
  -moz-animation: animationMove 3s infinite linear;
  -o-animation: animationMove 3s infinite linear;
  animation: animationMove 3s infinite linear;
}

.title_a1 dl dt {
  color: #283A5E;
  font: 700 3.125rem/1.5em "Noto Sans SC";
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .title_a1 dl dt {
    font-size: 2rem;
    text-wrap: balance;
  }
}
.title_a1 dl dt span {
  color: #FE625E;
}

.title_a1 dl p {
  color: #969393;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

.title_a1 dl p.p {
  margin-top: 0.35em;
}

.title_a1 dl p.p span {
  display: block;
}

@media (max-width: 768px) {
  .title_a1 dl p.p span {
    display: inline-block;
  }
}
.title_a1 dl p.p1 {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .title_a1 dl p.p1 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .title_a1 dl p {
    font-size: 1.125rem;
  }
}
.title_a1.bs dl dd,
.title_a1.bs dl dt,
.title_a1.bs dl p {
  color: #fff;
}

.title_a1.bs dl dd::before {
  background: #FFD0CF;
}

.title_a1.bs dl p {
  padding: 0.28em 0 1em;
}

@-webkit-keyframes animationMove {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-moz-keyframes animationMove {
  0% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  31% {
    -moz-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -moz-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-o-keyframes animationMove {
  0% {
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  31% {
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationMove {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    -moz-transform: translateX(-3.125rem);
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    -moz-transform: translateX(10.625rem);
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.cont1 {
  padding: 6.875rem 0 8.75rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.35rem 0;
  }
}
.cont1 .a1_b1 {
  padding: 2.875rem 0 2.35rem;
}
@media (max-width: 768px) {
  .cont1 .a1_b1 {
    padding: 1.35rem 0;
  }
}
.cont1 .a1_b1 li {
  padding: 0 1.5rem;
}
.cont1 .a1_b1 li a {
  display: block;
  color: #686868;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}
.cont1 .a1_b1 li.on a {
  color: var(--color-zt);
}
.cont1 .more-msl {
  margin-top: 1.875rem;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-5%);
    -moz-transform: translateX(100%) translateY(-5%);
    -o-transform: translateX(100%) translateY(-5%);
    transform: translateX(100%) translateY(-5%);
  }
  100% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-5%);
    -moz-transform: translateX(100%) translateY(-5%);
    -o-transform: translateX(100%) translateY(-5%);
    transform: translateX(100%) translateY(-5%);
  }
  100% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
}

@-o-keyframes wave {
  0% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-5%);
    -moz-transform: translateX(100%) translateY(-5%);
    -o-transform: translateX(100%) translateY(-5%);
    transform: translateX(100%) translateY(-5%);
  }
  100% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-5%);
    -moz-transform: translateX(100%) translateY(-5%);
    -o-transform: translateX(100%) translateY(-5%);
    transform: translateX(100%) translateY(-5%);
  }
  100% {
    -webkit-transform: translateX(-1%) translateY(8%);
    -moz-transform: translateX(-1%) translateY(8%);
    -o-transform: translateX(-1%) translateY(8%);
    transform: translateX(-1%) translateY(8%);
  }
}
@-webkit-keyframes wave1 {
  0% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-15%);
    -moz-transform: translateX(100%) translateY(-15%);
    -o-transform: translateX(100%) translateY(-15%);
    transform: translateX(100%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
}
@-moz-keyframes wave1 {
  0% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-15%);
    -moz-transform: translateX(100%) translateY(-15%);
    -o-transform: translateX(100%) translateY(-15%);
    transform: translateX(100%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
}
@-o-keyframes wave1 {
  0% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-15%);
    -moz-transform: translateX(100%) translateY(-15%);
    -o-transform: translateX(100%) translateY(-15%);
    transform: translateX(100%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
}
@keyframes wave1 {
  0% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(-15%);
    -moz-transform: translateX(100%) translateY(-15%);
    -o-transform: translateX(100%) translateY(-15%);
    transform: translateX(100%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-8%) translateY(15%);
    -moz-transform: translateX(-8%) translateY(15%);
    -o-transform: translateX(-8%) translateY(15%);
    transform: translateX(-8%) translateY(15%);
  }
}
@-webkit-keyframes wave3 {
  0% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
  50% {
    -webkit-transform: translateX(90%) translateY(-20%);
    -moz-transform: translateX(90%) translateY(-20%);
    -o-transform: translateX(90%) translateY(-20%);
    transform: translateX(90%) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
}
@-moz-keyframes wave3 {
  0% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
  50% {
    -webkit-transform: translateX(90%) translateY(-20%);
    -moz-transform: translateX(90%) translateY(-20%);
    -o-transform: translateX(90%) translateY(-20%);
    transform: translateX(90%) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
}
@-o-keyframes wave3 {
  0% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
  50% {
    -webkit-transform: translateX(90%) translateY(-20%);
    -moz-transform: translateX(90%) translateY(-20%);
    -o-transform: translateX(90%) translateY(-20%);
    transform: translateX(90%) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
}
@keyframes wave3 {
  0% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
  50% {
    -webkit-transform: translateX(90%) translateY(-20%);
    -moz-transform: translateX(90%) translateY(-20%);
    -o-transform: translateX(90%) translateY(-20%);
    transform: translateX(90%) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(20%);
    -moz-transform: translateX(0%) translateY(20%);
    -o-transform: translateX(0%) translateY(20%);
    transform: translateX(0%) translateY(20%);
  }
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem 2.5rem;
}
@media (max-width: 768px) {
  .case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.case-list li a.img {
  display: block;
  font-size: 0;
  border: 1px solid #EFEFEF;
  padding-bottom: 56.28743%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.case-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.case-list li a.img:hover > img {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 100%;
}
.case-list li dl p {
  color: #898A8D;
  font: 400 1rem/1.5em "Noto Sans SC";
}
.case-list li dl dd {
  margin: 0.6em 0;
}
.case-list li dl dd span {
  display: inline-block;
  color: #FE625E;
  background: #FFDEDD;
  font: 400 0.75rem/1.6875rem "Noto Sans SC";
  padding: 0 0.7em;
  border-radius: 0.3125rem;
}
.case-list li dl dd span + span {
  margin-left: 0.5em;
}
.case-list li dl dt a {
  display: block;
  color: #283A5E;
  font: 700 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .case-list li dl dt a {
    font-size: 1.125rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 450px) {
  .case-list li dl dt a {
    font-size: 1.25rem;
  }
}

.cont2 {
  background: #F9F8FF;
  padding: 4.25rem 0 6.0625rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
}
.cont2 .gb-a5list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cont2 .gb-a5list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 1.5rem;
  }
}
.cont2 .gb-a5list1 li .cont {
  background: #fff;
  padding: 3rem 3%;
  border-radius: 0.625rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .cont2 .gb-a5list1 li .cont {
    padding: 3rem 3% 2rem;
  }
}
.cont2 .gb-a5list1 li .cont .img {
  width: 6rem;
  margin: 0 auto;
  position: relative;
}
.cont2 .gb-a5list1 li .cont .img .dd {
  border-radius: 50%;
  position: absolute;
  -webkit-animation: wave 5s infinite linear;
  -moz-animation: wave 5s infinite linear;
  -o-animation: wave 5s infinite linear;
  animation: wave 5s infinite linear;
}
.cont2 .gb-a5list1 li .cont .img .dd.a1 {
  background: #E9BD48;
  width: 0.6875rem;
  height: 0.6875rem;
  right: -24%;
  top: 1%;
}
.cont2 .gb-a5list1 li .cont .img .dd.a2 {
  background: #E9BD48;
  width: 0.1875rem;
  height: 0.1875rem;
  right: -7%;
  top: 0;
  -webkit-animation: wave1 4s infinite linear;
  -moz-animation: wave1 4s infinite linear;
  -o-animation: wave1 4s infinite linear;
  animation: wave1 4s infinite linear;
}
.cont2 .gb-a5list1 li .cont .img .dd.a3 {
  background: #9292F1;
  width: 0.25rem;
  height: 0.25rem;
  right: -10%;
  top: 40%;
}
.cont2 .gb-a5list1 li .cont .img .dd.a4 {
  background: #E87F85;
  width: 0.3125rem;
  height: 0.3125rem;
  left: -2%;
  top: 5%;
  -webkit-animation: wave3 2s infinite linear;
  -moz-animation: wave3 2s infinite linear;
  -o-animation: wave3 2s infinite linear;
  animation: wave3 2s infinite linear;
}
.cont2 .gb-a5list1 li .cont .img .dd.a5 {
  background: #E9BD48;
  width: 0.6875rem;
  height: 0.6875rem;
  left: -11%;
  bottom: 3%;
  -webkit-animation: wave3 2s infinite linear;
  -moz-animation: wave3 2s infinite linear;
  -o-animation: wave3 2s infinite linear;
  animation: wave3 2s infinite linear;
}
.cont2 .gb-a5list1 li .cont .img .dd.a6 {
  background: #9292F1;
  width: 0.1875rem;
  height: 0.1875rem;
  left: 4%;
  bottom: 2%;
  -webkit-animation: wave1 3s infinite linear;
  -moz-animation: wave1 3s infinite linear;
  -o-animation: wave1 3s infinite linear;
  animation: wave1 3s infinite linear;
}
.cont2 .gb-a5list1 li .cont .img i {
  background: #C4A2F8;
  border-radius: 50%;
  display: block;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
}
.cont2 .gb-a5list1 li .cont .img i img {
  width: 40%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont2 .gb-a5list1 li .cont .tit {
  text-align: center;
  color: #283A5E;
  font: 700 1.5rem/1.5em "Noto Sans SC";
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .cont2 .gb-a5list1 li .cont .tit {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.cont2 .gb-a5list1 li .cont .p {
  color: #898A8D;
  font: 400 1rem/1.8em "Noto Sans SC";
  text-align: center;
  margin-top: 1em;
  text-wrap: balance;
}
.cont2 .gb-a5list1 li .cont .p a {
  color: #898A8D;
}
.cont2 .gb-a5list1 li .cont .p a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .cont2 .gb-a5list1 li .cont .p {
    margin-top: 0.5em;
    line-height: 1.5em;
  }
}
.cont2 .gb-a5list1 li:nth-child(2) .cont .img i {
  background: #B8B0CF;
}
.cont2 .gb-a5list1 li:nth-child(3) .cont .img i {
  background: #9CCDF1;
}
.cont2 .gb-a5list1 li:nth-child(4) .cont .img i {
  background: #FE9895;
}
.cont2 .gb-a5list1 li:nth-child(5) .cont .img i {
  background: #76A0C7;
}
.cont2 .gb-a5list1 li:nth-child(6) .cont .img i {
  background: #F2E2AA;
}
.cont2 .gb-a5list1 li:nth-child(7) .cont .img i {
  background: #AFB7E9;
}
.cont2 .gb-a5list1 li:nth-child(8) .cont .img i {
  background: #A4E9C8;
}
.cont2 .gb-a5list1 li:hover .cont {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 1.25rem 2.375rem rgba(0, 0, 0, 0.16);
}
.cont2 .gb-a5list1 li:hover .cont .img i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cont3 {
  padding: 10.9375rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .a3v1 {
  position: relative;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin-top: 2rem;
  }
}
.cont3 .a3v1 .as-t1 {
  position: absolute;
  left: 50%;
  top: 45%;
  -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: 118.2857142857%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .as-t1 {
    display: none;
  }
}
.cont3 .a3v1 .as-t1 img {
  width: 100%;
}
.cont3 .a3v1 .a3_list {
  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;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_list {
    gap: 1rem 0;
  }
}
.cont3 .a3v1 .a3_list li {
  width: 12.0714285714%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_list li {
    width: 31%;
  }
}
.cont3 .a3v1 .a3_list li:nth-child(2n) {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_list li:nth-child(2n) {
    margin-top: 0;
  }
}
.cont3 .a3v1 .a3_list li .img {
  position: relative;
}
.cont3 .a3v1 .a3_list li .img i {
  background: -webkit-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: -moz-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: -o-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: linear-gradient(139deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
}
.cont3 .a3v1 .a3_list li .img i img {
  width: 32.5443786982%;
}
.cont3 .a3v1 .a3_list li .img b {
  position: absolute;
  right: 0;
  top: -0.25rem;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  text-align: center;
  width: 3.5625rem;
  line-height: 3.5625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_list li .img b {
    width: 2.85rem;
    line-height: 2.85rem;
    font-size: 1rem;
  }
}
.cont3 .a3v1 .a3_list li p {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_list li p {
    font-size: 1rem;
  }
}

.cont4 {
  padding-bottom: 12.8125rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding-bottom: 2.25rem;
  }
}
.cont4 .a4v1 .a4b1 {
  width: 36.7142857143%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 {
    width: 100%;
  }
}
.cont4 .a4v1 .a4b1 img {
  width: 100%;
}
.cont4 .a4v1 .a4b2 {
  width: 51%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont4 .a4v1 .a4b2 .sfq-gong {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .sfq-gong {
    margin-top: 1rem;
  }
}
.cont4 .a4v1 .a4b2 .sfq-gong li .dt {
  color: #283a5e;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #e9e9e9;
  padding: 0.85em 0;
}
.cont4 .a4v1 .a4b2 .sfq-gong li .dt a {
  color: #283a5e;
}
.cont4 .a4v1 .a4b2 .sfq-gong li .dt a:hover {
  color: #fe625e;
}
.cont4 .a4v1 .a4b2 .sfq-gong li .dt p {
  width: 80%;
}
.cont4 .a4v1 .a4b2 .sfq-gong li .dt i {
  color: #7383a5;
  font: 100 1.4rem/1.5em "Noto Sans SC";
}
.cont4 .a4v1 .a4b2 .sfq-gong li .wehha-job {
  color: #7383a5;
  font: 400 0.875rem/1.65em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}
.cont4 .a4v1 .a4b2 a.more-msl {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 a.more-msl {
    margin-top: 1.5rem;
  }
}

@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
}

@-moz-keyframes gradientMove {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(15%);
         transform: translate(15%);
  }
  50% {
    -moz-transform: translate(30%, 20%);
         transform: translate(30%, 20%);
  }
  75% {
    -moz-transform: translate(15%);
         transform: translate(15%);
  }
}

@-o-keyframes gradientMove {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(15%);
       transform: translate(15%);
  }
  50% {
    -o-transform: translate(30%, 20%);
       transform: translate(30%, 20%);
  }
  75% {
    -o-transform: translate(15%);
       transform: translate(15%);
  }
}

@keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
       -moz-transform: translate(30%, 20%);
         -o-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
}
@-webkit-keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
@-moz-keyframes gradientMove1 {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
  50% {
    -moz-transform: translate(20%, -20%);
         transform: translate(20%, -20%);
  }
  75% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
}
@-o-keyframes gradientMove1 {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
  50% {
    -o-transform: translate(20%, -20%);
       transform: translate(20%, -20%);
  }
  75% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
}
@keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
       -moz-transform: translate(20%, -20%);
         -o-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
.up-down-move {
  -webkit-animation-duration: 2.3s;
     -moz-animation-duration: 2.3s;
       -o-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: up-down-move;
     -moz-animation-name: up-down-move;
       -o-animation-name: up-down-move;
          animation-name: up-down-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.left-right-move {
  -webkit-animation-duration: 2.3s;
     -moz-animation-duration: 2.3s;
       -o-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: left-right-move;
     -moz-animation-name: left-right-move;
       -o-animation-name: left-right-move;
          animation-name: left-right-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.fang-move {
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: fang-move;
     -moz-animation-name: fang-move;
       -o-animation-name: fang-move;
          animation-name: fang-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes up-down-move {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-1rem);
         transform: translateY(-1rem);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes up-down-move {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-1rem);
       transform: translateY(-1rem);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
       -moz-transform: translateY(-1rem);
         -o-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes left-right-move {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes left-right-move {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  50% {
    -o-transform: translateX(-1rem);
       transform: translateX(-1rem);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fang-move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes fang-move {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.25);
         transform: scale(1.25);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes fang-move {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.25);
       transform: scale(1.25);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fang-move {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
       -moz-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
form.xq-ms {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  form.xq-ms {
    margin-top: 0.5rem;
  }
}
form.xq-ms .sggta .sggta1d dd {
  width: 48.7%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  form.xq-ms .sggta .sggta1d dd {
    width: 100%;
    margin-top: 1rem;
  }
}
form.xq-ms .sggta .sggta1d dd input {
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  text-indent: 1.5em;
  width: 100%;
  box-shadow: 0 0.625rem 2.1875rem 0 rgba(220, 220, 220, 0.25);
}
@media (max-width: 768px) {
  form.xq-ms .sggta .sggta1d dd input {
    line-height: 3em;
  }
}
form.xq-ms .sggta .sggta1d dd.bj-txt {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1rem 1em;
  padding-left: 1.5em;
  margin-top: 1rem;
  box-shadow: 0 0.625rem 2.1875rem 0 rgba(220, 220, 220, 0.25);
}
form.xq-ms .sggta .sggta1d dd.bj-txt textarea {
  width: 100%;
  border: none;
}
form.xq-ms .sggta .sggta1d dd.bj-txt button {
  border: none;
  float: right;
}
form.xq-ms .sggta .sggta1d button {
  border: none;
  margin-top: 1.5rem;
}

.cont5 {
  background: #F8FAFC;
  position: relative;
}
.cont5 .inga-z {
  position: absolute;
  left: var(--cbasta);
  top: -5rem;
  width: 9.1145833333%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .inga-z {
    top: -1rem;
    width: 15%;
  }
}
.cont5 .inga-z img {
  width: 100%;
}
.cont5 .a5vta1 {
  position: relative;
  overflow: hidden;
}
.cont5 .dtbj {
  position: relative;
  width: 100%;
  height: 100%;
}
.cont5 .dtbj p {
  width: 46.8229166667%;
  aspect-ratio: 899/802;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.cont5 .dtbj .a {
  background: #fae8f7;
  left: 0;
  top: 0;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.cont5 .dtbj .b {
  background: #d6d5fd;
  right: -20%;
  top: -10%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.cont5 .a5v1 {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .cont5 .a5v1 {
    padding: 3.75rem 0 2rem;
  }
}
.cont5 .a5v1 .yxtg-a6v1 {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  padding: 3.125rem 4%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 {
    padding: 2rem 4%;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 {
  width: 32.1428571429%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 {
    width: 100%;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 .cont-p1 {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 .cont-p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 .cont-p2 {
  color: #fe625e;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 .cont-p2 {
    font-size: 1.85rem;
    margin-top: 0.5rem;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 .cont-p3 {
  color: #8d8d8d;
  font: 600 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 a.more-msl {
  margin-top: 2rem;
  background: transparent;
  color: #8d8d8d;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 a.more-msl {
    margin-top: 1rem;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b1 a.more-msl:hover {
  color: #fff;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 {
  width: 49.6428571429%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms {
  margin-top: 0;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d dd {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d button {
  margin-top: 0.5rem;
  width: 100%;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%), #775AFC;
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%), #775AFC;
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%), #775AFC;
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%), #775AFC;
  border: none;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d button::before {
  display: none;
}
.cont5 .a5v1 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d button:hover {
  background: -webkit-linear-gradient(146deg, #cb53b4 -2.01%, #fe625e 136.81%), #775afc;
  background: -moz-linear-gradient(146deg, #cb53b4 -2.01%, #fe625e 136.81%), #775afc;
  background: -o-linear-gradient(146deg, #cb53b4 -2.01%, #fe625e 136.81%), #775afc;
  background: linear-gradient(304deg, #cb53b4 -2.01%, #fe625e 136.81%), #775afc;
}
.cont5 .a5v2 {
  padding-bottom: 7.3125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .a5v2 {
    padding-bottom: 2.25rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b1 {
  width: 57.1428571429%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b1 span {
  color: #283A5E;
  font-size: 15.625rem;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b1 span {
    font-size: 6rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b1 b {
  display: inline-block;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: linear-gradient(90deg, #DC5896 0%, #F35F71 100%);
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b1 b {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 {
  width: 37.4285714286%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl {
  margin-right: 1em;
  cursor: pointer;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl dd {
  width: 2.95rem;
  border-radius: 50%;
  border: 1px solid #C3C3C3;
  padding: 0.25rem;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl dd img {
  width: 100%;
  aspect-ratio: 1/1;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl dt {
  text-align: center;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl.on dd {
  border-color: #DC5896;
  background: -webkit-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #DC5896 0%, #F35F71 100%);
  background: linear-gradient(90deg, #DC5896 0%, #F35F71 100%);
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab dl.on dd img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont {
    margin-top: 1.5rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab {
  display: none;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl + dl {
  margin-top: 1.35em;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl + dl {
    margin-top: 1.25rem;
  }
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl dt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
}
.cont5 .a5v2 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl dd {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 32.44792%;
  border-radius: 1.875rem;
  z-index: 1;
}

.pead-jsda .przs-b {
  background: #fff;
  width: 100%;
  padding: 2rem 7% 3.5rem;
  border-radius: 1.875rem;
}

.pead-jsda .przs-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
  .pead-jsda .przs-b,
  .pead-jsda .pead-cont {
    border-radius: 1rem;
  }
  .pead-jsda .przs-b {
    padding: 1rem 6% 2.5rem;
  }
}
.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 2.9rem;
  top: 1.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

.pead-jsda .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont a.jataxta {
    right: 1.5rem;
    top: 1.5rem;
  }
  .pead-jsda .pead-cont a.jataxta i {
    font-size: 2rem !important;
  }
}
.pead-jsda .pead-cont a.jataxta i {
  color: #787F89;
  font: 100 3rem/1em "Noto Sans SC";
}

.pead-jsda .pead-cont .tit {
  text-align: center;
  color: #333;
  font: 700 1.95rem/2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont .tit {
    font-size: 1.35rem;
  }
}
.pead-jsda .pead-cont form .sggta1d dd {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form .sggta1d dd {
    margin-top: 1rem;
  }
}
.pead-jsda .pead-cont form .sggta1d dd input {
  /* border: 1px solid #999; */
  background: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/3.4em "Noto Sans SC";
  text-indent: 1em;
  width: 100%;
  background: #F4F4F4;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form .sggta1d dd input {
    line-height: 3em;
  }
}
.pead-jsda .pead-cont form .sggta1d dd textarea {
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/1.5em "Noto Sans SC";
  width: 100%;
  padding: 0.7em 1em;
  background: #F4F4F4;
}

.pead-jsda .pead-cont form button {
  border: none;
  width: 100%;
  margin: 1rem auto 0;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form button {
    margin-top: 1rem;
  }
}
.foot-fot {
  position: relative;
  padding: 2.35rem 0;
}
@media (max-width: 768px) {
  .foot-fot {
    padding: 1.5rem 0;
  }
}
.foot-fot .foot1 {
  text-align: center;
  color: rgba(115, 131, 165, 0.7);
  font-size: 1rem;
  line-height: 1.85em;
}
@media (max-width: 768px) {
  .foot-fot .foot1 {
    line-height: 1.65em;
  }
}
.foot-fot .foot1 a {
  color: rgba(115, 131, 165, 0.7);
}
.foot-fot .foot1 a:hover {
  color: var(--color-zt);
}

.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: 30%;
  z-index: 999;
  width: 3.125rem;
  background: #fff;
  border: 0.5px solid #DAD9D9;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 1.5625rem;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}

.zd_erha .aat_list li + li:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #DEDDDD;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  background: white;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10% 15%;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zd_erha .aat_list li > a:hover {
  background: #f0f0f0;
}

.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: auto;
  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: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 13rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

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

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Inter";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.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: var(--color-zt);
  font: 500 1rem/1.5em "Inter";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Inter";
}
.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: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  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: var(--color-zt);
  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: var(--color-zt);
}
.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);
}

.mbx {
  color: #9F9F9F;
  font: 400 1rem/2em "Noto Sans SC";
}

.mbx i {
  font-size: 1rem;
  margin-right: 0.5em;
}

.mbx a {
  color: #9F9F9F;
}

.mbx a:hover {
  color: #FE625E;
}

.mbx span:last-child {
  display: none;
}

.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: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@-moz-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@-o-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.banner-bj-a {
  background-color: #FFF3F2;
  padding: 9.25rem 0 8.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .banner-bj-a {
    padding: 4rem 0 6rem;
  }
}
.banner-bj-a .wh {
  position: relative;
  z-index: 9;
}

.banner-bj-a .keyframes-box-1 {
  z-index: 0;
}

.banner-bj-a .keyframes-box-1 .frames-1 {
  width: 16vmax;
  height: 16vmax;
  top: 0;
  background: #ffe9e8;
}

.banner-bj-a .keyframes-box-1 .frames-1:before {
  width: 16vmax;
  height: 16vmax;
}

.banner-bj-a .banner-a1 {
  width: 44.64286%;
}

@media (max-width: 768px) {
  .banner-bj-a .banner-a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2.5rem;
  }
}
.banner-bj-a .banner-a1 dl dt {
  color: #283A5E;
  font: 700 3.1rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .banner-bj-a .banner-a1 dl dt {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .banner-bj-a .banner-a1 dl dt {
    font-size: 1.8rem;
  }
}
.banner-bj-a .banner-a1 dl dd {
  color: #9F9F9F;
  font: 400 1.35rem/1.45em "Noto Sans SC";
  margin: 0.4em 0 1.2em;
}

.banner-bj-a .banner-a1 a + a {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .banner-bj-a .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.25em 0 0.6em;
  }
}
.banner-bj-a .banner-a2 {
  width: 43.85714%;
  margin-right: 3.28571%;
}

@media (max-width: 768px) {
  .banner-bj-a .banner-a2 {
    width: 80%;
    margin-right: 0;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
}
.banner-bj-a .banner-a2 .hero-image .img-tsd u {
  font-size: 0;
}

.banner-bj-a .banner-a2 .hero-image .img-tsd u img {
  width: 100%;
}

.banner-bj-a .banner-a2 .hero-image .img-tsd dl dd img {
  position: absolute;
  top: 5%;
  left: 16%;
  width: 61.62602%;
  z-index: 2;
}

.banner-bj-a .banner-a2 .hero-image .img-tsd i {
  display: block;
  font-size: 0;
  width: 31.5%;
  position: absolute;
  left: auto;
  right: 21%;
  bottom: 0;
  z-index: 1;
}

.banner-bj-a .banner-a2 .hero-image .img-tsd i img {
  width: 100%;
  -webkit-animation: opacity1 3s infinite;
  -moz-animation: opacity1 3s infinite;
  -o-animation: opacity1 3s infinite;
  animation: opacity1 3s infinite;
}

.banner-bj-a i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  width: 100%;
}

.banner-bj-a i img {
  width: 100%;
}

.keyframes-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
}

.keyframes-box-1 .frames-1,
.keyframes-box-1 .frames-2 {
  width: 20vmax;
  height: 20vmax;
  position: relative;
  background: #f2f7ff;
  left: -20vmin;
  top: 10vmin;
  -webkit-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -moz-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -o-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
  -moz-transform-origin: 55% 55%;
  -ms-transform-origin: 55% 55%;
  -o-transform-origin: 55% 55%;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.keyframes-box-1 .frames-1::before {
  content: "";
  width: 20vmax;
  height: 20vmax;
  position: absolute;
  background: transparent;
  border: 1px solid #FE625E;
  left: 0;
  top: 0;
  -webkit-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -moz-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -o-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
  -moz-transform-origin: 55% 55%;
  -ms-transform-origin: 55% 55%;
  -o-transform-origin: 55% 55%;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.keyframes-box-1 .frames-2 {
  content: "";
  width: 20vmax;
  height: 20vmax;
  position: absolute;
  left: auto;
  background: #f2f7ff;
  right: -13vmin;
  top: auto;
  bottom: 10vmin;
  -webkit-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -moz-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -o-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
  -moz-transform-origin: 55% 55%;
  -ms-transform-origin: 55% 55%;
  -o-transform-origin: 55% 55%;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.keyframes-box-1 .frames-2::after {
  content: "";
  width: 20vmax;
  height: 20vmax;
  position: absolute;
  background: transparent;
  border: 1px solid #FE625E;
  left: 0;
  top: 0;
  -webkit-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -moz-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  -o-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
  -moz-transform-origin: 55% 55%;
  -ms-transform-origin: 55% 55%;
  -o-transform-origin: 55% 55%;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.gb-cont1 {
  padding: 3rem 0 4.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .gb-cont1 {
    padding: 2rem 0;
  }
}
.gb-cont1 a.more-msl {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .gb-cont1 a.more-msl {
    margin-top: 1.5rem;
  }
}
.sort-sdt {
  margin-top: 1rem;
}

.sort-sdt li {
  margin-right: 1.5em;
  padding: 0.25em 0;
}

.sort-sdt li a {
  display: block;
  color: #384046;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.sort-sdt li a:hover {
  color: #FE625E;
}

@media (max-width: 768px) {
  .sort-sdt li {
    margin-right: 1em;
  }
  .sort-sdt li a {
    font-size: 1.125rem;
  }
}
.banner-bj-ny {
  background-color: #FFF3F2;
  padding: 9.5rem 0 7rem;
  position: relative;
}

.banner-bj-ny.banner-bj-nytt {
  padding: 3.5rem 0 5rem;
}

@media (max-width: 768px) {
  .banner-bj-ny {
    padding: 4rem 0 6rem;
  }
}
.banner-bj-ny .wh {
  position: relative;
  z-index: 9;
}

.banner-bj-ny .banner-a1 {
  width: 54.57143%;
}

@media (max-width: 768px) {
  .banner-bj-ny .banner-a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2.5rem;
  }
}
.banner-bj-ny .banner-a1 dl dt {
  color: #283A5E;
  font: 700 3.125rem/1.35em "Noto Sans SC";
}

@media (max-width: 768px) {
  .banner-bj-ny .banner-a1 dl dt {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .banner-bj-ny .banner-a1 dl dt {
    font-size: 1.8rem;
  }
}
.banner-bj-ny .banner-a1 dl dd {
  color: #9F9F9F;
  font: 400 1.5rem/1.45em "Noto Sans SC";
  margin: 0.4em 0 0.8em;
}

@media (max-width: 768px) {
  .banner-bj-ny .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.25em 0 0.6em;
  }
}
.banner-bj-ny .banner-a2 {
  width: 36.14286%;
  margin-right: 2.92857%;
}

@media (max-width: 768px) {
  .banner-bj-ny .banner-a2 {
    width: 80%;
    margin-right: 0;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
}
.banner-bj-ny .banner-a2 .hero-image img {
  width: 100%;
}

.banner-bj-ny i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  width: 100%;
}

.banner-bj-ny i img {
  width: 100%;
}

.anqh-v .anqh-a1 {
  width: 65.21429%;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 {
    width: 100%;
    margin-top: 1em;
  }
}
.anqh-v .anqh-a1 .hyas-va .img {
  width: 50%;
  padding-bottom: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .hyas-va .img {
    width: 100%;
    padding-bottom: 60%;
  }
}
.anqh-v .anqh-a1 .hyas-va .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anqh-v .anqh-a1 .hyas-va .text-coint {
  width: 45%;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .hyas-va .text-coint {
    width: 100%;
    margin-top: 1rem;
  }
}
.anqh-v .anqh-a1 .hyas-va .text-coint .wzwh-show-tit {
  margin-top: 0;
  font-size: 1.25rem;
  width: 100%;
}

.anqh-v .anqh-a1 .hyas-va .text-coint .wzwh-show-text {
  color: #898A8D;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.anqh-v .anqh-a1 .hyas-va .text-coint a.more-msl {
  margin-top: 0.85em;
  line-height: 2.5rem;
  background: #ECF1FA;
  color: #283A5E;
  width: 7.5rem;
  font-size: 0.88rem;
}

.anqh-v .anqh-a1 .hyas-va .text-coint a.more-msl:hover {
  color: #fff;
}

.anqh-v .anqh-a1 .aqwh-list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .aqwh-list li {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.anqh-v .anqh-a1 .aqwh-list li a.img {
  display: block;
  font-size: 0;
  width: 35%;
  padding-bottom: 20%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .aqwh-list li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}
.anqh-v .anqh-a1 .aqwh-list li a.img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anqh-v .anqh-a1 .aqwh-list li dl {
  width: 62%;
}

.anqh-v .anqh-a1 .aqwh-list li dl.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .aqwh-list li dl {
    margin-top: 0.8em;
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.anqh-v .anqh-a1 .aqwh-list li dl .date {
  color: #898A8D;
  font: 400 0.875rem/1.5em "Noto Sans SC";
}

.anqh-v .anqh-a1 .aqwh-list li dl .date img {
  width: 1rem;
  margin-right: 0.5em;
}

.anqh-v .anqh-a1 .aqwh-list li dl dt a {
  display: block;
  color: #283A5E;
  font: 700 1.5rem/1.5em "Noto Sans SC";
  margin-top: 0.3rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a1 .aqwh-list li dl dt a {
    font-size: 1.45rem;
  }
}
.anqh-v .anqh-a1 .aqwh-list li dl .p {
  color: #898A8D;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin: 0.25em 0;
}

.anqh-v .anqh-a1 .aqwh-list li dl a.more-msl {
  margin-top: 0.85em;
  line-height: 2.5rem;
  background: #ECF1FA;
  color: #283A5E;
  width: 7.5rem;
  font-size: 0.88rem;
}

.anqh-v .anqh-a1 .aqwh-list li dl a.more-msl:hover {
  color: #fff;
}

.anqh-v .anqh-a1.anqh-a1-a {
  width: 100%;
}

.anqh-v .anqh-a2 {
  width: 30.64286%;
}

@media (max-width: 768px) {
  .anqh-v .anqh-a2 {
    display: none;
  }
}
.ny-body {
  overflow: visible;
}

.anqh-v .anqh-a2 .anqh-a2va1 {
  background: #ECF1FA;
  padding: 2.0625rem 2.5rem 2.9375rem;
  border-radius: 1rem;
  position: sticky;
  top: -webkit-calc(var(--head-height) * 1.35);
  top: -moz-calc(var(--head-height) * 1.35);
  top: calc(var(--head-height) * 1.35);
}

.anqh-v .anqh-a2 .tit {
  color: #283A5E;
  font: 700 1.25rem/2em "Noto Sans SC";
}

.anqh-v .anqh-a2 .ssk form {
  width: 100%;
  border: 1px solid #E4E4E4;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.anqh-v .anqh-a2 .ssk form .conx input {
  width: -webkit-calc(98% - 3.125rem);
  width: -moz-calc(98% - 3.125rem);
  width: calc(98% - 3.125rem);
  font: 400 1rem/2.5rem "Noto Sans SC";
  color: #898A8D;
  text-indent: 1em;
  background: transparent;
}

.anqh-v .anqh-a2 .ssk form .conx button {
  width: 3.125rem;
  text-align: center;
  background: transparent;
  border: none;
}

.anqh-v .anqh-a2 .ssk form .conx button i {
  color: #333;
  font: 400 1.5rem/2.5rem "Noto Sans SC";
}

.anqh-v .anqh-a2 .anqh-b1 {
  margin-top: 2em;
}

.anqh-v .anqh-a2 .anqh-b1 .anqh-c1 li a {
  display: block;
  color: #898A8D;
  font: 400 1rem/3em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.anqh-v .anqh-a2 .anqh-b1 .anqh-c1 li a:hover {
  color: #FE625E;
}

.anqh-v .anqh-a2 .anqh-b1 .anqh-c1 li + li a {
  border-top: 1px solid #E4E4E4;
}

.anqh-v .anqh-a2 .anqh-b4 {
  margin-top: 1em;
}

.anqh-v .anqh-a2 .anqh-b2 {
  margin-top: 1em;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li {
  padding: 0.9rem 0;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li + li {
  border-top: 1px solid #E4E4E4;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li a.img {
  display: block;
  width: 37.57225%;
  padding-bottom: 24%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li .cont {
  width: 56.93642%;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li .cont.w100 {
  width: 100%;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li .cont a {
  display: block;
  color: #898A8D;
  font: 400 1rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li .cont a:hover {
  color: #FE625E;
}

.anqh-v .anqh-a2 .anqh-b2 .anqh-c2 li .cont span {
  display: block;
  color: #898A8D;
  font: 500 0.875rem/1.5em "Inter";
}

.anqh-v .anqh-a2 .anqh-b3 {
  margin-top: 1em;
}

.anqh-v .anqh-a2 .anqh-b3 .tag {
  margin: 0.5em -0.3em;
}

.anqh-v .anqh-a2 .anqh-b3 .tag a {
  display: inline-block;
  color: #FE625E;
  font: 400 1rem/2.5em "Noto Sans SC";
  border: 1px solid #DBD9D9;
  border-radius: 1.3em;
  padding: 0 1em;
  margin: 0.4em 0.3em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.anqh-v .anqh-a2 .anqh-b3 .tag a:hover {
  color: #fff;
  background: #FE625E;
}

.show-news-body {
  padding-top: var(--head-height);
}

.cjwt-bans {
  padding: 1rem 0;
}

.anqh-a1 .wzwh-show-tap span {
  display: inline-block;
  background: #FE625E;
  color: #fff;
  font: 400 1rem/2.1em "Noto Sans SC";
  border-radius: 0.3125rem;
  padding: 0 1em;
}

.anqh-a1 .wzwh-show-tit {
  color: #283A5E;
  font: 700 1.875rem/1.25em "Noto Sans SC";
  margin-top: 0.25em;
  padding: 0.25em 0;
}

@media (max-width: 768px) {
  .anqh-a1 .wzwh-show-tit {
    font-size: 1.5rem;
  }
}
.anqh-a1 .wzwh-show-data {
  color: #898A8D;
  font: 500 0.875rem/1.5em "Inter";
}

.anqh-a1 .wzwh-show-data .date {
  margin-right: 0.8em;
}

.anqh-a1 .wzwh-show-data img {
  width: 1rem;
  margin-right: 0.4em;
}

.ny-contenta .content_box {
  color: #898A8D;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 2.1875rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.fy-zs {
  padding: 1em 0;
}

@media (max-width: 768px) {
  .fy-zs {
    padding: 0.5em 0 1em;
  }
}
.fy-zs .next-a {
  width: 45%;
}

@media (max-width: 768px) {
  .fy-zs .next-a {
    width: 100%;
  }
}
.fy-zs .next-a i {
  color: #D8D8D8;
  font: 400 2.375rem/1em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fy-zs .next-a i {
    display: none;
  }
}
.fy-zs .next-a .wexa {
  width: -webkit-calc(98% - 2.375rem);
  width: -moz-calc(98% - 2.375rem);
  width: calc(98% - 2.375rem);
}

@media (max-width: 768px) {
  .fy-zs .next-a .wexa {
    width: 100%;
  }
}
.fy-zs .next-a .wexa p {
  color: #898A8D;
  font: 400 0.875rem/2.35em "Noto Sans SC";
}

.fy-zs .next-a .wexa a {
  display: block;
  color: #283A5E;
  font: 400 1rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fy-zs .next-a .wexa a:hover {
  color: #FE625E;
}

@media (max-width: 768px) {
  .fy-zs .next-a:nth-child(2) {
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .fy-zs .next-a:nth-child(2) .wexa {
    text-align: left;
  }
}
.ny-show_body {
  padding-top: var(--head-height);
}

.show-case-cont1 {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 {
    padding-top: 1rem;
  }
}
.show-case-cont1 .tit {
  color: #283A5E;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-case-cont1 .tit {
    font-size: 2rem;
  }
}
.show-case-cont1 .ftit {
  color: rgba(40, 58, 94, 0.7);
  font-size: 2.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-case-cont1 .ftit {
    font-size: 1.25rem;
  }
}
.show-case-cont1 .show-case-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 {
    margin-top: 1rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b1 .ast1 {
  gap: 0.75rem 5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b1 .ast1 {
    gap: 0.25rem 2rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b1 .ast1 li {
  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;
  color: rgba(40, 58, 94, 0.7);
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b1 .ast1 li span {
  display: block;
  font-size: 1.25rem;
  margin-left: 2em;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b1 .ast1 li span {
    font-size: 1.125rem;
    margin-left: 1em;
  }
}
.show-case-cont1 .show-case-a1v1 .more-a {
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 1rem 2.5em;
  font-size: 1rem;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .more-a {
    padding: 0.75rem 2em;
    margin-top: 1.5rem;
  }
}
.show-case-cont1 .show-case-a1v1 .more-a img {
  width: 1.5rem;
}
.show-case-cont1 .show-case-a1v1 .more-a:hover {
  background: -webkit-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: -moz-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: -o-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: linear-gradient(304deg, #CB53B4 -2.01%, #FE625E 136.81%);
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 {
  color: rgba(40, 58, 94, 0.7);
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b2 {
    margin-top: 1rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 u {
  display: block;
  font-size: 0;
  width: 1.5rem;
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 u img {
  width: 100%;
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 p {
  padding: 0 0.35rem;
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 i {
  display: block;
  font-size: 0;
  width: 0.875rem;
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 i img {
  width: 100%;
}

.show-case-a2v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .show-case-a2v1 {
    margin-top: 1.5rem;
  }
}
.show-case-a2v1 .heng1 img {
  width: 100%;
}
.show-case-a2v1 .show-case-a2v1c1 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 {
    margin-top: 1.25rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .tit1 {
  color: rgba(40, 58, 94, 0.7);
  font-size: 1.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .tit1 {
    font-size: 1.35rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas {
  width: 71.0714285714%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas {
    width: 100%;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt {
  color: #283A5E;
  font-size: 2rem;
  line-height: 1.375em;
  font-weight: 500;
  padding: 2.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt {
    padding: 1.5rem 0;
    font-size: 1.25rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 {
    padding-top: 1.25rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .tit2 {
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .tit2 {
    font-size: 1.5rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 {
  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;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 {
    margin-top: 1.5rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.25rem;
  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;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li + li {
    margin-top: 1rem;
  }
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li .p1 {
  color: #898A8D;
  font-size: 1.25rem;
  line-height: 1.6em;
}
.show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li .data {
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.0625rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .show-case-a2v1 .show-case-a2v1c1 .cont-pas .txt-at1 .ash-sat1 li .data {
    font-size: 3rem;
  }
}

.show-case-a2v2 {
  position: relative;
  padding: 0 2.1875rem;
  margin-top: 9.25rem;
}
@media (max-width: 768px) {
  .show-case-a2v2 {
    padding: 0 4%;
    margin-top: 2rem;
  }
}
.show-case-a2v2 .imgas {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-case-a2v2 .imgas {
    border-radius: 1rem;
  }
}
.show-case-a2v2 .imgas img {
  width: 100%;
}
@media (max-width: 768px) {
  .show-case-a2v2 .imgas img {
    aspect-ratio: 9/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.show-case-a2v2 .imgas .p1 {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.375em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 var(--cbasta);
}
@media (max-width: 768px) {
  .show-case-a2v2 .imgas .p1 {
    font-size: 1.25rem;
    padding: 0 -webkit-calc(var(--cbasta) * 2);
    padding: 0 -moz-calc(var(--cbasta) * 2);
    padding: 0 calc(var(--cbasta) * 2);
    line-height: 1.75;
  }
}
.show-case-a2v2 .imgas .p1 p {
  padding-right: 45%;
  text-align: justify;
}
@media (max-width: 768px) {
  .show-case-a2v2 .imgas .p1 p {
    padding-right: 0;
  }
}

.show-case-a2v3 .show-case-a2v3c1 {
  padding: 7rem 0 5.3125rem;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c1 {
    padding: 2.5rem 0 3.5rem;
  }
}
.show-case-a2v3 .show-case-a2v3c1 .tit {
  color: #283A5E;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c1 .tit {
    font-size: 1.85rem;
  }
}
.show-case-a2v3 .show-case-a2v3c2 {
  background: #F9F8FF;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 {
    padding-bottom: 2rem;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d1 {
  width: 30.5714285714%;
  text-align: center;
  margin-top: -6.375rem;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d1 {
    width: 50%;
    margin: 0 auto;
    margin-top: -2rem;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d1 .img {
  -webkit-filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.4));
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d1 .img img {
  width: 100%;
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d1 p {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65em 0;
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 {
  width: 59.2857142857%;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 {
    width: 100%;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 {
    margin-bottom: 0;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li {
  color: #283A5E;
  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;
  border-bottom: 1px solid rgba(40, 58, 94, 0.1);
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li {
    padding: 1.25rem 0;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li b {
  font-size: 1.25rem;
  font-weight: 500;
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li p {
  width: 49.5180722892%;
  font-size: 1.6875rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li p {
    font-size: 1.125rem;
    width: 60%;
  }
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li i {
  display: block;
  font-size: 0;
  width: 1.5rem;
}
.show-case-a2v3 .show-case-a2v3c2 .show-case-a2v3c2d2 .jas-asta1 li i img {
  width: 100%;
}

.tit-axt {
  text-align: center;
  font-size: 2.5rem;
  color: #283A5E;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .tit-axt {
    font-size: 2rem;
  }
}

.show-case-a2v4 {
  padding: 6.875rem 0 4.375rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 {
    padding: 2.25rem 0;
  }
}
.show-case-a2v4 .jasta1 {
  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;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 {
    margin-top: 1.25rem;
  }
}
.show-case-a2v4 .jasta1 li {
  width: 21.6428571429%;
  text-align: center;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li {
    width: 100%;
  }
}
.show-case-a2v4 .jasta1 li .tit {
  color: #283A5E;
  font-size: 1.6875rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li .tit {
    font-size: 1.25rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(2n) {
  width: 7.9285714286%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(2n) {
    width: 100%;
    padding: 0 40%;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(2n) img {
  width: 100%;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(2n) img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.show-case-a2v4 .jasta1 li:nth-child(3) {
  width: 28.9285714286%;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(3) {
    width: 100%;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl {
  position: relative;
  z-index: 1;
  padding: 1.65rem 8%;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl {
    padding: 1.35rem 8%;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl + dl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl + dl {
    margin-top: 1.125rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  border: 1px solid #E6F7EE;
  background: -webkit-linear-gradient(311deg, rgba(255, 255, 255, 0.6) 23.39%, rgba(255, 255, 255, 0.6) 98.8%);
  background: -moz-linear-gradient(311deg, rgba(255, 255, 255, 0.6) 23.39%, rgba(255, 255, 255, 0.6) 98.8%);
  background: -o-linear-gradient(311deg, rgba(255, 255, 255, 0.6) 23.39%, rgba(255, 255, 255, 0.6) 98.8%);
  background: linear-gradient(139deg, rgba(255, 255, 255, 0.6) 23.39%, rgba(255, 255, 255, 0.6) 98.8%);
  backdrop-filter: blur(25px);
  z-index: 1;
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1875rem;
  height: 4.4375rem;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  border-radius: 1.5rem;
  z-index: -1;
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dt,
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dd {
  position: relative;
  z-index: 2;
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dt {
    font-size: 1.35rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dd {
  color: #283A5E;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(3) .as-cy dl dd {
    font-size: 1.125rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(1) .cont-p {
  border-radius: 1.5rem;
  background: -webkit-linear-gradient(right, #F9F8FF 0%, #FFF 100%);
  background: -moz-linear-gradient(right, #F9F8FF 0%, #FFF 100%);
  background: -o-linear-gradient(right, #F9F8FF 0%, #FFF 100%);
  background: linear-gradient(270deg, #F9F8FF 0%, #FFF 100%);
  height: 36rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 15%;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(1) .cont-p {
    height: auto;
    padding: 1.5rem 10%;
    border-radius: 1rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(1) .cont-p p {
  width: 100%;
  text-align: left;
  color: #283A5E;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(1) .cont-p p {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(5) .cont-p {
  border-radius: 1.5rem;
  background: -webkit-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: -moz-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: -o-linear-gradient(311deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  background: linear-gradient(139deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
  height: 36rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 15%;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(5) .cont-p {
    height: auto;
    padding: 1.5rem 10%;
    border-radius: 1rem;
  }
}
.show-case-a2v4 .jasta1 li:nth-child(5) .cont-p p {
  width: 100%;
  text-align: left;
  color: #283A5E;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v4 .jasta1 li:nth-child(5) .cont-p p {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}

.heng1 img {
  width: 100%;
}

.show-case-a2v5 {
  padding: 4.25rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v5 {
    padding: 0rem 0 2rem;
  }
}
.show-case-a2v5 .heng1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case-a2v5 .heng1 {
    margin-top: 1.25rem;
  }
}

.show-case-a2v6 {
  background: #F9F8FF;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .show-case-a2v6 {
    padding: 2.25rem 0;
  }
}
.show-case-a2v6 .ast1-a {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .show-case-a2v6 .ast1-a {
    margin-top: 1.5rem;
  }
}
.show-case-a2v6 .ast1-a li {
  width: 48.5%;
}
.show-case-a2v6 .ast1-a li img {
  width: 100%;
}
.show-case-a2v6 .more-a {
  border-radius: 0.3125rem;
  background: -webkit-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -moz-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: -o-linear-gradient(146deg, #FE625E -2.01%, #CB53B4 136.81%);
  background: linear-gradient(304deg, #FE625E -2.01%, #CB53B4 136.81%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 1rem 2.5em;
  font-size: 1rem;
  gap: 0.5rem;
  margin: 0 auto;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-case-a2v6 .more-a {
    padding: 0.75rem 2em;
  }
}
.show-case-a2v6 .more-a img {
  width: 1.5rem;
}
.show-case-a2v6 .more-a:hover {
  background: -webkit-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: -moz-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: -o-linear-gradient(146deg, #CB53B4 -2.01%, #FE625E 136.81%);
  background: linear-gradient(304deg, #CB53B4 -2.01%, #FE625E 136.81%);
}

.vfx-image-wrap {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .vfx-image-wrap {
    margin-top: 2rem;
  }
}

.vfx-image-wrap > div {
  width: 50%;
  overflow: hidden;
  height: 30vw;
  position: relative;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}

.vfx-image-wrap > div span {
  position: absolute;
  display: inline-block;
  width: 8.875rem;
  text-align: center;
  border-radius: 0.3125rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  font: 400 1rem/3.375rem "Noto Sans SC";
}

.vfx-image-wrap > div span:hover {
  background: #FE625E;
}

.vfx-image-wrap > div.before-image {
  width: 70%;
}

.vfx-image-wrap > div.after-image {
  width: 30%;
}

.vfx-image-wrap > div.before-image span {
  left: 1rem;
  top: 1rem;
}

.vfx-image-wrap > div.after-image span {
  right: 1rem;
  top: 1rem;
}

.vfx-image-wrap > div img {
  width: 100%;
}

.vfx-image-wrap > div.on {
  width: 100%;
  z-index: 1;
  height: auto;
}

.vfx-image-wrap > div.cur {
  width: 0;
}