@charset "UTF-8";
.banner-ysbj1 {
  position: relative;
  background: none;
  margin-top: 0;
  background: url(https://cloud-assets-brwq.bcdn8.com/wzwh0209/uploads/20231204/fc8c21b59379ac0b2e321fa287891395.jpg) no-repeat left top;
  -o-background-size: cover;
     background-size: cover;
  padding: 1.8rem 0 5rem;
}
@media (max-width: 768px) {
  .banner-ysbj1 {
    padding: 0 0 2.2rem;
  }
}
.banner-ysbj1 u {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 53.6979166667%;
}
.banner-ysbj1 u img {
  width: 100%;
}
.banner-ysbj1 .momthis-animation-one {
  top: 19%;
}
.banner-ysbj1 .wh {
  position: relative;
  z-index: 1;
}
.banner-ysbj1 .banner-a4 {
  width: 56.3571428571%;
  margin-right: -10%;
  position: relative;
}
@media (max-width: 768px) {
  .banner-ysbj1 .banner-a4 {
    width: 100%;
    margin-right: 0;
  }
}
.banner-ysbj1 .banner-a4 img {
  width: 100%;
}
.banner-ysbj1 .banner-a4 .ash2 li {
  position: absolute;
}
.banner-ysbj1 .banner-a4 .ash2 li:nth-child(1) {
  width: 7.8125rem;
  top: 12%;
  right: 14%;
}
@media (max-width: 768px) {
  .banner-ysbj1 .banner-a4 .ash2 li:nth-child(1) {
    width: 5rem;
  }
}
.banner-ysbj1 .banner-a4 .ash2 li:nth-child(2) {
  width: 8rem;
  top: 42%;
  left: -11%;
}
@media (max-width: 768px) {
  .banner-ysbj1 .banner-a4 .ash2 li:nth-child(2) {
    width: 5.2rem;
    left: 0%;
  }
}
.banner-ysbj1 .banner-a4 .ash2 li:nth-child(3) {
  width: 7.875rem;
  left: 12%;
  bottom: -2%;
}
@media (max-width: 768px) {
  .banner-ysbj1 .banner-a4 .ash2 li:nth-child(3) {
    width: 5rem;
  }
}
.banner-ysbj1 .banner-a4 .ash2 li:nth-child(4) {
  width: 13.6875rem;
  right: 15%;
  bottom: -18%;
}
@media (max-width: 768px) {
  .banner-ysbj1 .banner-a4 .ash2 li:nth-child(4) {
    width: 8rem;
  }
}

.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);
  }
}
.iconfont1 {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sy-cont1 {
  position: relative;
  z-index: 99;
}
.sy-cont1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: -8%;
  width: 14.3229166667%;
}
.sy-cont1 u img {
  width: 100%;
}

.sy-cont1 .sycase_list li a.img {
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.sy-cont1 .sycase_list li .uuas a {
  display: block;
  text-align: center;
  color: #686868;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85rem 0;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.sy-xg-cont1 {
  background: -webkit-linear-gradient(top, #ecf1fa 0%, rgba(236, 241, 250, 0) 66.61%);
  background: -moz-linear-gradient(top, #ecf1fa 0%, rgba(236, 241, 250, 0) 66.61%);
  background: -o-linear-gradient(top, #ecf1fa 0%, rgba(236, 241, 250, 0) 66.61%);
  background: linear-gradient(180deg, #ecf1fa 0%, rgba(236, 241, 250, 0) 66.61%);
  padding: 1.5rem 0 6.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .sy-xg-cont1 {
    padding: 1.5rem 0 2rem;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  }
}
.sy-xg-cont1 .sy-xg-a1v1 {
  position: relative;
}
.sy-xg-cont1 .sy-xg-a1v1 .u {
  display: block;
  font-size: 0;
  width: 10rem;
  position: absolute;
  right: -1rem;
  top: -2.8rem;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1v1 .u {
    width: 4rem;
    right: -0.5rem;
    top: -3rem;
  }
}
.sy-xg-cont1 .sy-xg-a1v1 .u img {
  width: 100%;
}
.sy-xg-cont1 .sy-xg-a1_list1 {
  border-bottom: 1px solid #e0e0e0;
  margin: 1.5rem 10% 0;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list1 {
    margin: 1.125rem 0 0;
  }
}
.sy-xg-cont1 .sy-xg-a1_list1 li {
  margin: 0 3%;
}
.sy-xg-cont1 .sy-xg-a1_list1 li a {
  color: #686868;
  font: 400 1rem/2em "Noto Sans SC";
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
.sy-xg-cont1 .sy-xg-a1_list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fe625e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.sy-xg-cont1 .sy-xg-a1_list1 li.on a {
  color: #fe625e;
}
.sy-xg-cont1 .sy-xg-a1_list1 li.on a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.sy-xg-cont1 .sy-xg-a1_list2 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 {
    margin-top: 1.25rem;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li {
  background: -webkit-linear-gradient(left, #e3e5fe -10.82%, #fff 103.25%);
  background: -moz-linear-gradient(left, #e3e5fe -10.82%, #fff 103.25%);
  background: -o-linear-gradient(left, #e3e5fe -10.82%, #fff 103.25%);
  background: linear-gradient(90deg, #e3e5fe -10.82%, #fff 103.25%);
  border-radius: 0.625rem;
  display: none;
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p {
  background: url(https://cloud-assets-brwq.bcdn8.com/wzwh0209/uploads/20231204/039adcc19e9de8d27a2dbc09c4e4d075.svg) no-repeat left bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.375rem 8.8571428571%;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p {
    padding: 1.5rem 6%;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 {
  width: 42.3214285714%;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 {
    width: 100%;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .tit {
  color: #283a5e;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .tit {
    font-size: 1.5rem;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .p {
  color: #686868;
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .p {
    margin-top: 1rem;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .txt {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .txt {
    margin-top: 0.5rem;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .txt p {
  width: 33.333%;
  color: #686868;
  font: 400 1rem/2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .txt p {
    width: 50%;
    line-height: 1.5em;
    padding: 0.25em 0;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 .txt p:before {
  content: "\e72e";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #57d288;
  font-weight: 600;
  margin-right: 0.25rem;
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 a.more-msl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p1 a.more-msl {
    margin-top: 0.75rem;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p2 {
  width: 41.0714285714%;
}
@media (max-width: 768px) {
  .sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p2 {
    width: 100%;
  }
}
.sy-xg-cont1 .sy-xg-a1_list2 li .cont-p .cont-p2 img {
  width: 100%;
}
.sy-xg-cont1 .sy-xg-a1_list2 li:nth-child(2) {
  background: -webkit-linear-gradient(left, #fbe9e9 -10.82%, #fff 103.25%);
  background: -moz-linear-gradient(left, #fbe9e9 -10.82%, #fff 103.25%);
  background: -o-linear-gradient(left, #fbe9e9 -10.82%, #fff 103.25%);
  background: linear-gradient(90deg, #fbe9e9 -10.82%, #fff 103.25%);
}
.sy-xg-cont1 .sy-xg-a1_list2 li:nth-child(3) {
  background: -webkit-linear-gradient(left, #e6fbea -10.82%, #fff 103.25%);
  background: -moz-linear-gradient(left, #e6fbea -10.82%, #fff 103.25%);
  background: -o-linear-gradient(left, #e6fbea -10.82%, #fff 103.25%);
  background: linear-gradient(90deg, #e6fbea -10.82%, #fff 103.25%);
}
.sy-xg-cont1 .sy-xg-a1_list2 li:nth-child(4) {
  background: -webkit-linear-gradient(left, #feebdd -10.82%, #fff 103.25%);
  background: -moz-linear-gradient(left, #feebdd -10.82%, #fff 103.25%);
  background: -o-linear-gradient(left, #feebdd -10.82%, #fff 103.25%);
  background: linear-gradient(90deg, #feebdd -10.82%, #fff 103.25%);
}

.more-msl.hs {
  background: #283a5e;
}
.more-msl.hs:before {
  background: #fe625e;
}

.sy-xg-cont2 {
  position: relative;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .sy-xg-cont2 {
    padding: 2rem 0;
  }
}
.sy-xg-cont2 > u {
  display: block;
  font-size: 0;
  width: 26.6666666667%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
.sy-xg-cont2 > u img {
  width: 100%;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 {
  width: 47.7857142857%;
  margin-left: -5.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 {
    width: 100%;
    margin-left: 0;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 u {
  display: block;
  font-size: 0;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 u img {
  width: 100%;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 .weaska li {
  width: 7.1875rem;
  position: absolute;
  left: 46%;
  top: -7%;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 .weaska li {
    width: 5rem;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 .weaska li img {
  width: 100%;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 .weaska li:nth-child(2) {
  width: 6.8125rem;
  left: auto;
  right: -3%;
  top: 20%;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b1 .weaska li:nth-child(2) {
    width: 5rem;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 {
  width: 50.4285714286%;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 {
    width: 100%;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .title_a1 {
  text-align: left;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .title_a1 dl dt {
  margin-top: 0;
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .p1 {
  color: #7383a5;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.25rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .p2 {
  color: #7383a5;
  font: 400 0.875rem/1.7em "Noto Sans SC";
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .p2 p {
  margin-top: 1.25em;
  padding-left: 2em;
  background: url(https://cloud-assets-brwq.bcdn8.com/wzwh0209/uploads/20231214/ede198b6471b024f2b12e7bee415c129.svg) no-repeat left 0.05rem;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  .sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 .p2 p {
    margin-top: 0.65em;
    background-position: left 0.1rem;
    -o-background-size: 1.125rem auto;
       background-size: 1.125rem auto;
  }
}
.sy-xg-cont2 .sy-xg-a2_v1 .sy-xg-a2_b2 a.more-msl {
  margin-top: 1.75rem;
}
.sy-xg-cont2 .as-sdvas1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sy-xg-cont2 .as-sdvas1 img {
  width: 100%;
}

@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes animationFramesFive {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-40px);
         transform: translateY(-40px);
  }
  50% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  75% {
    -moz-transform: translateY(40px);
         transform: translateY(40px);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes animationFramesFive {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  25% {
    -o-transform: translateY(-40px);
       transform: translateY(-40px);
  }
  50% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  75% {
    -o-transform: translateY(40px);
       transform: translateY(40px);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
       -moz-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
       -moz-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.shape-animate5 {
  -webkit-animation: animationFramesFive 12s infinite linear alternate;
     -moz-animation: animationFramesFive 12s infinite linear alternate;
       -o-animation: animationFramesFive 12s infinite linear alternate;
          animation: animationFramesFive 12s infinite linear alternate;
}

.sy-xg-cont3 {
  background: -webkit-linear-gradient(top, #ecf1fa 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: -moz-linear-gradient(top, #ecf1fa 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: -o-linear-gradient(top, #ecf1fa 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: linear-gradient(180deg, #ecf1fa 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  margin-top: -1rem;
  padding: 2rem 0 6.375rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .sy-xg-cont3 {
    margin-top: -2px;
    padding: 2rem 0;
  }
}
.sy-xg-cont3 .gzas {
  width: 6.6666666667%;
  position: absolute;
  right: 12%;
  top: 5%;
}
.sy-xg-cont3 .gzas img {
  width: 100%;
}
.sy-xg-cont3 .sy-xg-cont3_v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 {
    margin-top: 0;
  }
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 {
  width: 33.2142857143%;
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li {
    margin-top: 1rem;
  }
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li + li {
    margin-top: 1rem;
  }
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0.375rem 0.5rem 0.5rem 0px rgba(223, 221, 221, 0.25);
  padding: 1.25rem 6%;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a:hover {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
     -moz-transform: scale3d(1.01, 1.01, 1.01);
          transform: scale3d(1.01, 1.01, 1.01);
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a i {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #ffd0cf;
  margin-top: 1rem;
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a i img {
  width: 50%;
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a .wenata {
  width: -webkit-calc(95% - 5rem);
  width: -moz-calc(95% - 5rem);
  width: calc(95% - 5rem);
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a .wenata .h2 {
  color: #283a5e;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a .wenata .p {
  color: #7383a5;
  font: 400 0.875rem/1.6em "Noto Sans SC";
  overflow: hidden;
  text-align: justify;
  height: 6.4em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li a.a .wenata .p {
    height: auto;
  }
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1 li:nth-child(2) a.a i {
  background-color: #b9d9fe;
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1:nth-child(3) li a.a i {
  background-color: #d0d0fa;
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b1:nth-child(3) li:nth-child(2) a.a i {
  background-color: #d5f8e2;
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b2 {
  width: 23.1428571429%;
}
@media (max-width: 768px) {
  .sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b2 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
}
.sy-xg-cont3 .sy-xg-cont3_v1 .sy-xg-a3_b2 img {
  width: 100%;
}

.wmysas {
  padding: 0 4%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .wmysas {
    margin-top: 1rem;
  }
}
.wmysas li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .wmysas li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin-top: 1.5rem;
  }
}
.wmysas li + li {
  border-left: 1px dashed #d9d9d9;
  position: relative;
}
.wmysas li + li::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #fe625e;
  position: absolute;
  left: -0.375rem;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wmysas li + li::after {
    width: 0.375rem;
    height: 0.375rem;
    left: -0.25rem;
  }
}
.wmysas li:nth-child(2)::after {
  -webkit-animation: scroll2 1.8s linear infinite;
     -moz-animation: scroll2 1.8s linear infinite;
       -o-animation: scroll2 1.8s linear infinite;
          animation: scroll2 1.8s linear infinite;
}
@media (max-width: 768px) {
  .wmysas li:nth-child(3) {
    border-left: none;
  }
}
.wmysas li:nth-child(3)::after {
  -webkit-animation: scroll2 2.5s linear infinite;
     -moz-animation: scroll2 2.5s linear infinite;
       -o-animation: scroll2 2.5s linear infinite;
          animation: scroll2 2.5s linear infinite;
}
@media (max-width: 768px) {
  .wmysas li:nth-child(3)::after {
    display: none;
  }
}
.wmysas li:nth-child(4)::after {
  -webkit-animation: scroll2 2s linear infinite;
     -moz-animation: scroll2 2s linear infinite;
       -o-animation: scroll2 2s linear infinite;
          animation: scroll2 2s linear infinite;
}
.wmysas li .as1 {
  color: #283a5e;
  font: 400 0.875rem/1.5em "Noto Sans SC";
}
.wmysas li .as1 span {
  color: #fe625e;
  font-size: 3.75rem;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .wmysas li .as1 span {
    font-size: 2.5rem;
  }
}
.wmysas li .as2 {
  color: #283a5e;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .wmysas li .as2 {
    font-size: 1rem;
  }
}

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

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

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

@keyframes scroll2 {
  0% {
    top: -1rem;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.sy-xg-cont4 .sy-xg-a4v1 {
  background: #283a5e;
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .sy-xg-cont4 .sy-xg-a4v1 {
    padding: 3rem 0;
  }
}
.sy-xg-cont4 .sy-xg-a4v1 a.more-msl {
  border: 1px solid #fe625e;
}
.sy-xg-cont4 .sy-xg-a4v1 .title_a1 {
  text-align: left;
  width: 64.2857142857%;
}
@media (max-width: 768px) {
  .sy-xg-cont4 .sy-xg-a4v1 .title_a1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.sy-xg-cont4 .sy-xg-a4v1 .title_a1 dl dd {
  color: #ffffff;
}
.sy-xg-cont4 .sy-xg-a4v1 .title_a1 dl dd::before {
  background: #ffd0cf;
}
.sy-xg-cont4 .sy-xg-a4v1 .title_a1 dl dt {
  color: #ffffff;
}
.sy-xg-cont4 .sy-xg-a4v1 .title_a1 .text {
  color: #7383a5;
  margin-top: 1rem;
}
.sy-xg-cont4 .sy-xg-a4v2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 28.0208333333%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.sy-xg-cont4 .sy-xg-a4v2 li img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sy-xg-a5_v1 .sy-xg-a5_b1 {
  width: 36.7142857143%;
  position: relative;
}
@media (max-width: 768px) {
  .sy-xg-a5_v1 .sy-xg-a5_b1 {
    width: 80%;
    margin: 0 auto;
  }
}
.sy-xg-a5_v1 .sy-xg-a5_b1 u {
  display: block;
  font-size: 0;
}
.sy-xg-a5_v1 .sy-xg-a5_b1 u img {
  width: 100%;
}
.sy-xg-a5_v1 .sy-xg-a5_b1 .hsdghta {
  width: 7.1875rem;
  position: absolute;
  top: 7%;
  right: 4%;
}
@media (max-width: 768px) {
  .sy-xg-a5_v1 .sy-xg-a5_b1 .hsdghta {
    width: 5rem;
  }
}
.sy-xg-a5_v1 .sy-xg-a5_b1 .hsdghta img {
  width: 100%;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 {
  width: 51.0714285714%;
}
@media (max-width: 768px) {
  .sy-xg-a5_v1 .sy-xg-a5_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .title_a1 {
  text-align: left;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong {
    margin-top: 1rem;
  }
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .dt {
  color: #283a5e;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #e9e9e9;
  padding: 0.85em 0;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .dt a {
  color: #283a5e;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .dt a:hover {
  color: #fe625e;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .dt p {
  width: 80%;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .dt i {
  color: #7383a5;
  font: 100 1.4rem/1.5em "Noto Sans SC";
}
.sy-xg-a5_v1 .sy-xg-a5_b2 .sfq-gong li .wehha-job {
  color: #7383a5;
  font: 400 0.875rem/1.65em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}
.sy-xg-a5_v1 .sy-xg-a5_b2 a.more-msl {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .sy-xg-a5_v1 .sy-xg-a5_b2 a.more-msl {
    margin-top: 1.5rem;
  }
}

.sy-xg-cont5 {
  padding: 10.9375rem 0 8.5rem;
}
@media (max-width: 768px) {
  .sy-xg-cont5 {
    padding: 2rem 0;
  }
}

@-webkit-keyframes elementor-animation-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
}

@-moz-keyframes elementor-animation-buzz {
  50% {
    -moz-transform: translateX(3px) rotate(2deg);
         transform: translateX(3px) rotate(2deg);
  }
  100% {
    -moz-transform: translateX(-3px) rotate(-2deg);
         transform: translateX(-3px) rotate(-2deg);
  }
}

@-o-keyframes elementor-animation-buzz {
  50% {
    -o-transform: translateX(3px) rotate(2deg);
       transform: translateX(3px) rotate(2deg);
  }
  100% {
    -o-transform: translateX(-3px) rotate(-2deg);
       transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes elementor-animation-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
       -moz-transform: translateX(3px) rotate(2deg);
         -o-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
       -moz-transform: translateX(-3px) rotate(-2deg);
         -o-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  -webkit-animation-name: elementor-animation-buzz;
     -moz-animation-name: elementor-animation-buzz;
       -o-animation-name: elementor-animation-buzz;
          animation-name: elementor-animation-buzz;
  -webkit-animation-duration: 0.15s;
     -moz-animation-duration: 0.15s;
       -o-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.sy-xg-cont6 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .sy-xg-cont6 {
    margin-bottom: 2rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 {
  background: url(https://cloud-assets-brwq.bcdn8.com/wzwh0209/uploads/20231218/35ade5a143b147c585dda94ff88f604a.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.375rem 4%;
  border-radius: 1.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 {
    border-radius: 1rem;
    padding: 1.8rem 4.5%;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .hsdghta {
  width: 9.6875rem;
  position: absolute;
  left: -4.875rem;
  top: -3.9375rem;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .hsdghta {
    width: 3.2rem;
    left: 0;
    top: -1.5rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .hsdghta img {
  width: 100%;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 {
  width: 35.6682769726%;
  color: #fff;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 {
    width: 100%;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .tit {
  font: 600 1.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .tit {
    font-size: 1.25rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as {
    margin-top: 1rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as u {
  display: block;
  font-size: 0;
  width: 4rem;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as u {
    width: 3rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as u img {
  width: 100%;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa {
  margin-left: 1em;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa .a {
  font: 400 1rem/2em "Noto Sans SC";
  border-bottom: 1px solid #fff;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa .a span {
  font-family: "montserrat";
  font-weight: 500;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa .b {
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa .b {
    font-size: 1.125rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b1 .ash-as .dataxa .b span {
  font-family: "montserrat";
  font-weight: 500;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 {
  width: 55.7165861514%;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 {
    width: 100%;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd {
  width: 48.7%;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd {
    width: 100%;
    margin-top: 1rem;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd input {
  border: none;
  background: #fff;
  border-radius: 2rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  text-indent: 1.5em;
  width: 100%;
}
@media (max-width: 768px) {
  .sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd input {
    line-height: 3em;
  }
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd.bj-txt {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 1.8rem;
  overflow: hidden;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1rem 1em;
  padding-left: 1.5em;
  margin-top: 1rem;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd.bj-txt textarea {
  width: 100%;
  border: none;
}
.sy-xg-cont6 .sy-xg-a6_v1 .sy-xg-a6_b2 form .sggta .sggta1d dd.bj-txt button {
  border: none;
  float: right;
}

@-webkit-keyframes pxl-circle-move-animation {
  0% {
    -webkit-transform: rotate(0) translate(-30px) rotate(0);
            transform: rotate(0) translate(-30px) rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
            transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(720deg) translate(-30px) rotate(-720deg);
            transform: rotate(720deg) translate(-30px) rotate(-720deg);
  }
  75% {
    -webkit-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
            transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
            transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
  }
}

@-moz-keyframes pxl-circle-move-animation {
  0% {
    -moz-transform: rotate(0) translate(-30px) rotate(0);
         transform: rotate(0) translate(-30px) rotate(0);
  }
  25% {
    -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
         transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
  50% {
    -moz-transform: rotate(720deg) translate(-30px) rotate(-720deg);
         transform: rotate(720deg) translate(-30px) rotate(-720deg);
  }
  75% {
    -moz-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
         transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
  }
  100% {
    -moz-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
         transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
  }
}

@-o-keyframes pxl-circle-move-animation {
  0% {
    -o-transform: rotate(0) translate(-30px) rotate(0);
       transform: rotate(0) translate(-30px) rotate(0);
  }
  25% {
    -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
       transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
  50% {
    -o-transform: rotate(720deg) translate(-30px) rotate(-720deg);
       transform: rotate(720deg) translate(-30px) rotate(-720deg);
  }
  75% {
    -o-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
       transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
  }
  100% {
    -o-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
       transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
  }
}

@keyframes pxl-circle-move-animation {
  0% {
    -webkit-transform: rotate(0) translate(-30px) rotate(0);
       -moz-transform: rotate(0) translate(-30px) rotate(0);
         -o-transform: rotate(0) translate(-30px) rotate(0);
            transform: rotate(0) translate(-30px) rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
       -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
         -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
            transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(720deg) translate(-30px) rotate(-720deg);
       -moz-transform: rotate(720deg) translate(-30px) rotate(-720deg);
         -o-transform: rotate(720deg) translate(-30px) rotate(-720deg);
            transform: rotate(720deg) translate(-30px) rotate(-720deg);
  }
  75% {
    -webkit-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
       -moz-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
         -o-transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
            transform: rotate(1080deg) translate(-30px) rotate(-1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
       -moz-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
         -o-transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
            transform: rotate(1440deg) translate(-30px) rotate(-1440deg);
  }
}
.pxl-animated {
  -webkit-animation: pxl-circle-move-animation 12s infinite linear;
     -moz-animation: pxl-circle-move-animation 12s infinite linear;
       -o-animation: pxl-circle-move-animation 12s infinite linear;
          animation: pxl-circle-move-animation 12s infinite linear;
}

.ny-contenta-va {
  padding-top: 5.625rem;
}
@media (max-width: 990px) {
  .ny-contenta-va {
    padding-top: 0;
  }
}
.ny-contenta-va .mbx {
  border-top: 1px solid #ececec;
  padding: 1em 0;
}
.ny-contenta-va .banner-bj-ny1 .banner-a1 {
  width: 37.8571428571%;
}
@media (max-width: 768px) {
  .ny-contenta-va .banner-bj-ny1 .banner-a1 {
    width: 100%;
  }
}
.ny-contenta-va .banner-bj-ny1 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-contenta-va .banner-bj-ny1 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.ny-contenta-va .banner-bj-ny1 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .ny-contenta-va .banner-bj-ny1 .banner-a1 dl dd {
    font-size: 1.125rem;
  }
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 {
  width: 50.8571428571%;
}
@media (max-width: 768px) {
  .ny-contenta-va .banner-bj-ny1 .banner-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li {
  position: absolute;
  left: 11%;
  top: 1%;
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li img {
  width: 100%;
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li.ysd {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #fea76d 0%, #fd7784 100%);
  background: -moz-linear-gradient(left, #fea76d 0%, #fd7784 100%);
  background: -o-linear-gradient(left, #fea76d 0%, #fd7784 100%);
  background: linear-gradient(90deg, #fea76d 0%, #fd7784 100%);
}
@media (max-width: 768px) {
  .ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li.ysd {
    width: 3rem;
    height: 3rem;
    left: 7%;
    top: 5%;
  }
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li:nth-child(2) {
  width: 33.8483146067%;
  left: 9%;
  top: 24%;
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li:nth-child(3) {
  width: 36.095505618%;
  left: auto;
  top: auto;
  right: 15%;
  bottom: -7%;
}
.ny-contenta-va .banner-bj-ny1 .banner-a2 .sdha li:nth-child(4) {
  width: 13.4831460674%;
  left: 38%;
  top: auto;
  bottom: 5%;
}

.shd-td1 {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .shd-td1 {
    margin-top: 2rem;
  }
}

.ggseo-cont2 {
  background: #f2f6fd;
  position: relative;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t {
  position: absolute;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t img {
  width: 100%;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t.s1 {
  width: 0.5rem;
  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;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t.s2 {
  width: 0.375rem;
  right: 0;
  top: 1%;
  -webkit-animation: wave3 2s infinite linear;
     -moz-animation: wave3 2s infinite linear;
       -o-animation: wave3 2s infinite linear;
          animation: wave3 2s infinite linear;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t.s3 {
  width: 0.5rem;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 12%;
  -webkit-animation: wave 5s infinite linear;
     -moz-animation: wave 5s infinite linear;
       -o-animation: wave 5s infinite linear;
          animation: wave 5s infinite linear;
}
.ggseo-cont2 .gb-a5list1 li .cont .img .t.s4 {
  width: 0.75rem;
  left: 1%;
  bottom: 20%;
  -webkit-animation: rotatedHalf 2s infinite linear;
     -moz-animation: rotatedHalf 2s infinite linear;
       -o-animation: rotatedHalf 2s infinite linear;
          animation: rotatedHalf 2s infinite linear;
}
.ggseo-cont2 .gb-a5list1 li:nth-child(4n+2) .cont .img .t img {
  -webkit-filter: invert(53%) sepia(74%) saturate(1789%) hue-rotate(153deg) brightness(100%) contrast(102%);
          filter: invert(53%) sepia(74%) saturate(1789%) hue-rotate(153deg) brightness(100%) contrast(102%);
}
.ggseo-cont2 .gb-a5list1 li:nth-child(4n+3) .cont .img .t img {
  -webkit-filter: invert(51%) sepia(100%) saturate(317%) hue-rotate(93deg) brightness(107%) contrast(91%);
          filter: invert(51%) sepia(100%) saturate(317%) hue-rotate(93deg) brightness(107%) contrast(91%);
}
.ggseo-cont2 .gb-a5list1 li:nth-child(4n) .cont .img .t img {
  -webkit-filter: invert(59%) sepia(73%) saturate(1832%) hue-rotate(149deg) brightness(96%) contrast(99%);
          filter: invert(59%) sepia(73%) saturate(1832%) hue-rotate(149deg) brightness(96%) contrast(99%);
}

#wave1,
#wave2,
#wave3,
#wave4,
#wave5,
#wave6 {
  position: absolute;
  width: 100%;
  height: 8rem;
  top: -8rem;
  z-index: 10;
}
@media (max-width: 768px) {
  #wave1,
  #wave2,
  #wave3,
  #wave4,
  #wave5,
  #wave6 {
    height: 4rem;
    top: -4rem;
  }
}

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

.ggseo-cont3 {
  padding-bottom: 4rem;
}

.msg-google {
  padding: 7.9375rem 0 8.25rem;
  background: -webkit-linear-gradient(top, #e1e1f0 0%, #fff 100%);
  background: -moz-linear-gradient(top, #e1e1f0 0%, #fff 100%);
  background: -o-linear-gradient(top, #e1e1f0 0%, #fff 100%);
  background: linear-gradient(180deg, #e1e1f0 0%, #fff 100%);
  position: relative;
}
@media (max-width: 768px) {
  .msg-google {
    padding: 2.5rem 0;
  }
}
.msg-google .ast1 {
  position: absolute;
  right: 15%;
  top: -2rem;
  width: 9.1145833333%;
}
@media (max-width: 768px) {
  .msg-google .ast1 {
    width: 16%;
    right: 5%;
    top: -1rem;
  }
}
.msg-google .ast1 img {
  width: 100%;
}
.msg-google .a6_v1 .a6_b1 {
  width: 31.3571428571%;
  margin-left: 3.9285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .msg-google .a6_v1 .a6_b1 {
    width: 56%;
    margin: 0 auto;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.msg-google .a6_v1 .a6_b1 u {
  display: block;
  font-size: 0;
  padding-top: 2rem;
}
.msg-google .a6_v1 .a6_b1 u img {
  width: 100%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li {
  position: absolute;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(1) {
  width: 4.7835990888%;
  left: -33%;
  top: 20%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(2) {
  width: 14.3507972665%;
  left: -15%;
  top: 23%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(3) {
  width: 8.6560364465%;
  left: -20%;
  top: 52%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(4) {
  width: 14.1230068337%;
  left: -31%;
  bottom: 5%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(5) {
  width: 6.6059225513%;
  right: -46%;
  top: 16%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li:nth-child(6) {
  width: 19.3621867882%;
  right: -28%;
  top: 28%;
}
.msg-google .a6_v1 .a6_b1 .ashga1 li img {
  width: 100%;
}
.msg-google .a6_v1 .a6_b2 {
  width: 56.5714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .msg-google .a6_v1 .a6_b2 {
    width: 100%;
  }
}
.msg-google .a6_v1 .a6_b2 .title_a1 {
  text-align: left;
}

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: 2rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  text-indent: 1.5em;
  width: 100%;
}
@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: 1.8rem;
  overflow: hidden;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1rem 1em;
  padding-left: 1.5em;
  margin-top: 1rem;
}
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;
}

.bd-banner {
  background: #f4f5f9;
  padding: 13.5625rem 0 19rem;
  position: relative;
}
@media (max-width: 768px) {
  .bd-banner {
    padding: 3rem 0 5rem;
  }
}
.bd-banner .bd-banv1 {
  position: relative;
  z-index: 1;
}
.bd-banner .bd-banv1 .bd-banv1-a {
  width: 55.0714285714%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banv1-a {
    width: 100%;
  }
}
.bd-banner .bd-banv1 .bd-banb1 .tit {
  color: #283a5e;
  font: 600 3.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb1 .tit {
    font-size: 2rem;
  }
}
.bd-banner .bd-banv1 .bd-banb1 .p {
  color: #9f9f9f;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  text-wrap: balance;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb1 .p {
    font-size: 1rem;
  }
}
.bd-banner .bd-banv1 .bd-banb2 {
  margin-top: 3.65rem;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 {
    margin-top: 1.5rem;
  }
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 form .ym-content {
    background: transparent;
  }
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content dd {
  position: relative;
  width: -webkit-calc((100% - 9rem) / 2);
  width: -moz-calc((100% - 9rem) / 2);
  width: calc((100% - 9rem) / 2);
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 form .ym-content dd {
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 1rem;
    padding: 0 1em;
  }
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content dd + dd::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #e9e9e9;
  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%);
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 form .ym-content dd + dd::after {
    display: none;
  }
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content dd input {
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  text-indent: 1em;
  width: 100%;
  padding-left: 1.5rem;
  background-color: transparent;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240202/1e59ba54706935a92a5e9b650592d2d2.svg) no-repeat left center;
  -o-background-size: 1.75rem 1.75rem;
     background-size: 1.75rem 1.75rem;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 form .ym-content dd input {
    line-height: 3em;
    -o-background-size: 1.35rem 1.35rem;
       background-size: 1.35rem 1.35rem;
  }
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content dd:nth-child(2) input {
  background-image: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240202/d8dfb346cafa07e10f762960d572347d.svg);
}
.bd-banner .bd-banv1 .bd-banb2 form .ym-content button {
  border: none;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .bd-banner .bd-banv1 .bd-banb2 form .ym-content button {
    margin: 0 auto;
  }
}
.bd-banner .bd-banlist {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bd-banner .bd-banlist li {
  position: absolute;
}
.bd-banner .bd-banlist li img {
  width: 100%;
  position: static !important;
}
.bd-banner .bd-banlist li:nth-child(1) {
  width: 3.6458333333%;
  left: 7%;
  top: 14%;
}
.bd-banner .bd-banlist li:nth-child(2) {
  width: 9.375%;
  left: 5%;
  bottom: 16%;
}
.bd-banner .bd-banlist li:nth-child(3) {
  width: 16.5625%;
  left: 16%;
  bottom: 13%;
}
.bd-banner .bd-banlist li:nth-child(4) {
  width: 18.0208333333%;
  left: 42%;
  bottom: 11%;
}
.bd-banner .bd-banlist li:nth-child(5) {
  width: 5%;
  right: 14%;
  bottom: 5%;
}
.bd-banner .bd-banlist li:nth-child(6) {
  width: 12.8125%;
  right: 0;
  bottom: 0;
}
.bd-banner .bd-banlist1 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bd-banner .bd-banlist1 li {
  position: absolute;
}
.bd-banner .bd-banlist1 li img {
  width: 100%;
  position: static !important;
}
.bd-banner .bd-banlist1 li:nth-child(1) {
  width: 12.8125%;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes tab-left {
  from {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes tab-left {
  from {
    -moz-transform: translateX(-15%);
         transform: translateX(-15%);
    opacity: 0.5;
  }
  to {
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes tab-left {
  from {
    -o-transform: translateX(-15%);
       transform: translateX(-15%);
    opacity: 0.5;
  }
  to {
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1;
  }
}

@keyframes tab-left {
  from {
    -webkit-transform: translateX(-15%);
       -moz-transform: translateX(-15%);
         -o-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes tab-right {
  from {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes tab-right {
  from {
    -moz-transform: translateX(15%);
         transform: translateX(15%);
    opacity: 0.5;
  }
  to {
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes tab-right {
  from {
    -o-transform: translateX(15%);
       transform: translateX(15%);
    opacity: 0.5;
  }
  to {
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1;
  }
}
@keyframes tab-right {
  from {
    -webkit-transform: translateX(15%);
       -moz-transform: translateX(15%);
         -o-transform: translateX(15%);
            transform: translateX(15%);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes tab-fd {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes tab-fd {
  from {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes tab-fd {
  from {
    -o-transform: scale(0.8);
       transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}
@keyframes tab-fd {
  from {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tab-top {
  from {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes tab-top {
  from {
    -moz-transform: translateY(1rem);
         transform: translateY(1rem);
    opacity: 0.5;
  }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes tab-top {
  from {
    -o-transform: translateY(1rem);
       transform: translateY(1rem);
    opacity: 0.5;
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tab-top {
  from {
    -webkit-transform: translateY(1rem);
       -moz-transform: translateY(1rem);
         -o-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.title_a1.tl {
  text-align: left;
}

.bd-cont1 {
  padding: 2rem 0 7.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .bd-cont1 {
    padding: 1.5rem 0 2rem;
  }
}
.bd-cont1 #wave1 {
  height: 5rem;
  top: -5rem;
}
.bd-cont1 .bd-a1b1 {
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 {
    margin-top: 1rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1 {
  width: 53.2857142857%;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 4rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li {
  display: none;
  height: 100%;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c1 li {
    min-height: 55vw;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp {
  height: 100%;
  -webkit-animation: tab-left 0.3s linear;
     -moz-animation: tab-left 0.3s linear;
       -o-animation: tab-left 0.3s linear;
          animation: tab-left 0.3s linear;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp img {
  width: 100%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp p {
  box-shadow: 0px 0px 3.125rem rgba(0, 0, 0, 0.05);
  border-radius: 0.9375rem;
  overflow: hidden;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp p.p0 {
  width: 86.9973190349%;
  -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: 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;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp p.p1 {
  width: 28.1501340483%;
  position: absolute;
  left: 60%;
  top: -3.5rem;
  -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;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp p.p2 {
  width: 74.1286863271%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -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;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li .contp p.p3 {
  position: absolute;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li.a {
  display: block;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(2) .contp p.p0 {
  width: 83.7801608579%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(2) .contp p.p1 {
  width: 23.5924932976%;
  left: auto;
  right: 0;
  top: 2rem;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(2) .contp p.p1 {
    top: -2rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(2) .contp p.p2 {
  width: 74.1286863271%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(2) .contp p.p3 {
  width: 23.5924932976%;
  border: 1px solid #0cc8b3;
  left: 2rem;
  bottom: 4rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(3) .contp p.p0 {
  width: 35.254691689%;
  position: relative;
  z-index: 1;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(3) .contp p.p1 {
  width: 75.2010723861%;
  left: 15%;
  top: 2rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(3) .contp p.p2 {
  width: 59.1152815013%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(4) .contp p.p0 {
  width: 75.2010723861%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(4) .contp p.p1 {
  width: 22.7882037534%;
  left: 60%;
  top: -3rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(4) .contp p.p2 {
  width: 33.6461126005%;
  left: 2rem;
  bottom: 3rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(4) .contp p.p3 {
  width: 49.1957104558%;
  right: 2rem;
  bottom: 0;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp {
  height: auto;
  position: relative;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp {
    margin-top: 2rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp p.p0 {
  width: 75.2010723861%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp p.p1 {
  width: 63.2707774799%;
  left: 4rem;
  top: -5rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp p.p2 {
  width: 24.7989276139%;
  right: 0;
  bottom: 2rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(5) .contp p.p3 {
  width: 24.7989276139%;
  right: 30%;
  bottom: -6rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(6) .contp p.p0 {
  width: 69.5710455764%;
  margin-left: 24%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(6) .contp p.p1 {
  width: 19.436997319%;
  left: 0;
  top: 2rem;
}
.bd-cont1 .bd-a1b1 .bd-a1c1 li:nth-child(6) .contp p.p2 {
  width: 79.7587131367%;
  left: 0;
  bottom: 0;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 {
  width: 36.6428571429%;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c2 {
    width: 100%;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a {
  border: 1px solid #fff;
  background: #fff;
  padding: 1.25rem 7% 1.35rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c2 li a {
    padding: 1rem 5% 1.125rem;
    border-radius: 1rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a i {
  display: block;
  font-size: 0;
  width: 9.9415204678%;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a i img {
  width: 100%;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a .wenata {
  width: 83.3333333333%;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a .wenata .tit {
  color: #283a5e;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  padding: 0.25rem 0;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li a .wenata .p {
  color: #898a8d;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  display: none;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li.on a {
  box-shadow: 0px 0.625rem 1.25rem 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  z-index: 1;
  margin-top: 20px;
}
.bd-cont1 .bd-a1b1 .bd-a1c2 li.on a .wenata .p {
  display: block;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 {
  width: 53.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont1 .bd-a1b1 .bd-a1c1a4 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li {
  display: none;
  height: 100%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li .contp {
  height: 100%;
  -webkit-animation: tab-right 0.3s linear;
     -moz-animation: tab-right 0.3s linear;
       -o-animation: tab-right 0.3s linear;
          animation: tab-right 0.3s linear;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li .contp img {
  width: 100%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li .contp p {
  box-shadow: 0px 0px 3.125rem rgba(0, 0, 0, 0.05);
  border-radius: 0.9375rem;
  overflow: hidden;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li .contp p.p0 {
  width: 73.8605898123%;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li .contp p.p1 {
  width: 46.2466487936%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -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;
}
.bd-cont1 .bd-a1b1 .bd-a1c1a4 li.a {
  display: block;
}

.bd-cont2 .bd-a2v1 .bd-a2b1 u {
  display: block;
  font-size: 0;
  width: 9.875rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v1 .bd-a2b1 u {
    width: 5rem;
  }
}
.bd-cont2 .bd-a2v1 .bd-a2b1 u img {
  width: 100%;
}
.bd-cont2 .bd-a2v1 .bd-a2b2 {
  width: 35.7142857143%;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v1 .bd-a2b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.bd-cont2 .bd-a2v1 .bd-a2b2 .p {
  color: #9f9f9f;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v1 .bd-a2b2 .p {
    font-size: 1rem;
  }
}
.bd-cont2 .bd-a2v1 .bd-a2b2 a.more-msl {
  margin-top: 1rem;
}
.bd-cont2 .bd-a2v2 {
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 {
    margin-top: 0;
  }
}
.bd-cont2 .bd-a2v2 li {
  width: 13.7142857143%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li {
    width: 48%;
    margin-top: 1rem;
  }
}
.bd-cont2 .bd-a2v2 li .block {
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  height: 28.5625rem;
  border-radius: 0.9375rem;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li .block {
    height: 15rem;
  }
}
.bd-cont2 .bd-a2v2 li .block .wenata {
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 2rem;
  width: 100%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li .block .wenata {
    bottom: 1rem;
  }
}
.bd-cont2 .bd-a2v2 li .block .wenata .tit {
  font: 600 1.375rem/1.5em "Noto Sans SC";
  text-align: center;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li .block .wenata .tit {
    font-size: 1.125rem;
  }
}
.bd-cont2 .bd-a2v2 li .block .wenata .p {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  height: 3em;
  visibility: hidden;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li .block .wenata .p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li .block .wenata .tit {
    text-align: left;
  }
  .bd-cont2 .bd-a2v2 li .block .wenata .p {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.bd-cont2 .bd-a2v2 li.active {
  width: 50.2142857143%;
}
@media (max-width: 768px) {
  .bd-cont2 .bd-a2v2 li.active {
    width: 48%;
  }
}
.bd-cont2 .bd-a2v2 li.active .block .wenata .tit {
  text-align: left;
}
.bd-cont2 .bd-a2v2 li.active .block .wenata .p {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.bd-cont3 {
  padding: 6.875rem 0 0;
  position: relative;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240202/91feec36c6bf2d8a0f17dbc02474af31.png) no-repeat center;
}
@media (max-width: 768px) {
  .bd-cont3 {
    padding: 2rem 0;
  }
}
.bd-cont3 > u {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.bd-cont3 > u img {
  width: 100%;
}
.bd-cont3 .title_a1 i {
  display: block;
  width: 9.6875rem;
  margin: 0 auto 1rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .bd-cont3 .title_a1 i {
    width: 3.25rem;
  }
}
.bd-cont3 .title_a1 i img {
  width: 100%;
}
.bd-cont3 .bd-a3v1 {
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 7.625rem;
}
@media (max-width: 768px) {
  .bd-cont3 .bd-a3v1 {
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.bd-cont3 .bd-a3v1 .bd-a3b1 {
  width: 29.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont3 .bd-a3v1 .bd-a3b1 {
    display: none;
  }
}
.bd-cont3 .bd-a3v1 .bd-a3b1 img {
  width: 100%;
}
.bd-cont3 .bd-a3v1 .bd-a3b1 u {
  display: block;
  font-size: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  overflow: hidden;
}
.bd-cont3 .bd-a3v1 .bd-a3b1 i {
  width: 80.7317073171%;
  position: absolute;
  left: -2rem;
  bottom: 0;
}
.bd-cont3 .bd-a3v1 .bd-a3b2 {
  width: 56.0714285714%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .bd-cont3 .bd-a3v1 .bd-a3b2 {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
  }
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo {
  position: relative;
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-slide .img img {
  height: 1rem;
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-slide .content {
  color: #283a5e;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-slide .content {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-slide .ttias .tit {
  color: #283a5e;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-slide .ttias .ftit {
  color: #9f9f9f;
  font: 400 1rem/1.5em "Noto Sans SC";
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-pagination1 {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 22%;
  z-index: 1;
}
@media (max-width: 768px) {
  .bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-pagination1 {
    position: static;
    text-align: center;
    margin-top: 1rem;
  }
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-pagination1 span {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
}
.bd-cont3 .bd-a3v1 .bd-a3b2 .mySwiperseo .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #007cf5;
}

.bd-cont4 {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .bd-cont4 {
    margin-top: 2rem;
  }
}
.bd-cont4 .bd-a4_list1 {
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240202/ccd6c6c12a7c53178b910077b80a8074.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1rem;
  padding: 5.3125rem 5%;
}
@media (max-width: 768px) {
  .bd-cont4 .bd-a4_list1 {
    padding: 2rem 3%;
  }
}
.bd-cont4 .bd-a4_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
.bd-cont4 .bd-a4_list1 li .data span {
  font-weight: 700;
  font-size: 3.75rem;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .bd-cont4 .bd-a4_list1 li .data span {
    font-size: 2.5rem;
  }
}
.bd-cont4 .bd-a4_list1 li .data b {
  font-weight: 500;
  font-size: 0.875rem;
}
.bd-cont4 .bd-a4_list1 li .data img {
  width: 1.3125rem;
  vertical-align: top;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .bd-cont4 .bd-a4_list1 li .data img {
    width: 0.758rem;
  }
}
.bd-cont4 .bd-a4_list1 li p {
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .bd-cont4 .bd-a4_list1 li p {
    font-size: 0.875rem;
  }
}

.tpchoose-border-anim {
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: img-border 5s linear infinite alternate;
     -moz-animation: img-border 5s linear infinite alternate;
       -o-animation: img-border 5s linear infinite alternate;
          animation: img-border 5s linear infinite alternate;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@-webkit-keyframes img-border {
  0% {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}

@-moz-keyframes img-border {
  0% {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}

@-o-keyframes img-border {
  0% {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}

@keyframes img-border {
  0% {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
.bd-cont5 {
  padding-top: 7rem;
}
@media (max-width: 768px) {
  .bd-cont5 {
    padding-top: 2rem;
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b1 {
  width: 47.5714285714%;
  padding: 0 4%;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b1 {
    width: 80%;
    margin: 0 auto;
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b1 u {
  display: block;
  font-size: 0;
  width: 100%;
  z-index: -1;
}
.bd-cont5 .bd-a5v1 .bd-a5b1 u img {
  width: 100%;
}
.bd-cont5 .bd-a5v1 .bd-a5b1 .iasn img {
  width: 100%;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 {
  width: 48%;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .ashj1 {
  width: 14.880952381%;
  position: absolute;
  top: 18%;
  left: 91%;
  z-index: -1;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .ashj1 img {
  width: 100%;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .ashj2 {
  width: 14.880952381%;
  position: absolute;
  top: 43%;
  left: -8%;
  z-index: -1;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .ashj2 img {
  width: 100%;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li {
  margin-top: 2.25rem;
  width: 85%;
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li {
    width: 100%;
    margin-top: 1.125rem;
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li .img {
  width: 4.5rem;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li .img img {
  width: 100%;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li .cont-p {
  width: -webkit-calc(97% - 4.5rem);
  width: -moz-calc(97% - 4.5rem);
  width: calc(97% - 4.5rem);
  margin-top: 0.5em;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li .cont-p a.name {
  display: block;
  color: #283a5e;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li .cont-p .p {
  color: #7383a5;
  font: 400 0.875rem/1.65em "Noto Sans SC";
  margin-top: 0.5em;
  height: 4.95em;
  overflow: hidden;
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li:nth-child(2) {
  -webkit-transform: translateX(6.25rem);
     -moz-transform: translateX(6.25rem);
      -ms-transform: translateX(6.25rem);
       -o-transform: translateX(6.25rem);
          transform: translateX(6.25rem);
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li:nth-child(2) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li:nth-child(3) {
  -webkit-transform: translateX(2.875rem);
     -moz-transform: translateX(2.875rem);
      -ms-transform: translateX(2.875rem);
       -o-transform: translateX(2.875rem);
          transform: translateX(2.875rem);
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b2 .cjwt_list1 li:nth-child(3) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b2 a.more-msl {
  margin-top: 2.25rem;
  background: transparent;
  color: #8d8d8d;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .bd-cont5 .bd-a5v1 .bd-a5b2 a.more-msl {
    margin-top: 1.5rem;
  }
}
.bd-cont5 .bd-a5v1 .bd-a5b2 a.more-msl:hover {
  color: #fff;
}

.bd-cont6 {
  background: url(../images/bjat1.png) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 11.125rem 0 10.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .bd-cont6 {
    padding: 2.5rem 0;
  }
}
.bd-cont6 > u {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 16.9791666667%;
  z-index: 9;
}
.bd-cont6 > u img {
  width: 100%;
}
.bd-cont6 .bd-a6v1 .bd-a6b1 {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b1 {
    width: 100%;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b1 .cont-p1 {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b1 .cont-p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b1 .cont-p2 {
  color: #fe625e;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b1 .cont-p2 {
    font-size: 1.85rem;
    margin-top: 0.5rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b1 .cont-p3 {
  color: #8d8d8d;
  font: 600 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.bd-cont6 .bd-a6v1 .bd-a6b1 a.more-msl {
  margin-top: 2rem;
  background: transparent;
  color: #8d8d8d;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b1 a.more-msl {
    margin-top: 1rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b1 a.more-msl:hover {
  color: #fff;
}
.bd-cont6 .bd-a6v1 .bd-a6b2 {
  width: 45.3571428571%;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 2.75rem 6%;
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 {
    padding: 1rem 5%;
    border-radius: 1rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: -moz-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: -o-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: linear-gradient(81deg, #511e9d 11.65%, #d96e86 113.13%);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1::after {
    border-radius: 1rem;
  }
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 form.xq-ms .sggta .sggta1d dd {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 form.xq-ms .sggta .sggta1d dd input {
  background: #f4f4f4;
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 form.xq-ms .sggta .sggta1d dd.bj-txt {
  background: #f4f4f4;
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 form.xq-ms .sggta .sggta1d dd.bj-txt textarea {
  background: #f4f4f4;
}
.bd-cont6 .bd-a6v1 .bd-a6b2 .bd-a6b2c1 form.xq-ms .sggta .sggta1d button {
  margin-top: 0.5rem;
  width: 100%;
  background: #775afc;
}

.wm-banbj {
  background: -webkit-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: -moz-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: -o-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: linear-gradient(180deg, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
}
.wm-banbj .banner-bj-ny2 {
  position: relative;
}
.wm-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}
.wm-banbj .banner-bj-ny2 .banner-a1 {
  width: 53.1428571429%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .wm-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    padding-bottom: 0;
  }
}
.wm-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .wm-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.wm-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin-top: 1rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .wm-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
  }
}
.wm-banbj .banner-bj-ny2 .banner-a2 {
  width: 46%;
  position: relative;
}
@media (max-width: 768px) {
  .wm-banbj .banner-bj-ny2 .banner-a2 {
    width: 60%;
    margin: 0 auto;
  }
}
.wm-banbj .banner-bj-ny2 .banner-a2 .hero-image {
  position: relative;
  z-index: 1;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .hero-image img {
  width: 100%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .hero-image u {
  display: block;
  width: 118.0124223602%;
  z-index: -1;
  top: 42%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .hero-image u img {
  -webkit-animation: zoomIn 0.8s linear;
     -moz-animation: zoomIn 0.8s linear;
       -o-animation: zoomIn 0.8s linear;
          animation: zoomIn 0.8s linear;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li {
  position: absolute;
  z-index: 1;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li img {
  width: 100%;
  position: static !important;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(1) {
  width: 14.1304347826%;
  left: 0%;
  top: 26%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(2) {
  width: 9.4720496894%;
  left: 17%;
  top: 10%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(3) {
  width: 7.9192546584%;
  left: 80%;
  top: 14%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(4) {
  width: 7.9192546584%;
  left: 95%;
  top: 25%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(5) {
  width: 22.5155279503%;
  left: 75%;
  top: 43%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(6) {
  width: 26.8633540373%;
  left: 0%;
  top: 64%;
}
.wm-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(7) {
  width: 52.7950310559%;
  left: 50%;
  top: 73%;
}

.wm-cont1 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .wm-cont1 {
    padding: 2rem 0 1rem;
  }
}
.wm-cont1 .sycase_list {
  margin: 0 -1%;
}
.wm-cont1 .sycase_list li {
  padding: 0 1%;
}
.wm-cont1 .sycase_list li a.img {
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.wm-cont1 .sycase_list li .uuas a {
  display: block;
  text-align: center;
  color: #686868;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85rem 0;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.wm-cont1 a.more-msl {
  margin-top: 2rem;
}

.wm-cont2 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .wm-cont2 {
    margin-top: 1rem;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b1 {
  width: 47.5714285714%;
  position: relative;
}
.wm-cont2 .wm-a2v1 .wm-a2b1 .img {
  padding: 0 4%;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b1 {
    width: 80%;
    margin: 0 auto;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b1 u {
  display: block;
  font-size: 0;
  width: 100%;
  z-index: -1;
}
.wm-cont2 .wm-a2v1 .wm-a2b1 u img {
  width: 100%;
}
.wm-cont2 .wm-a2v1 .wm-a2b1 .iasn img {
  width: 100%;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 {
  width: 48.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .ashj1 {
  width: 14.880952381%;
  position: absolute;
  top: 18%;
  left: 91%;
  z-index: -1;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .ashj1 img {
  width: 100%;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .ashj2 {
  width: 14.880952381%;
  position: absolute;
  top: 43%;
  left: -8%;
  z-index: -1;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .ashj2 img {
  width: 100%;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .title_a1 .p1 {
  color: #283a5e;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b2 .title_a1 .p1 {
    margin-top: 0.56rem;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 {
    margin-top: 0;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li {
  width: 30.9171597633%;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a {
  display: block;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.625rem 0px rgba(44, 44, 44, 0.1);
  padding: 2rem 13%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a {
    padding: 1.5rem 6%;
    border-radius: 1rem;
  }
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a:hover {
  box-shadow: 0px 1.25rem 2.5rem rgba(8, 10, 55, 0.12);
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a .img {
  width: 3.5625rem;
  height: 3.5rem;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a .tit {
  color: #283a5e;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li a.a .p {
  color: #898a8d;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em; /* 162.5% */
  height: 4.5em;
  overflow: hidden;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li:nth-child(1) a.a .img {
  background: #39ddb8;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li:nth-child(2) a.a .img {
  background: #ffd9e9;
  -webkit-animation: img-border 2s linear infinite alternate;
     -moz-animation: img-border 2s linear infinite alternate;
       -o-animation: img-border 2s linear infinite alternate;
          animation: img-border 2s linear infinite alternate;
}
.wm-cont2 .wm-a2v1 .wm-a2b2 .wm-a2_list1 li:nth-child(3) a.a .img {
  background: #ffb876;
  -webkit-animation: img-border 3s linear infinite alternate;
     -moz-animation: img-border 3s linear infinite alternate;
       -o-animation: img-border 3s linear infinite alternate;
          animation: img-border 3s linear infinite alternate;
}

.wm-cont3 {
  position: relative;
  background: url(../images/bja2.png) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 5.625rem 0 5.25rem;
}
@media (max-width: 768px) {
  .wm-cont3 {
    padding: 2.5rem 0;
  }
}
.wm-cont3 .wm-a3v1 {
  position: relative;
  background: #283a5e;
  border-radius: 1.875rem;
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 2.75rem 6%;
}
@media (max-width: 768px) {
  .wm-cont3 .wm-a3v1 {
    padding: 2rem 5%;
    border-radius: 1rem;
  }
}
.wm-cont3 .wm-a3v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: -moz-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: -o-linear-gradient(9deg, #511e9d 11.65%, #d96e86 113.13%);
  background: linear-gradient(81deg, #511e9d 11.65%, #d96e86 113.13%);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .wm-cont3 .wm-a3v1::after {
    border-radius: 1rem;
  }
}
.wm-cont3 .wm-a3v1 form.xq-ms {
  margin-top: 0;
}
.wm-cont3 .wm-a3v1 form.xq-ms .sggta .sggta1d button::before {
  background: #fff;
}
.wm-cont3 .wm-a3v1 form.xq-ms .sggta .sggta1d button:hover {
  color: #283a5e;
}

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

.ysfw-banbj {
  position: relative;
}
.ysfw-banbj .mbx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 768px) {
  .ysfw-banbj .mbx {
    position: relative;
  }
}
.ysfw-banbj .banner-bj-ny2 .ysfw-banlist1 li {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 20.8854166667%;
}
@media (max-width: 768px) {
  .ysfw-banbj .banner-bj-ny2 .ysfw-banlist1 li {
    bottom: -2rem;
  }
}
.ysfw-banbj .banner-bj-ny2 .ysfw-banlist1 li img {
  width: 100%;
}
.ysfw-banbj .banner-bj-ny2 .banner-a1 {
  width: 25.8333333333%;
  position: relative;
  padding-bottom: 14rem;
}
@media (max-width: 768px) {
  .ysfw-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    padding: 6rem 0 4rem;
    z-index: 9;
  }
}
.ysfw-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ysfw-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.ysfw-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin-top: 1rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .ysfw-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
  }
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 {
  width: 61.1458333333%;
}
@media (max-width: 768px) {
  .ysfw-banbj .banner-bj-ny2 .banner-a2 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .hero-image {
  position: relative;
  overflow: hidden;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .hero-image img {
  width: 100%;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .hero-image .hero-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .ysfw-banlist li {
  position: absolute;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .ysfw-banlist li img {
  width: 100%;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .ysfw-banlist li:nth-child(1) {
  width: 10.2214650767%;
  left: 2%;
  top: 20%;
}
.ysfw-banbj .banner-bj-ny2 .banner-a2 .ysfw-banlist li:nth-child(2) {
  width: 8.6030664395%;
  left: 54%;
  top: 69%;
}

.ysfw-a1v1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .ysfw-a1v1 {
    margin-top: 0.5rem;
  }
}
.ysfw-a1v1 .ysfw-a1b1 {
  width: 30.7142857143%;
  position: relative;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 {
    width: 100%;
    padding: 0 0 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ysfw-a1v1 .ysfw-a1b1::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 18%;
  top: 0;
  height: 100%;
  background: #cdcdcd;
  z-index: -1;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li {
    width: 30%;
    margin-top: 1rem;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li + li {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li + li {
    margin-top: 1rem;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p {
  position: relative;
  cursor: pointer;
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p::after {
  content: "";
  width: 0.375rem;
  height: 1.5rem;
  position: absolute;
  left: 17.45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #757575;
  opacity: 0;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li .cont-p::after {
    display: none;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p > i {
  display: block;
  font-size: 0;
  border-radius: 50%;
  width: 10.6976744186%;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li .cont-p > i {
    margin: 0 auto;
    width: 3rem;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p > i img {
  width: 100%;
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p .wenata {
  width: 74.4186046512%;
  color: #898a8d;
  font: 400 1.25rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li .cont-p .wenata {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p .wenata a {
  color: #898a8d;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1 li .cont-p .wenata a {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ysfw-a1v1 .ysfw-a1b1 li .cont-p .wenata i {
  display: none;
  font-size: 1.25rem;
  color: #fe625e;
  font-weight: 600;
  margin-left: 1em;
}
.ysfw-a1v1 .ysfw-a1b1 li.on .cont-p::after {
  opacity: 1;
}
.ysfw-a1v1 .ysfw-a1b1 li.on .cont-p .wenata {
  color: #fe625e;
}
.ysfw-a1v1 .ysfw-a1b1 li.on .cont-p .wenata a {
  color: #fe625e;
}
.ysfw-a1v1 .ysfw-a1b1 li.on .cont-p .wenata i {
  display: block;
}
.ysfw-a1v1 .ysfw-a1b1.ysfw-a1b1c1 li + li {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b1.ysfw-a1b1c1 li + li {
    margin-top: 1rem;
  }
}
.ysfw-a1v1 .ysfw-a1b2 {
  width: 66.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b2 {
    width: 100%;
  }
}
.ysfw-a1v1 .ysfw-a1b2 li {
  display: none;
}
.ysfw-a1v1 .ysfw-a1b2 li .img {
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tab-right 0.3s linear;
     -moz-animation: tab-right 0.3s linear;
       -o-animation: tab-right 0.3s linear;
          animation: tab-right 0.3s linear;
  box-shadow: 0px 0px 3.125rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .ysfw-a1v1 .ysfw-a1b2 li .img {
    position: static;
  }
}
.ysfw-a1v1 .ysfw-a1b2 li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ysfw-a1v1 .ysfw-a1b2 li .img .at {
  height: 100%;
}
.ysfw-a1v1 .ysfw-a1b2 li .img .video1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ysfw-a1v1 .ysfw-a1b2 li .img a.tcbf {
  width: 3.25rem;
}
.ysfw-a1v1 .ysfw-a1b2 li .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ysfw-a1v1 .ysfw-a1b2 li.a {
  display: block;
}

.ysfw-cont1 {
  padding: 0 0 7rem;
}
@media (max-width: 768px) {
  .ysfw-cont1 {
    padding: 2rem 0;
  }
}

.ysfw-cont2 {
  padding: 7rem 0;
  background: #eaefff;
}
@media (max-width: 768px) {
  .ysfw-cont2 {
    padding: 2rem 0;
  }
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b1 {
  margin-top: 1.45rem;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b1 li {
  padding: 0 1.1em;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b1 li a {
  display: block;
  color: #898a8d;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b1 li.on a {
  color: #fe625e;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 {
  margin-top: 2.25rem;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li {
  display: none;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li .img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 3.125rem rgba(0, 0, 0, 0.05);
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li .img img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li .img .video1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li .img a.tcbf {
  width: 3.25rem;
}
.ysfw-cont2 .ysfw-a2v1 .ysfw-a2b2 li.a {
  display: block;
}

.ysfw-cont3 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .ysfw-cont3 {
    padding: 2rem 0;
  }
}

.acg-banbj {
  background: -webkit-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: -moz-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: -o-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
  background: linear-gradient(180deg, rgba(243, 247, 244, 0.5) 0%, #f3f7f4 100%), #fff3f2;
}
.acg-banbj .banner-bj-ny2 {
  position: relative;
}
.acg-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}
.acg-banbj .banner-bj-ny2 .banner-a1 {
  width: 53.1428571429%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .acg-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.acg-banbj .banner-bj-ny2 .banner-a1 p {
  color: #283a5e;
  font: 400 3.125rem/1.4em "Noto Sans SC";
}
.acg-banbj .banner-bj-ny2 .banner-a1 p span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .acg-banbj .banner-bj-ny2 .banner-a1 p {
    font-size: 1.4rem;
    line-height: 1.65em;
  }
}
.acg-banbj .banner-bj-ny2 .banner-a2 {
  width: 46%;
  position: relative;
}
@media (max-width: 768px) {
  .acg-banbj .banner-bj-ny2 .banner-a2 {
    width: 60%;
    margin: 0 auto;
  }
}
.acg-banbj .banner-bj-ny2 .banner-a2 .hero-image {
  position: relative;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .hero-image img {
  width: 100%;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li {
  position: absolute;
  z-index: 1;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li img {
  width: 100%;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(1) {
  width: 31.0559006211%;
  left: 6%;
  top: 31%;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(2) {
  width: 17.0807453416%;
  left: 90%;
  top: 23%;
}
.acg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(3) {
  width: 31.0559006211%;
  left: 80%;
  top: 49%;
}

.acg-cont1 {
  background: -webkit-linear-gradient(bottom, #eaefff 15.47%, #fff 84.44%);
  background: -moz-linear-gradient(bottom, #eaefff 15.47%, #fff 84.44%);
  background: -o-linear-gradient(bottom, #eaefff 15.47%, #fff 84.44%);
  background: linear-gradient(360deg, #eaefff 15.47%, #fff 84.44%);
  padding: 15rem 0 7.375rem;
}
@media (max-width: 768px) {
  .acg-cont1 {
    padding: 6rem 0 2rem;
  }
}
.acg-cont1 .acg-a1v1 {
  width: 49.2857142857%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v1 {
    width: 65%;
  }
}
.acg-cont1 .acg-a1v1 .img img {
  width: 100%;
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 50%;
  aspect-ratio: 16/16;
  position: absolute;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v1 .acg-a1list1 li {
    font-size: 0.875rem;
  }
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(1) {
  width: 19.1304347826%;
  background: -webkit-linear-gradient(298deg, #ffe5a3 15.31%, #fd8901 92.23%);
  background: -moz-linear-gradient(298deg, #ffe5a3 15.31%, #fd8901 92.23%);
  background: -o-linear-gradient(298deg, #ffe5a3 15.31%, #fd8901 92.23%);
  background: linear-gradient(152deg, #ffe5a3 15.31%, #fd8901 92.23%);
  left: -25%;
  top: 13%;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(1) {
    width: 4rem;
  }
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(2) {
  width: 19.1304347826%;
  background: -webkit-linear-gradient(298deg, #a3adff 15.31%, #585fe9 92.23%);
  background: -moz-linear-gradient(298deg, #a3adff 15.31%, #585fe9 92.23%);
  background: -o-linear-gradient(298deg, #a3adff 15.31%, #585fe9 92.23%);
  background: linear-gradient(152deg, #a3adff 15.31%, #585fe9 92.23%);
  left: 18%;
  top: -17%;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(2) {
    width: 3.8rem;
  }
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(3) {
  width: 17.3913043478%;
  background: -webkit-linear-gradient(298deg, #bfff90 15.31%, #20c58d 92.23%);
  background: -moz-linear-gradient(298deg, #bfff90 15.31%, #20c58d 92.23%);
  background: -o-linear-gradient(298deg, #bfff90 15.31%, #20c58d 92.23%);
  background: linear-gradient(152deg, #bfff90 15.31%, #20c58d 92.23%);
  left: 78%;
  top: -13%;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(3) {
    width: 4rem;
  }
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(4) {
  width: 21.7391304348%;
  background: -webkit-linear-gradient(298deg, #3dceff 15.31%, #0575fa 92.23%);
  background: -moz-linear-gradient(298deg, #3dceff 15.31%, #0575fa 92.23%);
  background: -o-linear-gradient(298deg, #3dceff 15.31%, #0575fa 92.23%);
  background: linear-gradient(152deg, #3dceff 15.31%, #0575fa 92.23%);
  left: 103%;
  top: 22%;
}
.acg-cont1 .acg-a1v1 .acg-a1list1 li:nth-child(5) {
  width: 21.7391304348%;
  background: -webkit-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: -moz-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: -o-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: linear-gradient(152deg, #ffbe90 15.31%, #ff506f 92.23%);
  left: -15%;
  top: 46%;
}
.acg-cont1 .acg-a1v2 {
  margin-top: 1rem;
}
.acg-cont1 .acg-a1v2 .acg-a1list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v2 .acg-a1list1 {
    margin-top: 1rem;
  }
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li {
  width: 31.4285714286%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v2 .acg-a1list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 0.625rem;
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a i {
  display: block;
  font-size: 0;
  width: 20.9090909091%;
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a i img {
  width: 100%;
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a .wenata {
  width: 74%;
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a .wenata .tit {
  color: #283a5e;
  font: 600 1.25rem/1.4em "Noto Sans SC";
  text-wrap: balance;
}
@media (max-width: 768px) {
  .acg-cont1 .acg-a1v2 .acg-a1list1 li a .wenata .tit {
    font-size: 1.125rem;
  }
}
.acg-cont1 .acg-a1v2 .acg-a1list1 li a .wenata .p {
  color: #898a8d;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.acg-cont2 {
  padding: 5.375rem 0 11.5rem;
}
@media (max-width: 768px) {
  .acg-cont2 {
    padding: 2rem 0 5rem;
  }
}
.acg-cont2 .acg-a2v1 {
  background: url(../images/bjta2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 2.4rem 0 2.875rem;
  position: relative;
  margin-top: 2.375rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 {
    margin-top: 1.5rem;
    padding: 0;
    background: none;
  }
}
.acg-cont2 .acg-a2v1 u {
  display: block;
  width: 12.1428571429%;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 u {
    z-index: 3;
    width: 24%;
    top: 47%;
  }
}
.acg-cont2 .acg-a2v1 u img {
  width: 100%;
}
.acg-cont2 .acg-a2v1 .asdhj li {
  padding: 1rem 0;
  position: relative;
}
.acg-cont2 .acg-a2v1 .asdhj li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #fff;
  width: 100%;
  height: 1px;
}
.acg-cont2 .acg-a2v1 .asdhj li .tit {
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-bottom: 0.15rem;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p {
  font: 400 1rem/1.65em "Noto Sans SC";
  padding-left: 1em;
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 .asdhj li .seca p {
    padding-left: 0.5em;
    line-height: 1.35em;
    margin-top: 0.5em;
  }
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p:nth-child(2n-1) {
  width: 35%;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p:nth-child(2n) {
  width: 60%;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p.w100 {
  width: 100%;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p.hs {
  font-size: 1.25rem;
  color: #faff00;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 .asdhj li .seca p.hs {
    font-size: 1.125rem;
  }
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p.hs:nth-child(2n) {
  width: 35%;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p.hs:nth-child(2n-1) {
  width: 60%;
}
.acg-cont2 .acg-a2v1 .asdhj li .seca p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.acg-cont2 .acg-a2v1 .asdhj li:nth-child(2)::after {
  width: 95%;
}
.acg-cont2 .acg-a2v1 .asdhj li:nth-child(3)::after {
  width: 85%;
}
.acg-cont2 .acg-a2v1 .acg-a2b1 {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 4.5%;
  color: #fff;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 .acg-a2b1 {
    width: 100%;
    padding: 2rem 6% 3.5rem;
    background: -webkit-linear-gradient(221deg, #3dceff -4.79%, #0575fa 92.96%), #d9d9d9;
    background: -moz-linear-gradient(221deg, #3dceff -4.79%, #0575fa 92.96%), #d9d9d9;
    background: -o-linear-gradient(221deg, #3dceff -4.79%, #0575fa 92.96%), #d9d9d9;
    background: linear-gradient(229deg, #3dceff -4.79%, #0575fa 92.96%), #d9d9d9;
  }
}
.acg-cont2 .acg-a2v1 .acg-a2b2 {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 3% 0 6.5%;
  color: #1f4c6c;
}
@media (max-width: 768px) {
  .acg-cont2 .acg-a2v1 .acg-a2b2 {
    width: 100%;
    padding: 2rem 6%;
    background: -webkit-linear-gradient(112deg, #eaf6ff 15.47%, #f5f5ff 84.44%), #d9d9d9;
    background: -moz-linear-gradient(112deg, #eaf6ff 15.47%, #f5f5ff 84.44%), #d9d9d9;
    background: -o-linear-gradient(112deg, #eaf6ff 15.47%, #f5f5ff 84.44%), #d9d9d9;
    background: linear-gradient(338deg, #eaf6ff 15.47%, #f5f5ff 84.44%), #d9d9d9;
  }
}
.acg-cont2 .acg-a2v1 .acg-a2b2 .asdhj li::after {
  border-color: #205d88;
}
.acg-cont2 .acg-a2v1 .acg-a2b2 .asdhj li .seca p.hs {
  color: #0094ff;
}

.acg-cont3 {
  background: #eaefff;
  position: relative;
  padding: 3.25rem 0 9.375rem;
}
@media (max-width: 768px) {
  .acg-cont3 {
    padding: 1.5rem 0 2.8rem;
  }
}
.acg-cont3 .acg-a3_list1 li {
  width: 22.9285714286%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .acg-cont3 .acg-a3_list1 li {
    margin-top: 1.5rem;
    width: 48%;
  }
}
.acg-cont3 .acg-a3_list1 li a.a {
  display: block;
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 7% 4rem;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .acg-cont3 .acg-a3_list1 li a.a {
    padding: 1.5rem 7% 2.5rem;
  }
}
.acg-cont3 .acg-a3_list1 li a.a .img {
  width: 42.6791277259%;
  margin: 0 auto;
  position: relative;
}
.acg-cont3 .acg-a3_list1 li a.a .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .acg-cont3 .acg-a3_list1 li a.a .img {
    width: 58%;
  }
}
.acg-cont3 .acg-a3_list1 li a.a .img .t {
  position: absolute;
}
.acg-cont3 .acg-a3_list1 li a.a .img .t img {
  width: 100%;
}
.acg-cont3 .acg-a3_list1 li a.a .img .t.s1 {
  width: 0.5rem;
  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;
}
.acg-cont3 .acg-a3_list1 li a.a .img .t.s2 {
  width: 0.375rem;
  right: 0;
  top: 1%;
  -webkit-animation: wave3 2s infinite linear;
  -moz-animation: wave3 2s infinite linear;
  -o-animation: wave3 2s infinite linear;
  animation: wave3 2s infinite linear;
}
.acg-cont3 .acg-a3_list1 li a.a .img .t.s3 {
  width: 0.5rem;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 12%;
  -webkit-animation: wave 5s infinite linear;
  -moz-animation: wave 5s infinite linear;
  -o-animation: wave 5s infinite linear;
  animation: wave 5s infinite linear;
}
.acg-cont3 .acg-a3_list1 li a.a .img .t.s4 {
  width: 0.75rem;
  left: 1%;
  bottom: 20%;
  -webkit-animation: rotatedHalf 2s infinite linear;
  -moz-animation: rotatedHalf 2s infinite linear;
  -o-animation: rotatedHalf 2s infinite linear;
  animation: rotatedHalf 2s infinite linear;
}
.acg-cont3 .acg-a3_list1 li a.a .wenata {
  text-align: center;
}
.acg-cont3 .acg-a3_list1 li a.a .wenata .tit {
  color: #283a5e;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .acg-cont3 .acg-a3_list1 li a.a .wenata .tit {
    font-size: 1.25rem;
  }
}
.acg-cont3 .acg-a3_list1 li a.a .wenata .p {
  color: #898a8d;
  font: 400 1rem/1.75rem "Noto Sans SC";
  margin-top: 0.5rem;
  text-wrap: balance;
}
.acg-cont3 .acg-a3_list1 li a.a:hover {
  box-shadow: 0px 1.25rem 2.5rem rgba(8, 10, 55, 0.12);
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.acg-cont3 .acg-a3_list1 li:nth-child(1) a.a .img .t img {
  -webkit-filter: invert(59%) sepia(95%) saturate(351%) hue-rotate(93deg) brightness(95%) contrast(84%);
          filter: invert(59%) sepia(95%) saturate(351%) hue-rotate(93deg) brightness(95%) contrast(84%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(2) a.a .img .t img {
  -webkit-filter: invert(62%) sepia(65%) saturate(792%) hue-rotate(207deg) brightness(106%) contrast(94%);
          filter: invert(62%) sepia(65%) saturate(792%) hue-rotate(207deg) brightness(106%) contrast(94%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(3) a.a .img .t img {
  -webkit-filter: invert(64%) sepia(86%) saturate(647%) hue-rotate(178deg) brightness(101%) contrast(103%);
          filter: invert(64%) sepia(86%) saturate(647%) hue-rotate(178deg) brightness(101%) contrast(103%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(4) a.a .img .t img {
  -webkit-filter: invert(100%) sepia(88%) saturate(6105%) hue-rotate(325deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(88%) saturate(6105%) hue-rotate(325deg) brightness(101%) contrast(101%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(5) a.a .img .t img {
  -webkit-filter: invert(62%) sepia(65%) saturate(792%) hue-rotate(207deg) brightness(106%) contrast(94%);
          filter: invert(62%) sepia(65%) saturate(792%) hue-rotate(207deg) brightness(106%) contrast(94%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(6) a.a .img .t img {
  -webkit-filter: invert(64%) sepia(86%) saturate(647%) hue-rotate(178deg) brightness(101%) contrast(103%);
          filter: invert(64%) sepia(86%) saturate(647%) hue-rotate(178deg) brightness(101%) contrast(103%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(7) a.a .img .t img {
  -webkit-filter: invert(100%) sepia(88%) saturate(6105%) hue-rotate(325deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(88%) saturate(6105%) hue-rotate(325deg) brightness(101%) contrast(101%);
}
.acg-cont3 .acg-a3_list1 li:nth-child(8) a.a .img .t img {
  -webkit-filter: invert(59%) sepia(95%) saturate(351%) hue-rotate(93deg) brightness(95%) contrast(84%);
          filter: invert(59%) sepia(95%) saturate(351%) hue-rotate(93deg) brightness(95%) contrast(84%);
}

.acg-cont4 {
  padding: 5.875rem 0 0;
}
@media (max-width: 768px) {
  .acg-cont4 {
    padding: 2.5rem 0 4rem;
  }
}
.acg-cont4 .acg-a4v1 {
  position: relative;
  width: 58.2857142857%;
  margin: 6.0625rem auto 0;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 {
    width: 100%;
    margin: 0;
  }
}
.acg-cont4 .acg-a4v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 u {
    display: none;
  }
}
.acg-cont4 .acg-a4v1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 .acg-a4list1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li {
  position: absolute;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 .acg-a4list1 li {
    position: static;
    width: 50% !important;
    display: block;
    margin-top: 1.25rem;
  }
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li i {
  width: 6.375rem;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 .acg-a4list1 li i {
    width: 4rem;
    margin: 0 auto;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    display: block;
  }
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li i img {
  width: 100%;
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 .acg-a4list1 li .wenata {
    width: 100% !important;
    text-align: center !important;
    margin-top: 1rem;
  }
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li .wenata .tit {
  color: #283a5e;
  font: 600 1.5rem/1.45em "Noto Sans SC";
}
@media (max-width: 768px) {
  .acg-cont4 .acg-a4v1 .acg-a4list1 li .wenata .tit {
    font-size: 1.25rem;
  }
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li .wenata .tit b {
  color: #fe625e;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li .wenata .p {
  color: #898a8d;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.25rem;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(1) {
  width: 43.3823529412%;
  left: -38%;
  top: 47%;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(1) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(1) .wenata {
  width: -webkit-calc(95% - 6.375rem);
  width: -moz-calc(95% - 6.375rem);
  width: calc(95% - 6.375rem);
  text-align: right;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(2) {
  width: 45.7107843137%;
  left: -29%;
  top: 10%;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(2) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(2) .wenata {
  width: -webkit-calc(95% - 6.375rem);
  width: -moz-calc(95% - 6.375rem);
  width: calc(95% - 6.375rem);
  text-align: right;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(3) {
  width: 30%;
  left: 34%;
  top: -7%;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(3) i {
  margin: 0 auto;
  display: block;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(3) .wenata {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(4) {
  width: 55.637254902%;
  right: -37%;
  top: 10%;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(4) .wenata {
  width: -webkit-calc(95% - 6.375rem);
  width: -moz-calc(95% - 6.375rem);
  width: calc(95% - 6.375rem);
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(5) {
  width: 42.6470588235%;
  right: -36%;
  top: 47%;
}
.acg-cont4 .acg-a4v1 .acg-a4list1 li:nth-child(5) .wenata {
  width: -webkit-calc(95% - 6.375rem);
  width: -moz-calc(95% - 6.375rem);
  width: calc(95% - 6.375rem);
}

.acg-cont5 {
  padding: 2rem 0 7.5rem;
  background: -webkit-linear-gradient(top, #eaefff 0%, rgba(234, 239, 255, 0) 100%);
  background: -moz-linear-gradient(top, #eaefff 0%, rgba(234, 239, 255, 0) 100%);
  background: -o-linear-gradient(top, #eaefff 0%, rgba(234, 239, 255, 0) 100%);
  background: linear-gradient(180deg, #eaefff 0%, rgba(234, 239, 255, 0) 100%);
  position: relative;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .acg-cont5 {
    margin-top: 0;
    padding: 2rem 0;
  }
}
.acg-cont5 .acg-a5_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .acg-cont5 .acg-a5_list1 {
    margin-top: 1.5rem;
  }
}
.acg-cont5 .acg-a5_list1 li {
  width: 48.9285714286%;
}
.acg-cont5 .acg-a5_list1 li .block i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.acg-cont5 .acg-a5_list1 li .block i img {
  width: 100%;
}
.acg-cont5 .acg-a5_list1 li .block .tit {
  text-align: center;
  color: #686868;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1.25rem 0;
  border: 1px solid #e0e0e0;
  background: #fff;
}
@media (max-width: 768px) {
  .acg-cont5 .acg-a5_list1 li .block .tit {
    padding: 0.5rem 0;
  }
}

.acg-cont6 {
  background: url(../images/bjas3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.125rem 0 3.4375rem;
}
@media (max-width: 768px) {
  .acg-cont6 {
    padding: 2.5rem 0;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b1 {
  width: 34.2857142857%;
  color: #fff;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b1 {
    width: 100%;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p1 {
  font: 600 3rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p1 {
    font-size: 2rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p1 p {
  font: 400 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p1 p {
    font-size: 1.25rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p2 {
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p2 {
    font-size: 2rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b1 .cont-p3 {
  font: 600 1rem/1.5em "Noto Sans SC";
}
.acg-cont6 .acg-a6v1 .acg-a6b1 a.more-msl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b1 a.more-msl {
    margin-top: 1.5rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b2 {
  width: 45.3571428571%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(22deg, #9c35ed 15.45%, #fe625e 99.03%);
  background: -moz-linear-gradient(22deg, #9c35ed 15.45%, #fe625e 99.03%);
  background: -o-linear-gradient(22deg, #9c35ed 15.45%, #fe625e 99.03%);
  background: linear-gradient(68deg, #9c35ed 15.45%, #fe625e 99.03%);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b2::after {
    border-radius: 1rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form {
  margin-top: 0;
  background: #fff;
  padding: 1.9rem 2.75rem 2.9rem;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b2 form {
    border-radius: 1rem;
    padding: 1rem 1.5rem 2rem;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d dd input {
  background: #f4f4f4;
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d dd.bj-txt {
  background: #f4f4f4;
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d dd.bj-txt textarea {
  background: #f4f4f4;
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d button {
  margin-top: 0.5rem;
  width: 100%;
  background: #775afc;
  border: none;
  color: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d button {
    margin-top: 1rem;
    line-height: 3.25em;
  }
}
.acg-cont6 .acg-a6v1 .acg-a6b2 form.xq-ms .sggta .sggta1d button:hover {
  background: #fe625e;
}

.jjtg-banbj {
  background: -webkit-linear-gradient(top, #ffe7cb 0%, #ffe8c9 100%), #fff3f2;
  background: -moz-linear-gradient(top, #ffe7cb 0%, #ffe8c9 100%), #fff3f2;
  background: -o-linear-gradient(top, #ffe7cb 0%, #ffe8c9 100%), #fff3f2;
  background: linear-gradient(180deg, #ffe7cb 0%, #ffe8c9 100%), #fff3f2;
  position: relative;
}
.jjtg-banbj .banner-bj-ny2 {
  position: relative;
  padding: 5rem 0 7.5rem;
}
@media (max-width: 768px) {
  .jjtg-banbj .banner-bj-ny2 {
    padding: 0 0 4rem;
  }
}
.jjtg-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}
.jjtg-banbj .banner-bj-ny2 .banner-a1 {
  width: 42.1428571429%;
  position: relative;
}
@media (max-width: 768px) {
  .jjtg-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
  }
}
.jjtg-banbj .banner-bj-ny2 .banner-a1 dl {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .jjtg-banbj .banner-bj-ny2 .banner-a1 dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.jjtg-banbj .banner-bj-ny2 .banner-a1 dl dt {
  display: inline-block;
  background: #ffd093;
  color: #ff5c00;
  font: 600 1.125rem/2em "Noto Sans SC";
  padding: 0 1.5em;
  border-radius: 1em;
}
.jjtg-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #283a5e;
  font: 400 2.25rem/1.5em "Noto Sans SC";
  margin-top: 0.45rem;
}
@media (max-width: 768px) {
  .jjtg-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.25rem;
  }
}
.jjtg-banbj .banner-bj-ny2 .banner-a1 dl dd b {
  color: #ff5c00;
}
.jjtg-banbj .banner-bj-ny2 .banner-a2 {
  width: 55.9285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .jjtg-banbj .banner-bj-ny2 .banner-a2 {
    width: 80%;
    margin: 1.5rem auto 0;
  }
}
.jjtg-banbj .banner-bj-ny2 .banner-a2 .hero-image {
  position: relative;
}
.jjtg-banbj .banner-bj-ny2 .banner-a2 .hero-image img {
  width: 100%;
}

.jjtg-cont1 {
  padding: 2rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 {
    padding: 1rem 0 2.5rem;
  }
}
.jjtg-cont1 .jjtg-a1_list1 {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list1 {
    margin-top: 1rem;
  }
}
.jjtg-cont1 .jjtg-a1_list1 li {
  padding: 0 3%;
}
.jjtg-cont1 .jjtg-a1_list1 li a {
  display: block;
  color: #686868;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
  position: relative;
}
.jjtg-cont1 .jjtg-a1_list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #fe625e;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.jjtg-cont1 .jjtg-a1_list1 li.on a {
  color: #fe625e;
}
.jjtg-cont1 .jjtg-a1_list1 li.on a::after {
  width: 100%;
}
.jjtg-cont1 .jjtg-a1_list2 > li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li {
    margin-top: 2rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt {
  width: 48%;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .tit {
  color: #283a5e;
  font: 600 2.75rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .tit {
    font-size: 1.78rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p1 {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p1 {
    font-size: 1.125rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p1a {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p1a {
    font-size: 1.125rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p2 {
  color: #000000;
  font: 400 1.125rem/1.85em "Noto Sans SC";
  margin-left: 1rem;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p2 {
    font-size: 1rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p2::before {
  content: "·";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p3 {
  padding-left: 1rem;
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/2em "Noto Sans SC";
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .p4 {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/2em "Noto Sans SC";
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa {
    margin-top: 0;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41 {
  background: #ecf1fa;
  width: 11.125rem;
  aspect-ratio: 16/16;
  border-radius: 50%;
  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;
  font-size: 1.25rem;
  padding: 0 5%;
  text-align: center;
  text-wrap: balance;
  position: relative;
  -webkit-animation: rotate 10s linear infinite;
     -moz-animation: rotate 10s linear infinite;
       -o-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41 {
    width: 8rem;
    font-size: 1rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41 p {
  -webkit-animation: rotate1 10s linear infinite;
     -moz-animation: rotate1 10s linear infinite;
       -o-animation: rotate1 10s linear infinite;
          animation: rotate1 10s linear infinite;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: -webkit-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: -moz-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: -o-linear-gradient(298deg, #ffbe90 15.31%, #ff506f 92.23%);
  background: linear-gradient(152deg, #ffbe90 15.31%, #ff506f 92.23%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.875rem;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.625rem;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41 + .p41 {
  margin-left: 2rem;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .wegqa .p41 + .p41::after {
  display: none;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .sfq-gong li .dt {
  border-bottom: 1px solid #dcdcdc;
  padding: 0.85rem 0;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .sfq-gong li .dt i {
  font-size: 1.125rem;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .sfq-gong li .dt .p1 {
  color: #666666;
  font-weight: 500;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .sfq-gong li .wehha-job {
  padding: 1rem 0 2rem;
}
.jjtg-cont1 .jjtg-a1_list2 > li .cont-sdt .txt-cont .sfq-gong li.active .dt .p1 {
  color: #283a5e;
  font-weight: 600;
}
.jjtg-cont1 .jjtg-a1_list2 > li .img {
  width: 52%;
}
@media (max-width: 768px) {
  .jjtg-cont1 .jjtg-a1_list2 > li .img {
    width: 100%;
  }
}
.jjtg-cont1 .jjtg-a1_list2 > li .img img {
  width: 100%;
}

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

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

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

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.jjtg-cont2 {
  padding: 6.75rem 0 3.875rem;
  background: -webkit-linear-gradient(top, #fcf0df 0%, #f0ffe9 100%);
  background: -moz-linear-gradient(top, #fcf0df 0%, #f0ffe9 100%);
  background: -o-linear-gradient(top, #fcf0df 0%, #f0ffe9 100%);
  background: linear-gradient(180deg, #fcf0df 0%, #f0ffe9 100%);
}
@media (max-width: 768px) {
  .jjtg-cont2 {
    padding: 2rem 0;
  }
}
.jjtg-cont2 .jjtg-a2v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 {
    margin-top: 0.5rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 {
  width: 18.9285714286%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1::after {
  content: "";
  position: absolute;
  left: 1.875rem;
  height: 98%;
  width: 1px;
  top: 1%;
  z-index: -1;
  border-left: 1px dashed rgba(40, 58, 94, 0.2);
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1::after {
    display: none;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li {
  cursor: pointer;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li {
    width: 50%;
    margin-top: 1rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li + li {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li + li {
    margin-top: 1rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li b {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  width: 3.75rem;
  text-align: center;
  border-radius: 50%;
  height: 3.75rem;
  box-shadow: 0px 0.25rem 0.625rem rgba(1, 154, 253, 0.16);
  border: 3px solid #fff;
  background: #fff;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li b {
    border-width: 2px;
    width: 3rem;
    height: 3rem;
    font-size: 1.125rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li p {
  color: #000000;
  font: 600 1rem/1.5em "Noto Sans SC";
  margin-left: 1em;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list1 li.on b {
  color: #ff5c00;
  border-color: #ff5c00;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 {
  width: 80%;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li {
  display: none;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p {
  -webkit-animation: tab-right 0.3s linear;
     -moz-animation: tab-right 0.3s linear;
       -o-animation: tab-right 0.3s linear;
          animation: tab-right 0.3s linear;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .img {
  width: 52.6785714286%;
  aspect-ratio: 16/16;
  background: #72aaf9;
  position: relative;
  border-radius: 50%;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .img img {
  height: 67.7966101695%;
  max-width: inherit;
  left: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .txt {
  width: 40.1785714286%;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .txt .tit {
  color: #ff5c00;
  font: 600 2.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .txt .tit {
    font-size: 1.5rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .txt .p {
  color: #000000;
  font: 400 1rem/1.65em "Noto Sans SC";
  text-align: justify;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li .cont-p .txt .p {
    margin-top: 0.5rem;
  }
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li.a {
  display: block;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li.astd3 .cont-p .img {
  overflow: hidden;
}
.jjtg-cont2 .jjtg-a2v1 .jjtg-a2list2 li.astd3 .cont-p .img img {
  height: auto;
  width: 76%;
  left: auto;
  right: -1rem;
  -webkit-transform: translateY(-37%);
     -moz-transform: translateY(-37%);
      -ms-transform: translateY(-37%);
       -o-transform: translateY(-37%);
          transform: translateY(-37%);
}

.jjtg-cont3 .jjtg-a3list1 li {
  margin-top: 6.75rem;
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li {
    margin-top: 1.5rem;
  }
}
.jjtg-cont3 .jjtg-a3list1 li .img {
  width: 54.0714285714%;
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li .img {
    width: 80%;
    margin: 0 auto;
  }
}
.jjtg-cont3 .jjtg-a3list1 li .img img {
  width: 100%;
}
.jjtg-cont3 .jjtg-a3list1 li .cont-p {
  width: 41.6428571429%;
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.jjtg-cont3 .jjtg-a3list1 li .cont-p .tit {
  color: #283a5e;
  font: 600 2.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li .cont-p .tit {
    font-size: 1.65rem;
  }
}
.jjtg-cont3 .jjtg-a3list1 li .cont-p .tit p {
  color: #ff5c00;
}
.jjtg-cont3 .jjtg-a3list1 li .cont-p .txt {
  color: #000000;
  font: 400 1rem/2em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li .cont-p .txt {
    margin-top: 1rem;
    text-wrap: balance;
  }
}
.jjtg-cont3 .jjtg-a3list1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .jjtg-cont3 .jjtg-a3list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.jjtg-cont4 {
  padding: 10.3125rem 0 3.5rem;
  background: url(../images/bjat2.svg) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
@media (max-width: 768px) {
  .jjtg-cont4 {
    padding: 2rem 0 2.5rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 {
    width: 100%;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .title_a1 dl dd::before {
  background: #ffce4a;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .cont-p1 {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .cont-p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .cont-p2 {
  color: #ff5c00;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .cont-p2 {
    font-size: 1.85rem;
    margin-top: 0.5rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 .cont-p3 {
  color: #283a5e;
  font: 600 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 a.more-msl {
  margin-top: 2rem;
  background: -webkit-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: -moz-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: -o-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: linear-gradient(90deg, #ffcf4c 1.43%, #ffaa0a 95.89%);
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 a.more-msl {
    margin-top: 1rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b1 a.more-msl:hover {
  color: #fff;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 {
  width: 45.3571428571%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 {
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 2.75rem 6%;
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 {
    padding: 1rem 5%;
    border-radius: 1rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: -moz-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: -o-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%);
  background: linear-gradient(90deg, #ffcf4c 1.43%, #ffaa0a 95.89%);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1::after {
    border-radius: 1rem;
  }
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms {
  margin-top: 0;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d dd {
  margin-top: 0;
  margin-bottom: 1rem;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d dd input {
  background: #f4f4f4;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d dd.bj-txt {
  background: #f4f4f4;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d dd.bj-txt textarea {
  background: #f4f4f4;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d button {
  margin-top: 0.5rem;
  width: 100%;
  background: -webkit-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%), #fe625e;
  background: -moz-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%), #fe625e;
  background: -o-linear-gradient(left, #ffcf4c 1.43%, #ffaa0a 95.89%), #fe625e;
  background: linear-gradient(90deg, #ffcf4c 1.43%, #ffaa0a 95.89%), #fe625e;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d button::before {
  display: none;
}
.jjtg-cont4 .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d button:hover {
  background: -webkit-linear-gradient(left, #fe625e 1.43%, #ffcf4c 95.89%), #ffaa0a;
  background: -moz-linear-gradient(left, #fe625e 1.43%, #ffcf4c 95.89%), #ffaa0a;
  background: -o-linear-gradient(left, #fe625e 1.43%, #ffcf4c 95.89%), #ffaa0a;
  background: linear-gradient(90deg, #fe625e 1.43%, #ffcf4c 95.89%), #ffaa0a;
}
.jjtg-cont4.fensxr {
  background-image: url(../images/bjays1.svg);
}
.jjtg-cont4.fensxr .jjtg-a4v1 .jjtg-a4b1 .title_a1 dl dd::before {
  background: #fe625e;
}
.jjtg-cont4.fensxr .jjtg-a4v1 .jjtg-a4b1 .cont-p2 {
  color: #fe625e;
}
.jjtg-cont4.fensxr .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1::after {
  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%);
}
.jjtg-cont4.fensxr .jjtg-a4v1 .jjtg-a4b1 a.more-msl,
.jjtg-cont4.fensxr .jjtg-a4v1 .jjtg-a4b2 .jjtg-a4b2c1 form.xq-ms .sggta .sggta1d button {
  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%);
}

.yxtg-banbj {
  background: #ecf1fa;
}
.yxtg-banbj .banner-bj-ny2 {
  position: relative;
  padding: 6.5rem 0 11.375rem;
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 {
    padding: 1rem 0 5rem;
  }
}
.yxtg-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}
.yxtg-banbj .banner-bj-ny2 .iasng {
  display: block;
  width: 38.4375%;
  position: absolute;
  right: 0;
  top: -4%;
  -webkit-transform: translateX(40%);
     -moz-transform: translateX(40%);
      -ms-transform: translateX(40%);
       -o-transform: translateX(40%);
          transform: translateX(40%);
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 .iasng {
    width: 92%;
  }
}
.yxtg-banbj .banner-bj-ny2 .iasng img {
  -webkit-animation: zoomIn 0.8s linear;
     -moz-animation: zoomIn 0.8s linear;
       -o-animation: zoomIn 0.8s linear;
          animation: zoomIn 0.8s linear;
  width: 100%;
}
.yxtg-banbj .banner-bj-ny2 .banner-a1 {
  width: 35.7142857143%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    padding-bottom: 0;
  }
}
.yxtg-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.yxtg-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin-top: 1rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
  }
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 {
  width: 51.9285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .yxtg-banbj .banner-bj-ny2 .banner-a2 {
    width: 80%;
    margin: 4rem auto 0;
  }
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .hero-image {
  position: relative;
  z-index: 1;
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .hero-image img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05));
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li {
  position: absolute;
  z-index: 1;
  border-radius: 0.9375rem;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li img {
  width: 100%;
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(1) {
  width: 34.8005502063%;
  left: -5%;
  top: -19%;
}
.yxtg-banbj .banner-bj-ny2 .banner-a2 .banner-bj-stlist li:nth-child(2) {
  width: 30.8115543329%;
  right: -4%;
  top: 34%;
}

.yxtg-cont1 {
  padding: 3.5rem 0 8.5625rem;
}
@media (max-width: 768px) {
  .yxtg-cont1 {
    padding: 2rem 0 2.5rem;
  }
}
.yxtg-cont1 .yxtg-a1list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 {
    margin-top: 0;
  }
}
.yxtg-cont1 .yxtg-a1list1 li {
  width: 31.4285714286%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.yxtg-cont1 .yxtg-a1list1 li .bjas {
  position: absolute;
  left: 0;
  bottom: 2rem;
  box-shadow: 0px 0.625rem 2.1875rem rgba(220, 220, 220, 0.25);
  border: 1px solid #f0f0f0;
  border-radius: 1.875rem;
  width: 100%;
  height: 80%;
  z-index: -1;
  -webkit-transform: skewY(2deg);
     -moz-transform: skewY(2deg);
      -ms-transform: skewY(2deg);
       -o-transform: skewY(2deg);
          transform: skewY(2deg);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.yxtg-cont1 .yxtg-a1list1 li u {
  display: block;
  font-size: 0;
  width: 76.1363636364%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 li u {
    width: 50%;
  }
}
.yxtg-cont1 .yxtg-a1list1 li u img {
  width: 100%;
}
.yxtg-cont1 .yxtg-a1list1 li .wenata {
  margin: 1.375rem 0 4rem;
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 li .wenata {
    margin: 1rem 0 2rem;
  }
}
.yxtg-cont1 .yxtg-a1list1 li .wenata .tit {
  color: #283a5e;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.yxtg-cont1 .yxtg-a1list1 li .wenata .p {
  color: #898a8d;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0 25%;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 li .wenata .p {
    padding: 0 5%;
  }
}
.yxtg-cont1 .yxtg-a1list1 li a.more-sa {
  border-radius: 50%;
  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: 4.125rem;
  height: 4.125rem;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (max-width: 768px) {
  .yxtg-cont1 .yxtg-a1list1 li a.more-sa {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.yxtg-cont1 .yxtg-a1list1 li a.more-sa i {
  font-size: 1.25rem;
  font-weight: 600;
}
.yxtg-cont1 .yxtg-a1list1 li a.more-sa:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.yxtg-cont1 .yxtg-a1list1 li:hover .bjas {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transform: skewY(0deg);
     -moz-transform: skewY(0deg);
      -ms-transform: skewY(0deg);
       -o-transform: skewY(0deg);
          transform: skewY(0deg);
}

.yxtg-cont2 {
  padding: 5.375rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .yxtg-cont2 {
    padding: 2.5rem 0;
  }
}
.yxtg-cont2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%);
  background: -moz-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%);
  background: -o-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%);
  background: linear-gradient(114deg, #e3fdfe 10.14%, #f1d2f0 93.92%);
  z-index: -1;
  -webkit-transform: skewY(2deg);
     -moz-transform: skewY(2deg);
      -ms-transform: skewY(2deg);
       -o-transform: skewY(2deg);
          transform: skewY(2deg);
}
.yxtg-cont2 .yxtg-a2_list1 li {
  width: 23.5714285714%;
  border-radius: 1.875rem;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 2.875rem 3%;
  background: #fff;
  margin-top: 3.9375rem;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (max-width: 768px) {
  .yxtg-cont2 .yxtg-a2_list1 li {
    width: 48%;
    margin-top: 1.5rem;
    padding: 1.5rem 6%;
    border-radius: 1rem;
  }
}
.yxtg-cont2 .yxtg-a2_list1 li > i {
  display: block;
  font-size: 0;
  width: 6.25rem;
}
@media (max-width: 768px) {
  .yxtg-cont2 .yxtg-a2_list1 li > i {
    width: 4.5rem;
  }
}
.yxtg-cont2 .yxtg-a2_list1 li > i img {
  width: 100%;
}
.yxtg-cont2 .yxtg-a2_list1 li .wenata .tit {
  color: #283a5e;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
.yxtg-cont2 .yxtg-a2_list1 li .wenata .p {
  color: #898a8d;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.yxtg-cont2 .yxtg-a2_list1 li a.more-sa {
  border-radius: 50%;
  background: -webkit-linear-gradient(146deg, #e05385 -2.01%, #cb53b4 136.81%);
  background: -moz-linear-gradient(146deg, #e05385 -2.01%, #cb53b4 136.81%);
  background: -o-linear-gradient(146deg, #e05385 -2.01%, #cb53b4 136.81%);
  background: linear-gradient(304deg, #e05385 -2.01%, #cb53b4 136.81%);
  width: 4.125rem;
  height: 4.125rem;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  opacity: 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yxtg-cont2 .yxtg-a2_list1 li a.more-sa {
    width: 3.25rem;
    height: 3.25rem;
    opacity: 1;
  }
}
.yxtg-cont2 .yxtg-a2_list1 li a.more-sa i {
  font-size: 1.25rem;
  font-weight: 600;
}
.yxtg-cont2 .yxtg-a2_list1 li:hover {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.yxtg-cont2 .yxtg-a2_list1 li:hover a.more-sa {
  opacity: 1;
}

.yxtg-cont3 {
  padding: 10rem 0 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .yxtg-cont3 {
    padding: 4rem 0 2rem;
  }
}
.yxtg-cont3 > u {
  display: block;
  font-size: 0;
  width: 26.6666666667%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
.yxtg-cont3 > u img {
  width: 100%;
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 {
  width: 50.4285714286%;
}
@media (max-width: 768px) {
  .yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 .p1 {
  color: #7383a5;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.25rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 .p2 {
  color: #7383a5;
  font: 400 0.875rem/1.7em "Noto Sans SC";
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 .p2 p {
  margin-top: 1.25em;
  padding-left: 2em;
  background: url(https://cloud-assets-brwq.bcdn8.com/wzwh0209/uploads/20231214/ede198b6471b024f2b12e7bee415c129.svg) no-repeat left 0.05rem;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  .yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 .p2 p {
    margin-top: 0.65em;
    background-position: left 0.1rem;
    -o-background-size: 1.125rem auto;
       background-size: 1.125rem auto;
  }
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b1 a.more-msl {
  margin-top: 1.75rem;
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b2 {
  width: 46%;
}
@media (max-width: 768px) {
  .yxtg-cont3 .yxtg-a3v1 .yxtg-a3b2 {
    width: 100%;
  }
}
.yxtg-cont3 .yxtg-a3v1 .yxtg-a3b2 img {
  width: 100%;
}

.yxtg-cont4 {
  margin-top: 7.75rem;
}
@media (max-width: 768px) {
  .yxtg-cont4 {
    margin-top: 0;
  }
}
.yxtg-cont4 .yxtg-a4_list1 {
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(146deg, #fe625e -2.01%, #cb53b4 136.81%), -webkit-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%), #d9d9d9;
  background: -moz-linear-gradient(146deg, #fe625e -2.01%, #cb53b4 136.81%), -moz-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%), #d9d9d9;
  background: -o-linear-gradient(146deg, #fe625e -2.01%, #cb53b4 136.81%), -o-linear-gradient(336deg, #e3fdfe 10.14%, #f1d2f0 93.92%), #d9d9d9;
  background: linear-gradient(304deg, #fe625e -2.01%, #cb53b4 136.81%), linear-gradient(114deg, #e3fdfe 10.14%, #f1d2f0 93.92%), #d9d9d9;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .yxtg-cont4 .yxtg-a4_list1 {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
.yxtg-cont4 .yxtg-a4_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
.yxtg-cont4 .yxtg-a4_list1 li .data {
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5em;
}
.yxtg-cont4 .yxtg-a4_list1 li .data span {
  font: 700 3.75rem/1.1em "Montserrat";
}
@media (max-width: 768px) {
  .yxtg-cont4 .yxtg-a4_list1 li .data span {
    font-size: 2rem;
  }
}
.yxtg-cont4 .yxtg-a4_list1 li p {
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yxtg-cont4 .yxtg-a4_list1 li p {
    font-size: 1rem;
  }
}

.yxtg-cont5 {
  padding: 6.875rem 0;
  background: -webkit-linear-gradient(top, #fff 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: -moz-linear-gradient(top, #fff 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: -o-linear-gradient(top, #fff 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
  background: linear-gradient(180deg, #fff 33.53%, rgba(236, 241, 250, 0.17) 88.46%);
}
@media (max-width: 768px) {
  .yxtg-cont5 {
    padding: 2rem 0;
  }
}
.yxtg-cont5 .sy-xg-a5_v1 .sy-xg-a5_b1 {
  width: 43.5714285714%;
}
@media (max-width: 768px) {
  .yxtg-cont5 .sy-xg-a5_v1 .sy-xg-a5_b1 {
    width: 80%;
  }
}

@-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%);
  }
}
.yxtg-cont6 {
  background: #f8fafc;
  padding: 7.1875rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .yxtg-cont6 {
    padding: 2rem 0;
  }
}
.yxtg-cont6 .dtbj {
  position: relative;
  z-index: -1;
}
.yxtg-cont6 .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);
}
.yxtg-cont6 .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;
}
.yxtg-cont6 .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;
}
.yxtg-cont6 .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) {
  .yxtg-cont6 .yxtg-a6v1 {
    padding: 2rem 4%;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 {
  width: 32.1428571429%;
}
@media (max-width: 768px) {
  .yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 {
    width: 100%;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 .cont-p1 {
  color: #283a5e;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 .cont-p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 .cont-p2 {
  color: #fe625e;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 .cont-p2 {
    font-size: 1.85rem;
    margin-top: 0.5rem;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 .cont-p3 {
  color: #8d8d8d;
  font: 600 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 a.more-msl {
  margin-top: 2rem;
  background: transparent;
  color: #8d8d8d;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 a.more-msl {
    margin-top: 1rem;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b1 a.more-msl:hover {
  color: #fff;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 {
  width: 49.6428571429%;
}
@media (max-width: 768px) {
  .yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms {
  margin-top: 0;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d dd input {
  background: #f4f4f4;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d dd.bj-txt {
  background: #f4f4f4;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d dd.bj-txt textarea {
  background: #f4f4f4;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d dd {
  margin-top: 0;
  margin-bottom: 1rem;
}
.yxtg-cont6 .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;
}
.yxtg-cont6 .yxtg-a6v1 .yxtg-a6b2 form.xq-ms .sggta .sggta1d button::before {
  display: none;
}
.yxtg-cont6 .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;
}

.banner-bj-xcx {
  background: #f9f8ff;
}
@media (max-width: 768px) {
  .banner-bj-xcx {
    padding: 2rem 0 4rem;
  }
}
.banner-bj-xcx .banner-a1 {
  width: 47%;
}
@media (max-width: 768px) {
  .banner-bj-xcx .banner-a1 {
    width: 100%;
  }
}
.banner-bj-xcx .keyframes-box-1 .frames-1 {
  background: #f2f7ff;
}
.banner-bj-xcx .keyframes-box-1 .frames-1::before {
  border-color: #648ae8;
}

.xcx-cont4 {
  padding: 4.75rem 0;
  margin-top: 0;
}
.xcx-cont4::after {
  display: none;
}
@media (max-width: 768px) {
  .xcx-cont4 {
    padding: 2rem 0;
  }
}

.xcx-cont1 {
  padding: 2.375rem 0 4.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .xcx-cont1 {
    padding: 2rem 0;
  }
}
.xcx-cont1 .keyframes-box-1 {
  left: -3%;
  top: 2%;
}
.xcx-cont1 .xcx-a1_list1 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .xcx-cont1 .xcx-a1_list1 {
    margin-top: 1.5rem;
  }
}
.xcx-cont1 .xcx-a1_list1 li {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .xcx-cont1 .xcx-a1_list1 li {
    width: 100%;
  }
  .xcx-cont1 .xcx-a1_list1 li + li {
    margin-top: 1.5rem;
  }
}
.xcx-cont1 .xcx-a1_list1 li .cont {
  background: #fff;
  border: 1px solid #f9f8ff;
  box-shadow: 0px 0.375rem 0.625rem 0px rgba(0, 0, 0, 0.05);
  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;
  height: 100%;
}
@media (max-width: 768px) {
  .xcx-cont1 .xcx-a1_list1 li .cont {
    padding: 3rem 3% 2rem;
  }
}
.xcx-cont1 .xcx-a1_list1 li .cont .img {
  width: 6rem;
  margin: 0 auto;
  position: relative;
}
.xcx-cont1 .xcx-a1_list1 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;
}
.xcx-cont1 .xcx-a1_list1 li .cont .img .dd.a1 {
  background: #e9bd48;
  width: 0.6875rem;
  height: 0.6875rem;
  right: -24%;
  top: 1%;
}
.xcx-cont1 .xcx-a1_list1 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;
}
.xcx-cont1 .xcx-a1_list1 li .cont .img .dd.a3 {
  background: #9292f1;
  width: 0.25rem;
  height: 0.25rem;
  right: -10%;
  top: 40%;
}
.xcx-cont1 .xcx-a1_list1 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;
}
.xcx-cont1 .xcx-a1_list1 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;
}
.xcx-cont1 .xcx-a1_list1 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;
}
.xcx-cont1 .xcx-a1_list1 li .cont .img i {
  background: #c4a2f8;
  border-radius: 50%;
  display: block;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
}
.xcx-cont1 .xcx-a1_list1 li .cont .img i img {
  width: 46%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xcx-cont1 .xcx-a1_list1 li .cont .tit {
  text-align: center;
  color: #283a5e;
  font: 700 1.5rem/1.5em "Noto Sans SC";
  margin-top: 1.75rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .xcx-cont1 .xcx-a1_list1 li .cont .tit {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.xcx-cont1 .xcx-a1_list1 li .cont .p {
  color: #898a8d;
  font: 400 1rem/1.8em "Noto Sans SC";
  text-align: center;
  margin-top: 1em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .xcx-cont1 .xcx-a1_list1 li .cont .p {
    margin-top: 0.5em;
    line-height: 1.5em;
  }
}
.xcx-cont1 .xcx-a1_list1 li .cont .p a {
  color: #898a8d;
}
.xcx-cont1 .xcx-a1_list1 li .cont .p a:hover {
  color: #000;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(2) .cont .img i {
  background: #b8b0cf;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(3) .cont .img i {
  background: #9ccdf1;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(4) .cont .img i {
  background: #fe9895;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(5) .cont .img i {
  background: #76a0c7;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(6) .cont .img i {
  background: #f2e2aa;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(7) .cont .img i {
  background: #afb7e9;
}
.xcx-cont1 .xcx-a1_list1 li:nth-child(8) .cont .img i {
  background: #a4e9c8;
}
.xcx-cont1 .xcx-a1_list1 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);
}
.xcx-cont1 .xcx-a1_list1 li:hover .cont .img i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.xcx-cont2 {
  padding: 5.875rem 0 5.875rem;
}
@media (max-width: 768px) {
  .xcx-cont2 {
    padding: 2rem 0 4rem;
  }
}
.xcx-cont2 .xcx-a2_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .xcx-cont2 .xcx-a2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .xcx-cont2 .xcx-a2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.xcx-cont2 .xcx-a2_list1 li:nth-child(n+13) {
  display: none;
}
.xcx-cont2 .xcx-a2_list1 li a.img {
  display: block;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.xcx-cont2 .xcx-a2_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.xcx-cont2 .xcx-a2_list1 li a.img img {
  width: 100%;
}
.xcx-cont2 .xcx-a2_list1 li a.img .tit {
  color: #474747;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.95rem 1.5em;
}
@media (max-width: 768px) {
  .xcx-cont2 .xcx-a2_list1 li a.img .tit {
    padding: 0.95rem 1em;
  }
}
.xcx-cont2 .xcx-a2_list1 li a.img:hover {
  box-shadow: 0.375rem 0.5rem 0.5rem 0px rgba(223, 221, 221, 0.25);
}
.xcx-cont2 a.more-msl {
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .xcx-cont2 a.more-msl {
    margin-top: 1.5rem;
  }
}

.xcx-cont3 {
  position: relative;
  background: #f9f8ff;
  padding: 6.75rem 0;
}
@media (max-width: 768px) {
  .xcx-cont3 {
    padding: 2rem 0;
  }
}
.xcx-cont3 .xcx-a3v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 {
    margin-top: 1rem;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b1 {
    width: 100%;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li {
  padding: 1.25rem 0 0.8rem;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b1 li {
    padding: 1rem 0 0.5rem;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li + li {
  border-top: 1px solid #c0c0c0;
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li .tit u {
  display: block;
  width: 2rem;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b1 li .tit u {
    width: 1.5rem;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li .tit u img {
  width: 100%;
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li .tit span {
  display: block;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  color: #283a5e;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b1 li .tit span {
    font-size: 1.25rem;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li p {
  color: #898a8d;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding-left: 3.25rem;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b1 li p {
    font-size: 1rem;
    padding-left: 2.5rem;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b1 li p span {
  color: #fe625e;
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b2 {
  width: 45.7142857143%;
}
@media (max-width: 768px) {
  .xcx-cont3 .xcx-a3v1 .xcx-a3b2 {
    width: 100%;
  }
}
.xcx-cont3 .xcx-a3v1 .xcx-a3b2 img {
  width: 100%;
}
.xcx-cont3 a.more-msl {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .xcx-cont3 a.more-msl {
    margin-top: 1.5rem;
  }
}

.about-cont7 .about-v7a1 .about-v7c2 .tit-tab-cont .tab {
  display: none;
}

.about-cont7 {
  background: #fff;
  overflow: hidden;
}
.about-cont7 .uusdghs p {
  background: #c6ebff;
  width: 46.8229166667%;
  aspect-ratio: 899/802;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  -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);
}
.about-cont7 .uusdghs .a {
  position: absolute;
  left: 0;
  top: -35%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.about-cont7 .uusdghs .b {
  position: absolute;
  left: 35%;
  bottom: 0;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}

.top_tb .head .head2 .logo a img.a {
  height: 2rem;
}
.top_tb .mslm-head-box .mslm-logo img.b {
  height: 27px;
}

@media (max-width: 990px) {
  .foota3 {
    display: none;
  }
}
.foota3 .foota3v1 {
  border-top: 1px solid rgba(40, 58, 94, 0.2);
  padding: 1.65rem 0;
}
.foota3 .foota3v1 li {
  width: 33.3333333333%;
  padding: 0.2rem 0;
}
.foota3 .foota3v1 li i {
  display: block;
  width: 1.875rem;
  font-size: 0;
  border: 1px solid #7383a5;
  border-radius: 50%;
  padding: 0.25rem;
}
.foota3 .foota3v1 li i img {
  width: 100%;
  -webkit-filter: invert(50%) sepia(40%) saturate(275%) hue-rotate(182deg) brightness(95%) contrast(93%);
          filter: invert(50%) sepia(40%) saturate(275%) hue-rotate(182deg) brightness(95%) contrast(93%);
}
.foota3 .foota3v1 li p {
  color: rgba(115, 131, 165, 0.7);
  font: 400 1rem/2em "Noto Sans SC";
  margin-left: 0.4em;
}

.more-msl-ast {
  width: 12.75rem;
  line-height: 4rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .more-msl-ast {
    width: 8.75rem;
    line-height: 3.125rem;
  }
}

.khpj-banbj {
  padding: 8.875rem 0;
}
@media (max-width: 768px) {
  .khpj-banbj {
    padding: 4rem 0;
  }
}
.khpj-banbj .banner-ast1 {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast1 {
    width: 100%;
  }
}
.khpj-banbj .banner-ast1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast1 dl dt {
    font-size: 2rem;
  }
}
.khpj-banbj .banner-ast1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast1 dl dd {
    font-size: 1.125rem;
  }
}
.khpj-banbj .banner-ast2 {
  width: 50%;
  height: 20rem;
  position: relative;
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast2 {
    width: 100%;
    height: 15rem;
    margin-top: 1rem;
  }
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li img {
  width: 100%;
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(1) {
  width: 15.629742%;
  left: 14%;
  top: 5.75rem;
  -webkit-animation: pxl-circle-move-animation 20s infinite linear;
     -moz-animation: pxl-circle-move-animation 20s infinite linear;
       -o-animation: pxl-circle-move-animation 20s infinite linear;
          animation: pxl-circle-move-animation 20s infinite linear;
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(2) {
  width: 21.644917%;
  left: 36.388467%;
  top: 0.875rem;
  -webkit-animation: up-down-move 5s infinite linear;
     -moz-animation: up-down-move 5s infinite linear;
       -o-animation: up-down-move 5s infinite linear;
          animation: up-down-move 5s infinite linear;
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(3) {
  width: 21.644917%;
  right: 11%;
  top: 0;
  -webkit-animation: left-right-move 7s infinite linear;
     -moz-animation: left-right-move 7s infinite linear;
       -o-animation: left-right-move 7s infinite linear;
          animation: left-right-move 7s infinite linear;
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(4) {
  width: 13.644917%;
  left: 29%;
  top: 10rem;
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(4) {
    left: 30%;
    top: 8rem;
  }
}
.khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(5) {
  width: 20.644917%;
  left: 54%;
  top: 8.75rem;
  -webkit-animation: pxl-circle-move-animation 25s infinite linear;
     -moz-animation: pxl-circle-move-animation 25s infinite linear;
       -o-animation: pxl-circle-move-animation 25s infinite linear;
          animation: pxl-circle-move-animation 25s infinite linear;
}
@media (max-width: 768px) {
  .khpj-banbj .banner-ast2 .a5_b2ad1 li:nth-child(5) {
    top: 6.75rem;
  }
}

.pj-cont1 {
  padding: 2rem 0 6.5rem;
}
@media (max-width: 768px) {
  .pj-cont1 {
    padding: 1rem 0 1.5rem;
  }
}
.pj-cont1 .khpl_list {
  margin: 0 -1%;
}
.pj-cont1 .khpl_list li {
  width: 33.3333333333%;
  padding: 0 1%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .pj-cont1 .khpl_list li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.pj-cont1 .khpl_list li .imga {
  border-radius: 0.625rem;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 0px 0.9375rem 0px rgba(198, 198, 198, 0.25);
  padding: 1.625rem;
}
@media (max-width: 768px) {
  .pj-cont1 .khpl_list li .imga {
    padding: 1rem;
  }
}
.pj-cont1 .khpl_list li .imga i {
  display: block;
  font-size: 0;
}
.pj-cont1 .khpl_list li .imga i img {
  width: 100%;
}
.pj-cont1 .khpl_list li .imga .erhhx_wa .p {
  color: #7383a5;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding: 1.5rem 0;
}
.pj-cont1 .khpl_list li .imga .erhhx_wa .a5_b1-asdt u {
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.pj-cont1 .khpl_list li .imga .erhhx_wa .a5_b1-asdt u img {
  width: 100%;
}
.pj-cont1 .khpl_list li .imga .erhhx_wa .a5_b1-asdt .werhax-b {
  color: #283a5e;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1em;
}

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

.wmy-cont1 {
  background: #f2f6fd;
  position: relative;
  padding: 4rem 0;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .wmy-cont1 {
    padding: 2.5rem 0;
  }
}
.wmy-cont1 .titla1_a {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #384046;
  font: 600 2.5rem/1.5em "Noto Sans SC";
  position: relative;
  border-bottom: 1px solid #999;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .wmy-cont1 .titla1_a {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.wmy-cont1 .titla1_a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 3em;
  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;
}
.wmy-cont1 .wmydala {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wmy-cont1 .wmydala {
    margin-top: 0.5rem;
  }
}
.wmy-cont1 .wmydala li {
  width: 32%;
  text-align: center;
}
@media (max-width: 768px) {
  .wmy-cont1 .wmydala li {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.wmy-cont1 .wmydala li a.block i {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 50%;
  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;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wmy-cont1 .wmydala li a.block i img {
  width: 50%;
}
.wmy-cont1 .wmydala li .wenata {
  margin-top: -3rem;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.wmy-cont1 .wmydala li .wenata h2 {
  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;
  color: #fff;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  padding: 4.5rem 0 2rem;
}
@media (max-width: 768px) {
  .wmy-cont1 .wmydala li .wenata h2 {
    padding: 3.5rem 0 1rem;
  }
}
.wmy-cont1 .wmydala li .wenata .p {
  background: #fff;
  margin: 1.5rem 0 0;
  color: #999;
  font-size: 1rem;
  line-height: 1.6em;
  padding: 0 8% 1.6em;
  height: 9.6em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .wmy-cont1 .wmydala li .wenata .p {
    margin-top: 1rem;
    padding: 0 6% 1em;
  }
}
.wmy-cont1 .wmydala li:nth-child(2) .wenata h2 {
  background: -webkit-linear-gradient(146deg, #5a99fc -2.01%, #ec84d8 136.81%), #e92e2a;
  background: -moz-linear-gradient(146deg, #5a99fc -2.01%, #ec84d8 136.81%), #e92e2a;
  background: -o-linear-gradient(146deg, #5a99fc -2.01%, #ec84d8 136.81%), #e92e2a;
  background: linear-gradient(304deg, #5a99fc -2.01%, #ec84d8 136.81%), #e92e2a;
}
.wmy-cont1 .wmydala li:nth-child(3) .wenata h2 {
  background: -webkit-linear-gradient(146deg, #ffdd71 -2.01%, rgba(255, 95, 171, 0.7607843137) 136.81%), #ff5fb6;
  background: -moz-linear-gradient(146deg, #ffdd71 -2.01%, rgba(255, 95, 171, 0.7607843137) 136.81%), #ff5fb6;
  background: -o-linear-gradient(146deg, #ffdd71 -2.01%, rgba(255, 95, 171, 0.7607843137) 136.81%), #ff5fb6;
  background: linear-gradient(304deg, #ffdd71 -2.01%, rgba(255, 95, 171, 0.7607843137) 136.81%), #ff5fb6;
}

.wmy-cont2 {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .wmy-cont2 {
    padding: 2rem 0;
  }
}
.wmy-cont2 .mySwipercasea1 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wmy-cont2 .mySwipercasea1 {
    margin-top: 1rem;
  }
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .imgdt {
  width: 49%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wmy-cont2 .mySwipercasea1 .swiper-slide .imgdt {
    width: 100%;
  }
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 {
  width: 48%;
}
@media (max-width: 768px) {
  .wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 {
    width: 100%;
    margin-top: 1.35rem;
  }
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .tit {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .tit {
    font-size: 1.25rem;
  }
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .p b {
  font-size: 1.25rem;
  color: #fe625e;
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .p span {
  color: #fe625e;
}
.wmy-cont2 .mySwipercasea1 .swiper-slide .banwez1 .p .tit1 {
  color: #fe625e;
  margin: 1rem 0 0.25rem;
}
.wmy-cont2 .mySwipercasea1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .wmy-cont2 .mySwipercasea1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.wmy-cont2 .mySwipercasea1 .swiper-pagination1 span {
  width: 1rem;
  height: 1rem;
  background: #666;
}
.wmy-cont2 .mySwipercasea1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fe625e;
}

.qyyx-banbj {
  background: #E1F1FF;
  position: relative;
}
.qyyx-banbj .banner-bj-ny2 {
  padding: 0 0 15.65rem;
  position: relative;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 {
    padding-bottom: 0;
  }
}
.qyyx-banbj .banner-bj-ny2 .banner-a1 {
  width: 41.4285714286%;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
  }
}
.qyyx-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.qyyx-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin: 1em 0 1.5em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.75em 0 1em;
  }
}
.qyyx-banbj .banner-bj-ny2 .banner-a2 {
  width: 46.8571428571%;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .banner-a2 {
    width: 100%;
  }
}
.qyyx-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd {
    position: relative;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a {
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240704/18ce9434145dc2a805067b07ad347e17.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1.25rem;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a {
    padding: 1.5rem 0;
    border-radius: 1rem;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a .tit {
  text-align: center;
  font-size: 2.875rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a .tit {
    font-size: 2rem;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form {
  width: 71.4285714286%;
  margin: 1.6rem auto 0;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form {
    width: 88%;
    margin: 1rem auto 0;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content {
    background: transparent;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd {
  position: relative;
  width: -webkit-calc((100% - 9rem) / 3);
  width: -moz-calc((100% - 9rem) / 3);
  width: calc((100% - 9rem) / 3);
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd {
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 1rem;
    padding: 0 1em;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd + dd::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #e9e9e9;
  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%);
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd + dd::after {
    display: none;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd input {
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  font: 400 1rem/3.75em "Noto Sans SC";
  text-indent: 1em;
  width: 100%;
  padding-left: 1.5rem;
  background-color: transparent;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240704/513a10e29c50405afcc9662c5b3721e9.svg) no-repeat left center;
  -o-background-size: 1.75rem 1.75rem;
     background-size: 1.75rem 1.75rem;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd input {
    line-height: 3em;
    -o-background-size: 1.35rem 1.35rem;
       background-size: 1.35rem 1.35rem;
  }
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd:nth-child(2) input {
  background-image: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240704/de0e382f8df6d884188e32c597bf7735.svg);
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content dd:nth-child(3) input {
  background-image: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240704/813e9e1522f21420cb8c6fd0edfd4404.svg);
}
.qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content button {
  border: none;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .qyyx-banbj .banner-bj-ny2 .kt-cont-vd .kt-cont-vd-a form .ym-content button {
    margin: 0 auto;
  }
}

:root {
  --pandtd: 6rem 0;
}
@media (max-width: 768px) {
  :root {
    --pandtd: 2rem 0;
  }
}

.qyyx-cont1 {
  padding: var(--pandtd);
}
.qyyx-cont1 .qyyx-list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .qyyx-cont1 .qyyx-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 450px) {
  .qyyx-cont1 .qyyx-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.qyyx-cont1 .qyyx-list1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 2.25rem 11% 4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qyyx-cont1 .qyyx-list1 li {
    border-radius: 1rem;
    padding: 2rem 7%;
  }
}
.qyyx-cont1 .qyyx-list1 li i {
  display: block;
  font-size: 0;
  width: 6.375rem;
}
@media (max-width: 768px) {
  .qyyx-cont1 .qyyx-list1 li i {
    width: 5.25rem;
  }
}
.qyyx-cont1 .qyyx-list1 li i img {
  width: 100%;
}
.qyyx-cont1 .qyyx-list1 li .wenata h2 {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1rem 0 0.65rem;
}
.qyyx-cont1 .qyyx-list1 li .wenata .p {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: justify;
  text-wrap: balance;
}
.qyyx-cont1 .qyyx-list1 li:hover {
  border: 1px solid #2BB2FE;
  background: -webkit-linear-gradient(bottom, #ECF6FF 0%, #ECF6FF 100%), #FFF;
  background: -moz-linear-gradient(bottom, #ECF6FF 0%, #ECF6FF 100%), #FFF;
  background: -o-linear-gradient(bottom, #ECF6FF 0%, #ECF6FF 100%), #FFF;
  background: linear-gradient(0deg, #ECF6FF 0%, #ECF6FF 100%), #FFF;
}
.qyyx-cont1 .qyyx-list1 li:hover .wenata h2 {
  color: #0777FB;
}

.qyyx-cont2 {
  padding: var(--pandtd);
  background: -webkit-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: -moz-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: -o-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: linear-gradient(114deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
}
.qyyx-cont2 .qyyx-a2v1 {
  background: -webkit-linear-gradient(right, #3DCEFF 0%, #0575FA 100%), -webkit-linear-gradient(left, #D64D8E 6.77%, #F8565C 100%), #283A5E;
  background: -moz-linear-gradient(right, #3DCEFF 0%, #0575FA 100%), -moz-linear-gradient(left, #D64D8E 6.77%, #F8565C 100%), #283A5E;
  background: -o-linear-gradient(right, #3DCEFF 0%, #0575FA 100%), -o-linear-gradient(left, #D64D8E 6.77%, #F8565C 100%), #283A5E;
  background: linear-gradient(270deg, #3DCEFF 0%, #0575FA 100%), linear-gradient(90deg, #D64D8E 6.77%, #F8565C 100%), #283A5E;
  padding: 3.875rem 5%;
  border-radius: 1.875rem;
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 {
    margin-top: 1.5rem;
    border-radius: 1rem;
    padding: 1.5rem 5%;
  }
}
.qyyx-cont2 .qyyx-a2v1 .tit {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .tit {
    font-size: 1.5rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .pasx1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 {
    margin-top: 2rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 {
  width: 19.8412698413%;
  color: #fff;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 {
    width: 100%;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit1 {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit1 {
    font-size: 1.25rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit2 {
    font-size: 1.25rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit2 b {
  font-size: 3.75rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d1 .tit2 b {
    font-size: 2.5rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d2 {
  width: 68.6507936508%;
  color: #fff;
}
@media (max-width: 768px) {
  .qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d2 {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d2 .asjt1 {
  font-size: 1.125rem;
}
.qyyx-cont2 .qyyx-a2v1 .qyyx-a2c1 .qyyx-a2d2 .asjt2 {
  font-size: 1.125rem;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl {
  margin: 0 1em;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl .bs {
  background: #FFFFFF;
  border: none;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5rem 1em;
  border-radius: 2rem;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl .bs span {
  display: inline-block;
  margin-right: 1rem;
  min-width: 2em;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl .dropdown-menu-ul {
  width: 100%;
  text-align: center;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  background: #FFF;
  color: #000000;
  z-index: 5;
  left: 0;
  font-family: "Noto Sans SC";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl .dropdown-menu-ul li {
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl .dropdown-menu-ul li:hover {
  background: #FE625E;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.qyyx-cont2 .qyyx-a2v1 .sect-xl:hover .dropdown-menu-ul {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.qyyx-cont3 {
  padding: var(--pandtd);
}
.qyyx-cont3 .qyyx-a3_list1 {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .qyyx-cont3 .qyyx-a3_list1 {
    margin-top: 0rem;
  }
}
.qyyx-cont3 .qyyx-a3_list1 li {
  width: 48.5714285714%;
  border-radius: 1.875rem;
  border: 1px solid #B2D1EC;
  background: -webkit-linear-gradient(343deg, #C4EFFF 19.38%, #EDFFFE 93.84%), #DFE5FF;
  background: -moz-linear-gradient(343deg, #C4EFFF 19.38%, #EDFFFE 93.84%), #DFE5FF;
  background: -o-linear-gradient(343deg, #C4EFFF 19.38%, #EDFFFE 93.84%), #DFE5FF;
  background: linear-gradient(107deg, #C4EFFF 19.38%, #EDFFFE 93.84%), #DFE5FF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 3.25rem 3%;
}
@media (max-width: 768px) {
  .qyyx-cont3 .qyyx-a3_list1 li {
    width: 100%;
    padding: 2rem 7%;
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.qyyx-cont3 .qyyx-a3_list1 li:nth-child(2) {
  border: 1px solid #F0F0F0;
  background: -webkit-linear-gradient(160deg, #DAF6FF 4.56%, #DEEDFF 75.44%);
  background: -moz-linear-gradient(160deg, #DAF6FF 4.56%, #DEEDFF 75.44%);
  background: -o-linear-gradient(160deg, #DAF6FF 4.56%, #DEEDFF 75.44%);
  background: linear-gradient(290deg, #DAF6FF 4.56%, #DEEDFF 75.44%);
}
.qyyx-cont3 .qyyx-a3_list1 li .tit {
  color: #283A5E;
  font-size: 2.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .qyyx-cont3 .qyyx-a3_list1 li .tit {
    font-size: 1.5rem;
  }
}
.qyyx-cont3 .qyyx-a3_list1 li .tit b {
  color: #0777FB;
  font-weight: 700;
}
.qyyx-cont3 .qyyx-a3_list1 li .p {
  color: #898A8D;
  font-size: 1.625rem;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .qyyx-cont3 .qyyx-a3_list1 li .p {
    font-size: 1.25rem;
  }
}
.qyyx-cont3 .qyyx-a3_list1 li .more-msl {
  margin-top: 0.5rem;
}

.qyyx-cont4 {
  padding: var(--pandtd);
  padding-top: 1rem;
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b1 {
  width: 56.0714285714%;
}
@media (max-width: 768px) {
  .qyyx-cont4 .qyyx-a4v1 .qyyx-a4b1 {
    width: 100%;
  }
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 {
  width: 35.7142857143%;
}
@media (max-width: 768px) {
  .qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 {
  margin: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 {
    margin: 1rem 0 1.5rem;
  }
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 li {
  margin: 0.5rem 0;
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 li a {
  display: block;
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.6em;
  position: relative;
  padding-left: 1em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 li a:hover {
  color: #FE625E;
}
.qyyx-cont4 .qyyx-a4v1 .qyyx-a4b2 .qyyx-a4b2c1 li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.qyyx-cont5 {
  padding: 5rem 0 8rem;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240704/188ec2a0ccde8ed3d5bfc52511f260dd.svg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .qyyx-cont5 {
    padding: 2rem 0;
  }
}
.qyyx-cont5 .sy-xg-a6_v1 {
  border-radius: 1.6875rem;
  border-top: 0.25rem solid #0777FB;
  background: -webkit-linear-gradient(bottom, rgba(61, 206, 255, 0.3) -18.1%, rgba(5, 117, 250, 0.3) 95.19%), #FFF;
  background: -moz-linear-gradient(bottom, rgba(61, 206, 255, 0.3) -18.1%, rgba(5, 117, 250, 0.3) 95.19%), #FFF;
  background: -o-linear-gradient(bottom, rgba(61, 206, 255, 0.3) -18.1%, rgba(5, 117, 250, 0.3) 95.19%), #FFF;
  background: linear-gradient(0deg, rgba(61, 206, 255, 0.3) -18.1%, rgba(5, 117, 250, 0.3) 95.19%), #FFF;
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 {
  width: 33.7857142857%;
}
@media (max-width: 768px) {
  .qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 {
    width: 100%;
  }
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita1 {
  color: #0777FB;
  font-size: 2.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita1 {
    font-size: 1.35rem;
  }
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
  color: #283A5E;
  font-size: 2.125rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
    font-size: 1.65rem;
  }
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
  color: #FE625E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
    font-size: 1.85rem;
  }
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p2 {
  color: #283A5E;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .qyyx-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
    margin-top: 1rem;
  }
}

.ycc-banbj {
  background: -webkit-linear-gradient(left, #EAF6FF -10.82%, #B8D5FF 103.25%), #FFF8F8;
  background: -moz-linear-gradient(left, #EAF6FF -10.82%, #B8D5FF 103.25%), #FFF8F8;
  background: -o-linear-gradient(left, #EAF6FF -10.82%, #B8D5FF 103.25%), #FFF8F8;
  background: linear-gradient(90deg, #EAF6FF -10.82%, #B8D5FF 103.25%), #FFF8F8;
  position: relative;
}
.ycc-banbj .banner-bj-ny2 {
  padding: 0 0 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .ycc-banbj .banner-bj-ny2 {
    padding-bottom: 2rem;
  }
}
.ycc-banbj .banner-bj-ny2 .banner-a1 {
  width: 51.4285714286%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .ycc-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.ycc-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ycc-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.ycc-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin: 1em 0 1.5em;
}
@media (max-width: 768px) {
  .ycc-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.75em 0 1em;
  }
}
.ycc-banbj .banner-bj-ny2 .banner-a2 {
  width: 57.1428571429%;
  margin-right: -10%;
  position: relative;
}
.ycc-banbj .banner-bj-ny2 .banner-a2 .img1 {
  position: absolute;
  right: 0;
  top: -5%;
  width: 77.7435897436%;
}
@media (max-width: 768px) {
  .ycc-banbj .banner-bj-ny2 .banner-a2 {
    width: 100%;
    margin-right: 0;
  }
}
.ycc-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}

.ycc-cont1 {
  padding: 3rem 0 6rem;
}
@media (max-width: 768px) {
  .ycc-cont1 {
    padding: 1.5rem 0 2rem;
  }
}
.ycc-cont1 .dropdown-menu-ul {
  width: 5.5rem;
  text-align: center;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  background: #FFF;
  z-index: 5;
  right: 0;
  font-family: "Noto Sans SC";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
}
.ycc-cont1 .dropdown-menu-ul li {
  line-height: 1.875rem;
  font-size: 0.875rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ycc-cont1 .dropdown-menu-ul li:hover {
  background: #FE625E;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ycc-cont1 .xialai .bs {
  background: transparent;
  border: none;
}
.ycc-cont1 .xialai:hover .dropdown-menu-ul {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}
.ycc-cont1 .ycc-a1list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .ycc-cont1 .ycc-a1list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.ycc-cont1 .ycc-a1list1 > li {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid #F0F0F0;
  background: -webkit-linear-gradient(top, rgba(255, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  padding: 1.75rem 7% 3.25rem;
}
@media (max-width: 768px) {
  .ycc-cont1 .ycc-a1list1 > li {
    border-radius: 1rem;
    padding: 1.5rem 8% 1.8rem;
  }
}
.ycc-cont1 .ycc-a1list1 > li .ash {
  background: #F5EBDE;
  font-size: 0.75rem;
  color: #B34700;
  line-height: 2.25em;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.ycc-cont1 .ycc-a1list1 > li .tit {
  text-align: center;
  color: #242424;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.ycc-cont1 .ycc-a1list1 > li .p1 {
  color: #707070;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.65rem;
}
.ycc-cont1 .ycc-a1list1 > li .nr-div {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .ycc-cont1 .ycc-a1list1 > li .nr-div {
    margin: 1.5rem 0;
  }
}
.ycc-cont1 .ycc-a1list1 > li .nr-div .flex2 {
  padding: 0.65rem 0;
  color: #707070;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #F0F0F0;
}
.ycc-cont1 .ycc-a1list1 > li .nr-div .flex2 .span2 {
  color: #707070;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
}
.ycc-cont1 .ycc-a1list1 > li .cont-adst {
  text-align: center;
  color: #5B5B5B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}
.ycc-cont1 .ycc-a1list1 > li .cont-adst span {
  color: #FE625E;
  font-size: 0.6875rem;
}
.ycc-cont1 .ycc-a1list1 > li .cont-adst span b {
  font-size: 1.125rem;
  font-weight: 500;
}
.ycc-cont1 .ycc-a1list1 > li a.more-a {
  width: 69.7547683924%;
  margin: 0 auto;
  border-radius: 1.875rem;
  border: 1px solid #D3D3D3;
  background: #FE625E;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #fff;
  padding: 1rem 0;
  margin-top: 1.5rem;
}
.ycc-cont1 .ycc-a1list1 > li a.more-a:hover {
  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;
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(2) {
  border: 1px solid #F0F0F0;
  background: -webkit-linear-gradient(bottom, rgba(225, 241, 255, 0) 12.13%, rgba(225, 241, 255, 0.3) 100%);
  background: -moz-linear-gradient(bottom, rgba(225, 241, 255, 0) 12.13%, rgba(225, 241, 255, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(225, 241, 255, 0) 12.13%, rgba(225, 241, 255, 0.3) 100%);
  background: linear-gradient(0deg, rgba(225, 241, 255, 0) 12.13%, rgba(225, 241, 255, 0.3) 100%);
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) {
  border: 1px solid #F0F0F0;
  background: -webkit-linear-gradient(top, rgba(214, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: -moz-linear-gradient(top, rgba(214, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: -o-linear-gradient(top, rgba(214, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
  background: linear-gradient(180deg, rgba(214, 202, 202, 0.2) 0%, rgba(255, 240, 240, 0) 100%);
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) .ash {
  background: #232020;
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) .ash span {
  background: -webkit-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: -moz-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: -o-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: linear-gradient(90deg, #F9DBDA 5%, #D4A48F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) a.more-a {
  border: 1px solid #D3D3D3;
  background: #232020;
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) a.more-a:hover {
  background: -webkit-linear-gradient(146deg, #232020 -2.01%, #D4A48F 136.81%), #000;
  background: -moz-linear-gradient(146deg, #232020 -2.01%, #D4A48F 136.81%), #000;
  background: -o-linear-gradient(146deg, #232020 -2.01%, #D4A48F 136.81%), #000;
  background: linear-gradient(304deg, #232020 -2.01%, #D4A48F 136.81%), #000;
}
.ycc-cont1 .ycc-a1list1 > li:nth-child(3) a.more-a span {
  background: -webkit-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: -moz-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: -o-linear-gradient(left, #F9DBDA 5%, #D4A48F 100%);
  background: linear-gradient(90deg, #F9DBDA 5%, #D4A48F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ycc-cont2 {
  position: relative;
}
.ycc-cont2 > u {
  display: block;
  font-size: 0;
}
.ycc-cont2 > u img {
  width: 100%;
}
.ycc-cont2 .ycc-a2v1 {
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240705/8b5904ee9e7f1b8c1b2ea83751586ce6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  margin-top: -1rem;
  padding: 0.25rem 0 6rem;
}
@media (max-width: 768px) {
  .ycc-cont2 .ycc-a2v1 {
    padding: 2rem 0;
  }
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ycc-cont2 .ycc-a2v1 .ycc-a2list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ycc-cont2 .ycc-a2v1 .ycc-a2list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 li {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 7% 3rem;
  overflow: hidden;
  cursor: pointer;
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 li .tita1 .tit {
  color: #283A5E;
  font-size: 1.5rem;
  font-weight: 700;
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 li .tita1 i {
  display: block;
  font-size: 0;
  width: 4.0625rem;
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 li .tita1 i img {
  width: 100%;
}
.ycc-cont2 .ycc-a2v1 .ycc-a2list1 li .p1 {
  color: #898A8D;
  font-size: 0.875rem;
  line-height: 2em;
  margin-top: 0.5em;
}

.ycc-cont3 {
  padding: var(--pandtd);
  position: relative;
}
.ycc-cont3 .astt {
  width: 41.25%;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  z-index: -1;
  aspect-ratio: 9/9;
}
.ycc-cont3 .ast1 {
  background: -webkit-linear-gradient(336deg, #ECF2FF 10.14%, #FFF4FF 93.92%);
  background: -moz-linear-gradient(336deg, #ECF2FF 10.14%, #FFF4FF 93.92%);
  background: -o-linear-gradient(336deg, #ECF2FF 10.14%, #FFF4FF 93.92%);
  background: linear-gradient(114deg, #ECF2FF 10.14%, #FFF4FF 93.92%);
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
  right: -5%;
  top: 5%;
}
.ycc-cont3 .ast2 {
  background: -webkit-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: -moz-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: -o-linear-gradient(336deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  background: linear-gradient(114deg, #ECF2FF 10.14%, #F4FEFF 93.92%);
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
  left: -5%;
  bottom: -5%;
}
.ycc-cont3 .ycc-a3v1 {
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 1.65rem 3% 1.65rem 1%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ycc-cont3 .ycc-a3v1 {
    margin-top: 1.5rem;
  }
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .ycc-cont3 .ycc-a3v1 .ycc-a3b1 {
    width: 100%;
  }
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b1 img {
  width: 100%;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 {
  width: 43%;
}
@media (max-width: 768px) {
  .ycc-cont3 .ycc-a3v1 .ycc-a3b2 {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 5%;
  }
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li {
  padding: 1rem 0;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .tit {
  color: #283A5E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .tit {
    font-size: 1.35rem;
  }
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p dl {
  margin-top: 1rem;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p dl dt {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p dl dt {
    font-size: 1.125rem;
  }
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 {
  margin-top: 1.28rem;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 dl {
  text-align: center;
  margin-right: 2rem;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 dl dt {
  width: 3.625rem;
  margin: 0 auto;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 dl dt img {
  width: 100%;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 dl dd {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li .p1 dl a:hover dd {
  color: #FE625E;
}
.ycc-cont3 .ycc-a3v1 .ycc-a3b2 .ashx-liat li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.ycc-cont4 {
  position: relative;
  background: -webkit-linear-gradient(left, #B8D5FF -10.82%, #EAF6FF 103.25%), #FFF8F8;
  background: -moz-linear-gradient(left, #B8D5FF -10.82%, #EAF6FF 103.25%), #FFF8F8;
  background: -o-linear-gradient(left, #B8D5FF -10.82%, #EAF6FF 103.25%), #FFF8F8;
  background: linear-gradient(90deg, #B8D5FF -10.82%, #EAF6FF 103.25%), #FFF8F8;
  padding: 7.5rem 0 11rem;
}
@media (max-width: 768px) {
  .ycc-cont4 {
    padding: 2rem 0 4rem;
  }
}
.ycc-cont4 #wave2 {
  top: auto;
  bottom: 0;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .ycc-cont4 .ycc-a4v1 .ycc-a4b1 {
    width: 100%;
  }
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs {
  position: relative;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs u {
  display: block;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs u img {
  width: 100%;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs .ashza li {
  width: 10.6060606061%;
  position: absolute;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs .ashza li img {
  width: 100%;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs .ashza li:nth-child(1) {
  left: 15%;
  bottom: 12%;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs .ashza li:nth-child(2) {
  width: 11.8181818182%;
  left: 77%;
  bottom: 17%;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b1 .pwrejhs .ashza li:nth-child(3) {
  width: 9.3939393939%;
  left: 77%;
  bottom: 67%;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 {
  width: 35.7142857143%;
}
@media (max-width: 768px) {
  .ycc-cont4 .ycc-a4v1 .ycc-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 {
  margin: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 {
    margin: 1rem 0 1.5rem;
  }
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 li {
  margin: 0.5rem 0;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 li a {
  display: block;
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.6em;
  position: relative;
  padding-left: 1em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 li a:hover {
  color: #FE625E;
}
.ycc-cont4 .ycc-a4v1 .ycc-a4b2 .qyyx-a4b2c1 li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.ycc-cont5 {
  padding: 6rem 0 8rem;
  margin-bottom: 0;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240705/c52d9c27fce7b37d4fb690ed54260cc4.svg) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  .ycc-cont5 {
    padding: 2rem 0;
  }
}
.ycc-cont5 .sy-xg-a6_v1 {
  background: none;
  padding: 0;
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 {
  width: 33.7857142857%;
}
@media (max-width: 768px) {
  .ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 {
    width: 100%;
  }
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .title_a1 dl dt {
  margin-top: 0;
  line-height: 1.25em;
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
  color: #283A5E;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
    font-size: 1.125rem;
  }
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
  color: #FE625E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
    font-size: 1.85rem;
  }
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p2 {
  color: #283A5E;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ycc-cont5 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
    margin-top: 1rem;
  }
}
.ycc-cont5 .sy-xg-a6_v1 .sy-xg-a6_b2 {
  background: -webkit-linear-gradient(317deg, #00CEFF 11.25%, #0040E3 96.41%), #FFF;
  background: -moz-linear-gradient(317deg, #00CEFF 11.25%, #0040E3 96.41%), #FFF;
  background: -o-linear-gradient(317deg, #00CEFF 11.25%, #0040E3 96.41%), #FFF;
  background: linear-gradient(133deg, #00CEFF 11.25%, #0040E3 96.41%), #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.06);
  padding: 4.375rem 4%;
  border-radius: 1.6875rem;
}
@media (max-width: 768px) {
  .ycc-cont5 .sy-xg-a6_v1 .sy-xg-a6_b2 {
    margin-top: 1.5rem;
    padding: 1.5rem 6%;
  }
}

.job-tancx {
  background: transparent !important;
  box-shadow: none !important;
  width: 40% !important;
  aspect-ratio: 828/660;
}
@media (max-width: 768px) {
  .job-tancx {
    width: 60% !important;
  }
}
.job-tancx .layui-layer-setwin {
  right: 15%;
  top: 15%;
}
.job-tancx .layui-layer-content img {
  width: 100%;
}

.sbxj-banbj {
  background: -webkit-linear-gradient(345deg, rgba(71, 118, 230, 0.3) 37.08%, rgba(142, 84, 233, 0.3) 71.58%);
  background: -moz-linear-gradient(345deg, rgba(71, 118, 230, 0.3) 37.08%, rgba(142, 84, 233, 0.3) 71.58%);
  background: -o-linear-gradient(345deg, rgba(71, 118, 230, 0.3) 37.08%, rgba(142, 84, 233, 0.3) 71.58%);
  background: linear-gradient(105deg, rgba(71, 118, 230, 0.3) 37.08%, rgba(142, 84, 233, 0.3) 71.58%);
  position: relative;
}
.sbxj-banbj .banner-bj-ny2 {
  padding: 0 0 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .sbxj-banbj .banner-bj-ny2 {
    padding-bottom: 2rem;
  }
}
.sbxj-banbj .banner-bj-ny2 .banner-a1 {
  width: 51.4285714286%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .sbxj-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.sbxj-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .sbxj-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.sbxj-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin: 1em 0 1.5em;
}
@media (max-width: 768px) {
  .sbxj-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.75em 0 1em;
  }
}
.sbxj-banbj .banner-bj-ny2 .banner-a2 {
  width: 41.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .sbxj-banbj .banner-bj-ny2 .banner-a2 {
    width: 100%;
  }
}
.sbxj-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}

.sbxj-cont1 {
  padding: var(--pandtd);
}
.sbxj-cont1 .sbxj-a1_list1 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .sbxj-cont1 .sbxj-a1_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .sbxj-cont1 .sbxj-a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.sbxj-cont1 .sbxj-a1_list1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 3.5rem 9%;
}
@media (max-width: 768px) {
  .sbxj-cont1 .sbxj-a1_list1 li {
    border-radius: 1rem;
    padding: 1.5rem 6%;
  }
}
.sbxj-cont1 .sbxj-a1_list1 li i {
  display: block;
  font-size: 0;
  width: 5.5625rem;
  margin: 0 auto;
}
.sbxj-cont1 .sbxj-a1_list1 li i img {
  width: 100%;
}
.sbxj-cont1 .sbxj-a1_list1 li .wenata {
  text-align: center;
}
.sbxj-cont1 .sbxj-a1_list1 li .wenata .tit {
  color: #283A5E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
.sbxj-cont1 .sbxj-a1_list1 li .wenata .p {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
  text-wrap: balance;
  margin-top: 0.5rem;
}

.sbxj-cont2 {
  position: relative;
  padding: 0 0 8rem;
  display: none;
}
@media (max-width: 768px) {
  .sbxj-cont2 {
    padding-bottom: 2rem;
  }
}
.sbxj-cont2 > u {
  display: block;
  position: absolute;
  font-size: 0;
  top: -70%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .sbxj-cont2 > u {
    top: 0;
  }
}
.sbxj-cont2 > u img {
  width: 100%;
}
.sbxj-cont2 .sbxj-a2v1 {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 5.875rem 6.5714285714%;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .sbxj-cont2 .sbxj-a2v1 {
    margin-top: 1.5rem;
    padding: 2rem 5%;
    border-radius: 1rem;
  }
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .img {
  width: 16.1590524535%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .img {
    width: 25%;
    margin: 0 auto;
  }
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .img img {
  width: 100%;
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa {
  width: 49.6615905245%;
}
@media (max-width: 768px) {
  .sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa {
    width: 100%;
    margin: 1rem 0;
  }
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .tit {
  background: -webkit-linear-gradient(left, #4776E6 0%, #8E54E9 100%);
  background: -moz-linear-gradient(left, #4776E6 0%, #8E54E9 100%);
  background: -o-linear-gradient(left, #4776E6 0%, #8E54E9 100%);
  background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .tit {
    font-size: 1.5rem;
  }
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .tit span {
  display: inline-block;
  margin-left: 1em;
}
.sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .p1 {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .sbxj-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .p1 {
    margin-top: 0.5rem;
  }
}

.sbxj-cont3 {
  padding: var(--pandtd);
}
.sbxj-cont3 .heng1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .sbxj-cont3 .heng1 {
    margin-top: 1.5rem;
  }
}
.sbxj-cont3 .heng1 img {
  width: 100%;
}

.sbxj-cont4 {
  padding: 12.8125rem 0 6.5625rem;
  margin-bottom: 0;
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240705/4d36b664382ea7e702540b629686e5f7.svg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  .sbxj-cont4 {
    padding: 2.25rem 0 2rem;
    background: -webkit-linear-gradient(left, rgba(71, 118, 230, 0.4) 0%, rgba(142, 84, 233, 0.4) 100%), -webkit-linear-gradient(338deg, rgba(78, 226, 232, 0.3) 17.62%, rgba(232, 170, 230, 0.3) 84.15%);
    background: -moz-linear-gradient(left, rgba(71, 118, 230, 0.4) 0%, rgba(142, 84, 233, 0.4) 100%), -moz-linear-gradient(338deg, rgba(78, 226, 232, 0.3) 17.62%, rgba(232, 170, 230, 0.3) 84.15%);
    background: -o-linear-gradient(left, rgba(71, 118, 230, 0.4) 0%, rgba(142, 84, 233, 0.4) 100%), -o-linear-gradient(338deg, rgba(78, 226, 232, 0.3) 17.62%, rgba(232, 170, 230, 0.3) 84.15%);
    background: linear-gradient(90deg, rgba(71, 118, 230, 0.4) 0%, rgba(142, 84, 233, 0.4) 100%), linear-gradient(112deg, rgba(78, 226, 232, 0.3) 17.62%, rgba(232, 170, 230, 0.3) 84.15%);
    -o-background-size: 100% auto;
       background-size: 100% auto;
  }
}
.sbxj-cont4 .sy-xg-a6_v1 {
  background: none;
  padding: 0;
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 {
  width: 33.7857142857%;
}
@media (max-width: 768px) {
  .sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 {
    width: 100%;
  }
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .title_a1 dl dt {
  margin-top: 0;
  line-height: 1.25em;
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .tita2 {
    font-size: 1.125rem;
  }
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p1 {
    font-size: 1.85rem;
  }
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .cont-p2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sbxj-cont4 .sy-xg-a6_v1 .yxtg-a6b1 .more-msl {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .sbxj-cont4 .sy-xg-a6_v1 .sy-xg-a6_b2 {
    margin-top: 1rem;
  }
}

.qypxks-banbj {
  background: -webkit-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%);
  background: -moz-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%);
  background: -o-linear-gradient(top, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%);
  background: linear-gradient(180deg, rgba(243, 247, 244, 0.5) 0%, #F3F7F4 100%);
  position: relative;
}
.qypxks-banbj .banner-bj-ny2 {
  padding: 0 0 6rem;
  position: relative;
}
.qypxks-banbj .banner-bj-ny2 .wh {
  position: relative;
  z-index: 2;
}
.qypxks-banbj .banner-bj-ny2 .shx {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: -23%;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 .shx {
    top: 15%;
  }
}
.qypxks-banbj .banner-bj-ny2 .shx img {
  width: 100%;
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 {
    padding-bottom: 2rem;
  }
}
.qypxks-banbj .banner-bj-ny2 .banner-a1 {
  width: 51.4285714286%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.qypxks-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.qypxks-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin: 1em 0 1.5em;
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.75em 0 1em;
  }
}
.qypxks-banbj .banner-bj-ny2 .banner-a2 {
  width: 34.5%;
  position: relative;
}
@media (max-width: 768px) {
  .qypxks-banbj .banner-bj-ny2 .banner-a2 {
    width: 100%;
  }
}
.qypxks-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
  z-index: 0;
}

.qypxks-cont2 > u {
  top: -109%;
}
@media (max-width: 768px) {
  .qypxks-cont2 > u {
    top: -20%;
  }
}
.qypxks-cont2 .sbxj-a2v1 .mySwipera1a .swiper-slide .a2vast1 .cont-pa .tit {
  background: -webkit-linear-gradient(left, #F79D00 0%, #64F38C 100%);
  background: -moz-linear-gradient(left, #F79D00 0%, #64F38C 100%);
  background: -o-linear-gradient(left, #F79D00 0%, #64F38C 100%);
  background: linear-gradient(90deg, #F79D00 0%, #64F38C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .qypxks-cont3 {
    padding-bottom: 2rem;
  }
}
.qypxks-cont3 .asx-aa_list1 li {
  margin-top: 5.4375rem;
}
@media (max-width: 768px) {
  .qypxks-cont3 .asx-aa_list1 li {
    margin-top: 1.5rem;
  }
}
.qypxks-cont3 .asx-aa_list1 li .img {
  width: 48.4285714286%;
  border-radius: 2.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qypxks-cont3 .asx-aa_list1 li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.qypxks-cont3 .asx-aa_list1 li .img img {
  width: 100%;
}
.qypxks-cont3 .asx-aa_list1 li .cont-p {
  width: 41.2142857143%;
}
@media (max-width: 768px) {
  .qypxks-cont3 .asx-aa_list1 li .cont-p {
    width: 100%;
  }
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl + dl {
  margin-top: 1.5rem;
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl dt {
  color: #283A5E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  padding-left: 1.25rem;
  position: relative;
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5625rem;
  height: 1rem;
  background: #F8565C;
  display: block;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl dd {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
  padding-left: 1.25rem;
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl:nth-child(1) dt::before {
  background: #8FC31F;
}
.qypxks-cont3 .asx-aa_list1 li .cont-p dl:nth-child(2) dt::before {
  background: #FFD233;
}
.qypxks-cont3 .asx-aa_list1 li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .qypxks-cont3 .asx-aa_list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.qypxks-cont5 {
  background-image: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240708/a2412b216a26a369ce7d71ce482fdeb1.svg);
}
@media (max-width: 768px) {
  .qypxks-cont5 {
    background: -webkit-linear-gradient(left, #FFB347 0%, #FC3 100%);
    background: -moz-linear-gradient(left, #FFB347 0%, #FC3 100%);
    background: -o-linear-gradient(left, #FFB347 0%, #FC3 100%);
    background: linear-gradient(90deg, #FFB347 0%, #FC3 100%);
  }
}

.uiue-banbj {
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240801/c626b77ab6a96f7a49683ed5beb0e088.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .uiue-banbj {
    background-position: left top;
  }
}
.uiue-banbj .banner-bj-ny2 {
  padding: 0 0 12rem;
  position: relative;
}
.uiue-banbj .banner-bj-ny2 .ashhz {
  width: 6.875%;
  position: absolute;
  left: 0;
  top: 20%;
}
.uiue-banbj .banner-bj-ny2 .ashhz img {
  width: 100%;
}
@media (max-width: 768px) {
  .uiue-banbj .banner-bj-ny2 {
    padding-bottom: 2rem;
  }
}
.uiue-banbj .banner-bj-ny2 .banner-a1 {
  width: 51.4285714286%;
}
@media (max-width: 768px) {
  .uiue-banbj .banner-bj-ny2 .banner-a1 {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.uiue-banbj .banner-bj-ny2 .banner-a1 dl dt {
  color: #283a5e;
  font: 600 3.125rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .uiue-banbj .banner-bj-ny2 .banner-a1 dl dt {
    font-size: 2rem;
  }
}
.uiue-banbj .banner-bj-ny2 .banner-a1 dl dd {
  color: #9f9f9f;
  font: 400 1.5rem/1.4em "Noto Sans SC";
  margin: 1em 0 0;
}
@media (max-width: 768px) {
  .uiue-banbj .banner-bj-ny2 .banner-a1 dl dd {
    font-size: 1.125rem;
    margin: 0.75em 0 1em;
  }
}
.uiue-banbj .banner-bj-ny2 .banner-a2 {
  width: 41.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .uiue-banbj .banner-bj-ny2 .banner-a2 {
    width: 100%;
  }
}
.uiue-banbj .banner-bj-ny2 #wave1 {
  top: auto;
  bottom: 0;
}

.uiue-cont1 {
  padding: 6rem 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .uiue-cont1 {
    padding-top: 2rem;
  }
}
.uiue-cont1 .uiue-a1_list1 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media (max-width: 1024px) {
  .uiue-cont1 .uiue-a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .uiue-cont1 .uiue-a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.uiue-cont1 .uiue-a1_list1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 3.5rem 9% 4.5rem;
}
@media (max-width: 768px) {
  .uiue-cont1 .uiue-a1_list1 li {
    border-radius: 1rem;
    padding: 1.5rem 6%;
  }
}
.uiue-cont1 .uiue-a1_list1 li i {
  display: block;
  font-size: 0;
  width: 5.5625rem;
  margin: 0 auto;
}
.uiue-cont1 .uiue-a1_list1 li i img {
  width: 100%;
}
.uiue-cont1 .uiue-a1_list1 li .wenata {
  text-align: center;
}
.uiue-cont1 .uiue-a1_list1 li .wenata .tit {
  color: #283A5E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.8rem;
}
.uiue-cont1 .uiue-a1_list1 li .wenata .p {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
  text-wrap: balance;
  margin-top: 0.5rem;
}

.uiue-cont2 {
  background: url(https://imgs-data-brwq.bcdn8.com/wzwh1219/uploads/20240801/e14462bb41e17d807a320ec3461f6123.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.uiue-cont2 .ast1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.uiue-cont2 .ast2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.uiue-cont2 .uiue-a2v1 {
  position: relative;
  z-index: 1;
  padding: var(--pandtd);
}
@media (max-width: 768px) {
  .uiue-cont2 .uiue-a2v1 {
    padding: 6rem 0;
  }
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b1 {
  width: 30.5555555556%;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .uiue-cont2 .uiue-a2v1 .uiue-a2b1 {
    width: 100%;
    margin-bottom: 0;
  }
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b1 .title_a1 {
  text-align: left;
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b1 .p1 {
  color: #898A8D;
  font-size: 1.25rem;
  line-height: 1.65em;
  padding: 1.25em 0;
}
@media (max-width: 768px) {
  .uiue-cont2 .uiue-a2v1 .uiue-a2b1 .p1 {
    font-size: 1rem;
    padding: 1em 0;
  }
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 {
  width: 63.5416666667%;
}
@media (max-width: 768px) {
  .uiue-cont2 .uiue-a2v1 .uiue-a2b2 {
    width: 100%;
  }
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 2rem 4%;
  width: 48%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li {
    border-radius: 1rem;
    padding: 1.5rem 6%;
    margin-top: 1.25rem;
  }
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li i {
  display: block;
  font-size: 0;
  width: 2.8125rem;
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li i img {
  width: 100%;
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li .wenata .tit {
  color: #283A5E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
.uiue-cont2 .uiue-a2v1 .uiue-a2b2 .uiue-a2b2c1 li .wenata .p {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.uiue-cont3 {
  position: relative;
  z-index: 2;
}
.uiue-cont3 .mySwiperysj {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .uiue-cont3 .mySwiperysj {
    margin-top: 1.25rem;
  }
}
.uiue-cont3 .mySwiperysj .swiper-slide {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: -webkit-linear-gradient(319deg, #D1E7F9 -3.02%, #E8F5FF 88.69%);
  background: -moz-linear-gradient(319deg, #D1E7F9 -3.02%, #E8F5FF 88.69%);
  background: -o-linear-gradient(319deg, #D1E7F9 -3.02%, #E8F5FF 88.69%);
  background: linear-gradient(131deg, #D1E7F9 -3.02%, #E8F5FF 88.69%);
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 2.5rem 3%;
}
@media (max-width: 768px) {
  .uiue-cont3 .mySwiperysj .swiper-slide {
    padding: 1.5rem 6%;
  }
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1.5rem;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 .titas1 {
  width: 61.5835777126%;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 .titas1 .tit {
  color: #283A5E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 .titas1 .ftit {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.35em;
  font-weight: 500;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 .img {
  width: 28.7390029326%;
  border-radius: 50%;
  overflow: hidden;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a1 .img img {
  width: 100%;
}
.uiue-cont3 .mySwiperysj .swiper-slide .ash-a2 {
  color: #898A8D;
  font-size: 1rem;
  line-height: 1.65em;
  height: 4.95em;
  overflow: hidden;
  margin-top: 1.25rem;
}
.uiue-cont3 .mySwiperysj .swiper-slide:nth-child(2n) {
  background: -webkit-linear-gradient(313deg, #FFF0F0 6.56%, #FFF9F0 86.41%);
  background: -moz-linear-gradient(313deg, #FFF0F0 6.56%, #FFF9F0 86.41%);
  background: -o-linear-gradient(313deg, #FFF0F0 6.56%, #FFF9F0 86.41%);
  background: linear-gradient(137deg, #FFF0F0 6.56%, #FFF9F0 86.41%);
}
.uiue-cont3 .mySwiperysj .swiper-slide:nth-child(3n) {
  background: -webkit-linear-gradient(309deg, #E3F2E7 2.94%, #FEFCE8 85.84%);
  background: -moz-linear-gradient(309deg, #E3F2E7 2.94%, #FEFCE8 85.84%);
  background: -o-linear-gradient(309deg, #E3F2E7 2.94%, #FEFCE8 85.84%);
  background: linear-gradient(141deg, #E3F2E7 2.94%, #FEFCE8 85.84%);
}
.uiue-cont3 .mySwiperysj .swiper-pagination1 {
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .uiue-cont3 .mySwiperysj .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.uiue-cont3 .mySwiperysj .swiper-pagination1 span {
  background: #D9D9D9;
  opacity: 1;
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0 0.35rem;
}
.uiue-cont3 .mySwiperysj .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #FE625E;
}

.uiue-cont4 {
  background: -webkit-linear-gradient(top, #FFF4F3 0%, #FFF 100%);
  background: -moz-linear-gradient(top, #FFF4F3 0%, #FFF 100%);
  background: -o-linear-gradient(top, #FFF4F3 0%, #FFF 100%);
  background: linear-gradient(180deg, #FFF4F3 0%, #FFF 100%);
  position: relative;
  padding-top: 14rem;
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .uiue-cont4 {
    padding: 6rem 0 2rem;
  }
}
.uiue-cont4 .ast1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.uiue-cont4 .uiue-a4v1 {
  position: relative;
  z-index: 1;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b1 {
    width: 100%;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b1 img {
  width: 100%;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 {
  width: 42.6388888889%;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 {
    width: 100%;
    margin-top: 0;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0.625rem 2.1875rem 0px rgba(220, 220, 220, 0.25);
  padding: 3.125rem 8%;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 {
    padding: 2.35rem 7%;
    border-radius: 1.5rem;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 .title_a1 {
  text-align: left;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 .title_a1 dl dt {
  margin-top: 0;
  line-height: 1.2em;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 .p1 {
  color: #283A5E;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts {
  margin: 1rem 0 1.5rem;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl {
  margin-top: 0.5rem;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dt {
  width: 2.75rem;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dt {
    width: 2.25rem;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dt img {
  width: 100%;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd {
  width: -webkit-calc(96% - 2.75rem);
  width: -moz-calc(96% - 2.75rem);
  width: calc(96% - 2.75rem);
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd {
    width: -webkit-calc(96% - 2.25rem);
    width: -moz-calc(96% - 2.25rem);
    width: calc(96% - 2.25rem);
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label {
  margin-right: 1em;
  cursor: pointer;
  margin-bottom: 0;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label input[type=radio] {
  display: none;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label .button {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #283A5E;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label .button span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #CECBCB;
  border-radius: 100%;
  margin-right: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label .button span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #FE625E;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label input[type=radio]:checked ~ .button {
  color: #FE625E;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label input[type=radio]:checked ~ .button span {
  border: 1px solid #FE625E;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .ashts dl dd label input[type=radio]:checked ~ .button span::after {
  display: block;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .inpt {
  margin-bottom: 1rem;
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .inpt input {
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 0.625rem;
  color: #8D8D8D;
  font-size: 1rem;
  line-height: 3.75rem;
  text-indent: 1.25em;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form .inpt input {
    line-height: 3.25rem;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form button {
  background: #FE625E;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 0.625rem;
  width: 100%;
  line-height: 3.75rem;
  border: none;
}
@media (max-width: 768px) {
  .uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form button {
    line-height: 3.5rem;
  }
}
.uiue-cont4 .uiue-a4v1 .uiue-a4b2 .uiue-a4b2c1 form button:hover {
  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;
}

.uiue-cont5 {
  padding-bottom: 6.75rem;
}
@media (max-width: 768px) {
  .uiue-cont5 {
    padding-bottom: 2rem;
  }
}
.uiue-cont5 .a3_v1 {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 50%, transparent);
          mask: linear-gradient(90deg, transparent, #000 50%, transparent);
}
@media (max-width: 768px) {
  .uiue-cont5 .a3_v1 {
    margin-top: 1.5rem;
  }
}
.uiue-cont5 .picMarquee-left1 {
  margin: 0 7.39583%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .uiue-cont5 .picMarquee-left1 {
    margin-bottom: 0.8rem;
  }
}
.uiue-cont5 .picMarquee-left2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .uiue-cont5 .picMarquee-left2 {
    margin-bottom: 0.8rem;
  }
}
.uiue-cont5 .picMarquee-left3 {
  margin: 0 7.39583%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .uiue-cont5 .picMarquee-left3 {
    margin-bottom: 0.8rem;
  }
}
.uiue-cont5 .picList li {
  float: left;
  width: 15.8125rem;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .uiue-cont5 .picList li {
    width: 8rem;
    margin-right: 1rem;
  }
}
.uiue-cont5 .picList li a {
  display: block;
  font-size: 0;
  border: 1px solid #EFEEED;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.uiue-cont5 .picList li a img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.uiue-cont5 .picList li:hover a {
  border-color: #FE625E;
}
.uiue-cont5 .picList li:hover a 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);
}