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

.phone_show_990,
.phone_show_767 {
  display: none;
}

@media (max-width: 990px) {
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (min-width: 990px) and (max-width: 1366px) {
  body,
  html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Inter", "Noto Sans SC", sans-serif !important;
}

.bor {
  border-radius: var(--roda);
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-zt: #E60012;
  --color-bs: #fff;
  --color-ys: #676767;
  --head-height: 6.25rem;
  --cbasta: 8.3333333333%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
  --color-jb: linear-gradient(106deg, #E60012 29.69%, #FFF 118.55%);
  --roda: 1.25rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
    --roda: 1.25rem;
  }
}

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

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

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  border: 0.0625rem solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}
.more-b.hs {
  color: #9F9F9F;
  border-color: #9F9F9F;
}
.more-b.hs::after {
  background-color: var(--color-zt);
}
.more-b.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-b.hsa {
  color: #fff;
  border: none;
  background: var(--color-jb);
}
.more-b.hsa span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.more-b.hsa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-b.hsa::after {
  background: #fff;
}
.more-b.hsa:hover span {
  color: var(--color-zt);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.25rem;
}
.head .head2 .top-tel {
  position: relative;
}
.head .head2 .top-tel a.rhgxt {
  color: #333333;
  line-height: 1.25rem;
  display: block;
  border-right: 1px solid #D0D0D0;
  padding: 0 1.5rem;
}
.head .head2 .top-tel a.rhgxt i {
  font-size: 1.35rem;
  font-weight: 500;
}
.head .head2 .top-tel .dh-sec {
  position: absolute;
  left: 50%;
  top: calc(100% + 1.25rem);
  width: 10rem;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: rgb(255, 255, 255);
  padding: 1rem 1rem;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  line-height: 1.25em;
  display: none;
}
.head .head2 .top-tel .dh-sec::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.75rem solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 1.25rem;
  top: -1.35rem;
}
.head .head2 .top-tel .dh-sec p {
  font-size: 0.875rem;
}
.head .head2 .top-tel .dh-sec b {
  color: var(--color-zt);
  font-size: 0.875rem;
  font-weight: 700;
}
.head .head2 .top-tel:hover .dh-sec {
  display: block;
}
.head .head2 .zywena {
  margin-left: 1.5rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: #333333;
  line-height: 1.25rem;
  display: block;
  border-left: 1px solid #D0D0D0;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.7rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska {
  padding-left: 1.5rem;
}
.head .head2 .sska a {
  color: #333333;
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}
#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.725rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 990px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  padding: 2.8125rem 0 6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #F8F8F8;
}
#menu .nav_a1 li .sec1.cen_sec .sec-vat {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .nav_a1 li .sec1.cen_sec .sec-vat .nav-cont1 {
  width: 32.1886792453%;
  margin-right: 6.25rem;
  padding-bottom: 1.5rem;
}
#menu .nav_a1 li .sec1.cen_sec .sec-vat .nav-cont1 a {
  width: 100% !important;
}
#menu .nav_a1 li .sec1 .sec-vat {
  padding: 0 5%;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 {
  width: 64.3773584906%;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a {
  width: 46.5416178195%;
  color: #333333;
  font-size: 1.25rem;
  line-height: 4.375rem;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a i {
  color: #D9D9D9;
  font-size: 0.65rem;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont1 .wehxa a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont2 {
  width: 31.8490566038%;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont2 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .sec-vat .nav-cont2 .img img {
  width: 100%;
  aspect-ratio: 422/210;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .sec1 .bg_img {
  position: absolute;
  bottom: 3.125rem;
  right: var(--cbasta);
  width: 27.5rem;
  height: 27.5rem;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.05);
  z-index: -1;
  opacity: 0.35;
}
#menu .nav_a1 li .sec1 .bg_img > div {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu .nav_a1 li .sec1 .bg_img > div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .nav_a1 li .sec1 .bg_img img {
  width: 70%;
  display: block;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.05;
}
#menu .nav_a1 li .sec1 .flex_left_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu .nav_a1 li .sec1 .left {
  width: 21.5625rem;
  padding: 2.5rem 2.125rem 4.375rem;
  background: #fff;
  border-right: 1px solid #E7E7E7;
}
#menu .nav_a1 li .sec1 .left ul li.active .con, #menu .nav_a1 li .sec1 .left ul li:hover .con {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(1) .icon {
  background: rgba(253, 211, 92, 0.1);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(2) .icon {
  background: rgba(233, 84, 113, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(3) .icon {
  background: rgba(76, 187, 180, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(4) .icon {
  background: rgba(237, 109, 70, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(5) .icon {
  background: rgba(70, 148, 209, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(6) .icon {
  background: rgba(136, 93, 137, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(7) .icon {
  background: rgba(197, 123, 111, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(8) .icon {
  background: rgba(91, 194, 211, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(9) .icon {
  background: rgba(0, 157, 149, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:nth-child(10) .icon {
  background: rgba(140, 104, 104, 0.2);
}
#menu .nav_a1 li .sec1 .left ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
#menu .nav_a1 li .sec1 .left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .nav_a1 li .sec1 .left ul li a .icon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu .nav_a1 li .sec1 .left ul li a .icon img {
  width: 1rem;
  height: 1rem;
}
#menu .nav_a1 li .sec1 .left ul li a .con {
  width: calc(100% - 1.875rem);
  padding-left: 1.25rem;
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
#menu .nav_a1 li .sec1 .right {
  width: calc(100% - 21.5625rem);
  padding: 3.75rem 0 3.75rem 3.75rem;
}
#menu .nav_a1 li .sec1 .right > div {
  height: 30.625rem;
  overflow-y: scroll;
}
#menu .nav_a1 li .sec1 .right > div > div {
  height: 0;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .right > div > div.active {
  min-height: 100%;
  height: auto;
}
#menu .nav_a1 li .sec1 .right > div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
#menu .nav_a1 li .sec1 .right > div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
#menu .nav_a1 li .sec1 .right > div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: var(--color-zt);
}
#menu .nav_a1 li .sec1 .right ul li {
  margin-bottom: 3.4375rem;
}
#menu .nav_a1 li .sec1 .right ul li:hover .over img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#menu .nav_a1 li .sec1 .right ul li:hover .con .name {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .right .over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.875rem;
  width: 15.3125rem;
  background: #F7D9DA;
}
#menu .nav_a1 li .sec1 .right .over img {
  max-width: 80%;
}
#menu .nav_a1 li .sec1 .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .nav_a1 li .sec1 .right .over,
#menu .nav_a1 li .sec1 .right .over img {
  border-radius: var(--roda);
}
#menu .nav_a1 li .sec1 .right .con {
  width: calc(100% - 15.3125rem);
  padding-left: 2rem;
}
#menu .nav_a1 li .sec1 .right .con .name {
  color: #555;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  white-space: nowrap;
}
#menu .nav_a1 li .sec1 .right .con .text {
  color: #888;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: var(--color-zt);
}

.sticky {
  position: fixed;
  top: 0;
}
.sticky::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.05;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .heng1a {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  font-size: 0;
  z-index: 1;
}
.pc-banner .mySwipera .heng1a img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide.swiper_s66 .banwez1 .tit {
  text-shadow: none;
}
.pc-banner .mySwipera .swiper-slide.swiper_s66 .more-b {
  border: 1px solid #3c6fc3;
  color: #3c6fc3;
}
.pc-banner .mySwipera .swiper-slide.swiper_s66 .more-b::after {
  background: var(--color-zt);
}
.pc-banner .mySwipera .swiper-slide.swiper_s66 .more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .banwez1 {
  color: #585858;
  text-shadow: none;
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .banwez1 .tit {
  color: #585858;
  text-shadow: none;
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .banwez1 .tit span {
  color: var(--color-zt);
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .more-b {
  border: 1px solid #ACACAC;
  color: #929292;
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .more-b::after {
  background: var(--color-zt);
}
.pc-banner .mySwipera .swiper-slide.swiper_s2 .more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.8rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.35rem;
    margin-top: 0.35em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    margin-top: 1.125rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat {
    bottom: 2%;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 0.325rem;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  text-align: center;
  -webkit-animation: run 1.5s infinite linear;
          animation: run 1.5s infinite linear;
}
.pc-banner a.mouse p {
  color: #A9A9A9;
  font-size: 0.75rem;
  margin-top: 0.65em;
}
.pc-banner a.mouse i {
  color: #A9A9A9;
  font-size: 1rem;
  display: block;
}
.pc-banner a.mouse .xdt {
  background: #C4C4C4;
  width: 0.0625rem;
  height: 8.75rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pc-banner a.mouse .xdt {
    height: 4rem;
  }
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1.25rem;
  background: var(--color-zt);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

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

.overa {
  overflow: hidden;
}

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

.fang img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.top {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #676767;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #333333;
}
.title1 .tit {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25em;
  position: relative;
  z-index: 1;
}
.title1 .tit::after {
  content: "";
  width: 2.6875rem;
  height: 2.6875rem;
  background: -webkit-gradient(linear, left top, right top, from(#E60012), to(rgba(230, 0, 18, 0)));
  background: linear-gradient(90deg, #E60012 0%, rgba(230, 0, 18, 0) 100%);
  display: block;
  position: absolute;
  left: -0.5rem;
  top: -0.2rem;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .title1 .tit::after {
    left: -0.5rem;
    top: -0.2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.85rem;
  }
}
.title1 .entit {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-left: 2.75rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.25rem;
  }
}
.title1.bs {
  color: #fff;
}
.cp-sort1 li {
  text-align: center;
}
.cp-sort1 li a.imga {
  display: block;
}
.cp-sort1 li a.imga i {
  width: 6.4375rem;
  height: 6.4375rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-sort1 li a.imga i {
    width: 5.25rem;
    height: 5.25rem;
  }
}
.cp-sort1 li a.imga i img {
  width: 50%;
}
.cp-sort1 li a.imga p {
  color: rgba(124, 124, 124, 0.78);
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cp-sort1 li a.imga p {
    font-size: 1rem;
  }
}

.as21 a.imga i {
  background: rgba(253, 211, 92, 0.2);
}

.as20 a.imga i {
  background: rgba(233, 84, 113, 0.2);
}

.as19 a.imga i {
  background: rgba(76, 187, 180, 0.2);
}

.as18 a.imga i {
  background: rgba(237, 109, 70, 0.2);
}

.as17 a.imga i {
  background: rgba(237, 109, 70, 0.2);
}

.as16 a.imga i {
  background: rgba(136, 93, 137, 0.2);
}

.as15 a.imga i {
  background: rgba(70, 148, 209, 0.2);
}

.as14 a.imga i {
  background: rgba(91, 194, 211, 0.2);
}

.as13 a.imga i {
  background: rgba(0, 157, 149, 0.2);
}

.as37 a.imga i {
  background: rgba(140, 104, 104, 0.2);
}

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  background-size: cover;
  padding: 3rem 0 5.3125rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .swiper-button-prev {
  left: -5rem;
}
.cont1 .swiper-button-next {
  right: -5rem;
}
.cont1 .swiper-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F2E3E4;
}
.cont1 .a1_b1 {
  position: relative;
}
.cont1 .a1_b1 li a.imga {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .a1_b1 li a.imga {
    padding-bottom: 1rem;
  }
}
.cont1 .a1_b1 li a.imga::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.cont1 .a1_b1 li.on a.imga p {
  color: #E60012;
}
.cont1 .a1_b1 li.on a.imga::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.cont1 .a1_b1 li:first-child a.imga::before {
  content: "";
  position: absolute;
  left: calc(var(--cbasta) * -20);
  bottom: -3px;
  width: calc(var(--cbasta) * 20);
  height: 5px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.cont1 .a1_b1 li:first-child.on a.imga::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.cont1 .a1_b1 li:last-child a.imga::before {
  content: "";
  position: absolute;
  right: calc(var(--cbasta) * -20);
  bottom: -3px;
  width: calc(var(--cbasta) * 20);
  height: 5px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.cont1 .a1_b1 li:last-child.on a.imga::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.cont1 .a1v1 .ttz {
  display: none;
}
.cont1 .a1v1 .ttz .a1b1c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .ttz .a1b1c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.85rem;
  }
}
@media (max-width: 450px) {
  .cont1 .a1v1 .ttz .a1b1c1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.cont1.channel_product {
  padding-top: 0;
}
.cont1.channel_product .asjx1 i {
  top: 20%;
}
.cont1.channel_product .asjx1:nth-child(2) i {
  top: auto;
  bottom: 10%;
}
.cont1 .ul {
  padding-top: 6.625rem;
}
.cont1 .ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.25rem;
  z-index: 9;
}
.cont1 .ul li:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: rgba(230, 0, 19, 0.1);
}
.cont1 .ul li:hover .over img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cont1 .ul li:hover .name {
  color: var(--color-zt);
}
.cont1 .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4.25rem);
  border-radius: var(--roda);
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.cont1 .ul li .left {
  padding: 4.25rem 3rem 0 5rem;
  width: 42%;
}
.cont1 .ul li .right {
  width: 60%;
}
.cont1 .ul li .name {
  color: #333;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.cont1 .ul li .text {
  color: #676767;
  margin: 1.125rem 0;
}

.squera_pro > a {
  border-radius: var(--roda);
  background: #FFF;
  -webkit-box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.squera_pro a.img {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.squera_pro a.img u {
  background: #f7d9da;
  display: block;
  font-size: 0;
  padding: 1rem 12%;
}
.squera_pro a.img u img {
  width: 100%;
}
.squera_pro a.img .cont-asx {
  text-align: center;
  padding: 2rem 2rem 3rem;
}
.squera_pro a.img .cont-asx .tit {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.8em;
}
.squera_pro a.img .cont-asx .ftit {
  color: #7B7B7B;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.cont2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.5rem 0 8.875rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
}
.cont2 .a2v1 .a2b1 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .p1 {
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .p1 {
    margin: 1rem 0;
  }
}
.cont2 .a2v1 .a2b1 .p1 a {
  color: #5EAADA;
}
.cont2 .a2v1 .a2b2 {
  width: 51.25%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2_list1 {
  width: 48.2926829268%;
}
.cont2 .a2v1 .a2b2 .a2b2_list1 + .a2b2_list1 {
  margin-top: 4.125rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2_list1 + .a2b2_list1 {
    margin-top: 2.5rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li {
  border-radius: var(--roda);
  background: rgba(255, 255, 255, 0.7);
  padding: 8.5%;
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2_list1 li + li {
    margin-top: 1.25rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li u {
  display: block;
  font-size: 0;
  width: 2.9375rem;
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li u img {
  width: 100%;
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p {
  text-align: right;
  margin-top: 2rem;
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .title {
  color: #333333;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .title {
    font-size: 3rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .title sup {
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1em;
  top: 0;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .title sup {
    font-size: 1.25rem;
  }
}
.cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .p1 {
  color: #7E7E7E;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .a2b2_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}

.cont3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14.125rem 0 16.6875rem;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
    background-position: top center;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .p1 {
  margin: 1.875rem 0;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .p1 {
    margin: 1rem 0;
  }
}
.cont3 .a3v1 .a3b2 {
  width: 51.25%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li {
  border-radius: var(--roda);
  overflow: hidden;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li + li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 li + li {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa {
  padding: 3.75rem 6%;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa {
    padding: 2.5rem 8%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .img {
  width: 2.875rem;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .img img {
  width: 100%;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p {
  width: calc(95% - 2.875rem);
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .txta {
  width: calc(95% - 2.75rem);
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .txta .tit {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.85em;
  font-weight: 500;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .txta .p1 {
  color: #676767;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .txta .p1 {
    font-size: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .xmores {
  width: 2.75rem;
  height: 2.75rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa .cont-p .xmores i {
  color: #E60012;
  font-size: 1rem;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa:hover {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa:hover .cont-p .txta .tit {
  color: #E60012;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa:hover .cont-p .xmores {
  background: #E60012;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.imgaxa:hover .cont-p .xmores i {
  color: #fff;
}

.cont4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  background-size: cover;
  padding: 7.75rem 0 6.75rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}
.cont4 .a4v1 {
  position: relative;
  z-index: 1;
}
.cont4 .a4v1 .footer-ticker {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.cont4 .a4_v2 {
  padding-left: var(--cbasta);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 {
    padding: 0 4%;
    margin-top: 1rem;
  }
}
.cont4 .a4_v2 .abt-a4b1 li {
  padding: 0.625rem;
}
.cont4 .a4_v2 .abt-a4b1 li .cont-p .img a img {
  aspect-ratio: 564/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .a4_v2 .cont-p {
  border-radius: 0.625rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.625rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cont4 .a4_v2 .cont-p .xw-as1 .data {
  width: 6.25rem;
}
.cont4 .a4_v2 .cont-p .xw-as1 .data b {
  display: block;
  color: var(--color-zt);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.cont4 .a4_v2 .cont-p .xw-as1 .data p {
  color: rgba(8, 8, 8, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.cont4 .a4_v2 .cont-p .xw-as1 a.name {
  width: calc(100% - 6.375rem);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}
.cont4 .a4_v2 .cont-p .xw-as2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1rem 0 0;
}
.cont4 .a4_v2 .cont-p .img {
  margin-top: 1rem;
}
.cont4 .a4_v2 .cont-p .img a {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont4 .a4_v2 .cont-p .img a img {
  width: 100%;
}
.cont4 .a4_v2 .cont-p:hover .xw-as1 .data b,
.cont4 .a4_v2 .cont-p:hover .xw-as1 .data p, .cont4 .a4_v2 .cont-p.on .xw-as1 .data b,
.cont4 .a4_v2 .cont-p.on .xw-as1 .data p {
  color: var(--color-zt);
}
.cont4 .a4_v2 .cont-p:hover .xw-as1 a.name, .cont4 .a4_v2 .cont-p.on .xw-as1 a.name {
  color: var(--color-zt);
}
.cont4 .a4_v2 .a4_v2b1 {
  width: 38.73659118%;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b1 {
    display: none;
  }
}
.cont4 .a4_v2 .a4_v2b1 .mySwiper2 {
  padding: 0.625rem;
}
.cont4 .a4_v2 .a4_v2b2 {
  width: 60.4886769964%;
}
.cont4 .a4_v2 .a4_v2b2 .cont-p .img a img {
  aspect-ratio: 348/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b2 {
    width: 100%;
  }
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 {
  padding: 0.625rem;
  padding-right: 24%;
}
@media (max-width: 1366px) {
  .cont4 .a4_v2 .a4_v2b2 .mySwiper1 {
    padding-right: 5.78125%;
  }
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b2 .mySwiper1 {
    padding: 0;
  }
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .cont-p .xw-as1 a.name {
  font-size: 1.25rem;
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .swiper-pagination {
  background: #E8E8E8;
  width: 100%;
  top: auto;
  height: 4px;
  bottom: 0;
  position: static;
  border-radius: 0.2rem;
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-zt);
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .swiper-pagination {
  width: calc(95% - 7.625rem);
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .jtas-b {
  width: 7.625rem;
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .jtas-b > div {
  background: transparent;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid var(--color-zt);
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .jtas-b > div i {
  color: var(--color-zt);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .jtas-b > div:hover {
  background: var(--color-zt);
}
.cont4 .a4_v2 .a4_v2b2 .mySwiper1 .jata-a .jtas-b > div:hover i {
  color: #fff;
}

.footer-ticker .scrolling-ticker-box {
  --gap: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.footer-ticker .scrolling-ticker-box .scrolling-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.footer-ticker .scrolling-ticker-box .scrolling-content span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 8.75rem;
  line-height: 1.1em;
  font-weight: 600;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .footer-ticker .scrolling-ticker-box .scrolling-content span {
    font-size: 3rem;
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.foot-fot {
  position: relative;
  background: #222222;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 5.4375rem 0 5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .fo-a2c1 {
  color: #fff;
  margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2c1 li {
  margin-top: 0.25rem;
}
.foot-fot .foota1 .fo-a2c1 .asjhx1 {
  gap: 0.5rem;
}
.foot-fot .foota1 .fo-a2c1 .asjhx1 i {
  display: block;
  width: 1.25rem;
}
.foot-fot .foota1 .fo-a2c1 .asjhx1 i img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2c1 .asjhx1 p {
  font-size: 0.875rem;
  line-height: 1.75em;
}
.foot-fot .foota1 .fo-a2c1 b {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.65em;
  padding: 0.25rem 0;
}
.foot-fot .foota1 .fo-a2c2 {
  gap: 1rem;
  margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2c2 li a {
  display: block;
  font-size: 0;
}
.foot-fot .foota1 .fo-a2c2 li a img {
  height: 1.65rem;
}
.foot-fot .foota1 .fo-a3 .ermxa1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a3 .ermxa1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.foot-fot .foota1 .fo-a3 .ermxa1 li i {
  display: block;
  font-size: 0;
  width: 6.25rem;
}
.foot-fot .foota1 .fo-a3 .ermxa1 li i img {
  width: 100%;
}
.foot-fot .foota1 .fo-a3 .ermxa1 li p {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
.foot-fot .foota1 .foot-tit {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  padding-left: 0.65em;
}
.foot-fot .foota1 .foot-tit::before {
  content: "";
  width: 0.25rem;
  height: 1.0625rem;
  background: var(--color-zt);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
  margin-left: 0.65em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foota2 .fott-vatc {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .foot-fot .foota2 .fott-vatc {
    border-top: none;
  }
}
.foot-fot .foota2 .fott-vatc .bq {
  gap: 2rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .fott-vatc .bq {
    gap: 0;
  }
}
.foot-fot .foota2 .fott-vatc .bq a + a {
  margin-left: 0.75rem;
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.zd_erha {
  position: fixed;
  right: 1.2%;
  bottom: 5%;
  z-index: 999;
  border: 1.3px solid #E9E9E9;
  border-radius: 3.125rem;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list {
  background: #fff;
  border-radius: 3.125rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha li {
  padding: 0.5rem;
  border-top: 1px solid rgba(63, 63, 63, 0.1);
}
.zd_erha li:first-child {
  border-top: none;
}
.zd_erha li > a {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: relative;
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
          box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

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

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

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

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

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

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

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

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

.ss-list li {
  padding: 1rem 0;
}
.ss-list li .m-img-news.tu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.ss-list li .m-img-news.tu img {
  margin: 0 auto;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
}
.ss-list li .m-img-news img {
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 50%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  font-weight: 600;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 4rem;
  line-height: 1.35em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 2.75rem;
  line-height: 1.35em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
  margin-top: 0.75rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.nbanner .heng1a {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  z-index: 1;
}
.nbanner .heng1a img {
  width: 100%;
}
.nbanner .ban-mbx {
  position: absolute;
  left: 0;
  top: calc(var(--head-height) + 0.5rem);
  z-index: 1;
  width: 100%;
}
.nbanner .ban-mbx .ajhhsd {
  color: #fff;
}
.nbanner .ban-mbx .ajhhsd a {
  color: #fff;
}
.nbanner .ban-mbx .ajhhsd a:hover {
  color: var(--color-zt);
}

.n_mbx {
  position: sticky;
  top: 6.25rem;
  background: #fff;
  width: 100%;
  z-index: 99;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
  cursor: pointer;
}
.n_mbx .n_src li + li {
  margin-left: 2.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#abt6 {
  height: var(--head-height);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1,
  #abt2,
  #abt3,
  #abt4,
  #abt5,
  #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E60012 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 2em;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(51, 51, 51, 0.3);
}

.abt-cont1 {
  padding: 5.125rem 0 5.9375rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 46.5%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax {
  margin-top: 1.7rem;
  max-height: 31rem;
  overflow-y: scroll;
  padding-right: 2rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: rgb(201, 201, 201);
  width: 4px;
  height: 164px;
  position: absolute;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: var(--color-zt);
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax strong {
  font-weight: 400;
  color: #5EAADA;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-ax p + p {
  margin-top: 0.5em;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 47.1875%;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 img {
  width: 100%;
}

.abt-cont2 {
  position: relative;
}
.abt-cont2::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: url(../images/bolang.svg) no-repeat;
  background-size: cover;
}
.abt-cont2 .tips {
  color: #676767;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: right;
  position: absolute;
  top: 0;
  width: 100%;
}
.abt-cont2 .a2b2_list1 {
  gap: 2.1875rem;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .abt-cont2 .a2b2_list1 {
    gap: 1.25rem;
  }
}
.abt-cont2 .a2b2_list1 li {
  border-radius: var(--roda);
  background: rgba(255, 255, 255, 0.7);
  border: 0.937px solid #E9E9E9;
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.125%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.abt-cont2 .a2b2_list1 li:nth-child(2n) {
  margin-top: 5rem;
}
.abt-cont2 .a2b2_list1 li u {
  display: block;
  font-size: 0;
  width: 2.9375rem;
}
.abt-cont2 .a2b2_list1 li u img {
  width: 100%;
}
.abt-cont2 .a2b2_list1 li .cont-p {
  text-align: right;
  margin-top: 2rem;
}
.abt-cont2 .a2b2_list1 li .cont-p .title {
  color: #333333;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont2 .a2b2_list1 li .cont-p .title {
    font-size: 3rem;
  }
}
.abt-cont2 .a2b2_list1 li .cont-p .title sup {
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1em;
  top: 0;
}
@media (max-width: 768px) {
  .abt-cont2 .a2b2_list1 li .cont-p .title sup {
    font-size: 1.25rem;
  }
}
.abt-cont2 .a2b2_list1 li .cont-p .p1 {
  color: #7E7E7E;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 .a2b2_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}

.abt-cont3 {
  padding: 4.625rem 0 6.25rem;
}
.abt-cont3 .content {
  height: 39.875rem;
  border-radius: var(--roda);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
.abt-cont3 .content ul {
  width: 100%;
}
.abt-cont3 .content .name {
  color: #FFF;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.abt-cont3 .content .text {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}
.abt-cont3 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abt-cont3 .content ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 8.125rem 0;
}
.abt-cont3 .content ul li:not(:last-child) {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.abt-cont4 {
  padding: 8.125rem 0 11.25rem;
}
.abt-cont4 .pr_before {
  padding: 0 var(--cbasta);
}
.abt-cont4 .pr_before::before {
  content: "";
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 20rem;
  background: url(../images/xian.png) no-repeat;
  background-size: cover;
}
.abt-cont4 ul li:nth-child(even) > div::before {
  bottom: auto;
  top: 0;
}
.abt-cont4 ul li:nth-child(even) > div .year {
  padding-top: 3.75rem;
}
.abt-cont4 ul li > div {
  padding-left: 1.875rem;
  position: relative;
  z-index: 9;
  height: 100%;
}
.abt-cont4 ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  background: #fff;
  border: 0.1875rem solid var(--color-zt);
  border-radius: 50%;
  z-index: 3;
}
.abt-cont4 ul li > div::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: -1;
  background: var(--color-zt);
}
.abt-cont4 ul li .year {
  color: var(--color-zt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.abt-cont4 ul li .text {
  color: #848484;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45rem;
  text-transform: uppercase;
  padding-right: 0.25rem;
  text-align: justify;
}
.abt-cont4 .mySwiper8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abt-cont4 .mySwiper8 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.abt-cont4 .mySwiper8 ul li:nth-child(1) {
  height: 14.375rem;
  margin-top: 16rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(2) {
  height: 9.625rem;
  margin-top: 25.8125rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(3) {
  height: 16.125rem;
  margin-top: 7rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(4) {
  height: 12.625rem;
  margin-top: 22.25rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(5) {
  height: 17.75rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(6) {
  height: 18.3125rem;
  margin-top: 17rem;
}
.abt-cont4 .mySwiper8 ul li:nth-child(7) {
  height: 13.8rem;
}
.abt-cont4 .swiper_btn {
  background-image: none;
}
.abt-cont4 .swiper-button-prev {
  left: 3.75rem;
}
.abt-cont4 .swiper-button-next {
  right: 3.75rem;
}

.abt-cont5 .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10rem;
}
.abt-cont5 .more-b {
  margin-top: 2.8125rem;
}

.abt-cont5 .swiper-container,
.honor_pop_up .swiper-container {
  height: 11.875rem;
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(65%, #000), to(transparent));
  -webkit-mask: linear-gradient(0deg, transparent, #000 65%, transparent);
          mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(65%, #000), to(transparent));
          mask: linear-gradient(0deg, transparent, #000 65%, transparent);
  margin-top: 3.125rem;
}
.abt-cont5 .swiper-container .swiper-slide,
.honor_pop_up .swiper-container .swiper-slide {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abt-cont5 .swiper-container .swiper-slide.swiper-slide-next,
.honor_pop_up .swiper-container .swiper-slide.swiper-slide-next {
  padding: 0.625rem 0;
  font-size: 1.5rem;
}

.honor_pop_up {
  position: fixed;
  top: 0vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  display: none;
  padding: 5rem 0;
}
.honor_pop_up.active {
  display: block;
}
.honor_pop_up::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: var(--cbasta);
  width: calc(100% - var(--cbasta) * 2);
  border-radius: var(--roda);
  background: #fff;
  height: calc(100% - 10rem);
}
.honor_pop_up .a {
  z-index: 89;
  position: relative;
}
.honor_pop_up .guanbi {
  position: absolute;
  top: 3rem;
  right: 5rem;
  cursor: pointer;
}
.honor_pop_up .guanbi:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.honor_pop_up .guanbi img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  height: 2.1875rem;
}
.honor_pop_up > div.a {
  overflow-y: scroll;
  height: 100%;
}
.honor_pop_up > div.a::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: rgb(201, 201, 201);
  width: 4px;
  height: 164px;
  position: absolute;
}
.honor_pop_up > div.a::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.honor_pop_up > div.a::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #000;
}
.honor_pop_up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honor_bg.png) no-repeat;
  background-size: 100% contain;
}
.honor_pop_up .content {
  border-radius: var(--roda);
  position: relative;
  height: 100%;
  padding: 6.875rem 0;
}
.honor_pop_up .content .t {
  padding: 0 5rem;
}
.honor_pop_up .content .t .tr img {
  width: 70%;
}
.honor_pop_up .content .t .hover {
  position: absolute;
  top: 0;
  left: 5rem;
}
.honor_pop_up .content .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.25rem 0;
  background: #F1EFF3;
  position: relative;
  margin-top: -6.25rem;
}
.honor_pop_up .content .center li {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 0 1.5625rem;
}
.honor_pop_up .content .center li a {
  padding-bottom: 0.75rem;
  color: #333;
  position: relative;
}
.honor_pop_up .content .center li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-zt);
}
.honor_pop_up .content .center li:hover a, .honor_pop_up .content .center li.active a {
  color: var(--color-zt);
}
.honor_pop_up .content .center li:hover a::before, .honor_pop_up .content .center li.active a::before {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.honor_pop_up .content .bottom {
  padding: 4.375rem 4.375rem 0;
}
.honor_pop_up .content .bottom > div {
  display: none;
}
.honor_pop_up .content .bottom > div ul {
  margin: 0 -1.25rem;
}
.honor_pop_up .content .bottom > div ul li {
  padding: 0 1.25rem;
  margin: 0 0 2.5rem;
}
.honor_pop_up .content .bottom > div.active {
  display: block;
}
.honor_pop_up .bottom .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.honor_pop_up .bottom .hover .iconfont {
  color: #fff;
  font-size: 4rem;
}
.honor_pop_up .bottom ul li:hover .hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.font34 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.text {
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_responsibility {
  padding: 6.25rem 0 0;
}
.list_responsibility .font34 {
  margin-top: 5.9375rem;
}
.list_responsibility .text {
  text-align: justify;
  margin-top: 0.625rem;
}
.list_responsibility .left {
  padding-right: 5.3125rem;
}
.list_responsibility .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_responsibility .right ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.5625rem;
}
.list_responsibility .right ul li:nth-child(2) {
  margin-top: 5.625rem;
}
.list_responsibility .right ul li:nth-child(2) .over:not(:last-child) {
  margin-bottom: 3.125rem;
}
.list_responsibility .right ul li .over,
.list_responsibility .right ul li .over img {
  border-radius: var(--roda);
}

.list_responsibility_two {
  background: url(../images/hksh.png) no-repeat;
  background-size: cover;
  padding: 10rem 0 12.375rem;
}
.list_responsibility_two .left {
  padding-right: 5.3125rem;
  height: 100%;
  position: sticky;
  top: 15rem;
}
.list_responsibility_two .right ul li {
  position: sticky;
  top: 12rem;
  border-radius: var(--roda);
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.02);
  background: #fff;
}
.list_responsibility_two .right ul li:last-child {
  min-height: 25rem;
}
.list_responsibility_two .right ul li:last-child > div {
  height: 25rem;
}
.list_responsibility_two .right ul li.active > div::before {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_responsibility_two .right ul li > div {
  border-radius: var(--roda);
  position: relative;
  padding: 4.125rem 5rem 3.75rem;
  z-index: 4;
}
.list_responsibility_two .right ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/1221.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  border-radius: var(--roda);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_responsibility_two .right ul li .name {
  color: #615F5F;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_responsibility_two .right ul li .text {
  color: #615F5F;
  margin-top: 1.375rem;
  text-align: justify;
}

.cf {
  color: #fff !important;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--color-zt, 0.4);
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: var(--color-zt, 1);
}

.swiper_btn {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_responsibility_three {
  padding: 6.25rem 0 5.625rem;
}
.list_responsibility_three .wh {
  padding-right: 0;
}
.list_responsibility_three .swiper_pag {
  padding-right: 37.5rem;
}
.list_responsibility_three .swiper_btn img {
  height: 7.1875rem;
}
.list_responsibility_three .swiper-button-prev {
  left: -6rem;
  display: none;
}
.list_responsibility_three .swiper-button-next {
  right: 29rem;
}
.list_responsibility_three .swiper-button-next img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.list_responsibility_three .swiper {
  padding-right: 37.5rem;
  margin-top: 2.5rem;
}
.list_responsibility_three .swiper .swiper-slide-active .hover {
  opacity: 1;
}
.list_responsibility_three .swiper .hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 50%;
  padding-left: 6.25rem;
  opacity: 0;
}
.list_responsibility_three .swiper .hover .name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.ptb {
  padding: 6.25rem 0 6.875rem;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}

.list_information .ul li {
  border-radius: var(--roda);
  border: 1px solid #ECEDEE;
  position: relative;
  margin-bottom: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3125rem 2.1875rem;
  z-index: 45;
}
.list_information .ul li .right a:hover {
  color: var(--color-zt);
}
.list_information .ul li .right a:hover svg path {
  stroke: var(--color-zt);
}
.list_information .ul li:hover::before {
  background: rgba(230, 0, 19, 0.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_information .ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: var(--roda);
}
.list_information .ul li .icon {
  width: 5.625rem;
  height: 5.625rem;
}
.list_information .ul li .icon img {
  width: 100%;
  height: 100%;
}
.list_information .ul li .center {
  width: calc(100% - 5.625rem - 20%);
  padding-left: 1.75rem;
}
.list_information .ul li .center .name {
  color: #000;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_information .ul li .center .text {
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.list_information .ul li .right {
  width: 20%;
  text-align: right;
}
.list_information .ul li .right a {
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list_information .ul li .right a svg {
  width: 0.75rem;
  margin-right: 0.3125rem;
}

.list_news .content {
  position: relative;
  z-index: 9;
}
.list_news .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.84);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.list_news .swiper-slide {
  z-index: 98;
}
.list_news .swiper-slide .left img {
  height: 29.875rem;
  object-fit: cover;
}
.list_news .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  z-index: -1;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
}
.list_news .swiper-slide .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_news .swiper-slide .right > div {
  padding: 0 8.125rem 0 3.125rem;
}
.list_news .swiper-slide .data {
  color: #E60012;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.list_news .swiper-slide .name {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 1rem 0 0.75rem;
  text-align: justify;
}
.list_news .swiper-slide .text {
  text-align: justify;
}
.list_news .swiper-slide .more-b {
  margin-top: 1.125rem;
}

.list_news_two .ul {
  margin: 0 -1.5625rem;
}
.list_news_two .ul li {
  padding: 0 1.5625rem;
  margin-bottom: 3.125rem;
}
.list_news_two .ul li .over img {
  height: 19rem;
  object-fit: cover;
  display: block;
}
.list_news_two .ul li:hover .over img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_news_two .ul li:hover .cont-p::after {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_news_two .ul li:hover .cont-p .name {
  color: var(--color-zt);
}
.list_news_two .ul li .cont-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 0 2.75rem;
  position: relative;
}
.list_news_two .ul li .cont-p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DCD0D0;
}
.list_news_two .ul li .cont-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_news_two .ul li .cont-p .data {
  width: 6.25rem;
}
.list_news_two .ul li .cont-p .data div {
  color: #E60012;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
.list_news_two .ul li .cont-p .data p {
  color: #C3BBBC;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_news_two .ul li .cont-p .name {
  width: calc(100% - 6.25rem);
  color: #333;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_header {
  padding-top: 6.25rem;
}
.show_header .head2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}

.xw-show_bja {
  padding-bottom: 8.125rem;
  background: url(../images/news_detail.png) no-repeat;
  background-size: cover;
}
.xw-show_bja .date {
  color: #E60012;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 3.125rem 0 0.625rem;
}
.xw-show_bja .title-a {
  color: #333;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.show-news-content {
  padding: 3.4375rem 0 5rem;
  background: #fff;
}
.show-news-content .text {
  border-right: 1px solid #E7E7E7;
  width: calc(100% - 8.93rem);
  padding-right: 3.4375rem;
}
.show-news-content .text img {
  border-radius: var(--roda);
}
.show-news-content .right {
  width: 8.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 2.9375rem;
  height: 100%;
  position: sticky;
  top: 10rem;
  z-index: 1200;
}
.show-news-content .right .fenxiang ul li:first-child {
  background: rgba(48, 179, 42, 0.1);
  border-radius: 50%;
  margin-bottom: 0.625rem;
}
.show-news-content .right .fenxiang ul li:nth-child(2) {
  background: rgba(221, 0, 127, 0.1);
  border-radius: 50%;
}
.show-news-content .right .fenxiang .social-share a {
  margin: 0;
  width: 2.875rem;
  height: 2.875rem;
  border: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show-news-content .right .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show-news-content .right > div {
  padding-top: 1.375rem;
  border-top: 1px solid #F1F1F1;
  width: 5.625rem;
  text-align: center;
}
.show-news-content .right .p {
  color: #7E7E7E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.125rem;
}
.show-news-content .right .return {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #F1F1F1;
  color: #7E7E7E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show-news-content .right .return img {
  width: 1.5rem;
}
.show-news-content .right .return:hover div {
  color: var(--color-zt);
}
.show-news-content .right .return div {
  padding-top: 0.75rem;
}
.show-news-content .shangxia {
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-top: 2rem;
  margin-top: 2.75rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.show-news-content .shangxia a {
  color: #7E7E7E;
}
.show-news-content .shangxia a:hover {
  color: var(--color-zt);
}

.list_product {
  padding: 0.5rem 0 3.75rem;
}
.list_product.diyiping .asjx1 i {
  top: 40%;
}
.list_product.diyiping .asjx1 i:nth-child(1) {
  top: 5%;
}
.list_product .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_product .ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 2.8125rem;
}
.list_product .ul li.active p, .list_product .ul li:hover p {
  color: var(--color-zt);
}
.list_product .ul li .icon {
  width: 6.4375rem;
  height: 6.4375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.list_product .ul li .icon img {
  width: 3.125rem;
  height: 3.125rem;
}
.list_product .ul li p {
  color: rgba(124, 124, 124, 0.78);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin-top: 0.5rem;
}
.list_product .ul2 {
  margin-top: 2.5rem;
}
.list_product .ul2 li {
  padding: 2.625rem 3.5625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.375rem;
  z-index: 9;
}
.list_product .ul2 li:hover .right img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_product .ul2 li:hover::before {
  background: rgba(230, 0, 19, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_product .ul2 li:hover .left .name {
  color: var(--color-zt);
}
.list_product .ul2 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_product .ul2 li .left {
  width: 55%;
  padding-right: 3.5625rem;
}
.list_product .ul2 li .left .name {
  color: #333;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
}
.list_product .ul2 li .left .text {
  color: #676767;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0.75rem 0 1.5rem;
}
.list_product .ul2 li .right {
  width: 45%;
}
.list_product .ul2 li .right .over {
  background: #F7D9DA;
  height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_product .ul2 li .right .over img {
  max-width: 80%;
}

.show_product {
  padding: 0 0 15.625rem;
  position: relative;
  z-index: 4;
}
.show_product .row {
  margin-top: 1.875rem;
}
.show_product .left {
  min-height: 25rem;
}
@media (max-width: 990px) {
  .show_product .left {
    min-height: auto;
  }
}
.show_product .left .name {
  color: #333;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 5rem;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .show_product .left .name {
    white-space: normal;
  }
}
.show_product .left .guige {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0.5rem 0 0.875rem;
}
.show_product .left .guige span {
  min-width: 5.9375rem;
  padding: 0 0.625rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 0.375rem;
  background: rgba(221, 221, 221, 0.2);
  color: #333;
  font-size: 1.25rem;
  display: inline-block;
}
.show_product .left .guige span:not(:last-child) {
  margin-right: 0.625rem;
}
.show_product .left .yibao {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 1rem;
}
.show_product .left .yibao span {
  display: inline-block;
  background: #FFF;
  padding: 0 0.75rem;
  line-height: 2.5rem;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  color: var(--color-zt);
  font-weight: 700;
  border: 1px solid var(--color-zt);
  margin-left: 1rem;
}
.show_product .left .text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  max-height: 15rem;
  overflow-y: scroll;
  padding-right: 3.75rem;
  text-align: justify;
}
.show_product .left .text.active::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: rgba(0, 0, 0, 0.1);
}
.show_product .left .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 2px;
  height: 164px;
  position: absolute;
}
.show_product .left .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.show_product .left .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: var(--color-zt);
}
.show_product .left .text strong {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 0.625rem;
  display: inline-block;
}
.show_product .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.show_product .right img {
  max-width: 90%;
}
.show_product .heng1a {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.show_product.diyiping .asjx1 .i:nth-child(1) {
  top: 0;
}
.show_product.diyiping .asjx1 i:nth-child(2) {
  top: 32%;
  left: 30%;
}
.show_product.diyiping .asjx1 i:nth-child(3) {
  top: 44%;
  left: 30%;
  left: auto;
  right: 0;
}

.about_product {
  padding: 5rem 0 7.5rem;
  background-size: cover;
  background: #fff;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.about_product .asjx1 i {
  top: auto;
  bottom: 10%;
}
.about_product .asjx1 i:nth-child(1) {
  bottom: 0%;
  left: 35%;
  top: auto;
  width: 40%;
}
.about_product .asjx1 i:nth-child(1) img {
  opacity: 0.35;
}
.about_product .asjx1 i:nth-child(2), .about_product .asjx1 i:nth-child(3) {
  left: auto;
  right: 10%;
  display: none;
}
.about_product .swiper-slide {
  height: auto;
}
.about_product .swiper_pag {
  margin-top: 1.875rem;
}
.about_product .swiper-slide {
  padding: 1.1875rem;
}
.about_product .swiper-container {
  margin-top: 1.875rem;
}
.about_product .margin {
  margin: -1.1875rem;
}

.list_rd.diyiping .asjx1 i:nth-child(3) {
  left: auto;
  right: 0;
}
.list_rd.diyiping .asjx1 i:nth-child(2) {
  left: 28%;
}
.list_rd.diyiping .asjx1 i:nth-child(1) {
  top: 50%;
}
.list_rd .ul {
  margin-top: 3.75rem;
}
.list_rd .ul li:nth-child(even) {
  margin-top: 6.25rem;
}
.list_rd .ul li:hover .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_rd .ul li > div {
  position: relative;
  padding: 2.6875rem 4.8125rem 4.6875rem 3.375rem;
  z-index: 4;
}
.list_rd .ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  border: 1px solid #FFF;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.list_rd .ul li > div .icon img {
  height: 3.875rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
.list_rd .ul li > div .name {
  color: #E60012;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 2.1875rem 0 0.9375rem;
}
.list_rd .swiper {
  padding: 0 13.125rem;
}
.list_rd .content {
  margin: 1.125rem 0 1.875rem;
}
.list_rd .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  border-radius: var(--roda);
  -webkit-transform: all 0.6s ease;
          transform: all 0.6s ease;
}
.list_rd .swiper-slide.swiper-slide-active::before {
  opacity: 0;
  -webkit-transform: all 0.6s ease;
          transform: all 0.6s ease;
}
.list_rd .swiper_btn img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.2;
}
.list_rd .swiper_btn:hover img {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.list_rd .swiper-button-prev {
  left: 6.25rem;
}
.list_rd .swiper-button-next {
  right: 6.25rem;
}

.list_rd_two .maps {
  padding: 0 6.25rem;
}
.list_rd_two .margin {
  margin: 2.5rem 0 2.8125rem;
}
.list_rd_two .ul {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_rd_two .ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list_rd_two .ul li:nth-child(even) {
  margin-top: 10.375rem;
}
.list_rd_two .ul li .num {
  line-height: 1;
}
.list_rd_two .ul li .num span {
  color: #E60012;
  font-size: 4rem;
  font-weight: 400;
}
.list_rd_two .ul li .num sub {
  color: #E60012;
  font-size: 1rem;
  line-height: 1.5rem;
  bottom: 0;
}
.list_rd_two .ul li.ta > div {
  display: inline-block;
}
.list_rd_two .ul li.ta div {
  text-align: left;
}
.list_rd_two .ul li .text {
  color: #7E7E7E;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  min-width: 11.875rem;
  white-space: nowrap;
}
.list_rd_two .dian {
  width: 17.375rem;
  height: 17.375rem;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 31%;
  right: 12%;
  -webkit-animation: fangda 2s infinite;
          animation: fangda 2s infinite;
}
@-webkit-keyframes fangda {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fangda {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.list_rd_two .dian div {
  width: 10.75rem;
  height: 10.75rem;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.1);
  position: relative;
}
.list_rd_two .dian div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.1);
}
.list_rd_two .dian div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgb(230, 0, 18);
}
.list_rd_two .bot .left {
  padding-right: 3.25rem;
}
.list_rd_two .bot .right {
  padding-left: 3.25rem;
}
.list_rd_two .bot .name {
  color: #333;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}

.tj {
  text-align: justify;
}

.alignc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_quality .swiper-slide:nth-child(2) .name {
  color: #7c7c7c !important;
}
.list_quality.diyiping .asjx1 i:nth-child(2) {
  top: 20%;
  left: auto;
  right: 0;
}
.list_quality.diyiping .asjx1 i:nth-child(3) {
  top: 30%;
}
.list_quality .sum > div:nth-child(even) {
  margin-top: 4rem;
}
.list_quality .sum > div:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.list_quality .sum > div:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 46%;
}
.list_quality .sum > div:nth-child(even) .right .name {
  position: absolute;
  top: 2.625rem;
  left: 0;
  padding: 0 15px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_quality .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_quality .right ul li {
  width: 16.25rem;
  height: 16.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #E60012;
  position: relative;
  color: #E60012;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.list_quality .right ul li:nth-child(1) {
  position: relative;
  right: -4.5rem;
}
.list_quality .right ul li:nth-child(2) {
  color: #333;
  background: rgba(230, 0, 18, 0.2);
  border: 1px solid rgba(230, 0, 18, 0.2);
}
.list_quality .right ul li:nth-child(3) {
  position: relative;
  right: 4.5rem;
}
.list_quality .left {
  width: 46%;
}
.list_quality .right {
  width: 54%;
}

.list_quality_two {
  background: #F3F4F8;
}
.list_quality_two .dian {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-zt);
  background: #fff;
}
.list_quality_two .year {
  color: #E60012;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.list_quality_two .text {
  color: #848484;
}
.list_quality_two .pr_before {
  margin-top: 4.375rem;
}
.list_quality_two .pr_before .swiper-slide {
  padding-left: 3.625rem;
}
.list_quality_two .pr_before::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.list_quality_two .swiper_btn {
  top: 0.625rem;
}
.list_quality_two .swiper_btn img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.3;
}
.list_quality_two .swiper_btn:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}
.list_quality_two .swiper-button-prev {
  left: -5rem;
}
.list_quality_two .swiper-button-next {
  right: -5rem;
}

body {
  overflow-x: visible;
}

.list_quality_three .left {
  height: 100%;
  position: sticky;
  top: 10rem;
}
.list_quality_three .left ul li {
  height: 5.5rem;
  cursor: pointer;
  position: relative;
}
.list_quality_three .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.list_quality_three .left ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_quality_three .left ul li.active::after {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_quality_three .left ul li.active span,
.list_quality_three .left ul li.active div {
  color: var(--color-zt);
}
.list_quality_three .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.list_quality_three .name span {
  display: inline-block;
  width: 4rem;
  color: #7E7E7E;
}
.list_quality_three .name div {
  width: calc(100% - 4rem);
  color: #7E7E7E;
}
.list_quality_three .right .content {
  position: relative;
  z-index: 9;
  padding: 4.375rem 3.125rem;
}
.list_quality_three .right .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  border: 1px solid #ECEDEE;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  z-index: -1;
}

.lx-cont1 {
  padding-top: 3.4375rem;
}
.lx-cont1 .left {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1rem;
  width: 30%;
}
.lx-cont1 .left img {
  height: 5.625rem;
}
.lx-cont1 .left div {
  margin-top: 1rem;
}
.lx-cont1 .center {
  width: 40%;
}
.lx-cont1 .center .name {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 2.125rem;
}
.lx-cont1 .center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lx-cont1 .center ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.lx-cont1 .center ul li p {
  color: #E60012;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.lx-cont1 .center ul li div {
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.lx-cont1 .center ul li:nth-child(odd) {
  width: 60%;
}
.lx-cont1 .center ul li:nth-child(even) {
  width: 40%;
}
.lx-cont1 .right {
  width: 28.4375rem;
}
.lx-cont1 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lx-cont1 .right ul li {
  width: 8.4375rem;
}
.lx-cont1 .right ul li:not(:last-child) {
  margin-right: 1.5625rem;
}
.lx-cont1 .right ul li img {
  width: 100%;
}
.lx-cont1 .right ul li p {
  margin-top: 0.25rem;
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

#mapDiv {
  z-index: 8;
}

.list_message {
  background: url(../images/message.png) no-repeat;
  background-size: cover;
}
.list_message .div_aghgha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_message .div_aghgha > div {
  width: calc(100% - 10rem);
  text-align: left;
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_message .div_aghgha > div input {
  width: auto;
}
.list_message .row {
  margin: 0 -1.25rem;
}
.list_message .row > div {
  padding: 0 1.25rem;
}
.list_message .m_label {
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.list_message .m_label span {
  color: #E60012;
}
.list_message select {
  width: 100%;
  border-radius: 3.75rem;
  line-height: 3.125rem;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 0 1.5rem;
  color: #535353;
  border: none;
  background-image: url("../images/jts.svg");
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 92%;
}
.list_message textarea {
  width: 100%;
  height: 10.375rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #535353;
  border-radius: var(--roda);
  border: none;
  display: block;
  -webkit-box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
.list_message input {
  width: 100%;
  border-radius: 3.75rem;
  line-height: 3.125rem;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  color: #535353;
}

.list_cooperation .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5625rem;
}
.list_cooperation .left ul li {
  width: 50%;
  height: 6.75rem;
  color: #888;
  font-size: 2rem;
  line-height: 1.875rem;
  padding: 0 1.5625rem;
}
.list_cooperation .left ul li div {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cooperation .left ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CDCDCD;
}
.list_cooperation .left ul li div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_cooperation .left ul li.active div, .list_cooperation .left ul li:hover div {
  color: var(--color-zt);
}
.list_cooperation .left ul li.active div::after, .list_cooperation .left ul li:hover div::after {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_cooperation .right ul {
  border-radius: var(--roda);
  position: absolute;
  top: 20%;
  left: 30%;
  background: #fff;
  padding: 1.125rem 2.8125rem;
}
.list_cooperation .right ul li {
  display: none;
}
.list_cooperation .right ul li .address {
  color: #E60012;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.list_cooperation .right ul li .name,
.list_cooperation .right ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #676767;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_cooperation .right ul li .name img,
.list_cooperation .right ul li .text img {
  height: 1.25rem;
  margin-right: 0.5rem;
}
.list_cooperation .right ul li.active {
  display: block;
}

.earth-container {
  width: 100%;
  height: auto;
  position: relative;
}

.three-container {
  width: 100%;
  height: auto;
}
.three-container canvas {
  width: 100% !important;
}

.city-label {
  width: 1rem;
  height: 1rem;
  background: var(--color-zt);
  border-radius: 50%;
  padding: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  cursor: pointer;
  pointer-events: none;
}

/* 标签内容布局 */
.city-label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city-label-content h3 {
  color: #fff;
}

/* 标题样式 */
.city-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: #254ec9; */
  gap: 0px;
  white-space: nowrap;
  text-align: center;
}

.label-content h3 {
  /* font-size: min(2em, 5vw); */
  font-size: 2em;
  line-height: 0;
  color: #ffffff;
  white-space: nowrap;
}

.label-content span {
  font-size: 0.3em;
  color: #ffffff;
  white-space: nowrap;
  line-height: 0;
  /*  opacity: 0.8; */
}

/* 数据行样式 */
.city-data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #767676;
}

.data-img {
  width: 30px;
  height: 30px;
}

.data-img img {
  width: 100%;
}

.titleF {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 20px;
  font-size: clamp(1.4rem, 1.25vw, 3rem);
  font-weight: 400;
}

.titleS {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 20px;
  font-size: min(3.75vw, 9rem);
  line-height: 125%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.titleT {
  text-align: right;
  line-height: 140%;
  color: #888;
  display: inline-block;
  font-size: clamp(1.1rem, 0.9375vw, 2.2rem);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.label-text__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6667em;
  height: 0.6667em;
  color: #254ec9;
}

.floating-webgl__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bottomBody {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  gap: 10px;
  z-index: 9999;
  /* background-color: #767676; */
}

.floating-webgl__buttons-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.3021vw;
  color: #fff;
  line-height: 100%;
  background-color: rgba(8, 10, 18, 0.4);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.sub-body--1.sub-body--ko {
  line-height: 155%;
}

.floating-webgl__buttons-button p {
  font-size: clamp(1.6rem, 1.4583vw, 3.5rem);
  font-weight: 400;
  line-height: 100%;
}

.sub-body--1 {
  font-size: clamp(1.5rem, 1.4063vw, 3.2rem);
  font-weight: 400;
  line-height: 155%;
}

.sub-body {
  letter-spacing: -0.02em;
}

.floating-webgl__buttons-button:hover {
  border: 1px solid #fff;
  color: #fff;
}

.list_quality_two .text {
  margin: 1.375rem 0 1.5625rem;
}
.list_quality_two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-zt);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_quality_two ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.list_quality_two ul li .icon img {
  width: 100%;
  display: block;
}
.list_quality_two ul li div {
  width: calc(100% - 1.5rem);
  padding-left: 0.8125rem;
}

.list_join {
  background: #F2F2F6;
}
.list_join .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_join .ul li > div {
  margin-top: 4.25rem;
}
.list_join .ul li > div:hover .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_join .ul li .icon {
  text-align: center;
}
.list_join .ul li .icon img {
  height: 6.0625rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_join .ul li .name {
  color: #323232;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 1.25rem 0 0.5625rem;
  text-transform: capitalize;
}
.list_join .ul li .text {
  color: #808080;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_join_two .swiper-container {
  margin: 3.3125rem 0 1.875rem;
}

.list_join_three .swiper {
  margin: 5rem 0 1.875rem;
  padding: 0 37.5rem 1.25rem;
}

.lx-cont3 .job-list1a {
  margin: 2.8125rem -1.25rem 0;
}
.lx-cont3 .job-list1a > li {
  padding: 0 1.25rem;
  margin-bottom: 2.75rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.lx-cont3 .job-list1a > li:hover {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.lx-cont3 .job-list1a .cont-sdsd {
  padding: 2.75rem 4.25rem 2.8125rem 3.875rem;
  border-radius: var(--roda);
  border: 1px solid #EAEAEA;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.lx-cont3 .job-list1a .cont-sdsd .name {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E3E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-cont3 .job-list1a .cont-sdsd .name span {
  background: linear-gradient(106deg, #E60012 29.69%, #FFF 118.55%);
  line-height: 1.625rem;
  display: inline-block;
  padding: 0 0.8125rem;
  border-radius: 3.75rem;
  font-size: 1rem;
  color: #fff;
  margin-left: 0.9375rem;
}
.lx-cont3 .job-list1a .cont-sdsd .flex.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0 1.875rem;
}

.job-tanc.layui-layer {
  border-radius: var(--roda);
  padding: 4.5rem 4.25rem 4rem;
  width: 60vw !important;
}
.job-tanc.layui-layer > div {
  height: auto !important;
}
.job-tanc.layui-layer .p2 {
  padding-right: 2rem;
  overflow-y: scroll;
  max-height: 40vh;
}
.job-tanc.layui-layer .p2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
.job-tanc.layui-layer .p2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.job-tanc.layui-layer .p2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: var(--color-zt);
}
.job-tanc.layui-layer dt {
  color: #E60012;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.25rem;
  margin-bottom: 1.25rem;
}
.job-tanc.layui-layer dt span {
  background: linear-gradient(106deg, #E60012 29.69%, #FFF 118.55%);
  line-height: 1.625rem;
  display: inline-block;
  padding: 0 0.8125rem;
  border-radius: 3.75rem;
  font-size: 1rem;
  color: #fff;
  margin-left: 0.9375rem;
}
.job-tanc.layui-layer .flex_left1 {
  color: #E60012;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.625rem;
}
.job-tanc.layui-layer .flex_left1 .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.job-tanc.layui-layer .flex_left1 .flex > div {
  margin-right: 3.125rem;
}
.job-tanc.layui-layer .p2 .text {
  color: #636161;
}
.job-tanc.layui-layer .p2 .text .tip {
  color: #9E9E9E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.job-tanc.layui-layer .p2 .text a {
  color: var(--color-zt);
}
.job-tanc.layui-layer .p2 .text a:hover {
  text-decoration: underline;
}
.job-tanc.layui-layer .p2 strong {
  color: #636161;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.9375rem;
  position: relative;
  margin-bottom: 1.125rem;
  display: inline-block;
}
.job-tanc.layui-layer .p2 strong::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 1.4375rem;
  background: var(--color-zt);
}
.job-tanc.layui-layer .p3 {
  margin-top: 2.1875rem;
}
.job-tanc .layui-layer-ico {
  background: url(../images/close.svg) no-repeat !important;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  background-size: 2.1875rem 2.1875rem !important;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  right: 3.5rem !important;
  top: 3.25rem !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.job-tanc .layui-layer-ico:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.list_cro .swiper-button-prev {
  left: 0;
}
.list_cro .padding {
  position: relative;
  padding: 5.625rem 12.5rem 0;
  z-index: 9;
}
.list_cro .padding .con {
  border-radius: var(--roda);
  position: relative;
}
.list_cro .padding .con::before {
  border-radius: var(--roda);
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.list_cro .CRO_swiper_top .content {
  position: relative;
  padding: 2.8125rem 3.4375rem 4rem 5.25rem;
}
.list_cro .CRO_swiper_top .content .icon img {
  height: 3.5rem;
}
.list_cro .CRO_swiper_top .content .name {
  color: #E60012;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 2.1875rem 0 0.875rem;
}
.list_cro .CRO_swiper_top .content .text {
  color: #7E7E7E;
}
.list_cro .CRO_swiper_top .content .text .dian {
  position: relative;
  padding-left: 1.5625rem;
}
.list_cro .CRO_swiper_top .content .text .dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #7E7E7E;
}
.list_cro .CRO_swiper_bot {
  padding: 5.3125rem 0 1.25rem;
}
.list_cro .CRO_swiper_bot .swiper-slide {
  cursor: pointer;
}
.list_cro .CRO_swiper_bot .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #DADADA;
}
.list_cro .CRO_swiper_bot .swiper-slide .phone_show_767 {
  display: none;
}
@media (max-width: 767px) {
  .list_cro .CRO_swiper_bot .swiper-slide .phone_show_767 {
    text-align: center;
    display: block;
  }
}
.list_cro .CRO_swiper_bot .swiper-slide:hover .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.list_cro .CRO_swiper_bot .swiper-slide.swiper-slide-thumb-active > div {
  background: var(--color-zt);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_cro .CRO_swiper_bot .swiper-slide.swiper-slide-thumb-active .name {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_cro .CRO_swiper_bot .swiper-slide.swiper-slide-thumb-active .icon img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.list_cro .CRO_swiper_bot .swiper-slide > div {
  width: 10.375rem;
  height: 10.375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_cro .CRO_swiper_bot .swiper-slide > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 50%;
}
.list_cro .CRO_swiper_bot .swiper-slide > div div {
  width: 100%;
  text-align: center;
}
.list_cro .CRO_swiper_bot .swiper-slide .icon img {
  height: 2.5rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_cro .CRO_swiper_bot .swiper-slide .name {
  color: #181818;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  margin-top: 0.3125rem;
}

.list_cdmo .text {
  margin-top: 3.875rem;
}

.list_cdmo_two.scx table {
  margin-top: 2.5rem;
}
.list_cdmo_two.scx table tr:nth-child(1) {
  background: rgba(230, 0, 18, 0.2);
}
.list_cdmo_two.scx table tr:nth-child(1) td {
  padding: 2.5rem 1.25rem !important;
  color: #333;
}

.list_cdmo_one.diyiping .asjx1 i {
  top: 20%;
}

.list_cdmo_two.quality tr:nth-child(even),
.list_cdmo_four.quality tr:nth-child(even) {
  background: #FEF5F6;
}
.list_cdmo_two.quality td,
.list_cdmo_four.quality td {
  text-align: left;
}
.list_cdmo_two.quality .ta,
.list_cdmo_four.quality .ta {
  text-align: center;
}
.list_cdmo_two.quality .text,
.list_cdmo_four.quality .text {
  margin: 2.1875rem 0;
}
.list_cdmo_two table tr,
.list_cdmo_four table tr {
  background: #fff;
}
.list_cdmo_two table td,
.list_cdmo_four table td {
  border: 1px solid #F3F3F3;
  color: #7E7E7E;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
  vertical-align: middle;
  padding: 1.25rem;
}

.list_cdmo_three .pr_imgpr_img {
  text-align: center;
  padding-top: 10rem;
}
.list_cdmo_three .pr_imgpr_img > .img {
  width: 58.5625rem;
  margin: 0 auto;
  position: relative;
}
.list_cdmo_three .pr_imgpr_img > .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 0.625rem;
  -webkit-box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.24);
  z-index: -1;
}
.list_cdmo_three .pr_imgpr_img > .img img {
  width: 100%;
}
.list_cdmo_three .pr_imgpr_img ul li {
  position: relative;
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_cdmo_three .pr_imgpr_img ul li > img {
  position: absolute;
  top: 0;
  width: calc(100% - 2.875rem);
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(1) {
  width: 27.125rem;
  position: absolute;
  top: 20rem;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(1) .icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(1) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(2) {
  width: 32.5rem;
  position: absolute;
  top: 6.25rem;
  left: 9.0625rem;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(2) .icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(2) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(3) {
  width: 31.875rem;
  position: absolute;
  top: 6.25rem;
  right: 11.25rem;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(3) > img {
  right: 0;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(3) .text {
  padding-left: 1.25rem;
  padding-right: 0;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(4) {
  width: 25.5rem;
  position: absolute;
  top: 20rem;
  right: 0;
  padding-top: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(4) > img {
  right: 0;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(4) .icon {
  margin-top: 0;
}
.list_cdmo_three .pr_imgpr_img ul li:nth-child(4) .text {
  padding-left: 1.25rem;
  padding-right: 0;
  white-space: nowrap;
}
.list_cdmo_three .pr_imgpr_img ul li .icon {
  width: 5.8125rem;
  height: 5.8125rem;
  border: 1px solid var(--color-zt);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  background: #fff;
}
.list_cdmo_three .pr_imgpr_img ul li .icon img {
  height: 2.5rem;
}
.list_cdmo_three .pr_imgpr_img ul li .text {
  width: calc(100% - 5.8125rem);
  padding-right: 1.25rem;
  text-align: left;
}

.diyiping .asjx1 i {
  top: 50%;
}
.diyiping .asjx1 i:nth-child(1) {
  top: 30%;
}

.asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}

.asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.35;
}

@media (max-width: 768px) {
  .asjx1 i img {
    opacity: 0.75;
  }
}
.asjx1 i:nth-child(1) {
  width: 25%;
  top: 0;
  left: -10%;
  -webkit-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}

@media (max-width: 768px) {
  .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.asjx1 i:nth-child(2) {
  width: 30%;
  left: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
  animation: gradientMove1 5s infinite alternate;
}

@media (max-width: 768px) {
  .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.asjx1 i:nth-child(3) {
  width: 50%;
  left: 15%;
  -webkit-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}

@media (max-width: 768px) {
  .asjx1 i:nth-child(3) {
    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%);
  }
}
@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%);
  }
}
@-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%);
  }
}
@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%);
  }
}
.list_message form .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  top: -1px;
}
.list_message form .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  background-size: cover;
  background-color: #fff;
}
.list_message form .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  background-size: cover;
  background-color: #fff;
}
.list_message form .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.list_message form .yszc-cont label span:last-child {
  display: none;
}
@media (max-width: 768px) {
  .list_message form .yszc-cont label {
    width: calc(100% - 2rem);
  }
}
.list_message form .yszc-cont label a {
  color: #656565;
}
.list_message form .yszc-cont label a:hover {
  color: var(--color-zt);
}
.list_message form select option:nth-child(1) {
  display: none;
}

.layui-layer-btn .layui-layer-btn0 {
  background: var(--color-zt) !important;
  border-color: var(--color-zt) !important;
}

.list_cdmo_five .swiper_pag {
  padding-right: var(--cbasta);
  margin-top: 3.4375rem;
}
.list_cdmo_five .wh {
  padding-right: 0;
}
.list_cdmo_five .wh .swiper {
  padding-right: 25.3125rem;
}
.list_cdmo_five .wh .swiper-slide {
  padding: 1.25rem;
}
.list_cdmo_five .wh .swiper-slide:hover .over img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_cdmo_five .wh .swiper-slide:hover .name {
  color: var(--color-zt);
}
.list_join_three .swiper .swiper-slide>div,
.list_cdmo_five .wh .swiper-slide > div {
  position: relative;
  z-index: 8;
}
 
.list_join_three .swiper .swiper-slide>div::before,
.list_cdmo_five .wh .swiper-slide > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--roda);
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.list_join_three .swiper .swiper-slide .name,
.list_cdmo_five .wh .swiper-slide .name {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7E7E7E;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_cdmo_five .wh .margin {
  margin: -1.25rem;
}

.list_cdmo_six .t {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cdmo_six .t .right {
  padding-left: 4rem;
}
.list_cdmo_six .t .right .text {
  color: #676767;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin: 2rem 0 1.5rem;
}
.list_cdmo_six .t .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.875rem;
  position: relative;
}
.list_cdmo_six .t .right ul li:not(:last-child) {
  margin-bottom: 2.125rem;
}
.list_cdmo_six .t .right ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.875rem;
  width: 1px;
  height: 3.875rem;
  background: rgba(0, 0, 0, 0.2);
}
.list_cdmo_six .t .right ul li p {
  width: 3.875rem;
  font-weight: 600;
  color: #676767;
  font-size: 1.375rem;
}
.list_cdmo_six .t .right ul li > div {
  width: calc(100% - 3.875rem);
  padding-left: 1.5625rem;
}
.list_cdmo_six .t .right ul li > div .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cdmo_six .t .right ul li > div .list .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.list_cdmo_six .t .right ul li > div .list p {
  width: calc(100% - 1.5rem);
  padding-left: 0.75rem;
  color: #E60012;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_cdmo_seven .swiper-container {
  margin-top: 3.4375rem;
}
.list_cdmo_seven .swiper_pag {
  margin-top: 1.875rem;
}
.list_cdmo_seven .asjx1 i:nth-child(1) {
  top: 10%;
  left: 2%;
}
.list_cdmo_seven .asjx1 i:nth-child(2) {
  left: 30%;
}
.list_cdmo_seven .asjx1 i:nth-child(3) {
  left: auto;
  right: 0;
}
.list_cdmo_seven .swiper-slide {
  padding: 0.8125rem 1.25rem;
  border-radius: var(--roda);
  background: #fff;
}

.list_join_zero {
  position: relative;
  z-index: 9;
}
.list_join_zero.diyiping .asjx1 i:nth-child(3) {
  top: 20%;
  left: 34%;
}
.list_join_zero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/join.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.list_join_zero .name {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.125rem;
  margin-top: 8.75rem;
}
.list_join_zero .text {
  color: #5B5B5B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
  margin: 1.5625rem 0;
}
.list_join_zero .line {
  width: 1px;
  height: 4.8125rem;
  margin: 0 auto;
  background: var(--color-zt);
}
.list_join_zero .name2 {
  color: #E60012;
  font-family: Inter;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5rem;
}
.list_join_zero .swiper-container {
  height: 22rem;
}
.list_join_zero .swiper-container .swiper-slide {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(230, 0, 18, 0.06);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list_join_zero .swiper-container .swiper-slide.swiper-slide-active {
  color: var(--color-zt);
  font-size: 4.625rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.job-tanc.layui-layer,
.layui-layer {
  background: #fff;
}

.fancybox__button--zoom {
  display: none !important;
}

.heng1a img {
  width: 100%;
}