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

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

p {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: 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;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: 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: 1rem 2.25rem;
  border-radius: 3.125rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  background: #004691;
  font-weight: 500;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.86rem 2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b i {
  font-size: 1rem;
  margin-left: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .more-b i {
    margin-left: 0.5rem;
  }
}
.more-b:hover {
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bsa {
  border: 1px solid #004691;
  background: #fff;
  color: #004691;
}
.more-b.bsa:hover {
  color: #fff;
}
.more-b.bs {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.more-b.bs::after {
  background: #004489;
}
.more-b.bs:hover {
  border-color: #004489;
}

@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;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  --yc-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.75rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .zywena {
  position: relative;
  margin: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt {
  color: var(--yc-color);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.5rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-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 {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: var(--yc-color);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2, .head:hover .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  --yc-color: #000000;
}
.head.sticky .head2 .logo a img, .head:hover .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head.sticky .head2 #menu .nav_a1 li:hover > a, .head.sticky .head2 #menu .nav_a1 li.active > a, .head:hover .head2 #menu .nav_a1 li:hover > a, .head:hover .head2 #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
.head.sticky .head2 #menu .nav_a1 li > a span::after, .head:hover .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

#menu {
  margin-right: 1.5vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li.csd-4 {
  position: static;
}
#menu .nav_a1 li a {
  display: block;
  color: var(--yc-color);
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.8625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.75em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 1.5em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 1em;
  }
}
#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(--yc-color);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: auto;
  min-width: 150%;
  left: 50%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 li .sec a {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  padding: 0.6em 0;
  color: #1B1C21;
  white-space: nowrap;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: inherit;
  left: 0%;
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 {
  width: 57.2916666667%;
  background: #EDEDED;
  padding: 4.375rem 2% 5rem var(--cbasta);
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a {
  width: 46%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
  line-height: 1.5em;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a i {
  display: inline-block;
  color: #8F8F8F;
  font-size: 1.25rem;
  font-weight: 400;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a:hover::after {
  width: 100%;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b1 a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b2 {
  width: 42.7083333333%;
  padding: 3rem -webkit-calc(var(--cbasta) / 1.25) 5rem;
  padding: 3rem -moz-calc(var(--cbasta) / 1.25) 5rem;
  padding: 3rem calc(var(--cbasta) / 1.25) 5rem;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b2 .imga {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b2 .imga:after {
  content: "";
  position: absolute;
  top: -6%;
  right: -7%;
  width: 90%;
  aspect-ratio: 1/1;
  opacity: 0;
  background: #EEF6FF;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}
#menu .nav_a1 li .sec1 .sec-vat1 .sec-b2 .imga img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li:hover .sec {
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 li:hover .sec1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--yc-color);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

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

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

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

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

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.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 .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    top: 12%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.25em;
  letter-spacing: 0.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 1.625rem;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.125rem;
    line-height: 1.65em;
  }
}
.pc-banner .mySwipera .banwez1 .more-b {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .more-b {
    margin-top: 1.25rem;
  }
}
.pc-banner .mySwipera .scroll-d-box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.pc-banner .mySwipera .scroll-d-box i {
  position: relative;
  display: block;
  height: 50px;
  width: 2px;
  background: rgba(255, 255, 255, 0.4588235294);
  margin: 10px auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .scroll-d-box i {
    height: 40px;
  }
}
.pc-banner .mySwipera .scroll-d-box i::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-zt);
  -webkit-animation: scroll-d linear infinite 3s;
     -moz-animation: scroll-d linear infinite 3s;
       -o-animation: scroll-d linear infinite 3s;
          animation: scroll-d linear infinite 3s;
}
@-webkit-keyframes scroll-d {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll-d {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll-d {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll-d {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 4;
  text-align: center;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

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

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

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

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

@-webkit-keyframes bannerjindu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-moz-keyframes bannerjindu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-o-keyframes bannerjindu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes bannerjindu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 0.3125rem !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.gong-pagination span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-zt);
  border-radius: 1rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  width: 2.25rem;
}
.gong-pagination span.swiper-pagination-bullet-active::before {
  width: 100%;
  -webkit-animation: bannerjindu 5s 1 linear forwards;
     -moz-animation: bannerjindu 5s 1 linear forwards;
       -o-animation: bannerjindu 5s 1 linear forwards;
          animation: bannerjindu 5s 1 linear forwards;
}
.gong-pagination.hs span {
  background-color: rgba(0, 0, 0, 0.16);
}

.title1 {
  color: var(--color-ys);
}
.title1 .entit {
  color: #54BCB7;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: capitalize;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.25rem;
  }
}
.title1 .entit i {
  display: block;
  font-size: 0;
  width: 2.3125rem;
  position: absolute;
  left: 0.25rem;
  top: 0;
  z-index: -1;
}
.title1 .entit i img {
  width: 100%;
}
.title1 .tit {
  font-size: 3rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1.bs {
  color: #fff;
}
.title1.bs .entit {
  color: #fff;
}
.title1.ta {
  text-align: center;
}
.title1.ta .entit {
  margin: 0 auto;
}

.sybody {
  overflow: visible;
}

.cont1 {
  position: relative;
  width: 100%;
  height: 200vh;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cont1 {
    height: 300vh;
  }
}
.cont1 .title1 .tit {
  font-size: 3.75rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .title1 .tit {
    font-size: 1.85rem;
  }
}
.cont1 .index-about0 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 0;
}
.cont1 .index-about0 .zcn2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont1 .index-about0 .zcn2 img {
  margin-right: 0.1rem;
}
.cont1 .index-about0 .texbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cont1 .index-about0 .texbox .wh {
  position: relative;
  height: 100vh;
}
.cont1 .index-about0 .texbox .wh .tcn1 {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}
@media (max-width: 991px) {
  .cont1 .index-about0 .texbox .wh .tcn1 {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .cont1 .index-about0 .texbox .wh .tcn1 {
    top: 42%;
    left: 5%;
  }
}
.cont1 .index-about0 .texbox .wh .tcn1 img {
  height: 5.6125rem;
}
@media (max-width: 768px) {
  .cont1 .index-about0 .texbox .wh .tcn1 img {
    height: 2.5rem;
  }
}
.cont1 .index-about0 .texbox .wh .tcn1 span {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 100%;
  line-height: 1.27777778em;
  margin-top: 0.15rem;
  font-size: 1.25rem;
}
.cont1 .index-about0 .texbox .wh .tcn2 {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25%;
}
@media (max-width: 991px) {
  .cont1 .index-about0 .texbox .wh .tcn2 {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .cont1 .index-about0 .texbox .wh .tcn2 {
    right: 5%;
    top: 60%;
  }
}
.cont1 .index-about0 .texbox .wh .tcn2 img {
  height: 2rem;
}
.cont1 .index-about0 .texbox .wh .tcn2 span.as1 {
  font-size: 3.75rem;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .cont1 .index-about0 .texbox .wh .tcn2 span.as1 {
    font-size: 1.85rem;
  }
}
.cont1 .index-about0 .picbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont1 .index-about0 .picbox .line {
  width: 2px;
  height: 40%;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--color-zt);
}
@media (max-width: 991px) {
  .cont1 .index-about0 .picbox .line {
    max-height: 60%;
  }
}
.cont1 .index-about0 .picbox > .img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 60%;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
}
.cont1 .index-about0 .picbox > .img::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.cont1 .index-about0 .picbox > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .index-about0 .picbox > .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media (max-width: 991px) {
  .cont1 .index-about0 .picbox > .img video {
    display: none;
  }
}
.cont1 .index-about0 .dq-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cont1 .aboutbox-ax {
  position: relative;
}
.cont1 .aboutbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.cont1 .aboutbox .wh {
  width: 100%;
}
.cont1 .aboutbox .box1 {
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
  opacity: 0;
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box1 {
    width: 100%;
  }
}
.cont1 .aboutbox .box1 .more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box1 .more-b {
    margin-top: 1.85rem;
  }
}
.cont1 .aboutbox .box2 {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: all 0.5s 1s;
     -moz-transform: all 0.5s 1s;
      -ms-transform: all 0.5s 1s;
       -o-transform: all 0.5s 1s;
          transform: all 0.5s 1s;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box2 {
    width: 100%;
  }
}
.cont1 .aboutbox .box2 .sz_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 8.625rem;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box2 .sz_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    margin-top: 3.5rem;
  }
}
.cont1 .aboutbox .box2 .sz_list1 li .data {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.65em;
  font-weight: 600;
}
.cont1 .aboutbox .box2 .sz_list1 li .data span {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box2 .sz_list1 li .data span {
    font-size: 2.75rem;
  }
}
.cont1 .aboutbox .box2 .sz_list1 li .data sup {
  vertical-align: top;
  line-height: 1em;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box2 .sz_list1 li .data sup {
    font-size: 1.5rem;
  }
}
.cont1 .aboutbox .box2 .sz_list1 li p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .cont1 .aboutbox .box2 .sz_list1 li p {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

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

@-moz-keyframes aboutfuxian {
  from {
    opacity: 0;
    -moz-transform: translateY(0.6rem);
         transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes aboutfuxian {
  from {
    opacity: 0;
    -o-transform: translateY(0.6rem);
       transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes aboutfuxian {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.6rem);
       -moz-transform: translateY(0.6rem);
         -o-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@-webkit-keyframes myrotate {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 25;
  }
}

@-moz-keyframes myrotate {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 25;
  }
}

@-o-keyframes myrotate {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 25;
  }
}

@keyframes myrotate {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 25;
  }
}
.cont2 {
  padding: 7.5rem 0 4.25rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
  .cont2 .wh {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
    width: 100%;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 {
  width: 46.7142857143%;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .tit {
    font-size: 2rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .tit span {
  font-size: 1.625rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .tit span {
    font-size: 1.25rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .ftit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .ftit {
    font-size: 1.125rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .txt {
  margin: 1.25rem 0 2rem;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b1 .txt {
    margin: 1rem 0 1rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 .img {
  position: relative;
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 .img i {
  position: absolute;
  left: 6%;
  top: 5.65%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 .img i img {
  height: 3.25rem;
}
@media (max-width: 768px) {
  .cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 .img i img {
    height: 2.5rem;
  }
}
.cont2 .mySwiper1 .swiper-slide .a2v1 .a2b2 img {
  width: 100%;
}
.cont2 .a2_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 3.75rem;
  margin-top: 4.125rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    margin-top: 0;
  }
}
.cont2 .a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 1.25rem 0;
  }
}
.cont2 .a2_list1 li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 3.75rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li + li {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.cont2 .a2_list1 li .yuan {
  width: 1.25rem;
  position: relative;
  margin-top: 0.35rem;
}
.cont2 .a2_list1 li .yuan .yuan1 {
  border-radius: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 6px solid #ccc;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .yuan .yuan1 {
    border-width: 4px;
  }
}
.cont2 .a2_list1 li .yuan svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
     -moz-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
       -o-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.cont2 .a2_list1 li .yuan svg .x-ba2 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont2 .a2_list1 li .box1 {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
  color: rgba(0, 0, 0, 0.35);
}
.cont2 .a2_list1 li .box1 .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.cont2 .a2_list1 li .box1 .tit span {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.25rem;
}
.cont2 .a2_list1 li .box1 .ftit {
  font-size: 1rem;
  line-height: 1.25em;
  margin-top: 0.25rem;
}
.cont2 .a2_list1 li.on .yuan svg .x-ba2 {
  -webkit-animation: myrotate 5s linear 1 forwards;
     -moz-animation: myrotate 5s linear 1 forwards;
       -o-animation: myrotate 5s linear 1 forwards;
          animation: myrotate 5s linear 1 forwards;
}
.cont2 .a2_list1 li.on .box1 {
  color: rgba(0, 0, 0, 0.8);
}

.cont3 {
  background: #54BCB7;
  padding: 5rem 0 4.6875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .tit-a {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont3 .tit-a {
    font-size: 2rem;
  }
}
.cont3 .cp-sort1 {
  margin-top: 2.85rem;
}
@media (max-width: 768px) {
  .cont3 .cp-sort1 {
    margin-top: 2rem;
    gap: 0.5rem;
  }
}
.cont3 .cp-sort1 li {
  position: relative;
}
.cont3 .cp-sort1 li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .cont3 .cp-sort1 li + li::before {
    display: none;
  }
}
.cont3 .cp-sort1 li a {
  margin: 0 0.65rem;
  display: block;
  color: #FFFFFF;
  font-size: 1.425rem;
  line-height: 1.5em;
  padding: 0.5em 1.5em;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .cont3 .cp-sort1 li a {
    font-size: 1.25rem;
    padding: 0.5em 1.25em;
    margin: 0;
  }
}
.cont3 .cp-sort1 li.on a {
  background: #fff;
  color: var(--color-zt);
}
.cont3 .a3v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .ttz {
  display: none;
}
.cont3 .a3v1 .swiper-container-box {
  position: relative;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-container-box .gong-jtxa {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-container-box .gong-jtxa > div {
    position: static;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
    width: 3rem;
    height: 3rem;
  }
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div i {
  font-size: 1rem;
  font-weight: 700;
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div.swiper-button-next1 {
  right: -5rem;
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div.swiper-button-prev1 {
  left: -5rem;
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div:hover {
  background: #004691;
}
.cont3 .a3v1 .swiper-container-box .gong-jtxa > div:hover i {
  color: #fff;
}
.cont3 .a3v1 .mySwiper2 {
  padding: 0 1px;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx {
  background: #F6F6F6;
  display: block;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx u {
  display: block;
  font-size: 0;
  position: relative;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx u i {
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx u i img {
  height: 2.5rem;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx u img {
  width: 100%;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p {
  padding: 1.425rem 7% 2.25rem;
  color: var(--color-ys);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p {
    padding: 1.25rem 6% 1.65rem;
  }
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx .cont-p .ftit {
    font-size: 1rem;
  }
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx:hover {
  border-color: #004691;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx:hover::after {
  height: 100%;
}
.cont3 .a3v1 .mySwiper2 .swiper-slide a.imgx:hover .tit {
  color: #004691;
}

.cont4 {
  background: -webkit-linear-gradient(196deg, rgba(238, 246, 255, 0) 34.77%, #EEF6FF 84.87%), #FFF;
  background: -moz-linear-gradient(196deg, rgba(238, 246, 255, 0) 34.77%, #EEF6FF 84.87%), #FFF;
  background: -o-linear-gradient(196deg, rgba(238, 246, 255, 0) 34.77%, #EEF6FF 84.87%), #FFF;
  background: linear-gradient(254deg, rgba(238, 246, 255, 0) 34.77%, #EEF6FF 84.87%), #FFF;
  padding-top: 5.375rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding-top: 2.5rem;
  }
}
.cont4 .mySwiper3 .swiper-slide .a4b1 {
  width: 57.1428571429%;
}
@media (max-width: 768px) {
  .cont4 .mySwiper3 .swiper-slide .a4b1 {
    width: 100%;
  }
}
.cont4 .mySwiper3 .swiper-slide .a4b1 .img img {
  width: 100%;
}
.cont4 .mySwiper3 .swiper-slide .a4b2 {
  width: 36.7142857143%;
}
@media (max-width: 768px) {
  .cont4 .mySwiper3 .swiper-slide .a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont4 .mySwiper3 .swiper-slide .a4b2 .tit {
  color: var(--color-ys);
  font-size: 2.25rem;
  line-height: 1.35em;
  font-weight: 700;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont4 .mySwiper3 .swiper-slide .a4b2 .tit {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}
.cont4 .mySwiper3 .swiper-slide .a4b2 .txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.7em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .cont4 .mySwiper3 .swiper-slide .a4b2 .txt {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.cont4 .mySwiper3 .swiper-slide .a4b2 .ashr {
  margin-top: 2.5rem;
  gap: 1.75rem;
}
@media (max-width: 768px) {
  .cont4 .mySwiper3 .swiper-slide .a4b2 .ashr {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}
.cont4 .mySwiper4 {
  padding-top: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .mySwiper4 {
    margin-top: 0;
    padding-top: 1rem;
  }
}
.cont4 .mySwiper4 .swiper-wrapper {
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cont4 .mySwiper4 .swiper-wrapper .swiper-slide {
  height: auto;
}
.cont4 .mySwiper4 .swiper-slide {
  padding: 2rem 2%;
  border: 1px solid #E2E2E2;
  border-left: none;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.cont4 .mySwiper4 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.375rem;
  background: #004691;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}
.cont4 .mySwiper4 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid var(--color-zt);
  opacity: 0;
}
@media (max-width: 768px) {
  .cont4 .mySwiper4 .swiper-slide::before {
    top: -1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid var(--color-zt);
  }
}
.cont4 .mySwiper4 .swiper-slide .img {
  width: 3.75rem;
}
@media (max-width: 768px) {
  .cont4 .mySwiper4 .swiper-slide .img {
    width: 2.5rem;
  }
}
.cont4 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.cont4 .mySwiper4 .swiper-slide .tit {
  width: -webkit-calc(94% - 3.75rem);
  width: -moz-calc(94% - 3.75rem);
  width: calc(94% - 3.75rem);
  font-size: 1.125rem;
  color: var(--color-ys);
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont4 .mySwiper4 .swiper-slide .tit {
    width: -webkit-calc(94% - 2.5rem);
    width: -moz-calc(94% - 2.5rem);
    width: calc(94% - 2.5rem);
    font-size: 1rem;
  }
}
.cont4 .mySwiper4 .swiper-slide.swiper-slide-thumb-active {
  background: #54BDB8;
}
.cont4 .mySwiper4 .swiper-slide.swiper-slide-thumb-active::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont4 .mySwiper4 .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.cont4 .mySwiper4 .swiper-slide.swiper-slide-thumb-active .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont4 .mySwiper4 .swiper-slide.swiper-slide-thumb-active .tit {
  color: #fff;
}

.cont5 {
  background: #F6F6F6;
  padding: 7.625rem 0 6.875rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .a5v1 {
  gap: 1.5rem;
}
.cont5 .a5v1 .xw_sort1 {
  gap: 1.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .xw_sort1 {
    gap: 1rem;
  }
}
.cont5 .a5v1 .xw_sort1 li a {
  color: #004691;
  font-size: 1.125rem;
  line-height: 1.5em;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #004691;
  padding: 0.65em 2.25em;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont5 .a5v1 .xw_sort1 li.on a {
  color: #fff;
  background: var(--color-zt);
}
.cont5 .a5v2 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 {
    margin-top: 1.25rem;
  }
}
.cont5 .a5v2 .ttz {
  display: none;
}
.cont5 .a5v2 .a5b1 {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5b1 {
    width: 100%;
  }
}
.cont5 .a5v2 .a5b1 li {
  border-bottom: 1px solid rgba(0, 70, 145, 0.25);
  padding: 1rem 0;
}
.cont5 .a5v2 .a5b1 li:first-child {
  border-top: 1px solid rgba(0, 70, 145, 0.25);
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5b1 li:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.cont5 .a5v2 .a5b1 li a.img {
  display: block;
  font-size: 0;
  width: 35.8208955224%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5b1 li a.img {
    width: 100%;
  }
}
.cont5 .a5v2 .a5b1 li a.img img {
  width: 100%;
  aspect-ratio: 240/158;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .a5v2 .a5b1 li .cont-p {
  width: 61.1940298507%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5b1 li .cont-p {
    width: 100%;
    margin-top: 1.35rem;
  }
}
.cont5 .a5v2 .a5b1 li .cont-p .data {
  color: var(--color-zt);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
.cont5 .a5v2 .a5b1 li .cont-p a.name {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.cont5 .a5v2 .a5b1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.cont5 .a5v2 .a5b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5b2 {
    display: none;
  }
}
.cont5 .a5v2 .a5b2 li a.img {
  display: block;
  font-size: 0;
}
.cont5 .a5v2 .a5b2 li a.img img {
  width: 100%;
  aspect-ratio: 240/158;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .a5v2 .a5b2 li .cont-p {
  margin-top: 2rem;
}
.cont5 .a5v2 .a5b2 li .cont-p .data {
  color: var(--color-zt);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
.cont5 .a5v2 .a5b2 li .cont-p a.name {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.cont5 .a5v2 .a5b2 li .cont-p a.name:hover {
  color: var(--color-zt);
}

.foot-fot {
  position: relative;
  border-top: 1px solid rgba(0, 70, 145, 0.2);
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: var(--color-ys);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .foot-tit a {
  color: var(--color-ys);
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: var(--color-ys);
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .foot-v1 {
  padding: 5rem 0 2.25rem;
}
.foot-fot .foota1 .tita-ta {
  color: var(--color-ys);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
}
.foot-fot .foota1 .foot-v2 {
  border-top: 1px solid rgba(0, 70, 145, 0.2);
  border-bottom: 1px solid rgba(0, 70, 145, 0.2);
  padding: 1.35rem 0;
}
.foot-fot .foota1 .foot-v2 .d_lixta1 {
  margin-top: 1.125rem;
}
.foot-fot .foota1 .foot-v2 .d_lixta1 li i {
  display: block;
  width: 1.625rem;
  margin-right: 0.75rem;
}
.foot-fot .foota1 .foot-v2 .d_lixta1 li i img {
  width: 100%;
}
.foot-fot .foota1 .foot-v2 .d_lixta1 li p {
  color: var(--color-ys);
  font-size: 1rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .foot-v3 {
  padding: 1rem 0;
}
.foot-fot .foota1 .foot-v3 .foot-c1 .as-asta1 {
  margin-top: 1.65rem;
}
.foot-fot .foota1 .foot-v3 .foot-c1 form {
  width: 23.75rem;
  border: 1px solid rgba(0, 70, 145, 0.25);
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  line-height: 2.625rem;
  padding: 3px;
  border-radius: 2.5rem;
  overflow: hidden;
  padding-left: 1.25rem;
  margin-right: 1.5rem;
}
.foot-fot .foota1 .foot-v3 .foot-c1 form button {
  border: none;
  background: var(--color-zt);
  color: #fff;
  font-size: 1.125rem;
  width: 6.5625rem;
  border-radius: 2.5rem;
}
.foot-fot .foota1 .foot-v3 .foot-c1 form button i {
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 0.25rem;
}
.foot-fot .foota1 .foot-v3 .foot-c1 .social-share a {
  color: var(--color-zt);
  border-color: var(--color-zt);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .foot-v3 .foot-c1 .social-share a:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}
.foot-fot .foota1 .foot-v3 .foot-c2 {
  width: 20.0714285714%;
}
.foot-fot .foota1 .foot-v3 .foot-c2 li {
  width: 46.2633451957%;
  border: 1px solid rgba(0, 70, 145, 0.25);
  border-radius: 1.25rem;
  overflow: hidden;
}
.foot-fot .foota1 .foot-v3 .foot-c2 li img {
  width: 100%;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65em;
  padding: 1em 0;
  background: var(--color-zt);
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: #0056FE;
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: var(--color-zt);
  border: 1px solid var(--color-zt);
  width: 3.75rem;
  border-radius: 3rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.75rem;
}
.zd_erha .aat_list li > a p {
  color: #333434;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页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: var(--color-ys);
  font-size: 1rem;
  line-height: 2em;
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: var(--color-ys);
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

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

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

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

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

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  width: 50%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.125rem;
    width: 100%;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

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

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

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

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

.abt-cont1 {
  padding: 6.5625rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2.25rem 0;
  }
}
.abt-cont1 .gong-sx {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.85em;
}
.abt-cont1 .gong-sx p + p {
  margin-top: 1rem;
}
.abt-cont1 .abt-a1v1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 45%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 img {
  width: 100%;
}
.abt-cont1 .abt-a1v2 {
  margin-top: 1rem;
}

.abt-cont2 {
  background: #54BCB7;
  padding: 5.5rem 0 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.85rem 0 2.25rem;
  }
}
.abt-cont2 .sz_list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .abt-cont2 .sz_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.abt-cont2 .sz_list2 li .data {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.65em;
  font-weight: 600;
}
.abt-cont2 .sz_list2 li .data span {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .sz_list2 li .data span {
    font-size: 2.75rem;
  }
}
.abt-cont2 .sz_list2 li .data sup {
  vertical-align: top;
  line-height: 1em;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .sz_list2 li .data sup {
    font-size: 1.5rem;
  }
}
.abt-cont2 .sz_list2 li p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .sz_list2 li p {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.abt-cont3 {
  padding: 7.5rem 0 4.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0;
  }
}
.abt-cont3 .abt-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.25rem;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.4375rem;
  }
}
.abt-cont3 .abt-list1 li:nth-child(2) {
  -webkit-transform: translateY(-17%);
     -moz-transform: translateY(-17%);
      -ms-transform: translateY(-17%);
       -o-transform: translateY(-17%);
          transform: translateY(-17%);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-list1 li:nth-child(2) {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.abt-cont3 .abt-list1 li i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.abt-cont3 .abt-list1 li i img {
  width: 100%;
  aspect-ratio: 420/320;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont3 .abt-list1 li .cont-p {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-list1 li .cont-p {
    margin-top: 1.25rem;
  }
}
.abt-cont3 .abt-list1 li .cont-p .tit {
  color: #54BCB7;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.abt-cont3 .abt-list1 li .cont-p .txt {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}

.abt-cont4 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.125rem 0 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 35.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .tit-a {
  color: var(--color-ys);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .tit-a {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .ftit {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .ftit {
    font-size: 1.25rem;
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li .tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li i {
  display: block;
  font-size: 0;
  width: 2.3125rem;
  position: absolute;
  left: 50%;
  top: 12%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li.active .tit {
  color: var(--color-zt);
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li.active i {
  opacity: 1;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 55%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
  height: 40.75rem;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
    height: auto;
    overflow: hidden;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-zt);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li {
  --ld-a: 9.0625rem;
  --ld-b: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li {
    --ld-a: 6rem;
    --ld-b: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li::after {
  content: "";
  position: absolute;
  left: -webkit-calc(var(--ld-a) / 3);
  left: -moz-calc(var(--ld-a) / 3);
  left: calc(var(--ld-a) / 3);
  top: 3.5rem;
  width: 1px;
  height: -webkit-calc(100% + var(--ld-b) - 4rem);
  height: -moz-calc(100% + var(--ld-b) - 4rem);
  height: calc(100% + var(--ld-b) - 4rem);
  background: rgba(0, 0, 0, 0.25);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li + li {
  margin-top: var(--ld-b);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
  width: var(--ld-a);
  color: #54BCB7;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
    font-size: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p {
  width: -webkit-calc(100% - var(--ld-a));
  width: -moz-calc(100% - var(--ld-a));
  width: calc(100% - var(--ld-a));
  padding-top: 0.65rem;
  padding-left: 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p {
    padding-top: 0.25rem;
    padding-left: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p::before {
    top: 1rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p {
    font-size: 1.125rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p .p1 .ast-a + .ast-a {
  margin-top: 1rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p .p1 .ast-a b {
  width: 5.625rem;
  font-size: 1.45rem;
  line-height: 1.5em;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p .p1 .ast-a b {
    width: 100%;
    font-size: 1.4rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p .p1 .ast-a p {
  width: -webkit-calc(100% - 5.625rem);
  width: -moz-calc(100% - 5.625rem);
  width: calc(100% - 5.625rem);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p .p1 .ast-a p {
    width: 100%;
  }
}

.abt-cont5 {
  padding: 6.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.5rem 0;
  }
}
.abt-cont5 .mySwiper71 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper71 {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .mySwiper71 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper71 .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.abt-cont5 .mySwiper71 .swiper-slide .img:first-child {
  grid-column: 1/3;
}
.abt-cont5 .mySwiper71 .swiper-slide .img:first-child img {
  aspect-ratio: 920/360;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont5 .mySwiper71 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 440/360;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont5 .mySwiper71 .gong-pagination {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper71 .gong-pagination {
    margin-top: 1rem;
  }
}
.abt-cont5 .mySwiper71 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.cp-body {
  overflow: visible;
}

.product-content .product-cont1 {
  width: 23.9583333333%;
  background: #FAFFFF;
  border-right: 1px solid rgba(0, 70, 145, 0.2);
}
@media (max-width: 768px) {
  .product-content .product-cont1 {
    display: none;
  }
}
.product-content .product-cont1 .sd-nasd {
  position: sticky;
  top: var(--head-height);
}
.product-content .product-cont1 .sd-nasd .n_src1 li {
  border-bottom: 1px solid #C8DAE9;
  position: relative;
}
.product-content .product-cont1 .sd-nasd .n_src1 li a {
  display: block;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .aniut1 a {
  color: var(--color-ys);
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1.25em 15% 1.25em 16.3043478261%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .aniut1-a {
  position: absolute;
  right: 10%;
  top: 1.65rem;
  z-index: 1;
  cursor: pointer;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .aniut1-a i {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec {
  display: none;
  padding: 0 10% 0 16.3043478261%;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec a {
  border-bottom: 1px solid #C8DAE9;
  color: var(--color-ys);
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec a p {
  position: relative;
  padding-left: 1rem;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec a p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 700;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec a:last-child {
  border-bottom: none;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .sec a:hover, .product-content .product-cont1 .sd-nasd .n_src1 li .sec a.active {
  color: var(--color-zt);
  font-weight: 700;
}
.product-content .product-cont1 .sd-nasd .n_src1 li:hover .aniut1 a, .product-content .product-cont1 .sd-nasd .n_src1 li.active .aniut1 a {
  background: var(--color-zt);
  color: #fff;
  font-weight: 700;
}
.product-content .product-cont1 .sd-nasd .n_src1 li:hover .aniut1-a i, .product-content .product-cont1 .sd-nasd .n_src1 li.active .aniut1-a i {
  color: #fff;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .aniut1.clicked a {
  background: var(--color-zt);
  color: #fff;
  font-weight: 700;
}
.product-content .product-cont1 .sd-nasd .n_src1 li .aniut1.clicked .aniut1-a i {
  color: #fff;
}
.product-content .product-cont2 {
  width: 76.0416666667%;
  padding: 5rem 5.2083333333% 1.5rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 {
    display: block;
    width: 100%;
    padding: 2rem 4% 1.5rem;
  }
}
.product-content .product-cont2 .product-a2c1 {
  margin: 2.8125rem 0 3.625rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 {
    margin: 1.5rem 0;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d1 {
  width: 46.6666666667%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 .product-a2c1d1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d1 .entit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 .product-a2c1d1 .entit {
    font-size: 1.75rem;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d1 .tit1 {
  font-size: 2.25rem;
  line-height: 1.25em;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 .product-a2c1d1 .tit1 {
    font-size: 1.5rem;
    margin: 0.5rem 0 0.75rem;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d1 .txt {
  font-size: 1.125rem;
  line-height: 1.75em;
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d2 {
  width: 44.9206349206%;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 .product-a2c1d2 {
    width: 100%;
    margin-top: 0;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d2 .img {
  position: relative;
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d2 .img i {
  position: absolute;
  left: 6%;
  top: 5.65%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d2 .img i img {
  height: 3.25rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-a2c1 .product-a2c1d2 .img i img {
    height: 2.5rem;
  }
}
.product-content .product-cont2 .product-a2c1 .product-a2c1d2 img {
  width: 100%;
}
.product-content .product-cont2 .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-content .product-cont2 .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.product-content .product-cont2 .product-list li {
  background: #F6F6F6;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content .product-cont2 .product-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.product-content .product-cont2 .product-list li a.imgx {
  display: block;
  height: 100%;
}
.product-content .product-cont2 .product-list li a.imgx u {
  display: block;
  font-size: 0;
  position: relative;
}
.product-content .product-cont2 .product-list li a.imgx u img {
  width: 100%;
}
.product-content .product-cont2 .product-list li a.imgx u i {
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.product-content .product-cont2 .product-list li a.imgx u i img {
  height: 2.125rem;
}
.product-content .product-cont2 .product-list li a.imgx .cont-p {
  padding: 1.425rem 7% 2.25rem;
  color: var(--color-ys);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li a.imgx .cont-p {
    padding: 1.25rem 6% 1.65rem;
  }
}
.product-content .product-cont2 .product-list li a.imgx .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li a.imgx .cont-p .tit {
    font-size: 1.25rem;
  }
}
.product-content .product-cont2 .product-list li a.imgx .cont-p .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li a.imgx .cont-p .ftit {
    font-size: 1rem;
  }
}
.product-content .product-cont2 .product-list li:hover {
  border-color: #004691;
}
.product-content .product-cont2 .product-list li:hover::after {
  height: 100%;
}
.product-content .product-cont2 .product-list li:hover .tit {
  color: #004691;
}

.ny-show_body .head .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  --yc-color: #000000;
}
.ny-show_body .head .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.ny-show_body .head .head2 #menu .nav_a1 li:hover > a, .ny-show_body .head .head2 #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
.ny-show_body .head .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.pro-show-cont1 {
  background: var(--color-zt);
  padding: var(--head-height) 0 6.1875rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 0 0 2rem;
  }
}
.pro-show-cont1 .ajhhsd {
  padding: 1.5rem 0;
  color: #FFFFFF;
}
.pro-show-cont1 .ajhhsd i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.pro-show-cont1 .ajhhsd a {
  color: #FFFFFF;
}
.pro-show-cont1 .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 51.5714285714%;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
    font-size: 1.85rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  font-size: 1.125rem;
  line-height: 1.6em;
  padding: 1rem 0 1.75rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1.125rem;
    padding: 1rem 0 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .more-b::after {
  background: #fff;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .more-b:hover {
  color: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 40.4285714286%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img i {
  position: absolute;
  left: 6%;
  top: 7%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img i img {
  height: 2.7rem;
  width: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .img i img {
    height: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper5 .swiper-slide img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper5 .swiper-pagination1 {
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper5 .swiper-pagination1 span::before {
  background: #fff;
}

.cp-nav {
  border-bottom: 1px solid #C8DAE9;
  position: sticky;
  top: var(--head-height);
  left: 0;
  width: 100%;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
@media (max-width: 768px) {
  .cp-nav {
    top: 60px;
    display: none;
  }
}
.cp-nav .cp-show-nav {
  border-right: 1px solid #C8DAE9;
}
.cp-nav .cp-show-nav li {
  border-left: 1px solid #C8DAE9;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cp-nav .cp-show-nav li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    border-top: 1px solid #C8DAE9;
  }
}
.cp-nav .cp-show-nav li a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  padding: 1.65rem 0.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cp-nav .cp-show-nav li a {
    padding: 1rem 0.5em;
  }
}
.cp-nav .cp-show-nav li:hover a, .cp-nav .cp-show-nav li.on a {
  color: var(--color-zt);
}

.pro-show-c1 {
  padding: 5rem 0 5.5rem;
}
@media (max-width: 768px) {
  .pro-show-c1 {
    padding: 2.5rem 0;
  }
}
.pro-show-c1 .content {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-c1 .content {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
.pro-show-c1 .content img {
  width: 100%;
}

.pro-show-c2 {
  background: #F8F8F8;
  padding: 6.25rem 0 5rem;
}
@media (max-width: 768px) {
  .pro-show-c2 {
    padding: 2.5rem 0;
  }
}
.pro-show-c2 .cpys_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-c2 .cpys_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.pro-show-c2 .cpys_list1 li {
  background: #fff;
  text-align: center;
  padding: 3.75rem 5% 3.25rem;
}
@media (max-width: 768px) {
  .pro-show-c2 .cpys_list1 li {
    padding: 2.75rem 8%;
  }
}
.pro-show-c2 .cpys_list1 li .img {
  width: 6.25rem;
  height: 6.25rem;
  border: 1px dashed #54BCB7;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pro-show-c2 .cpys_list1 li .img {
    width: 5.25rem;
    height: 5.25rem;
  }
}
.pro-show-c2 .cpys_list1 li .img img {
  width: 50%;
}
.pro-show-c2 .cpys_list1 li .name {
  color: var(--color-ys);
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-c2 .cpys_list1 li .name {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    text-wrap: balance;
  }
}

.pro-show-c3 {
  padding: 6.6875rem 0 4.8125rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-c3 {
    padding: 2.5rem 0;
  }
}
.pro-show-c3::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 11%;
  width: 37.0833333333%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  background: #EEF6FF;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}
.pro-show-c3 .title1 {
  position: relative;
  z-index: 2;
}
.pro-show-c3 .mySwiper6 {
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 {
    margin-top: 1.5rem;
  }
}
.pro-show-c3 .mySwiper6 .yycj-v .cont-p {
  width: 31.0714285714%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 .yycj-v .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.pro-show-c3 .mySwiper6 .yycj-v .cont-p .tit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 .yycj-v .cont-p .tit {
    font-size: 1.65rem;
  }
}
.pro-show-c3 .mySwiper6 .yycj-v .cont-p .p1 {
  font-size: 1.125rem;
  line-height: 1.6em;
  margin: 1.25rem 0 2.75rem;
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 .yycj-v .cont-p .p1 {
    font-size: 1.125rem;
    margin: 1rem 0 1.5rem;
  }
}
.pro-show-c3 .mySwiper6 .yycj-v .img {
  width: 53.3571428571%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 .yycj-v .img {
    width: 100%;
  }
}
.pro-show-c3 .mySwiper6 .yycj-v .img img {
  width: 100%;
}
.pro-show-c3 .mySwiper6 .gong-pagination {
  text-align: left;
}
@media (max-width: 768px) {
  .pro-show-c3 .mySwiper6 .gong-pagination {
    text-align: center;
    margin-top: 1rem;
  }
}
.pro-show-c3 .mySwiper6 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.pro-show-c4 {
  padding: 6rem 0 4.375rem;
  position: relative;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .pro-show-c4 {
    padding: 2.5rem 0;
    overflow: hidden;
  }
}
.pro-show-c4 .mySwiper6 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 {
    margin-top: 1.5rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .img {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .img {
    width: 100%;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .img img {
  width: 100%;
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p {
  width: 46.2142857143%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .entit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .entit {
    font-size: 1.6rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .tit {
  font-size: 2.85rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .tit {
    font-size: 1.6rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 {
  padding: 2rem 0 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 {
    padding: 1.25rem 0;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl + dl {
  margin-top: 0.65rem;
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dt {
  width: 6.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dt {
    font-size: 1.125rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dd {
  width: -webkit-calc(100% - 7rem);
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  font-size: 1.125rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dd {
    font-size: 1.125rem;
  }
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .aa {
  width: 9.25rem;
}
.pro-show-c4 .mySwiper6 .swiper-slide .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .ab {
  width: -webkit-calc(100% - 9.25rem);
  width: -moz-calc(100% - 9.25rem);
  width: calc(100% - 9.25rem);
}
.pro-show-c4 .mySwiper6 .gong-pagination {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .pro-show-c4 .mySwiper6 .gong-pagination {
    margin-top: 1.25rem;
  }
}
.pro-show-c4 .mySwiper6 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.pro-show-c5 {
  padding: 5.625rem 0 6.25rem;
}
@media (max-width: 768px) {
  .pro-show-c5 {
    padding: 2.5rem 0;
    overflow: hidden;
  }
}
.pro-show-c5 .table-cont {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .pro-show-c5 .table-cont {
    margin-top: 1.5rem;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .pro-show-c5 .table-cont table {
    min-width: 768px;
  }
}
.pro-show-c5 .table-cont table tr td {
  text-align: center;
  vertical-align: middle;
  color: var(--color-ys);
  font-size: 1rem;
  line-height: 1.5em;
  border-color: #C8DAE9;
}
@media (max-width: 768px) {
  .pro-show-c5 .table-cont table tr td {
    padding: 0.75rem !important;
  }
}
.pro-show-c5 .table-cont table tr td.bs {
  background: #fff;
}
.pro-show-c5 .table-cont table tr.tit td {
  background: var(--color-zt);
  color: #fff;
  font-weight: 600;
}
.pro-show-c5 .table-cont table tr.hs {
  background: #F7FAFC;
}

.pro-show-c6 {
  padding: 4.6875rem 0 5.375rem;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .pro-show-c6 {
    padding: 2.5rem 0;
  }
}
.pro-show-c6 .pro-show-c6-v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pro-show-c6 .pro-show-c6-v1 {
    margin-top: 1.5rem;
  }
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 {
  width: 45.3571428571%;
  color: var(--color-ys);
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 > p {
  margin-top: 1rem;
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 .p1 {
  color: #004691;
  margin-top: 1rem;
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 .p1 p {
  padding-left: 1rem;
  position: relative;
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t1 .p1 p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t2 {
    width: 100%;
  }
}
.pro-show-c6 .pro-show-c6-v1 .pro-show-c6-v1t2 img {
  width: 100%;
}

.pro-show-c7 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-c7 {
    padding: 2.5rem 0;
  }
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t2 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t2 img {
  width: 100%;
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 {
  width: 45.3571428571%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 {
    width: 100%;
  }
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .title1 .tit {
  font-weight: 500;
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .ftit {
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .ftit {
    font-size: 1.6rem;
    margin-top: 1.25rem;
  }
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .txt {
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .txt {
    font-size: 1.125rem;
  }
}
.pro-show-c7 .pro-show-c7-v1 .pro-show-c7-v1t1 .txt p {
  margin-top: 1rem;
}

.pro-show-c8 {
  padding: 5.9375rem 0;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .pro-show-c8 {
    padding: 2.5rem 0;
  }
}
.pro-show-c8 .pro-show-c8-v1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-c8 .pro-show-c8-v1 {
    margin-top: 1.5rem;
  }
}
.pro-show-c8 .pro-show-c8-v1 img {
  width: 100%;
}

.pro-show-c9 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-c9 {
    padding: 2.5rem 0;
  }
}
.pro-show-c9 .cjwt_list1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-c9 .cjwt_list1 {
    margin-top: 1.5rem;
  }
}
.pro-show-c9 .cjwt_list1 li {
  border: 1px solid rgba(25, 46, 120, 0.2);
  padding: 1.5rem 2.875rem 1.5rem 1.75rem;
}
@media (max-width: 768px) {
  .pro-show-c9 .cjwt_list1 li {
    padding: 1rem 1.5rem;
  }
}
.pro-show-c9 .cjwt_list1 li + li {
  margin-top: 2rem;
}
.pro-show-c9 .cjwt_list1 li .dt p {
  width: -webkit-calc(96% - 3.25rem);
  width: -moz-calc(96% - 3.25rem);
  width: calc(96% - 3.25rem);
  color: var(--color-ys);
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-c9 .cjwt_list1 li .dt p {
    font-size: 1.25rem;
  }
}
.pro-show-c9 .cjwt_list1 li .dt i {
  color: #000000;
  font-size: 1.25rem;
  border: 1px solid #000000;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 200;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pro-show-c9 .cjwt_list1 li .dt i {
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
  }
}
.pro-show-c9 .cjwt_list1 li .wehha-job {
  display: none;
  width: -webkit-calc(96% - 3.25rem);
  width: -moz-calc(96% - 3.25rem);
  width: calc(96% - 3.25rem);
  font-size: 1rem;
  line-height: 1.75em;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .pro-show-c9 .cjwt_list1 li .wehha-job {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-c9 .cjwt_list1 li.active {
  display: block;
  border-color: #54BCB7;
  background: #FAFFFF;
}
.pro-show-c9 .cjwt_list1 li.active .dt p {
  color: var(--color-zt);
  font-weight: 700;
}
.pro-show-c9 .cjwt_list1 li.active .dt i {
  border-color: #54BCB7;
  color: #54BCB7;
}

.pro-show-cont3 {
  background: #F8F8F8;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont3 .pro-show-a3v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 {
    padding: 0 var(--cbasta);
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 {
  width: 39.8791540785%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 {
    width: 100%;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form {
    margin-top: 0;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .inpt {
  position: relative;
  margin-top: 1.5rem;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .inpt .m_label {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 3.75rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1em;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .inpt .m_label span {
  color: #FF0000;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a1 .inpt {
  width: 48.4848484848%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a1 .inpt {
    width: 100%;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #C8DAE9;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 3.75rem;
  padding: 0 1em;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a3 {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a3 .inpt {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .msg-a3 .inpt textarea {
  width: 100%;
  border: 1px solid #C8DAE9;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 1em;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .div_aghgha {
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .div_aghgha button {
  border: none;
  padding: 0.78rem 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 form .div_aghgha button {
    padding: 0.9rem 2.5rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 {
  width: 55.5891238671%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 .img img {
  width: 100%;
  aspect-ratio: 920/650;
  -o-object-fit: cover;
     object-fit: cover;
}

.layui-layer.job-tanc {
  width: clamp(320px, 90%, 800px) !important;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.layui-layer.job-tanc .layui-layer-close {
  right: 2rem;
  top: 1.5rem;
  background: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  width: 2.25rem;
  height: 2.25rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close {
    top: 0.35rem;
    right: 0;
    width: auto;
    height: auto;
  }
}
.layui-layer.job-tanc .layui-layer-close:before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2.25rem;
  display: block;
  color: #000;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close:before {
    font-size: 1.85rem;
  }
}
.layui-layer.job-tanc .layui-layer-close:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.layui-layer.job-tanc .tit-cont {
  text-align: center;
  color: var(--color-ys);
  padding: 5rem 1rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .tit-cont {
    padding: 4rem 1rem;
  }
}
.layui-layer.job-tanc .tit-cont u {
  display: block;
  font-size: 0;
  width: 7rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .tit-cont u {
    width: 5.5rem;
  }
}
.layui-layer.job-tanc .tit-cont u img {
  width: 100%;
}
.layui-layer.job-tanc .tit-cont .tit {
  font-size: 2.6rem;
  line-height: 1.5em;
  margin: 1.85rem 0 0.5rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .tit-cont .tit {
    font-size: 2rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.layui-layer.job-tanc .tit-cont .p1 {
  font-size: 1.35rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .tit-cont .p1 {
    font-size: 1.25rem;
  }
}

.yy-nav {
  border-bottom: 1px solid #C8DAE9;
  position: sticky;
  top: var(--head-height);
  left: 0;
  width: 100%;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
@media (max-width: 768px) {
  .yy-nav {
    top: 60px;
    display: none;
  }
}
.yy-nav .cp-show-nav {
  border-right: 1px solid #C8DAE9;
}
.yy-nav .cp-show-nav li {
  border-left: 1px solid #C8DAE9;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .yy-nav .cp-show-nav li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    border-top: 1px solid #C8DAE9;
  }
}
.yy-nav .cp-show-nav li a {
  height: 100%;
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  padding: 1.65rem 0.5em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .yy-nav .cp-show-nav li a {
    padding: 1rem 0.5em;
  }
}
.yy-nav .cp-show-nav li:hover a, .yy-nav .cp-show-nav li.active a {
  background: var(--color-zt);
  color: #fff;
}

.case-content .case-list li {
  padding: 6rem 0;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .case-content .case-list li {
    padding: 2.5rem 0;
  }
}
.case-content .case-list li .cont-p {
  width: 36.7857142857%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.case-content .case-list li .cont-p a.name {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p a.name {
    font-size: 1.8rem;
  }
}
.case-content .case-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.case-content .case-list li .cont-p .p1 {
  font-size: 1.125rem;
  line-height: 1.6em;
  margin: 1.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p .p1 {
    font-size: 1.125rem;
    margin: 1rem 0 1.25rem;
  }
}
.case-content .case-list li .cont-p .flex_left {
  gap: 1rem 1.5rem;
}
.case-content .case-list li .img {
  width: 58.5714285714%;
  position: relative;
}
.case-content .case-list li .img::after {
  content: "";
  position: absolute;
  top: -6%;
  right: -7%;
  width: 90%;
  aspect-ratio: 1/1;
  opacity: 0;
  background: #EEF6FF;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}
@media (max-width: 768px) {
  .case-content .case-list li .img {
    width: 100%;
  }
}
.case-content .case-list li .img img {
  width: 100%;
}
.case-content .case-list li:nth-child(2n-1) .img::after {
  opacity: 0.6;
}
.case-content .case-list li:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.yy-show_body .head {
  border-bottom: 1px solid #C8DAE9;
}

.yy-show-cont1 {
  padding: var(--head-height) 0 4.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .yy-show-cont1 {
    padding-bottom: 2rem;
  }
}
.yy-show-cont1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57.7083333333%;
  aspect-ratio: 1108/786;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.75rem;
  background: #ECFFFE;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .yy-show-cont1 {
    padding: 0 0 2rem;
  }
}
.yy-show-cont1 .ajhhsd {
  padding: 1.5rem 0;
  color: var(--color-ys);
}
.yy-show-cont1 .ajhhsd i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.yy-show-cont1 .ajhhsd a {
  color: var(--color-ys);
}
.yy-show-cont1 .ajhhsd a:hover {
  color: var(--color-zt);
}
.yy-show-cont1 .tit1-a {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--color-ys);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yy-show-cont1 .tit1-a {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.yy-show-cont1 .tit2-a {
  color: var(--color-ys);
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .yy-show-cont1 .tit2-a {
    font-size: 1.25rem;
  }
}
.yy-show-cont1 .yy-show-a1-v1 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .yy-show-cont1 .yy-show-a1-v1 {
    margin-top: 2rem;
  }
}
.yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b1 {
  width: 24%;
}
@media (max-width: 768px) {
  .yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b1 {
    width: 100%;
  }
}
.yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 {
  width: 60%;
}
@media (max-width: 768px) {
  .yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  .yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 .tit {
    font-size: 1.35rem;
  }
}
.yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 .txt-p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.76em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .yy-show-cont1 .yy-show-a1-v1 .yy-show-a1-b2 .txt-p {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.yy-show-cont2 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.25rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .yy-show-cont2 {
    padding: 2.5rem 0;
  }
}
.yy-show-cont2 .werj-pr {
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .yy-show-cont2 .werj-pr {
    margin-top: 1.5rem;
  }
}
.yy-show-cont2 .werj-pr {
  position: relative;
}
.yy-show-cont2 .werj-pr .gong-pagination {
  text-align: center;
  margin-top: 1rem;
}
.yy-show-cont2 .werj-pr .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}
.yy-show-cont2 .yycj-v .cont-p {
  width: 33.9285714286%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .yy-show-cont2 .yycj-v .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.yy-show-cont2 .yycj-v .cont-p .tit {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3em;
  color: var(--color-zt);
}
.yy-show-cont2 .yycj-v .cont-p .tit span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yy-show-cont2 .yycj-v .cont-p .tit {
    font-size: 1.65rem;
  }
}
.yy-show-cont2 .yycj-v .cont-p .p1 {
  font-size: 1.125rem;
  line-height: 1.65em;
  margin: 1.25rem 0 2.75rem;
}
@media (max-width: 768px) {
  .yy-show-cont2 .yycj-v .cont-p .p1 {
    font-size: 1.125rem;
    margin: 1rem 0 1.5rem;
  }
}
.yy-show-cont2 .yycj-v .img {
  width: 55%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .yy-show-cont2 .yycj-v .img {
    width: 100%;
  }
}
.yy-show-cont2 .yycj-v .img img {
  width: 100%;
}

.yy-show-cont3 {
  padding: 6.25rem 0;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .yy-show-cont3 {
    padding: 2.5rem 0;
  }
}
.yy-show-cont3 .yy-show-a3b1 {
  gap: 1.25rem;
}
.yy-show-cont3 .yy-show-a3b1 .p1a {
  width: 57.1428571429%;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b1 .p1a {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.86em;
  }
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.375rem;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b2 .ash_at1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 li {
  text-align: center;
  border: 1px solid #C8DAE9;
  background: -webkit-linear-gradient(116deg, rgba(84, 188, 183, 0.1) 15.28%, rgba(84, 188, 183, 0) 83.78%), #FFF;
  background: -moz-linear-gradient(116deg, rgba(84, 188, 183, 0.1) 15.28%, rgba(84, 188, 183, 0) 83.78%), #FFF;
  background: -o-linear-gradient(116deg, rgba(84, 188, 183, 0.1) 15.28%, rgba(84, 188, 183, 0) 83.78%), #FFF;
  background: linear-gradient(334deg, rgba(84, 188, 183, 0.1) 15.28%, rgba(84, 188, 183, 0) 83.78%), #FFF;
  padding: 4rem 8%;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b2 .ash_at1 li {
    padding: 2rem 8%;
  }
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 li .tit {
  color: var(--color-zt);
  font-size: 1.85rem;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 li .tit span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b2 .ash_at1 li .tit {
    font-size: 1.65rem;
  }
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 li .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #004489;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b2 .ash_at1 li .tit::after {
    margin: 1rem auto 0;
  }
}
.yy-show-cont3 .yy-show-a3b2 .ash_at1 li .txt {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.8em;
  text-align: justify;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yy-show-cont3 .yy-show-a3b2 .ash_at1 li .txt {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.yy-show-cont4 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .yy-show-cont4 {
    padding: 2.5rem 0;
  }
}
.yy-show-cont4 .mySwiper7 {
  padding: 0 1px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yy-show-cont4 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx {
  background: #F6F6F6;
  display: block;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx u {
  display: block;
  font-size: 0;
  position: relative;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx u i {
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx u i img {
  height: 2.5rem;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx u img {
  width: 100%;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p {
  padding: 1.425rem 7% 2.25rem;
  color: var(--color-ys);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p {
    padding: 1.25rem 6% 1.65rem;
  }
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
    font-size: 1.25rem;
  }
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yy-show-cont4 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
    font-size: 1rem;
  }
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx:hover {
  border-color: #004691;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx:hover::after {
  height: 100%;
}
.yy-show-cont4 .mySwiper7 .swiper-slide a.imgx:hover .tit {
  color: #004691;
}
.yy-show-cont4 .mySwiper7 .gong-pagination {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yy-show-cont4 .mySwiper7 .gong-pagination {
    margin-top: 1rem;
  }
}
.yy-show-cont4 .mySwiper7 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.yy-show-cont5 {
  background: #EEF6FF;
}

.case-list1 li {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .case-list1 li {
    padding: 2.5rem 0;
  }
}
.case-list1 li:nth-child(2n) {
  background: #F8F8F8;
}
.case-list1 li .yycj-v .img {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .img {
    width: 100%;
  }
}
.case-list1 li .yycj-v .img img {
  width: 100%;
}
.case-list1 li .yycj-v .cont-p {
  width: 46.2142857143%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.case-list1 li .yycj-v .cont-p .entit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .entit {
    font-size: 1.6rem;
  }
}
.case-list1 li .yycj-v .cont-p .tit {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .tit {
    font-size: 1.6rem;
  }
}
.case-list1 li .yycj-v .cont-p .pt-a1 {
  padding: 2rem 0 2.5rem;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .pt-a1 {
    padding: 1.25rem 0;
  }
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl + dl {
  margin-top: 0.65rem;
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl dt {
  width: 6.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .pt-a1 dl dt {
    font-size: 1.125rem;
  }
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl dd {
  width: -webkit-calc(100% - 7rem);
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .pt-a1 dl dd {
    font-size: 1.125rem;
  }
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .aa {
  width: 9.25rem;
}
.case-list1 li .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .ab {
  width: -webkit-calc(100% - 9.25rem);
  width: -moz-calc(100% - 9.25rem);
  width: calc(100% - 9.25rem);
}
.case-list1 li .yycj-v .cont-p .ashr {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .case-list1 li .yycj-v .cont-p .ashr {
    gap: 1rem;
  }
}

.case-show-cont1 {
  padding: 6.25rem 0;
  background: -webkit-linear-gradient(bottom, #F8F8F8 0%, #F8F8F8 100%), #FFF;
  background: -moz-linear-gradient(bottom, #F8F8F8 0%, #F8F8F8 100%), #FFF;
  background: -o-linear-gradient(bottom, #F8F8F8 0%, #F8F8F8 100%), #FFF;
  background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%), #FFF;
}
@media (max-width: 768px) {
  .case-show-cont1 {
    padding: 2.5rem 0;
  }
}
.case-show-cont1 .yycj-v .img {
  width: 48.5714285714%;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .img {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.case-show-cont1 .yycj-v .img img {
  width: 100%;
}
.case-show-cont1 .yycj-v .cont-p {
  width: 46.2142857143%;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p {
    width: 100%;
  }
}
.case-show-cont1 .yycj-v .cont-p .entit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .entit {
    font-size: 1.6rem;
  }
}
.case-show-cont1 .yycj-v .cont-p .tit {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .tit {
    font-size: 1.6rem;
  }
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 {
  padding: 2rem 0 2.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .pt-a1 {
    padding: 1.25rem 0;
  }
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl + dl {
  margin-top: 0.65rem;
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl dt {
  width: 6.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .pt-a1 dl dt {
    font-size: 1.125rem;
  }
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl dd {
  width: -webkit-calc(100% - 7rem);
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .pt-a1 dl dd {
    font-size: 1.125rem;
  }
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .aa {
  width: 9.25rem;
}
.case-show-cont1 .yycj-v .cont-p .pt-a1 dl dd .weh-ax .pt1 .ab {
  width: -webkit-calc(100% - 9.25rem);
  width: -moz-calc(100% - 9.25rem);
  width: calc(100% - 9.25rem);
}
.case-show-cont1 .yycj-v .cont-p .ashr {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .yycj-v .cont-p .ashr {
    gap: 1rem;
  }
}
.case-show-cont1 .weha-ax {
  margin-top: 1.75rem;
}
.case-show-cont1 .weha-ax dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-show-cont1 .weha-ax dl + dl {
  margin-top: 0.65rem;
}
.case-show-cont1 .weha-ax dl dt {
  width: 6.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .weha-ax dl dt {
    font-size: 1.125rem;
    width: 100%;
  }
}
.case-show-cont1 .weha-ax dl dd {
  width: -webkit-calc(100% - 7rem);
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .case-show-cont1 .weha-ax dl dd {
    font-size: 1.125rem;
    width: 100%;
    margin-top: 0.5rem;
    text-align: justify;
  }
}
.case-show-cont1 .more-b {
  margin-top: 2.65rem;
  margin-left: 6.6875rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .more-b {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.case-show-cont2 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .case-show-cont2 {
    padding: 2.5rem 0;
  }
}
.case-show-cont2 .mySwiper7 {
  padding: 0 1px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx {
  background: #F6F6F6;
  display: block;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx u {
  display: block;
  font-size: 0;
  position: relative;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx u i {
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx u i img {
  height: 2.5rem;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx u img {
  width: 100%;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p {
  padding: 1.425rem 7% 2.25rem;
  color: var(--color-ys);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p {
    padding: 1.25rem 6% 1.65rem;
  }
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
    font-size: 1.25rem;
  }
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
    font-size: 1rem;
  }
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx:hover {
  border-color: #004691;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx:hover::after {
  height: 100%;
}
.case-show-cont2 .mySwiper7 .swiper-slide a.imgx:hover .tit {
  color: #004691;
}
.case-show-cont2 .mySwiper7 .gong-pagination {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper7 .gong-pagination {
    margin-top: 1rem;
  }
}
.case-show-cont2 .mySwiper7 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.honr-cont1 .sz_list2 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .honr-cont1 .sz_list2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.honr-cont1 .sz_list2 li {
  text-align: center;
}

.gong-sort {
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .gong-sort {
    gap: 1rem;
  }
}
.gong-sort li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1.875rem;
  overflow: hidden;
}
.gong-sort li a {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.85em 3.65em;
}
@media (max-width: 768px) {
  .gong-sort li a {
    padding: 0.65em 2.5em;
  }
}
.gong-sort li:hover, .gong-sort li.active {
  border-color: var(--color-zt);
}
.gong-sort li:hover a, .gong-sort li.active a {
  color: #fff;
  background-color: var(--color-zt);
}

.honer-content {
  padding: 5rem 0 2rem;
}
@media (max-width: 768px) {
  .honer-content {
    padding: 2rem 0 1rem;
  }
}
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.25rem;
    margin-top: 2rem;
  }
}
.honer-content .honer-list li a.img {
  display: block;
}
.honer-content .honer-list li a.img i {
  font-size: 0;
  border: 1px solid #E4E4E4;
  padding: 1rem;
  aspect-ratio: 340/480;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img i {
    padding: 0.65rem;
  }
}
.honer-content .honer-list li a.img i img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.honer-content .honer-list li a.img .tit {
  color: var(--color-ys);
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    padding: 0.75rem 0;
  }
}
.honer-content .honer-list li a.img:hover i {
  border-color: var(--color-zt);
}
.honer-content .honer-list li a.img:hover .tit {
  color: var(--color-zt);
}

.gshj-cont1 {
  padding: 7.1875rem 0 5.125rem;
}
@media (max-width: 768px) {
  .gshj-cont1 {
    padding: 2.5rem 0;
  }
}
.gshj-cont1 .mySwiper72 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .gshj-cont1 .mySwiper72 {
    margin-top: 1.5rem;
  }
}
.gshj-cont1 .mySwiper72 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .gshj-cont1 .mySwiper72 .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.gshj-cont1 .mySwiper72 .swiper-slide .img i {
  display: block;
  overflow: hidden;
}
@media (min-width: 767px) {
  .gshj-cont1 .mySwiper72 .swiper-slide .img:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .gshj-cont1 .mySwiper72 .swiper-slide .img:first-child img {
    aspect-ratio: 900/680;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gshj-cont1 .mySwiper72 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 440/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.gshj-cont1 .mySwiper72 .swiper-slide .img .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 0;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .gshj-cont1 .mySwiper72 .swiper-slide .img .tit {
    font-size: 1rem;
  }
}
.gshj-cont1 .mySwiper72 .swiper-pagination1 {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .gshj-cont1 .mySwiper72 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.gshj-cont2 {
  padding: 6.25rem 0 5.75rem;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .gshj-cont2 {
    padding: 2.5rem 0;
  }
}
.gshj-cont2 .mySwiper73 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .gshj-cont2 .mySwiper73 {
    margin-top: 1.5rem;
  }
}
.gshj-cont2 .mySwiper73 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .gshj-cont2 .mySwiper73 .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.gshj-cont2 .mySwiper73 .swiper-slide .img i {
  display: block;
  overflow: hidden;
}
@media (min-width: 767px) {
  .gshj-cont2 .mySwiper73 .swiper-slide .img:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  .gshj-cont2 .mySwiper73 .swiper-slide .img:nth-child(2) img {
    aspect-ratio: 900/680;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gshj-cont2 .mySwiper73 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 440/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.gshj-cont2 .mySwiper73 .swiper-slide .img .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 0;
  color: var(--color-ys);
}
@media (max-width: 768px) {
  .gshj-cont2 .mySwiper73 .swiper-slide .img .tit {
    font-size: 1rem;
  }
}
.gshj-cont2 .mySwiper73 .swiper-pagination1 {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .gshj-cont2 .mySwiper73 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.news-cont1 {
  background: #F8F8F8;
  padding: 4.0625rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2.5rem 0;
  }
}
.news-cont1 .zx-tit {
  gap: 1.5rem;
}
.news-cont1 .zx-tit .qbxw {
  width: 62.8571428571%;
}
@media (max-width: 768px) {
  .news-cont1 .zx-tit .qbxw {
    width: 100%;
  }
}
.news-cont1 .zx-tit .qbxw form .contact .rq-cont {
  width: 38.6363636364%;
}
@media (max-width: 768px) {
  .news-cont1 .zx-tit .qbxw form .contact .rq-cont {
    width: 100%;
  }
}
.news-cont1 .zx-tit .qbxw form .contact .rq-cont select {
  width: 100%;
  border: 1px solid rgba(26, 31, 61, 0.2);
  background: #fff;
  border-radius: 3.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  padding: 0 1.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 92% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
.news-cont1 .zx-tit .qbxw form .contact .sskzxx {
  width: 58.0681818182%;
  border: 1px solid rgba(26, 31, 61, 0.2);
  border-radius: 3.75rem;
  background: #fff;
}
@media (max-width: 768px) {
  .news-cont1 .zx-tit .qbxw form .contact .sskzxx {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont1 .zx-tit .qbxw form .contact .sskzxx input {
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
  line-height: 3.75rem;
  font-size: 1.25rem;
  padding: 0 1.25em;
  background: transparent;
}
.news-cont1 .zx-tit .qbxw form .contact .sskzxx button {
  width: 10rem;
  line-height: 3.75rem;
  color: #fff;
  background: #004489;
  border: none;
  border-radius: 3.75rem;
}
.news-cont1 .news-a1v1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    margin-top: 2rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img {
  display: block;
  font-size: 0;
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p {
  width: 45.5%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.name {
  display: block;
  color: var(--color-ys);
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .p {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .p {
    font-size: 1.125rem;
    margin: 0.75rem 0 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .data {
  color: #004691;
  font-size: 1rem;
  font-weight: 700;
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .more-b {
    margin-top: 1.5rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-pagination1 {
  margin-top: 3.1875rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.news-cont2 {
  padding: 5rem 0 2rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding: 2.25rem 0 1.25rem;
  }
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.375rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 767px) {
  .news-cont2 .news-list > p {
    grid-column: 1/4;
    text-align: center;
  }
}
.news-cont2 .news-list li a.img {
  display: block;
  font-size: 0;
}
.news-cont2 .news-list li a.img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p {
  padding-top: 1.65rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    padding-top: 1.5rem;
  }
}
.news-cont2 .news-list li .cont-p a.name {
  font-size: 1.25rem;
  color: var(--color-ys);
  line-height: 1.7em;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 3.4em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p a.name {
    height: auto;
  }
}
.news-cont2 .news-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-cont2 .news-list li .cont-p .txt {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.65rem;
}
.news-cont2 .news-list li .cont-p .data {
  color: #004691;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .data {
    margin-top: 1.125rem;
  }
}

.show-news-body {
  overflow: visible;
}

.show-news-content {
  padding: 4.375rem 0 2rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 2.5rem 0 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content {
  width: 64.2857142857%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .content .title-a {
  color: #000000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-a {
    font-size: 1.85rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b {
    margin-top: 1.25rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .date-a {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b .date-a {
    width: 100%;
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .date-a span {
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .content .title-b .fen-xiang {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b .fen-xiang {
    margin-left: 0;
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .fen-xiang .social-share a {
  border: 1px solid #E1E1E1;
  font-size: 1.45rem;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  color: rgba(102, 102, 102, 0.5);
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b .fen-xiang .social-share a {
    font-size: 1.35rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .fen-xiang .social-share a:hover {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.75em;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 1.5rem;
  padding: 1.75rem 0 2.5rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    margin-top: 1.25rem;
    padding: 1.5rem 0 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss p + p {
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .content .shanys {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys .more-b {
  padding: 0.85rem 2.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys .more-b {
    padding: 0.75rem 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys .prev, .show-news-content .show-news-a1_v1 .content .shanys .next {
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 3.125rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys .prev, .show-news-content .show-news-a1_v1 .content .shanys .next {
    font-size: 1rem;
    line-height: 3rem;
    gap: 0.75rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys .prev a, .show-news-content .show-news-a1_v1 .content .shanys .next a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys .prev a, .show-news-content .show-news-a1_v1 .content .shanys .next a {
    width: 3rem;
    height: 3rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys .prev a i, .show-news-content .show-news-a1_v1 .content .shanys .next a i {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.show-news-content .show-news-a1_v1 .content .shanys .prev a:hover, .show-news-content .show-news-a1_v1 .content .shanys .next a:hover {
  background: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content .shanys .prev a:hover i, .show-news-content .show-news-a1_v1 .content .shanys .next a:hover i {
  color: #fff;
}
.show-news-content .show-news-a1_v1 .tj_contx1 {
  width: 30.8571428571%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .tj_contx1 {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .tj_contx1 .has-dasta {
  background: #F8F8F8;
  padding: 1.75rem 1.5625rem 1.25rem;
  position: sticky;
  top: var(--head-height);
}
.show-news-content .show-news-a1_v1 .tj_contx1 .has-dasta .tit {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25em;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 {
  margin-top: 1.85rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li:last-child {
  border-bottom: none;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img {
  display: block;
  font-size: 0;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li .cont-p {
  padding: 1.5rem 0;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li .cont-p .data {
  display: block;
  color: #004691;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-top: 0.65rem;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li .cont-p .name:hover {
  color: var(--color-zt);
}

.xw-show-cont1 {
  background: -webkit-linear-gradient(top, rgba(238, 246, 255, 0) 0%, #EEF6FF 100%);
  background: -moz-linear-gradient(top, rgba(238, 246, 255, 0) 0%, #EEF6FF 100%);
  background: -o-linear-gradient(top, rgba(238, 246, 255, 0) 0%, #EEF6FF 100%);
  background: linear-gradient(180deg, rgba(238, 246, 255, 0) 0%, #EEF6FF 100%);
  padding: 6.25rem 0 4.5rem;
}
@media (max-width: 768px) {
  .xw-show-cont1 {
    padding: 2.5rem 0;
  }
}
.xw-show-cont1 .mySwiper7 {
  padding: 0 1px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show-cont1 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx {
  background: #F6F6F6;
  display: block;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 70, 145, 0) 66.22%, rgba(0, 70, 145, 0.3) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx u {
  display: block;
  font-size: 0;
  position: relative;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx u i {
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  font-size: 0;
  z-index: 1;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx u i img {
  height: 2.5rem;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx u img {
  width: 100%;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p {
  padding: 1.425rem 7% 2.25rem;
  color: var(--color-ys);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p {
    padding: 1.25rem 6% 1.65rem;
  }
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p .tit {
    font-size: 1.25rem;
  }
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .xw-show-cont1 .mySwiper7 .swiper-slide a.imgx .cont-p .ftit {
    font-size: 1rem;
  }
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx:hover {
  border-color: #004691;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx:hover::after {
  height: 100%;
}
.xw-show-cont1 .mySwiper7 .swiper-slide a.imgx:hover .tit {
  color: #004691;
}
.xw-show-cont1 .mySwiper7 .gong-pagination {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show-cont1 .mySwiper7 .gong-pagination {
    margin-top: 1rem;
  }
}
.xw-show-cont1 .mySwiper7 .gong-pagination span {
  background-color: rgba(0, 0, 0, 0.16);
}

.lx-cont1 {
  padding: 4rem 0 8.875rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0 2.5rem;
  }
}
.lx-cont1 .lxfs_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lxfs_list1 li {
  text-align: center;
}
.lx-cont1 .lxfs_list1 li i {
  background: #F0F7F7;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  margin: 0 auto;
}
.lx-cont1 .lxfs_list1 li i img {
  width: 40%;
}
.lx-cont1 .lxfs_list1 li .tit {
  color: #004691;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 1.25rem;
}
.lx-cont1 .lxfs_list1 li .txt {
  color: #54BCB7;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5em;
  font-weight: 600;
  padding: 0 15%;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs_list1 li .txt {
    padding: 0;
  }
}

.dow-content {
  padding: 3.625rem 0 2rem;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 2rem 0 1.25rem;
  }
}
.dow-content .gong-sort {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .dow-content .gong-sort {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
.dow-content .gong-sort li a {
  padding: 0.85em 2.65em;
}
@media (max-width: 768px) {
  .dow-content .gong-sort li a {
    padding: 0.65em 2.5em;
  }
}
.dow-content .dow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 3.375rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.dow-content .dow-list li {
  border: 1px solid #C8DAE9;
  padding: 2.375rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li {
    padding: 1.85rem;
  }
}
.dow-content .dow-list li .img {
  display: block;
  font-size: 0;
}
.dow-content .dow-list li .img img {
  width: 100%;
}
.dow-content .dow-list li .name {
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 1.95rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li .name {
    margin-top: 1.5rem;
  }
}
.dow-content .dow-list li .p1 {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.65em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li .p1 {
    margin-top: 0.75rem;
  }
}
.dow-content .dow-list li .p1 span {
  color: #004691;
  text-transform: uppercase;
}
.dow-content .dow-list li a.btna {
  border: 1px solid #54BCB7;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #54BCB7;
  padding: 0.5rem 1.5rem;
  border-radius: 3.5rem;
  margin-top: 1.5rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.btna {
    margin-top: 1rem;
  }
}
.dow-content .dow-list li a.btna i {
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 0.35rem;
}
.dow-content .dow-list li a.btna:hover {
  background: #54BCB7;
  color: #fff;
}
#translate{
  display: none;
}