@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: "Noto Sans SC", sans-serif !important;
  font-weight: 100;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #333;
  --color-zt: #E50012;
  --color-zt1: #1F3FDC;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 6.25rem;
  --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: 100 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: 0.6rem 2.5rem;
  border-radius: 3.125rem;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #333;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.8rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
  border-color: #fff;
}
.more-b.hs {
  color: var(--color-zt);
  border-color: var(--color-zt);
}
.more-b.hs:hover {
  color: #fff;
}
.more-b.hsa {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.more-b.hsa:after {
  background: #fff;
}
.more-b.hsa:hover {
  color: var(--color-zt);
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.1875rem;
}
.head .head2 .zywena {
  margin-left: 1.5rem;
  position: relative;
  border-left: 1px solid #D0D0D0;
}
.head .head2 .zywena a.rhgxt {
  color: #5E5E5E;
  line-height: 1.25rem;
  display: block;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 100;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.7rem;
  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: 100;
}
.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 a {
  color: #5E5E5E;
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 100;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #333;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1rem;
  padding: 0 1.35rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::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);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 100 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  padding: 2.625rem 0 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #EAEAEA;
}
#menu .nav_a1 li .sec1 .nav-cont1 {
  width: 31.1428571429%;
}
#menu .nav_a1 li .sec1 .nav-cont1 .tit {
  color: #5E5E5E;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.25em;
}
#menu .nav_a1 li .sec1 .nav-cont1 .txt {
  margin-top: 0.5em;
}
#menu .nav_a1 li .sec1 .nav-cont2 {
  width: 25%;
}
#menu .nav_a1 li .sec1 .nav-cont2 a {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.65rem 0;
}
#menu .nav_a1 li .sec1 .nav-cont2 a span {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  display: block;
}
#menu .nav_a1 li .sec1 .nav-cont2 a i {
  font-size: 1.25rem;
  display: block;
  color: #DBDBDA;
}
#menu .nav_a1 li .sec1 .nav-cont2 a:hover span, #menu .nav_a1 li .sec1 .nav-cont2 a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont3 {
  width: 30.8571428571%;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img {
  padding-bottom: 69.4444444444%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu .nav_a1 li .sec1 .nav-cont4 {
  width: 73.9285714286%;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt {
  margin-bottom: 0.125rem;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt a {
  display: block;
  color: #5E5E5E;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 100;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dd a {
  display: block;
  color: #333;
  font-size: 1rem;
  line-height: 2em;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont5 {
  width: 22.1428571429%;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img {
  display: block;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  background: #F5F5F5;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img i img {
  width: 100%;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1rem 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;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

.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: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 100;
  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: 100 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: 100;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 100;
}
.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;
  }
}
@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .fullpage-wrapper .fp-tableCell {
    padding: 5rem 0;
  }
  .section1 .fp-tableCell, .section6 .fp-tableCell, .section9 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 2.5rem 0;
  }
  .section1 .fp-tableCell, .section6 .fp-tableCell, .section9 .fp-tableCell {
    padding: 0;
  }
}
.section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.fp-tableCell {
  position: relative;
}

#fp-nav.fp-right {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 2%;
}
@media (max-width: 990px) {
  #fp-nav.fp-right {
    display: none;
  }
}
#fp-nav.fp-right li + li {
  margin-top: 0.625rem;
}
#fp-nav.fp-right li a {
  border-radius: 50%;
}
#fp-nav.fp-right li a span {
  margin: 0 !important;
  width: 0.625rem !important;
  height: 0.625rem !important;
  background: rgba(0, 0, 0, 0.4);
}
#fp-nav.fp-right li a.active span {
  background: var(--color-zt);
}

/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img p {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  max-width: 50%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img p {
    font-size: 0.875rem;
    bottom: 4%;
  }
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #333;
  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: 30%;
  }
}
.pc-banner .mySwipera .banwez1 .cont-p {
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 1.25em;
  text-transform: uppercase;
}
.pc-banner .mySwipera .banwez1 .cont-p .tit p.asjhxt {
  /* letter-spacing: 0.08em; */
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .cont-p .tit p {
    margin-left: 0;
  }
}
.pc-banner .mySwipera .banwez1 .cont-p .tit p span {
  color: var(--color-zt);
  letter-spacing: 0;
  text-transform: none;
  margin-right: 0.25em;
}
.pc-banner .mySwipera .banwez1 .cont-p .p {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .cont-p .p {
    font-size: 1.55rem;
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .cont-p {
    font-size: 2rem;
    text-align: center;
  }
}
.pc-banner .mySwipera .banwez1.banwe-a1 {
  top: 30%;
}
.pc-banner .mySwipera .banwez1.banwe-a1 .cont-p {
  text-align: center;
}
.pc-banner .mySwipera .banwez1.banwe-a1 .cont-p .tit p {
  margin-left: 0;
  font-size: 2.65rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1.banwe-a1 .cont-p .tit p {
    font-size: 1.78rem;
  }
}
.pc-banner .mySwipera .banwez1.banwe-a209 {
  top: 40%;
}
.pc-banner .mySwipera .banwez1.banwe-a2, .pc-banner .mySwipera .banwez1.banwe-a187 {
  top: 50%;
}
.pc-banner .mySwipera .banwez1.banwe-a2 .cont-p, .pc-banner .mySwipera .banwez1.banwe-a187 .cont-p {
  text-align: left;
}
.pc-banner .mySwipera .banwez1.banwe-a2 .cont-p .tit p, .pc-banner .mySwipera .banwez1.banwe-a187 .cont-p .tit p {
  margin-left: 0;
  font-size: 2.65rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1.banwe-a2 .cont-p .tit p, .pc-banner .mySwipera .banwez1.banwe-a187 .cont-p .tit p {
    font-size: 1.78rem;
  }
}
.pc-banner .mySwipera .banwez1.banwe-a211, .pc-banner .mySwipera .banwez1.banwe-a188, .pc-banner .mySwipera .banwez1.banwe-a214 {
  top: 30%;
}
.pc-banner .mySwipera .banwez1.banwe-a211 .cont-p, .pc-banner .mySwipera .banwez1.banwe-a188 .cont-p, .pc-banner .mySwipera .banwez1.banwe-a214 .cont-p {
  text-align: center;
}
.pc-banner .mySwipera .banwez1.banwe-a187 .cont-p .tit, .pc-banner .mySwipera .banwez1.banwe-a209 .cont-p .tit, .pc-banner .mySwipera .banwez1.banwe-a188 .cont-p .tit, .pc-banner .mySwipera .banwez1.banwe-a214 .cont-p .tit {
  color: #fff;
}
.pc-banner .mySwipera .banwez1.banwe-a187 .cont-p .tit p, .pc-banner .mySwipera .banwez1.banwe-a209 .cont-p .tit p, .pc-banner .mySwipera .banwez1.banwe-a188 .cont-p .tit p, .pc-banner .mySwipera .banwez1.banwe-a214 .cont-p .tit p {
  color: #fff;
}
.pc-banner .mySwipera .p-txt {
  position: absolute;
  right: 3%;
  bottom: 4%;
  color: #646363;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .p-txt {
    right: 3%;
    width: 50%;
    font-size: 0.75rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
  text-align: left;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  margin-right: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  border-radius: 0;
  width: 6.125rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  height: auto;
  line-height: 2em;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span {
    width: 2rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span::before {
  content: "0";
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2.1875rem;
  height: 2px;
  background: #E50012;
  display: none;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span::after {
    width: 1rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  color: #E50012;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active::after {
  display: block;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner a.mouse {
    display: none;
  }
}
.pc-banner a.mouse p {
  color: #333;
  font: 100 0.875rem/1.5em "Noto Sans SC";
  margin-top: 0.6rem;
}
.pc-banner a.mouse .xdt {
  background: rgba(51, 51, 51, 0.3);
  width: 2px;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: #333333;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

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

.title1 {
  text-align: center;
}
.title1 .tit {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .txt-p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 100;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .title1 .txt-p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.title1 span {
  color: #E50012;
  padding: 0 0.25em;
}
.title1.tl {
  text-align: left;
}
.title1.bs .tit, .title1.bs .txt-p, .title1.bs span {
  color: #fff;
}

.title2 .tit {
  color: #000000;
  font-size: 1.65rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .title2 .tit {
    font-size: 1.25rem;
  }
}

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

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

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

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #CBC4C4;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.gong-jt > div.swiper-button-next1 {
  right: 0;
}
.gong-jt > div.swiper-button-prev1 {
  left: 0;
}
.gong-jt > div i {
  color: #CBC4C4;
  font-size: 0.875rem;
  font-weight: 100;
}
.gong-jt > div:hover {
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.gong-jt > div:hover i {
  color: #fff;
}

@-webkit-keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes boderM {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -moz-transform: translate(-50%, -50%) scale(2);
         transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes boderM {
  0% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -o-transform: translate(-50%, -50%) scale(2);
       transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
       -moz-transform: translate(-50%, -50%) scale(2);
         -o-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.625rem 0 var(--color-zt1);
  }
}
@-moz-keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.625rem 0 var(--color-zt1);
  }
}
@-o-keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.625rem 0 var(--color-zt1);
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.625rem 0 var(--color-zt1);
  }
}
.section2 {
  background: #f3f5f9;
}
@media (max-width: 768px) {
  .section2 .cont1 {
    display: none;
  }
}
.section2 .cont1 .group {
  -webkit-transform: translateY(var(--head-height));
     -moz-transform: translateY(var(--head-height));
      -ms-transform: translateY(var(--head-height));
       -o-transform: translateY(var(--head-height));
          transform: translateY(var(--head-height));
}
@media (max-width: 990px) {
  .section2 .cont1 .group {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.section2 .cont1a1 {
  display: none;
}
@media (max-width: 768px) {
  .section2 .cont1a1 {
    display: block;
  }
}
.section2 .cont1a1 .heng1 img {
  -webkit-transform: scale(1.51);
     -moz-transform: scale(1.51);
      -ms-transform: scale(1.51);
       -o-transform: scale(1.51);
          transform: scale(1.51);
}
.section2 .cont1a1 .ash_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 0.35rem;
  position: relative;
  z-index: 1;
}
.section2 .cont1a1 .ash_list1 li .wehsx2 {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2em;
  border: 1px solid #888887;
  color: #888887;
  border-radius: 1.5rem;
}
.section2 .cont1a1 .ash_list1 li.astx200 {
  display: none;
}
.section2 .cont1a1 .ash_list1 li.astx197 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section2 .cont1a1 .ash_list1 li.astx196 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section2 .cont1a1 .ash_list1 li.astx205 {
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.section2 .cont1a1 .ash_list1 li.astx198 {
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.section2 .cont1a1 .ash_list1 li.astx194 {
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.section2 .cont1a1 .ash_list1 li.astx201 {
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.section2 .cont1a1 .ash_list1 li.astx202 {
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.section2 .cont1a1 .ash_list1 li.astx195 {
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.section2 .cont1a1 .ash_list1 li.astx204 {
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.section2 .cont1a1 .ash_list1 li.astx203 {
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.section2 .cont1a1 .ash_list1 li.astx206 {
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.section2 .cont1a1 .ash_list1 li.astx199 {
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.section2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .section2 .bg {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .section2 .bg {
    padding: 0 var(--cbasta);
    position: static;
  }
}
.section2 .bg .group {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .section2 .bg .group {
    width: 100%;
  }
}
.section2 .bg .group img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .bg .group video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section2 .bg .group .asghtx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section2 .bg .group .asghtx video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section2 .bg .group .wehsx1 {
  position: relative;
  z-index: 1;
}
.section2 .bg .group .wehsx1 .imgasx {
  width: 5rem;
  height: 5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.section2 .bg .group .wehsx1 .imgasx img {
  width: 92%;
  height: auto;
  padding: 6%;
  border: 1px dashed #74BBDF;
  border-radius: 50%;
  -webkit-filter: invert(43%) sepia(100%) saturate(7186%) hue-rotate(345deg) brightness(82%) contrast(124%);
          filter: invert(43%) sepia(100%) saturate(7186%) hue-rotate(345deg) brightness(82%) contrast(124%);
}
.section2 .bg .group .wehsx1 u {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 15rem;
  display: block;
  font-size: 0;
  z-index: -1;
}
.section2 .bg .group .wehsx1 u img {
  width: 100%;
  height: auto !important;
}
.section2 .bg .group .wehsx1.wehsx1-a184 u {
  position: absolute;
  width: 5rem;
  right: auto;
  left: 9%;
  top: -80%;
  font-size: 0;
  z-index: -1;
}
.section2 .bg .group .wehsx1 p {
  color: #3E3A39;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.section2 .bg .group .wehsx2 {
  position: relative;
  z-index: 1;
}
.section2 .bg .group .wehsx2 .mc_a1t_dian {
  position: relative;
  -webkit-animation: bordershow 3s infinite;
     -moz-animation: bordershow 3s infinite;
       -o-animation: bordershow 3s infinite;
          animation: bordershow 3s infinite;
  display: none !important;
}
.section2 .bg .group .wehsx2 .mc_a1t_title {
  white-space: nowrap;
  padding: 0 0.75em;
  line-height: 2em;
  pointer-events: none;
  border: 1px solid #000000;
  font-size: 0.75rem;
  border-radius: 1.5rem;
  display: block;
  background: #fff;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
.section2 .bg .group .wehsx2 .mc_a1t_dian {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 0.4375rem solid var(--color-zt1);
  border-radius: 50%;
}
.section2 .bg .group .wehsx2 .mc_a1t_dian::before {
  content: "";
  display: block;
  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: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.section2 .bg .group .wehsx2 .mc_a1t_dian::after {
  content: "";
  display: block;
  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: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.section2 .bg .group .wehsx2 .mc_a1t_dian::before {
  -webkit-animation: boderM 3s 0.75s infinite;
     -moz-animation: boderM 3s 0.75s infinite;
       -o-animation: boderM 3s 0.75s infinite;
          animation: boderM 3s 0.75s infinite;
}
.section2 .bg .group .wehsx2 .mc_a1t_dian::after {
  -webkit-animation: boderM 3s infinite;
     -moz-animation: boderM 3s infinite;
       -o-animation: boderM 3s infinite;
          animation: boderM 3s infinite;
}
.section2 .bg .group .wehsx2:hover .mc_a1t_title {
  display: block;
}
.section2 .bg .group .md_zsa1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section2 .bg .group .md_zsa1 li {
  cursor: pointer;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: absolute;
  opacity: 0;
}
@media (max-width: 768px) {
  .section2 .bg .group .md_zsa1 li {
    display: none;
  }
}
.section2 .bg .group .md_zsa1 li:nth-child(1) {
  left: 41.6%;
  top: 24%;
  z-index: 3;
}
.section2 .bg .group .md_zsa1 li:nth-child(2) {
  left: 46%;
  top: 20%;
  z-index: 3;
}
.section2 .bg .group .md_zsa1 li:nth-child(3) {
  left: 54%;
  top: 26%;
  z-index: 3;
  visibility: hidden;
}
.section2 .bg .group .md_zsa1 li:nth-child(5) {
  left: 21%;
  top: 18%;
}
.section2 .bg .group .md_zsa1 li:nth-child(5) .wehsx1 u {
  width: 8.1875rem;
  right: auto;
  left: 50%;
  top: 105%;
}
.section2 .bg .group .md_zsa1 li:nth-child(4) {
  left: 17%;
  top: 42%;
}
.section2 .bg .group .md_zsa1 li:nth-child(4) .wehsx1 u {
  width: 11.875rem;
  right: auto;
  left: 110%;
  top: auto;
  bottom: 55%;
}
.section2 .bg .group .md_zsa1 li:nth-child(6) {
  left: 26%;
  top: auto;
  bottom: 13%;
}
.section2 .bg .group .md_zsa1 li:nth-child(6) .wehsx1 u {
  width: 14.875rem;
  right: auto;
  left: 80%;
  top: auto;
  bottom: 102%;
}
.section2 .bg .group .md_zsa1 li:nth-child(7) {
  left: 45%;
  top: auto;
  bottom: 15%;
}
.section2 .bg .group .md_zsa1 li:nth-child(7) .wehsx1 u {
  width: 0.8125rem;
  right: auto;
  left: 38%;
  top: auto;
  bottom: 102%;
}
.section2 .bg .group .md_zsa1 li:nth-child(8) {
  left: 57%;
  top: auto;
  bottom: 25%;
}
.section2 .bg .group .md_zsa1 li:nth-child(8) .wehsx1 u {
  width: 2.1875rem;
  right: 60%;
  top: auto;
  bottom: 102%;
}
.section2 .bg .group .md_zsa1 li:nth-child(9) {
  left: 61.5%;
  top: 10%;
}
.section2 .bg .group .md_zsa1 li:nth-child(9) .wehsx1 u {
  width: 23.3125rem;
  right: 100%;
  top: 55%;
}
.section2 .bg .group .md_zsa1 li:nth-child(10) {
  left: 53%;
  top: 53%;
  z-index: 3;
}
.section2 .bg .group .md_zsa1 li:nth-child(11) {
  left: 27%;
  top: 41%;
  z-index: 3;
}
.section2 .bg .group .md_zsa1 li:nth-child(12) {
  left: 35%;
  top: 24%;
  z-index: 3;
}
.section2 .bg .group .md_zsa1 li:nth-child(13) {
  left: 26%;
  top: 28%;
  z-index: 3;
}
.section2 .bg .group #fnR4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section2 .bg .group #fnR4 li {
  cursor: pointer;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li {
    opacity: 1;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .section2 .bg .group #fnR4 li img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .section2 .bg .group #fnR4 li.on img {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.section2 .bg .group #fnR4 li .msg {
  position: absolute;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li .msg {
    display: none;
  }
}
.section2 .bg .group #fnR4 li .msg .bannerEn {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.6em;
}
.section2 .bg .group #fnR4 li .msg .en_l {
  color: #878787;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.section2 .bg .group #fnR4 li:nth-child(1) {
  right: 20%;
  bottom: 24%;
  -webkit-transform: translate3D(0px, -10px, 0);
     -moz-transform: translate3D(0px, -10px, 0);
      -ms-transform: translate3D(0px, -10px, 0);
       -o-transform: translate3D(0px, -10px, 0);
          transform: translate3D(0px, -10px, 0);
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(1) {
    right: 3%;
  }
}
.section2 .bg .group #fnR4 li:nth-child(1) img {
  width: 13.25rem;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(1) img {
    width: 4rem;
  }
}
.section2 .bg .group #fnR4 li:nth-child(1) .msg {
  top: -0.5rem;
  left: -12rem;
  text-align: right;
}
.section2 .bg .group #fnR4 li:nth-child(4) {
  left: 63%;
  top: 23%;
  -webkit-transform: translate3D(10px, 0, 0);
     -moz-transform: translate3D(10px, 0, 0);
      -ms-transform: translate3D(10px, 0, 0);
       -o-transform: translate3D(10px, 0, 0);
          transform: translate3D(10px, 0, 0);
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(4) {
    left: 4%;
  }
}
.section2 .bg .group #fnR4 li:nth-child(4) img {
  width: 23.3125rem;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(4) img {
    width: 4rem;
  }
}
.section2 .bg .group #fnR4 li:nth-child(4) .msg {
  bottom: -4rem;
  left: -5.5rem;
}
.section2 .bg .group #fnR4 li:nth-child(3) {
  left: 25%;
  bottom: 39%;
  -webkit-transform: translate3D(0px, 10px, 0);
     -moz-transform: translate3D(0px, 10px, 0);
      -ms-transform: translate3D(0px, 10px, 0);
       -o-transform: translate3D(0px, 10px, 0);
          transform: translate3D(0px, 10px, 0);
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(3) {
    right: 6%;
  }
}
.section2 .bg .group #fnR4 li:nth-child(3) img {
  width: 17.2813rem;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(3) img {
    width: 4rem;
  }
}
.section2 .bg .group #fnR4 li:nth-child(3) .msg {
  top: -3.5rem;
  right: -8rem;
}
.section2 .bg .group #fnR4 li:nth-child(2) {
  left: 63%;
  bottom: 49%;
  -webkit-transform: translate3D(0px, -10px, 0);
     -moz-transform: translate3D(0px, -10px, 0);
      -ms-transform: translate3D(0px, -10px, 0);
       -o-transform: translate3D(0px, -10px, 0);
          transform: translate3D(0px, -10px, 0);
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(2) {
    right: 3%;
  }
}
.section2 .bg .group #fnR4 li:nth-child(2) img {
  width: 17.25rem;
}
@media (max-width: 768px) {
  .section2 .bg .group #fnR4 li:nth-child(2) img {
    width: 4rem;
  }
}
.section2 .bg .group #fnR4 li:nth-child(2) .msg {
  bottom: -4rem;
  right: -4.5rem;
}
.section2 .rowMain {
  position: relative;
  pointer-events: none;
}
@media (max-width: 768px) {
  .section2 .rowMain {
    pointer-events: auto;
  }
}
.section2 .rowMain .wh {
  position: relative;
  z-index: 1;
}
.section2 .rowMain .cont-p {
  position: relative;
  height: 100%;
  height: 100vh;
  padding: -webkit-calc(var(--head-height) * 2) 0 0;
  padding: -moz-calc(var(--head-height) * 2) 0 0;
  padding: calc(var(--head-height) * 2) 0 0;
}
@media (max-width: 768px) {
  .section2 .rowMain .cont-p {
    height: auto;
    padding-top: 0;
  }
}
.section2 .rowMain .cont-p .btm {
  position: absolute;
  left: 0;
  bottom: -webkit-calc(var(--head-height) * 0.8);
  bottom: -moz-calc(var(--head-height) * 0.8);
  bottom: calc(var(--head-height) * 0.8);
  width: 100%;
}
@media (max-width: 768px) {
  .section2 .rowMain .cont-p .btm {
    position: static;
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-top: 1rem;
  }
}
.section2 .rowMain .top-a {
  position: relative;
}
.section2 .rowMain .top-a a.return {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: var(--color-zt);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
     -moz-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
@media (max-width: 768px) {
  .section2 .rowMain .top-a a.return {
    display: none;
  }
}
@media (max-width: 768px) {
  .section2 .rowMain .top-a .zd-a1 {
    margin-top: 1rem;
  }
}
.section2 .rowMain .top-a .zd-a1 li {
  margin: 0 1.25rem;
  opacity: 0;
  -webkit-transform: translate3d(0px, -10px, 0);
     -moz-transform: translate3d(0px, -10px, 0);
          transform: translate3d(0px, -10px, 0);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 768px) {
  .section2 .rowMain .top-a .zd-a1 li {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 48%;
    margin: 0.5rem 1%;
  }
}
.section2 .rowMain .top-a .zd-a1 li a {
  display: block;
  background: #FFFFFF;
  color: #5E5E5E;
  font-size: 1.25rem;
  line-height: 3em;
  padding: 0 2em;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .section2 .rowMain .top-a .zd-a1 li a {
    font-size: 1.125rem;
    line-height: 2.5em;
    padding: 0 1em;
    text-align: center;
    border: 1px solid var(--color-zt);
  }
}
.section2 .rowMain .top-a .zd-a1 li.on a {
  background: #E50012;
  color: #fff;
}
.section2 .rowMain .btm {
  opacity: 0;
  -webkit-transform: translate3d(0px, 10px, 0);
     -moz-transform: translate3d(0px, 10px, 0);
          transform: translate3d(0px, 10px, 0);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.section2 .rowMain .btm .box {
  padding: 0 7%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section2 .rowMain .btm .box {
    padding: 0;
  }
}
.section2 .rowMain .btm .box .zas_sdx1 {
  gap: 1.5rem;
}
.section2 .rowMain .btm .box .zas_sdx1 li {
  width: 20%;
}
.section2 .rowMain .btm .box .zas_sdx1 li a.asxat {
  display: block;
  border: 1px solid #CBC4C4;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section2 .rowMain .btm .box .zas_sdx1 li a.asxat {
    border-radius: 1rem;
  }
}
.section2 .rowMain .btm .box .zas_sdx1 li a.asxat img {
  width: 100%;
}
.section2 .rowMain .btm .box .zas_sdx1 li a.asxat .name {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
}
.section2 .rowMain .btm .box .mySwiper1 {
  padding: 0 1px;
}
.section2 .rowMain .btm .box .mySwiper1 .swiper-slide a.img {
  display: block;
  border: 1px solid #CBC4C4;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section2 .rowMain .btm .box .mySwiper1 .swiper-slide a.img {
    border-radius: 1rem;
  }
}
.section2 .rowMain .btm .box .mySwiper1 .swiper-slide a.img img {
  width: 100%;
}
@media (max-width: 768px) {
  .section2 .rowMain .btm .box .jasutx {
    display: none;
  }
}
.section2 .rowMain .btm .box.on {
  height: auto;
}
.section2 .rowMain .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  pointer-events: none;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
@media (max-width: 768px) {
  .section2 .rowMain .mask {
    display: none;
  }
}
.section2 .rowMain .mask img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100vw;
}
.section2 .bg.on .group #fnR4 li {
  opacity: 0 !important;
}
@media (max-width: 768px) {
  .section2 .bg.on .group #fnR4 li {
    opacity: 1 !important;
  }
}
.section2 .bg.on .group #fnR4 li:nth-child(1) {
  -webkit-transform: translate3D(-10px, 0, 0);
     -moz-transform: translate3D(-10px, 0, 0);
      -ms-transform: translate3D(-10px, 0, 0);
       -o-transform: translate3D(-10px, 0, 0);
          transform: translate3D(-10px, 0, 0);
}
.section2 .bg.on .group #fnR4 li:nth-child(4) {
  -webkit-transform: translate3D(10px, 0, 0);
     -moz-transform: translate3D(10px, 0, 0);
      -ms-transform: translate3D(10px, 0, 0);
       -o-transform: translate3D(10px, 0, 0);
          transform: translate3D(10px, 0, 0);
}
.section2 .bg.on .group #fnR4 li:nth-child(3) {
  -webkit-transform: translate3D(0px, 10px, 0);
     -moz-transform: translate3D(0px, 10px, 0);
      -ms-transform: translate3D(0px, 10px, 0);
       -o-transform: translate3D(0px, 10px, 0);
          transform: translate3D(0px, 10px, 0);
}
.section2 .bg.on .group #fnR4 li:nth-child(2) {
  -webkit-transform: translate3D(0px, -10px, 0);
     -moz-transform: translate3D(0px, -10px, 0);
      -ms-transform: translate3D(0px, -10px, 0);
       -o-transform: translate3D(0px, -10px, 0);
          transform: translate3D(0px, -10px, 0);
}
.section2 .bg.on .md_zsa1 li {
  opacity: 0 !important;
}
.section2 .bg.on + .rowMain {
  pointer-events: auto;
}
.section2 .bg.on + .rowMain .top-a a.return {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.section2 .bg.on + .rowMain .zd-a1 li {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.section2 .bg.on + .rowMain .zd-a1 li:nth-child(1) {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.section2 .bg.on + .rowMain .zd-a1 li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.section2 .bg.on + .rowMain .zd-a1 li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.section2 .bg.on + .rowMain .zd-a1 li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.section2 .bg.on + .rowMain .btm {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.section2 .bg.on + .rowMain .mask {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section2 .bg.mask_0 + .rowMain .mask {
  left: -13%;
  top: -3%;
}
.section2 .bg.mask_1 + .rowMain .mask {
  left: -1%;
  top: 15%;
}
.section2 .bg.mask_2 + .rowMain .mask {
  left: 10%;
  top: -7%;
}
.section2 .bg.mask_3 + .rowMain .mask {
  left: 15%;
  top: 20%;
}
.section2.active .bg .group #fnR4 li {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section2.active .bg .group .md_zsa1 li {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section3 .a2_list1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section3 .a2_list1 li {
  width: 100%;
  height: 100%;
  display: none;
}
.section3 .a2_list1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .cont2 {
  padding-top: -webkit-calc(var(--head-height) * 0.7);
  padding-top: -moz-calc(var(--head-height) * 0.7);
  padding-top: calc(var(--head-height) * 0.7);
}
@media (max-width: 990px) {
  .section3 .cont2 {
    padding-top: 0;
  }
}
.section3 .a2_b1 {
  padding: var(--pandrd) 0 -webkit-calc(var(--pandrd) * 0.8);
  padding: var(--pandrd) 0 -moz-calc(var(--pandrd) * 0.8);
  padding: var(--pandrd) 0 calc(var(--pandrd) * 0.8);
}
@media (max-width: 768px) {
  .section3 .a2_b1 {
    padding: 1.5rem 0 1.25rem;
  }
}
.section3 .a2_b1 li {
  display: none;
}
.section3 .a2_b1 li .wenata {
  width: 50%;
}
@media (max-width: 768px) {
  .section3 .a2_b1 li .wenata {
    width: 100%;
  }
}
.section3 .a2_b1 li .wenata .tit {
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .section3 .a2_b1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.section3 .a2_b1 li .wenata .p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .section3 .a2_b1 li .wenata .p {
    height: auto;
    font-size: 1rem;
    margin: 0.75rem 0;
  }
}
.section3 .a2_b2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1280px) {
  .section3 .a2_b2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .section3 .a2_b2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.section3 .a2_b2 li {
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .section3 .a2_b2 li {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
  }
}
.section3 .a2_b2 li i {
  display: block;
  font-size: 0;
  width: 3.75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section3 .a2_b2 li i {
    width: 3.25rem;
  }
}
.section3 .a2_b2 li i img {
  width: 100%;
}
.section3 .a2_b2 li p {
  color: #3E3A39;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 100;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .section3 .a2_b2 li p {
    margin-top: 1rem;
  }
}
.section3 .a2_b2 li.on {
  background: var(--color-zt);
}
.section3 .a2_b2 li.on i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section3 .a2_b2 li.on p {
  color: #fff;
}

.section4 {
  background: #F5F5F5;
}
.section4 .cont3 {
  padding-top: -webkit-calc(var(--head-height) * 0.5);
  padding-top: -moz-calc(var(--head-height) * 0.5);
  padding-top: calc(var(--head-height) * 0.5);
}
@media (max-width: 990px) {
  .section4 .cont3 {
    padding-top: 0;
  }
}
.section4 .cp_sort1 {
  margin-top: 1.25rem;
}
.section4 .cp_sort1 li {
  margin: 0 1em;
}
.section4 .cp_sort1 li a {
  display: block;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.65rem 0;
}
.section4 .cp_sort1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: 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;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  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);
}
.section4 .cp_sort1 li.on a {
  color: var(--color-zt);
}
.section4 .cp_sort1 li.on a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.section4 .cp_a3_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 {
    margin-top: 1.35rem;
  }
}
.section4 .cp_a3_list1 li {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li {
    padding: 0;
  }
}
.section4 .cp_a3_list1 li .swiper-container {
  overflow: hidden;
}
.section4 .cp_a3_list1 li .swiper-slide {
  width: 66.5714285714%;
  border-radius: 1.875rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  /* transition: 300ms;
  transform: scale(0.8); */
}
.section4 .cp_a3_list1 li .swiper-slide.swiper-slide-active{
  /* transform: scale(1); */
  /* width: 150%; */
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.03);
  }
}
.section4 .cp_a3_list1 li .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(211, 211, 211, 0.6);
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p {
  padding: 4rem 6% 4rem 1%;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide .cont-p {
    padding: 1.25rem 4%;
  }
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p a.img {
  display: block;
  font-size: 0;
  width: 39.4849785408%;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide .cont-p a.img {
    width: 100%;
  }
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p a.img img {
  width: 100%;
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 {
  width: 56.8669527897%;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 {
    width: 100%;
    padding: 1.5rem 5% 0;
  }
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .tit {
  color: #3E3A39;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 100;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .tit {
    font-size: 1.5rem;
  }
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .p1 {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin: 0.65rem 0 1.5rem;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .p1 {
    margin: 0.65rem 0 1rem;
  }
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .p1 p {
  position: relative;
  padding-left: 1em;
}
.section4 .cp_a3_list1 li .swiper-slide .cont-p .cont-ast1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.section4 .cp_a3_list1 li .swiper-slide.swiper-slide-active::after {
  display: none;
}
.section4 .cp_a3_list1 li.a {
  height: auto;
}
.section4 .cp_a3_list1 li .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.section4 .cp_a3_list1 li .swiper-button-prev1 {
  left: 0;
}
.section4 .cp_a3_list1 li .swiper-button-next1 {
  right: 0;
}
.section4 .cp_a3_list1 li .swiper-button-prev1, .section4 .cp_a3_list1 li .swiper-button-next1 {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .section4 .cp_a3_list1 li .swiper-button-prev1, .section4 .cp_a3_list1 li .swiper-button-next1 {
    display: none;
  }
}
.section4 .cp_a3_list1 li .swiper-button-prev1 i, .section4 .cp_a3_list1 li .swiper-button-next1 i {
  color: #DCDCDC;
  font-size: 4rem;
}

.gongt-pagination {
  text-align: center;
}
.gongt-pagination span {
  background: #968B8B;
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 5px;
}
.gongt-pagination span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.section5 {
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .section5 .fp-tableCell {
    padding-top: 0;
  }
}
.section5 .cont4 {
  padding-top: -webkit-calc(var(--head-height) * 0.3);
  padding-top: -moz-calc(var(--head-height) * 0.3);
  padding-top: calc(var(--head-height) * 0.3);
}
@media (max-width: 990px) {
  .section5 .cont4 {
    padding-top: 0;
  }
}
.section5 .cont4 .a4b1 li {
  width: auto;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li {
    width: 48%;
    text-align: center;
    padding-top: 1.65rem;
  }
}
.section5 .cont4 .a4b1 li .cont-p .img {
  width: 3.75rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li .cont-p .img {
    margin: 0 auto;
  }
}
.section5 .cont4 .a4b1 li .cont-p .img img {
  width: 100%;
}
.section5 .cont4 .a4b1 li .cont-p .as-erx {
  width: -webkit-calc(100% - 3.75rem);
  width: -moz-calc(100% - 3.75rem);
  width: calc(100% - 3.75rem);
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li .cont-p .as-erx {
    width: 100%;
    padding-left: 0;
  }
}
.section5 .cont4 .a4b1 li .cont-p .as-erx .data {
  color: #E50012;
  padding: 0.65rem 0;
}
.section5 .cont4 .a4b1 li .cont-p .as-erx .data span {
  font-size: 2.8125rem;
  font-weight: 100;
  line-height: 1em;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li .cont-p .as-erx .data span {
    font-size: 2.25rem;
  }
}
.section5 .cont4 .a4b1 li .cont-p .as-erx .data sup {
  line-height: 1em;
  font-size: 1.25rem;
  font-weight: 100;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li .cont-p .as-erx .data sup {
    font-size: 1.125rem;
  }
}
.section5 .cont4 .a4b1 li .cont-p .as-erx .p {
  color: #3E3A39;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b1 li .cont-p .as-erx .p {
    font-size: 1.125rem;
    font-weight: 100;
  }
}
.section5 .cont4 .a4b2 {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b2 {
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.section5 .cont4 .a4b2 .img {
  width: 50%;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b2 .img {
    width: 100%;
  }
}
.section5 .cont4 .a4b2 .img img {
  width: 100%;
}
.section5 .cont4 .a4b2 .a4b2c1 {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .section5 .cont4 .a4b2 .a4b2c1 {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.section5 .cont4 .a4b2 .a4b2c1 .text {
  margin: 1rem 0 1.5rem;
  line-height: 1.65em;
}

.section6 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .section6 .cont5 .wh {
    padding: 0;
  }
}
.section6 .a5v1 {
  position: relative;
}
.section6 .a5v1 .title1 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: -webkit-calc(var(--head-height) + 9rem);
  top: -moz-calc(var(--head-height) + 9rem);
  top: calc(var(--head-height) + 9rem);
}
@media (max-width: 768px) {
  .section6 .a5v1 .title1 {
    position: static;
    padding: 2rem 0 1.5rem;
  }
}
.section6 .a5v1 .a5_list1 li {
  height: 100vh;
  width: 25%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section6 .a5v1 .a5_list1 li {
    width: 50%;
    height: 80vw;
  }
  .section6 .a5v1 .a5_list1 li:nth-child(3) {
    border-left: none !important;
  }
  .section6 .a5v1 .a5_list1 li:nth-child(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.section6 .a5v1 .a5_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: -moz-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: -o-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: linear-gradient(180deg, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  z-index: -1;
}
.section6 .a5v1 .a5_list1 li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.section6 .a5v1 .a5_list1 li .cont-p {
  width: 100%;
  padding: 30% 8% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .section6 .a5v1 .a5_list1 li .cont-p {
    padding: 0% 8%;
  }
}
.section6 .a5v1 .a5_list1 li .cont-p u {
  display: block;
  font-size: 0;
  width: 5.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section6 .a5v1 .a5_list1 li .cont-p u {
    width: 5rem;
  }
}
.section6 .a5v1 .a5_list1 li .cont-p u img {
  width: 100%;
}
.section6 .a5v1 .a5_list1 li .cont-p .wenata .tit {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
.section6 .a5v1 .a5_list1 li .cont-p .wenata .p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin: 0.5em 0 1em;
}
.section6 .a5v1 .a5_list1 li .cont-p .wenata i {
  display: block;
  color: #999999;
  font-size: 1.5rem;
  line-height: 2.9rem;
}
.section6 .a5v1 .a5_list1 li .cont-p .more-b {
  display: none;
}
.section6 .a5v1 .a5_list1 li:hover::after {
  height: 100%;
  opacity: 1;
}
.section6 .a5v1 .a5_list1 li:hover .cont-p u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section6 .a5v1 .a5_list1 li:hover .cont-p .wenata .tit, .section6 .a5v1 .a5_list1 li:hover .cont-p .wenata .p {
  color: #fff;
}
.section6 .a5v1 .a5_list1 li:hover .cont-p .wenata i {
  display: none;
}
.section6 .a5v1 .a5_list1 li:hover .cont-p .more-b {
  display: inline-block;
}

.section7 .cont6 .a6v1 .mySwiper2 {
  padding-top: 3.25rem;
  padding-left: var(--cbasta);
  padding-right: var(--cbasta);
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .mySwiper2 {
    padding-top: 1.5rem;
  }
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide {
  position: relative;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide::after {
    border-radius: 1rem;
  }
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img {
  padding: 2.1875rem 2.1875rem 1.8rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  display: block;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  padding-bottom: 58.6111111111%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img u img {
  width: 100%;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 {
  border-bottom: 1px solid #EAEAEA;
  padding: 0.85rem 0;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .date {
  color: #333;
  font-weight: 100;
  width: 4.375rem;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .date b {
  font-size: 3.0625rem;
  line-height: 1em;
  display: block;
  font-weight: 100;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .date b {
    font-size: 2.6rem;
  }
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .date span {
  font-size: 0.875rem;
  line-height: 1.25em;
  display: block;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .name {
  color: #3E3A39;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
  width: -webkit-calc(96% - 4.375rem);
  width: -moz-calc(96% - 4.375rem);
  width: calc(96% - 4.375rem);
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .net-a1 .name {
    font-size: 1.125rem;
  }
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .txt {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin: 0.65em 0;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .xwe-as {
  text-align: right;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img .xwe-as i {
  color: #333;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img:hover .net-a1 .date, .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img:hover .net-a1 .name {
  color: var(--color-zt);
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide a.img:hover .xwe-as i {
  color: var(--color-zt);
}
.section7 .cont6 .a6v1 .mySwiper2 .swiper-slide.swiper-slide-active::after, .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide.swiper-slide-prev::after, .section7 .cont6 .a6v1 .mySwiper2 .swiper-slide.swiper-slide-next::after {
  display: none;
}
.section7 .cont6 .a6v1 .a6b1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 {
    margin-top: 1.5rem;
  }
}
.section7 .cont6 .a6v1 .a6b1 .swiper-pagination {
  width: 100%;
  height: 2px;
  position: static;
  background: #EAEAEA;
}
.section7 .cont6 .a6v1 .a6b1 .swiper-pagination span {
  background: var(--color-zt);
}

@media (max-width: 768px) {
  .section8 .fp-tableCell {
    padding-top: 0;
  }
}
.section8 .cont7 .a7v1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .section8 .cont7 .a7v1 {
    margin-top: 1.5rem;
  }
}
.section8 .cont7 .a7v1 .picMarquee-left1 {
  padding: 0 -webkit-calc(var(--cbasta) / 2);
  padding: 0 -moz-calc(var(--cbasta) / 2);
  padding: 0 calc(var(--cbasta) / 2);
  margin-top: 2rem;
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 35%, #000 65%, transparent);
          mask: linear-gradient(90deg, transparent, #000 35%, #000 65%, transparent);
}
.section8 .cont7 .a7v1 .picMarquee-left1 ul {
  padding-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .section8 .cont7 .a7v1 .picMarquee-left1 {
    margin-top: 1rem;
  }
}
.section8 .cont7 .a7v1 .picMarquee-left1:nth-child(2) {
  padding: 0 -webkit-calc(var(--cbasta) / 2);
  padding: 0 -moz-calc(var(--cbasta) / 2);
  padding: 0 calc(var(--cbasta) / 2);
}
.section8 .cont7 .a7v1 .picMarquee-left1 li {
  width: 16rem;
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .section8 .cont7 .a7v1 .picMarquee-left1 li {
    width: 10rem;
    margin-right: 1rem;
  }
}
.section8 .cont7 .a7v1 .picMarquee-left1 li .pic {
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.9375rem;
  overflow: hidden;
  padding: 0.5rem 1rem;
  background: url(../images/fk-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.section8 .cont7 .a7v1 .picMarquee-left1 li .pic:hover {
  border-color: var(--color-zt);
}
.section8 .cont7 .a7v1 .picMarquee-left1 li .pic + .pic {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .section8 .cont7 .a7v1 .picMarquee-left1 li .pic {
    border-radius: 1rem;
  }
  .section8 .cont7 .a7v1 .picMarquee-left1 li .pic + .pic {
    margin-top: 1rem;
  }
}
.section8 .cont7 .a7v1 .picMarquee-left1 li img {
  width: 100%;
}

.foot-fot {
  position: relative;
  background: #F5F5F5;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #3E3A39;
  font: 100 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #3E3A39;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #333;
  font: 100 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .dseca p {
  color: #333;
  font: 100 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a1 {
  padding: 4.75rem 0 3.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .foota1 .fo-a2 {
  padding: 1rem 0;
}
.foot-fot .foota1 .fo-a2 .fo-at1 .asxa1 {
  margin-top: 0.85rem;
}
.foot-fot .foota1 .fo-a2 .fo-at1 .asxa1 li {
  color: #333;
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .fo-a2 .fo-at1 .asxa1 li + li {
  margin-left: 1em;
}
.foot-fot .foota1 .fo-a2 .fo-at1 .asxa1 li i {
  font-size: 1rem;
  margin-right: 0.35rem;
}
.foot-fot .foota1 .fo-a2 .fo-at2 .social-share {
  margin-top: 0.65rem;
}
.foot-fot .foota1 .fo-a2 .fo-at2 .social-share a {
  background: #BEBEBE;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
}
.foot-fot .foota1 .fo-a2 .fo-at3 dl {
  width: 6.5625rem;
  text-align: center;
}
.foot-fot .foota1 .fo-a2 .fo-at3 dl + dl {
  margin-left: 1rem;
}
.foot-fot .foota1 .fo-a2 .fo-at3 dl img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .fo-at3 dl dd {
  color: #A5A5A5;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.foot-fot .foota2 {
  color: #A5A5A5;
  font: 100 1rem/1.65em "Noto Sans SC";
  padding: 1em 0;
  background: #fff;
}
.foot-fot .foota2 a {
  color: #A5A5A5;
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.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: 10%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li {
  margin-top: 1rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
  -webkit-filter: invert(18%) sepia(58%) saturate(7476%) hue-rotate(348deg) brightness(84%) contrast(117%);
          filter: invert(18%) sepia(58%) saturate(7476%) hue-rotate(348deg) brightness(84%) contrast(117%);
}
.zd_erha li > a:hover {
  background: var(--color-zt);
}
.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
  font-weight: 400;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页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: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

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

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 100 3.125rem/1.2em "Noto Sans SC";
}
@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: 100 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: 100 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: 100 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: 100 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: 100 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: 100 1rem/1.5em "Noto Sans SC";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 100 0.95rem/1.5em "Noto Sans SC";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 100 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: 100 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%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    top: 45%;
  }
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 2.8125rem;
  line-height: 1.25em;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 100;
  margin-top: 1.35rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1rem;
}
@media (max-width: 768px) {
  .nbanner .mbx-cont {
    top: 1rem;
  }
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.nbanner .ban-bnav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .nbanner .ban-bnav {
    position: static;
    background: rgba(120, 120, 120, 0.9);
  }
}
.nbanner .ban-bnav .n_src {
  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) {
  .nbanner .ban-bnav .n_src {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }
}
.nbanner .ban-bnav .n_src li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(120, 120, 120, 0.9);
}
@media (max-width: 768px) {
  .nbanner .ban-bnav .n_src li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .nbanner .ban-bnav .n_src li {
    background: none;
  }
}
.nbanner .ban-bnav .n_src li a {
  display: block;
  color: #fff;
  font-size: 1.375rem;
  padding: 1.35rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 1.35em;
  text-align: center;
}
@media (max-width: 768px) {
  .nbanner .ban-bnav .n_src li a {
    font-size: 1.125rem;
    padding: 1rem 1.5em;
  }
}
.nbanner .ban-bnav .n_src li:hover a, .nbanner .ban-bnav .n_src li.active a {
  background: var(--color-zt);
}

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

.ny-tit .entit {
  color: #535353;
  font: 100 1.5rem/1.2em "Noto Sans SC";
  text-transform: uppercase;
}
.ny-tit .tit {
  color: #535353;
  font: 100 2.5rem/1.3em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}

.product-content {
  padding-top: var(--pandrd);
}
.product-content .cp-sort-a {
  margin-top: 0.65rem;
}
.product-content .cp-sort-a li {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .product-content .cp-sort-a li {
    margin: 0 0.5rem;
  }
}
.product-content .cp-sort-a li a {
  display: block;
  color: #000000;
  font-size: 1.375rem;
  line-height: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .product-content .cp-sort-a li a {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.product-content .cp-sort-a 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);
}
.product-content .cp-sort-a li:hover a, .product-content .cp-sort-a li.active a {
  color: var(--color-zt);
}
.product-content .cp-sort-a li:hover a::after, .product-content .cp-sort-a li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.product-list li a.img {
  display: block;
  text-align: center;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 2.65rem;
}
@media (max-width: 768px) {
  .product-list li a.img {
    border-radius: 1rem;
    padding: 0.75rem 0 1.5rem;
  }
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.product-list li a.img i img {
  width: 100%;
}
.product-list li a.img .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-list li a.img .tit {
    font-size: 1.125rem;
  }
}
.product-list li a.img:hover .tit {
  color: var(--color-zt);
}

.cp-fm-cont1 {
  padding-bottom: 2rem;
}
.cp-fm-cont1 .cp_fm-a1 > li {
  margin-top: var(--pandrd);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 {
  background: url(../images/vjas1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.6rem 5%;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 {
    padding: 1.8rem 7%;
    border-radius: 1rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 {
  width: 48%;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .tit {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .tit {
    font-size: 1.8rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 {
  color: #000000;
  font-size: 1.375rem;
  margin: 0.75rem 0;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 {
    font-size: 1.125rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .p1 b {
  color: #E50012;
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li {
  margin-right: 1.5em;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li {
    margin-right: 1em;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li a {
  display: block;
  color: #000000;
  font-size: 1.375rem;
  line-height: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li a {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 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);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li:hover a, .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li.active a {
  color: var(--color-zt);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li:hover a::after, .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .cp_fm-b1 li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a1 .more-b {
    margin-top: 1rem;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 {
  width: 50.9166666667%;
}
@media (max-width: 768px) {
  .cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 {
    width: 100%;
  }
}
.cp-fm-cont1 .cp_fm-a1 > li .con-p1 .con-a2 img {
  width: 100%;
}
@media (min-width: 767px) {
  .cp-fm-cont1 .cp_fm-a1 > li .cpas_ax1 li:nth-child(4) {
    display: none;
  }
}

.ny-show_body, .ny-body {
  padding-top: var(--head-height);
}

.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup > .img {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup > .img {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup > .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 {
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper3 .img {
  border-radius: 0;
  box-shadow: inherit;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast {
  padding: 0 8%;
  position: relative;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast {
    padding: 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 {
  padding: 0.75rem;
  margin: 0 -0.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 {
    padding: 0.5rem;
    margin: 0 -0.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .mySwiper31 .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 {
  left: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
  right: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 {
    display: none;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 i, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 i {
  color: #C5C5C5;
  font-size: 2rem;
  font-weight: 100;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-prev1 i:hover, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .xtast .swiper-button-next1 i:hover {
  color: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #E9E3E3;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.65rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #333;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  position: relative;
  padding-left: 1em;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa {
  border-bottom: 1px solid #E9E3E3;
  border-top: 1px solid #E9E3E3;
  padding: 1.625rem 0;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .txsa {
  background: #E50012;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .txsa i {
  color: #fff;
  font-size: 1.35rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .cont-as {
  color: #333;
  font-size: 1rem;
  line-height: 2em;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-a .cont-as {
    margin-left: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-b {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .wejhxa .werja-b {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

.ny-show-cp_body {
  overflow: visible;
}

.cp-show-sort {
  background: #F5F5F5;
  position: sticky;
  top: -webkit-calc(var(--head-height) - 1px);
  top: -moz-calc(var(--head-height) - 1px);
  top: calc(var(--head-height) - 1px);
  z-index: 5;
}
@media (max-width: 768px) {
  .cp-show-sort {
    top: 59px;
  }
}
.cp-show-sort .cp_fl li a {
  display: block;
  color: #333;
  font-size: 1.125rem;
  line-height: 3em;
  position: relative;
  padding: 0 1em;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-show-sort .cp_fl li a {
    font-size: 1rem;
    line-height: 2.5em;
  }
}
.cp-show-sort .cp_fl 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);
}
.cp-show-sort .cp_fl li:hover a, .cp-show-sort .cp_fl li.active a {
  color: var(--color-zt);
}
.cp-show-sort .cp_fl li:hover a::after, .cp-show-sort .cp_fl li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cp-tita {
  position: relative;
}
.cp-tita::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: -moz-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: -o-linear-gradient(right, #FFF -16.94%, #787878 100%);
  background: linear-gradient(270deg, #FFF -16.94%, #787878 100%);
  opacity: 0.2;
}
.cp-tita .tit {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.5em;
  position: relative;
  font-weight: 100;
  padding: 0.7rem 0;
  padding-left: 1.35em;
}
@media (max-width: 768px) {
  .cp-tita .tit {
    font-size: 1.25rem;
  }
}
.cp-tita .tit::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%);
  background: var(--color-zt);
  width: 0.75rem;
  height: 1em;
}

.conrt-xara > div {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .conrt-xara > div {
    margin-top: 2rem;
  }
}
.conrt-xara > div .content {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .conrt-xara > div .content {
    margin-top: 1.5rem;
  }
}

.cp-show-cont1 .content {
  margin-top: 1.5rem;
}
.cp-show-cont1 .content p {
  position: relative;
  padding-left: 1em;
  color: #333;
}
.cp-show-cont1 .content p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

.cp-show-cont2 .content {
  margin-top: 2rem;
}
.cp-show-cont2 .content .imgas {
  text-align: center;
}
.cp-show-cont2 .content .ash_slta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .content .ash_slta {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .cp-show-cont2 .content .ash_slta {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.cp-show-cont2 .content .ash_slta li {
  text-align: center;
}
.cp-show-cont2 .content .ash_slta li img {
  width: 100%;
}
.cp-show-cont2 .content .ash_slta li .img {
  border: 1px solid #D9D9D9;
}
.cp-show-cont2 .content .ash_slta li p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75rem 0 0;
}

.cp-show-cont3 .content .tabt-cont table tr:nth-child(2n-1) {
  background: #F5F5F5;
}
.cp-show-cont3 .content .tabt-cont table tr:nth-child(1) {
  background: #D8D8D8;
  border-top: 2px solid #000000;
}
.cp-show-cont3 .content .tabt-cont table tr td {
  border-left: none;
  border-right: none;
  color: #3E3A39;
  font-size: 1.125rem;
  padding-left: 3em;
  vertical-align: middle;
}
.cp-show-cont3 .content .wehx0-a {
  color: #3E3A39;
  font-size: 0.875rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .cp-show-cont3 .content .wehx0-a {
    text-align: left;
  }
}

.dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.dow-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (max-width: 768px) {
  .dow-list li {
    border-radius: 1rem;
    padding: 1.65rem;
  }
}
.dow-list li u {
  display: block;
  width: 32.5503355705%;
  font-size: 0;
  overflow: hidden;
}
.dow-list li u img {
  width: 100%;
}
.dow-list li .cont-p {
  width: 59.2281879195%;
}
.dow-list li .cont-p .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .dow-list li .cont-p .tit {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.dow-list li .cont-p .data {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0;
}
.dow-list li .cont-p .more-b {
  width: 11.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dow-list li .cont-p .more-b p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dow-list li .cont-p .more-b i {
  font-size: 1.125rem;
  display: block;
  margin-left: 0.5em;
}
.dow-list li:hover {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
}

.cp-show-cont4 .content {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .content {
    margin-top: 1.65rem;
  }
}

.cp-show-cont5 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.cp-show-cont5 .cp-show-a5v1 {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 {
    margin-top: 0.365rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 {
  padding: 1rem;
  margin: 0 -1rem;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img {
  display: block;
  text-align: center;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 2.65rem;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img {
    border-radius: 1rem;
    padding: 0.75rem 0 1.5rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img i img {
  width: 100%;
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img .tit {
    font-size: 1.125rem;
  }
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 a.img:hover .tit {
  color: var(--color-zt);
}
.cp-show-cont5 .cp-show-a5v1 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.5rem;
}

.cp-show-cont6 {
  padding: var(--pandrd) 0;
  margin-top: 0 !important;
}
.cp-show-cont6 .cp-a6_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 {
    margin-top: 0;
  }
}
.cp-show-cont6 .cp-a6_list1 li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li {
    width: 50%;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 1.5rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li i {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  border: 1px dashed var(--color-zt);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li i {
    width: 6rem;
    height: 6rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li i img {
  width: 50%;
}
.cp-show-cont6 .cp-a6_list1 li .wenata {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont6 .cp-a6_list1 li .wenata {
    margin-top: 1rem;
  }
}
.cp-show-cont6 .cp-a6_list1 li .wenata .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.6em;
}
.cp-show-cont6 .cp-a6_list1 li .wenata .p {
  color: #878787;
  font-size: 0.875rem;
  line-height: 1.6em;
}

.cp-show-cont7 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
  margin-top: 0 !important;
}
.cp-show-cont7 .cp-show-a7v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont7 .cp-show-a7v1 {
    margin-top: 1rem;
  }
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 {
  padding: 0 var(--cbasta);
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide {
  position: relative;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img {
  padding: 2.1875rem 2.1875rem 1.8rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  display: block;
}
@media (max-width: 768px) {
  .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 {
  border-bottom: 1px solid #EAEAEA;
  padding: 0.85rem 0;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .date {
  color: #333;
  font-weight: 100;
  width: 4.375rem;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .date b {
  font-size: 3.0625rem;
  line-height: 1em;
  display: block;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .date b {
    font-size: 2.6rem;
  }
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .date span {
  font-size: 0.875rem;
  line-height: 1.25em;
  display: block;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .name {
  color: #3E3A39;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
  width: -webkit-calc(96% - 4.375rem);
  width: -moz-calc(96% - 4.375rem);
  width: calc(96% - 4.375rem);
}
@media (max-width: 768px) {
  .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .net-a1 .name {
    font-size: 1.125rem;
  }
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .txt {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin: 0.65em 0;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .xwe-as {
  text-align: right;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img .xwe-as i {
  color: #333;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img:hover .net-a1 .date, .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img:hover .net-a1 .name {
  color: var(--color-zt);
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide a.img:hover .xwe-as i {
  color: var(--color-zt);
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide.swiper-slide-active::after, .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-slide.swiper-slide-next::after {
  display: none;
}
.cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont7 .cp-show-a7v1 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont8 {
  padding: var(--pandrd) 0;
}

.cp-show-a8v1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 3rem 4%;
}
@media (max-width: 768px) {
  .cp-show-a8v1 {
    padding: 1.25rem 4%;
  }
  .cp-show-a8v1 .title1 .tit {
    text-wrap: balance;
  }
}
.cp-show-a8v1 form .inpt {
  position: relative;
  margin-top: 1rem;
}
.cp-show-a8v1 form .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #898989;
  font-size: 1rem;
  line-height: 3.125rem;
  padding: 0 1.5em;
  cursor: text;
}
.cp-show-a8v1 form .inpt .m_label span {
  color: var(--color-zt);
}
.cp-show-a8v1 form .inpt input {
  width: 100%;
  border: 1px solid #CFCFCF;
  line-height: 3.125rem;
  border-radius: 1.875rem;
  padding: 0 1.5em;
  font-size: 1rem;
}
.cp-show-a8v1 form .inpt textarea {
  width: 100%;
  border: 1px solid #CFCFCF;
  line-height: 1.35rem;
  border-radius: 1.875rem;
  padding: 1.25em 1.5em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cp-show-a8v1 form .inpt textarea {
    border-radius: 1rem;
  }
}
.cp-show-a8v1 form .inpt .city-picker-span {
  width: 100%;
  border: 1px solid #CFCFCF;
  line-height: 3.125rem;
  border-radius: 1.875rem;
  padding: 0 1.5em;
}
.cp-show-a8v1 form .inpt .city-picker-span > .arrow {
  right: 1.5em;
}
.cp-show-a8v1 form .msg-a1 .inpt {
  width: 31.7610062893%;
}
@media (max-width: 768px) {
  .cp-show-a8v1 form .msg-a1 .inpt {
    width: 100%;
  }
}
.cp-show-a8v1 form .msg-a21 {
  margin-top: 1.5rem;
  padding: 0 1em;
}
.cp-show-a8v1 form .msg-a21 .inpt .tit1 {
  color: #898989;
  font-size: 1rem;
  line-height: 1.5em;
}
.cp-show-a8v1 form .msg-a21 .inpt .dzb-a1c2d1e1 > div {
  color: #898989;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 2em;
  margin-top: 0.5rem;
}
.cp-show-a8v1 form .msg-a21 .inpt .dzb-a1c2d1e1 > div label {
  margin-bottom: 0;
}
.cp-show-a8v1 form .msg-a21 .inpt .dzb-a1c2d1e1 > div input {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #CFCFCF;
  margin-right: 0.5rem;
}
.cp-show-a8v1 form .msg-a3 .inpt {
  font-size: 0;
}
.cp-show-a8v1 form .msg-a4 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-a8v1 form .msg-a4 {
    margin-top: 1rem;
  }
}
.cp-show-a8v1 form .msg-a4 .yszc-cont {
  padding: 0 1em;
}
.cp-show-a8v1 form .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.cp-show-a8v1 form .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.cp-show-a8v1 form .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.cp-show-a8v1 form .msg-a4 .yszc-cont label {
  color: #898989;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cp-show-a8v1 form .msg-a4 .yszc-cont label {
    width: -webkit-calc(90% - 2rem);
    width: -moz-calc(90% - 2rem);
    width: calc(90% - 2rem);
  }
}
.cp-show-a8v1 form .msg-a4 .yszc-cont label a {
  color: #898989;
}
.cp-show-a8v1 form .msg-a4 .yszc-cont label a:hover {
  color: var(--color-zt);
}
.cp-show-a8v1 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-a8v1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.cp-show-a8v1 .cp-show-a8b1 {
  border-bottom: 1px solid #CFCFCF;
}
.cp-show-a8v1 .cp-show-a8b1 li {
  text-align: center;
  margin: 0 1.5em;
}
@media (max-width: 768px) {
  .cp-show-a8v1 .cp-show-a8b1 li {
    margin: 0 0.75em;
  }
}
.cp-show-a8v1 .cp-show-a8b1 li a {
  display: block;
  color: #808080;
  font-size: 1.375rem;
  line-height: 3em;
  position: relative;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cp-show-a8v1 .cp-show-a8b1 li a {
    font-size: 1.125rem;
  }
}
.cp-show-a8v1 .cp-show-a8b1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  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);
}
.cp-show-a8v1 .cp-show-a8b1 li.on a {
  color: var(--color-zt);
}
.cp-show-a8v1 .cp-show-a8b1 li.on a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cp-show-a8v1 .cp-show-a8b2 li .tit {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cp-show-a8v1 .cp-show-a8b2 li .tit {
    font-size: 1rem;
  }
}

.cpjjfa-content > div {
  background: #fff;
}
.cpjjfa-content > div:nth-child(2n) {
  background: #F5F5F5;
}

.znjd-cont1 {
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .znjd-cont1 {
    padding: 2rem 0;
  }
}
.znjd-cont1 .znjd-a1v1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .znjd-cont1 .znjd-a1v1 {
    margin-top: 1.5rem;
  }
}
.znjd-cont1 .znjd-a1v1 .znjd-a1b1 {
  width: 46.5714285714%;
}
@media (max-width: 768px) {
  .znjd-cont1 .znjd-a1v1 .znjd-a1b1 {
    width: 100%;
  }
}
.znjd-cont1 .znjd-a1v1 .znjd-a1b2 {
  width: 46.7857142857%;
}
@media (max-width: 768px) {
  .znjd-cont1 .znjd-a1v1 .znjd-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.znjd-cont1 .znjd-a1v1 .znjd-a1b2 dl {
  width: 48%;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.znjd-cont1 .znjd-a1v1 .znjd-a1b2 dl img {
  width: 100%;
}
.znjd-cont1 .znjd-a1v2 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .znjd-cont1 .znjd-a1v2 {
    margin-top: 1.5rem;
  }
}

.znjd-cont2 {
  padding: var(--pandrd) 0;
}
.znjd-cont2 .znjd-a2_list1 {
  padding: 2.5rem 4%;
  border-bottom: 1px solid #CFCFCF;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list1 {
    padding: 0 0 1.5rem;
  }
}
.znjd-cont2 .znjd-a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list1 li {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin-top: 1.5rem;
  }
}
.znjd-cont2 .znjd-a2_list1 li i {
  width: 6.875rem;
  height: 6.875rem;
  border: 1px dashed var(--color-zt);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list1 li i {
    width: 5rem;
    height: 5rem;
  }
}
.znjd-cont2 .znjd-a2_list1 li i img {
  width: 50%;
}
.znjd-cont2 .znjd-a2_list1 li .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.65em;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list1 li .tit {
    font-size: 1rem;
  }
}
.znjd-cont2 .znjd-a2_list1 li:hover i, .znjd-cont2 .znjd-a2_list1 li.on i {
  background: var(--color-zt);
  border: 1px solid var(--color-zt);
}
.znjd-cont2 .znjd-a2_list1 li:hover i img, .znjd-cont2 .znjd-a2_list1 li.on i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.znjd-cont2 .znjd-a2_list2 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list2 {
    margin-top: 1.8rem;
  }
}
.znjd-cont2 .znjd-a2_list2 li {
  display: none;
  position: relative;
}
.znjd-cont2 .znjd-a2_list2 li .jtaxc {
  width: 17%;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list2 li .jtaxc {
    display: none;
  }
}
.znjd-cont2 .znjd-a2_list2 li .jtaxc u {
  display: block;
  font-size: 0;
}
.znjd-cont2 .znjd-a2_list2 li .jtaxc u img {
  width: 100%;
}
.znjd-cont2 .znjd-a2_list2 li .jtaxc p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
  width: 100%;
  text-align: center;
}
.znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 {
  width: 45.5714285714%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 3.2% 2.5rem;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 4% 2rem;
  }
  .znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 + .asjhjt1 {
    margin-top: 2rem;
  }
}
.znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 .cp-tita .tit {
  font-size: 1.125rem;
}
.znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 .p1 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.35em;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 .p1 {
    line-height: 1.5em;
  }
}
.znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 .p1 p {
  position: relative;
  margin-top: 1rem;
  padding-left: 1em;
}
.znjd-cont2 .znjd-a2_list2 li .asjhj-afxa .asjhjt1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

.heng1 img {
  width: 100%;
}

.znjd-cont3 {
  padding: var(--pandrd) 0;
}
.znjd-cont3 .znjd-a3v1 {
  text-align: center;
}
.znjd-cont3 .znjd-a3v1 .p1 {
  color: #333;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 100;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .znjd-cont3 .znjd-a3v1 .p1 {
    font-size: 1.25rem;
    padding: 1.25rem 0;
  }
}

.znjd-cont4 {
  padding: var(--pandrd) 0;
}
.znjd-cont4 .product-list {
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .znjd-cont4 .product-list {
    margin-top: 1.5rem;
  }
}

.znjd-cont5 {
  padding: var(--pandrd) 0;
}
.znjd-cont5 .dow-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.25rem;
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .znjd-cont5 .dow-list1 {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .znjd-cont5 .dow-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.znjd-cont5 .dow-list1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (max-width: 768px) {
  .znjd-cont5 .dow-list1 li {
    border-radius: 1rem;
    padding: 1.65rem;
  }
}
.znjd-cont5 .dow-list1 li .cont-p {
  width: 100%;
  text-align: center;
}
.znjd-cont5 .dow-list1 li .cont-p .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 100;
}
@media (max-width: 768px) {
  .znjd-cont5 .dow-list1 li .cont-p .tit {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.znjd-cont5 .dow-list1 li .cont-p .data {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0;
}
.znjd-cont5 .dow-list1 li .cont-p .more-b {
  width: 11.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.znjd-cont5 .dow-list1 li .cont-p .more-b p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.znjd-cont5 .dow-list1 li .cont-p .more-b i {
  font-size: 1.125rem;
  display: block;
  margin-left: 0.5em;
}
.znjd-cont5 .dow-list1 li:hover {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -16.94%, rgba(120, 120, 120, 0.2) 100%);
}

.znjd-cont6 {
  padding: var(--pandrd) 0;
}
.znjd-cont6 .znjd-a6v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .znjd-cont6 .znjd-a6v1 {
    margin-top: 1.5rem;
  }
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .znjd-cont6 .znjd-a6v1 .mySwiper6 {
    border-radius: 1rem;
  }
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .img {
  width: 50%;
}
@media (max-width: 768px) {
  .znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .img {
    width: 100%;
  }
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .img img {
  width: 100%;
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas {
  width: 50%;
  --fljj: 7.5%;
}
@media (max-width: 768px) {
  .znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas u {
  display: block;
  font-size: 0;
  margin-left: var(--fljj);
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas u img {
  height: 3.625rem;
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas .cp-tita {
  margin: 1rem 0;
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas .cp-tita .tit {
  padding-left: var(--fljj);
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas .p1 {
  padding: 0 var(--fljj);
}
.znjd-cont6 .znjd-a6v1 .mySwiper6 .swiper-slide .ashx-cont .cont-pas .more-b {
  margin-left: var(--fljj);
  margin-top: 1.5rem;
}
.znjd-cont6 .znjd-a6v1 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .znjd-cont6 .znjd-a6v1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.znjd-cont7 {
  padding: var(--pandrd) 0;
}
.znjd-cont7 .cp-show-a8v1 form {
  margin-top: 1rem;
}

.pa-da p {
  padding-left: 1em;
  position: relative;
}
.pa-da p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.ashj_xa1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ashj_xa1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.ashj_xa1 li {
  text-align: center;
}
.ashj_xa1 li img {
  width: 100%;
}
.ashj_xa1 li p {
  margin-top: 0.5em;
}

.pt0 {
  padding-top: 0 !important;
}

.tpyyk {
  padding: 6%;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tpyyk {
    margin-top: 1rem;
  }
}

.jddzym-cont1 {
  padding: var(--pandrd) 0;
}
.jddzym-cont1.jddzym-cont1-as {
  padding-top: -webkit-calc(var(--pandrd) / 2);
  padding-top: -moz-calc(var(--pandrd) / 2);
  padding-top: calc(var(--pandrd) / 2);
}
.jddzym-cont1 .jddzym-a1v1 .asjtxat-v1-a {
  padding-bottom: var(--pandrd);
}
.jddzym-cont1 .jddzym-a1v1 .asjtxat-v1-a .jddzym-a5b1 li .wenata .p {
  margin-top: 0.8em;
}
.jddzym-cont1 .jddzym-a1v1 .wehxa1a-a {
  text-align: center;
  width: 100%;
}
.jddzym-cont1 .jddzym-a1v1 .wehxa1a-a p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .wehxa1a-a p {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: left;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 {
    margin-top: 0.5rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b1 {
  width: 75%;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b1 {
    width: 100%;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 {
  width: 21%;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 dl {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 dl {
    width: 48%;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 dl + dl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 dl + dl {
    margin-top: 0;
  }
}
.jddzym-cont1 .jddzym-a1v1 .znjd-a1v1 .znjd-a1b2 dl img {
  width: 100%;
}
.jddzym-cont1 .jddzym-a1v1 .ashxq1-a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .ashxq1-a {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .ashxq1-a li {
  text-align: center;
}
.jddzym-cont1 .jddzym-a1v1 .ashxq1-a li img {
  width: 100%;
}
.jddzym-cont1 .jddzym-a1v1 .ashxq1-a li p {
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
.jddzym-cont1 .jddzym-a1v1 .p1 {
  margin: 2.25rem 0 0;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .p1 {
    margin: 1rem 0 0;
  }
}
.jddzym-cont1 .jddzym-a1v1 .table-cont {
  text-align: center;
}
.jddzym-cont1 .jddzym-a1v1 .table-cont table tr td {
  text-align: center;
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 {
  gap: 1.5rem;
  margin-top: 1rem;
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .tiuasx1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 48%;
  }
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 li i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 li i img {
  width: 100%;
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 li .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0 0.65rem;
}
.jddzym-cont1 .jddzym-a1v1 .tiuasx1 li .p1t {
  font-size: 1rem;
  line-height: 1.5em;
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 {
    margin-top: 0.25rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.333%;
    margin-top: 1.5rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li i {
  width: 6.875rem;
  height: 6.875rem;
  border: 1px dashed var(--color-zt);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li i {
    width: 5rem;
    height: 5rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li i img {
  width: 50%;
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.65em;
}
@media (max-width: 768px) {
  .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li .tit {
    font-size: 1rem;
  }
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li:hover i, .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li.on i {
  background: var(--color-zt);
  border: 1px solid var(--color-zt);
}
.jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li:hover i img, .jddzym-cont1 .jddzym-a1v1 .ashxr_a1 li.on i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.jddzym-cont2 {
  padding: var(--pandrd) 0;
}
.jddzym-cont2 .jddzym-a2v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont2 .jddzym-a2v1 {
    margin-top: 1.5rem;
  }
}
.jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img {
  display: block;
}
.jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img i {
    border-radius: 1rem;
  }
}
.jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img i img {
  width: 100%;
}
.jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-slide a.img .tit {
    font-size: 1rem;
  }
}
.jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-pagination1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jddzym-cont2 .jddzym-a2v1 .mySwiper7 .swiper-pagination1 {
    margin-top: 0.5rem;
  }
}

.jddzym-cont3 {
  padding: var(--pandrd) 0;
}
.jddzym-cont3 .jddzym-a3v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 {
    margin-top: 1.5rem;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 4% 2.5rem;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 + .asjhjt1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 4% 2rem;
  }
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 + .asjhjt1 {
    margin-top: 1.5rem;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .cp-tita .tit {
  font-size: 1.125rem;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .p1 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.35em;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .p1 {
    line-height: 1.5em;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .p1 p {
  position: relative;
  margin-top: 1rem;
  padding-left: 1em;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as {
  position: relative;
  margin-top: 1.5rem;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as .jtaxc {
  width: 17%;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as .jtaxc {
    display: none;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as .jtaxc u {
  display: block;
  font-size: 0;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as .jtaxc u img {
  width: 100%;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl {
  width: 38%;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl {
    width: 100%;
  }
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl + dl {
    margin-top: 1rem;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl .titas1 {
  font-size: 1rem;
  font-weight: 100;
  color: #000000;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl .titas2 {
  color: #E50012;
  font-weight: 100;
  font-size: 1.125rem;
  margin-top: 0.25rem;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .wehas-as dl .p1 {
  padding-top: 0;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa1 dl {
  width: 43%;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa1 dl {
    width: 100%;
  }
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa1 dl + dl {
    margin-top: 1rem;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa1 dl .img1 {
  padding-right: 9%;
  margin-top: 0.5rem;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa1 dl .img1 img {
  width: 100%;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa2 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-top: 2.65rem;
  padding-right: 17%;
}
@media (max-width: 768px) {
  .jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa2 {
    padding-right: 0;
    margin-top: 1.5rem;
  }
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa2 p {
  position: relative;
  padding-left: 1em;
}
.jddzym-cont3 .jddzym-a3v1 .asjhjt1 .ashjer-xa2 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

.jddzym-cont5, .asjtxat-v1 {
  padding: var(--pandrd) 0;
}
.jddzym-cont5 .jddzym-a5b1, .asjtxat-v1 .jddzym-a5b1 {
  margin-top: 3.125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jddzym-cont5 .jddzym-a5b1, .asjtxat-v1 .jddzym-a5b1 {
    margin-top: 0;
  }
}
.jddzym-cont5 .jddzym-a5b1::after, .asjtxat-v1 .jddzym-a5b1::after {
  content: "";
  width: 92%;
  height: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 4%;
  top: 3.4375rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .jddzym-cont5 .jddzym-a5b1::after, .asjtxat-v1 .jddzym-a5b1::after {
    display: none;
  }
}
.jddzym-cont5 .jddzym-a5b1 li, .asjtxat-v1 .jddzym-a5b1 li {
  width: 12.9285714286%;
}
@media (max-width: 768px) {
  .jddzym-cont5 .jddzym-a5b1 li, .asjtxat-v1 .jddzym-a5b1 li {
    width: 48%;
    margin-top: 1.5rem;
  }
}
.jddzym-cont5 .jddzym-a5b1 li .img, .asjtxat-v1 .jddzym-a5b1 li .img {
  background: #fff;
  padding: 0 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.jddzym-cont5 .jddzym-a5b1 li .img i, .asjtxat-v1 .jddzym-a5b1 li .img i {
  width: 6.875rem;
  height: 6.875rem;
  border: 1px dashed var(--color-zt);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .jddzym-cont5 .jddzym-a5b1 li .img i, .asjtxat-v1 .jddzym-a5b1 li .img i {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.jddzym-cont5 .jddzym-a5b1 li .img i img, .asjtxat-v1 .jddzym-a5b1 li .img i img {
  width: 50%;
}
.jddzym-cont5 .jddzym-a5b1 li .wenata, .asjtxat-v1 .jddzym-a5b1 li .wenata {
  text-align: center;
}
.jddzym-cont5 .jddzym-a5b1 li .wenata .tit, .asjtxat-v1 .jddzym-a5b1 li .wenata .tit {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 100;
  margin: 1rem 0 0.75rem;
}
@media (max-width: 768px) {
  .jddzym-cont5 .jddzym-a5b1 li .wenata .tit, .asjtxat-v1 .jddzym-a5b1 li .wenata .tit {
    margin: 0.75rem 0 0.5rem;
  }
}
.jddzym-cont5 .jddzym-a5b1 li .wenata .p, .asjtxat-v1 .jddzym-a5b1 li .wenata .p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  text-wrap: balance;
}

.asjtxat-v1 {
  padding-bottom: 0;
}

.jddzym-cont6 {
  padding: var(--pandrd) 0;
}

.jddzym-cont7 .cp-show-a8v1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .jddzym-cont7 .cp-show-a8v1 {
    margin-top: 1.5rem;
  }
}

.jddbsg-cont3 {
  padding: var(--pandrd) 0;
}
.jddbsg-cont3 .jddbsg-a3v1 .jddbsg-a3v1c1 {
  position: relative;
  z-index: 1;
  margin-top: 5.75rem;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .jddbsg-a3v1c1 {
    margin-top: 0.25rem;
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .jddbsg-a3v1c1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 3.4375rem;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .jddbsg-a3v1c1 u {
    display: none;
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .jddbsg-a3v1c1 u img {
  width: 100%;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 {
  position: relative;
  padding-right: 10%;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 {
    padding-right: 0;
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li {
  width: 25%;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li {
    padding-left: 0 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 33.3333333333%;
    margin-top: 1.5rem;
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(5) {
  position: absolute;
  right: -3.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(5) {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(n+6) {
  margin-top: 12.5rem;
}
@media (max-width: 768px) {
  .jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(n+6) {
    margin-top: 1.5rem;
  }
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(3) {
  padding-left: 8%;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(4) {
  padding-left: 13%;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(6) {
  padding-left: 13%;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(7) {
  padding-left: 8%;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li:nth-child(8) {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li .contp {
  background: #464545;
  border-radius: 50%;
  width: 6.875rem;
  height: 6.875rem;
  position: relative;
  margin: 0 auto;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li .contp::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
     -moz-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
       -o-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  background: rgba(70, 69, 69, 0.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.jddbsg-cont3 .jddbsg-a3v1 .asjxayt1 li .contp p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0 0.5em;
  text-wrap: balance;
}

.jddbsg-a3v2 {
  padding-top: var(--pandrd);
}
.jddbsg-a3v2 .asjhjt1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 4% 2.5rem;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .jddbsg-a3v2 .asjhjt1 {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 4% 2rem;
    margin-top: 1.5rem;
  }
}
.jddbsg-a3v2 .asjhjt1 .cp-tita .tit {
  font-size: 1.125rem;
}
.jddbsg-a3v2 .asjhjt1 .p1 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.35em;
  padding-top: 0.5rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .jddbsg-a3v2 .asjhjt1 .p1 {
    line-height: 1.5em;
  }
}
.jddbsg-a3v2 .asjhjt1 .p1 p {
  position: relative;
  margin-top: 1rem;
  padding-left: 1em;
}
.jddbsg-a3v2 .asjhjt1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl {
  width: 43%;
}
@media (max-width: 768px) {
  .jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl {
    width: 100%;
  }
  .jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl + dl {
    margin-top: 1rem;
  }
}
.jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl .tast1 {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
.jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl .img1 {
  margin-top: 0.5rem;
}
.jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl .img1 img {
  width: 100%;
}
.jddbsg-a3v2 .asjhjt1 .ashjer-xa1 dl .p2 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.35em;
  padding-top: 1rem;
}
.jddbsg-a3v2 .asjhjt1 .tabt-cont {
  margin-top: 2.25rem;
  overflow: auto;
}
@media (max-width: 768px) {
  .jddbsg-a3v2 .asjhjt1 .tabt-cont {
    margin-top: 1.25rem;
  }
}
.jddbsg-a3v2 .asjhjt1 .tabt-cont table {
  min-width: 768px;
}
.jddbsg-a3v2 .asjhjt1 .tabt-cont table tr:nth-child(2n-1) {
  background: #F5F5F5;
}
.jddbsg-a3v2 .asjhjt1 .tabt-cont table tr:nth-child(1) td {
  text-align: center;
  font-weight: 100;
  font-size: 1.125rem;
  color: #000000;
}
.jddbsg-a3v2 .asjhjt1 .tabt-cont table tr td {
  color: #333;
  font-size: 1rem;
  padding-left: 3em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .jddbsg-a3v2 .asjhjt1 .tabt-cont table tr td {
    padding-left: 1em;
  }
}

.asjhxa_sd1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .asjhxa_sd1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .asjhxa_sd1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.asjhxa_sd1 li img {
  width: 100%;
}

.asjhxa_sd2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .asjhxa_sd2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.asjhxa_sd2 li {
  text-align: center;
}
.asjhxa_sd2 li i {
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.asjhxa_sd2 li img {
  width: 100%;
}
.asjhxa_sd2 li .tit {
  margin-top: 0.5rem;
  font-weight: 400;
}
.asjhxa_sd2 li .past {
  font-size: 0.875rem;
  line-height: 1em;
}

.jddbsg-cont4 {
  padding: var(--pandrd) 0;
}
.jddbsg-cont4 .jddbsg-a4v1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 {
    margin-top: 1.5rem;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 {
  width: 30.7142857143%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  height: -webkit-calc(100% - 1rem);
  height: -moz-calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-left: 2px dashed rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1::after {
    display: none;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li {
  cursor: pointer;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li + li {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li + li {
    margin-top: 0;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li b {
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #fff;
  margin-right: 0.6em;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li:hover b, .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li.on b {
  border-color: var(--color-zt);
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li:hover p, .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b1 li.on p {
  color: var(--color-zt);
  -webkit-transform: translateX(0.5em) scale(1.125);
     -moz-transform: translateX(0.5em) scale(1.125);
      -ms-transform: translateX(0.5em) scale(1.125);
       -o-transform: translateX(0.5em) scale(1.125);
          transform: translateX(0.5em) scale(1.125);
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 {
  width: 65.7142857143%;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 {
    width: 100%;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li {
  display: none;
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li .cont-p .mySwiper10 .swiper-slide i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li .cont-p .mySwiper10 .swiper-slide i {
    border-radius: 1rem;
  }
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li .cont-p .mySwiper10 .swiper-slide i img {
  width: 100%;
}
.jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li .cont-p .mySwiper10 .swiper-slide .name {
  text-align: center;
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .jddbsg-cont4 .jddbsg-a4v1 .jddbsg-a4b2 li .cont-p .mySwiper10 .swiper-slide .name {
    font-size: 1rem;
    margin-top: 0.65rem;
  }
}
.case-cont1 {
  padding: var(--pandrd) 0;
  background: #F5F5F5;
}
.case-cont1 .heng1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .case-cont1 .heng1 {
    margin-top: 1.125rem;
  }
}
.case-cont1 .case-a1v1 .mySwiper11 {
  padding: 1.5rem 0;
  padding-right: 1rem;
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .mySwiper11 {
    padding: 0.5rem 0;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
  }
}
.case-cont1 .case-a1v1 .mySwiper11 .img {
  margin: 1rem 0;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.9375rem;
  overflow: hidden;
  padding: 1rem;
  background: url(../images/fk-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.case-cont1 .case-a1v1 .mySwiper11 .img img {
  width: 100%;
}
.case-cont2 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .case-cont2 {
    padding: 1rem 0;
  }
}
.case-cont2 .case-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .case-cont2 .case-list li {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.case-cont2 .case-list li .ashx-cont .img {
  width: 50%;
}
@media (max-width: 768px) {
  .case-cont2 .case-list li .ashx-cont .img {
    width: 100%;
  }
}
.case-cont2 .case-list li .ashx-cont .img img {
  width: 100%;
}
.case-cont2 .case-list li .ashx-cont .cont-pas {
  width: 50%;
  --fljj: 7.5%;
}
@media (max-width: 768px) {
  .case-cont2 .case-list li .ashx-cont .cont-pas {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.case-cont2 .case-list li .ashx-cont .cont-pas u {
  display: block;
  font-size: 0;
  margin-left: var(--fljj);
}
.case-cont2 .case-list li .ashx-cont .cont-pas u img {
  height: 3.625rem;
}
.case-cont2 .case-list li .ashx-cont .cont-pas .cp-tita {
  margin: 1rem 0;
}
.case-cont2 .case-list li .ashx-cont .cont-pas .cp-tita .tit {
  padding-left: var(--fljj);
}
.case-cont2 .case-list li .ashx-cont .cont-pas .p1 {
  padding: 0 var(--fljj);
}
.case-cont2 .case-list li .ashx-cont .cont-pas .more-b {
  margin-left: var(--fljj);
  margin-top: 1.5rem;
}
.case-cont2 .case-list li:nth-child(2n) .ashx-cont .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .case-cont2 .case-list li:nth-child(2n) .ashx-cont .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.case-show-cont1 {
  padding: 5rem 0 7.375rem;
}
@media (max-width: 768px) {
  .case-show-cont1 {
    padding: 2rem 0;
  }
}
.case-show-cont1 .case-show-a1v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 {
    margin-top: 1rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 {
  width: 48.7857142857%;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 {
    width: 100%;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 .img {
    border-radius: 1rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .img img {
  width: 100%;
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b2 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b2 dl + dl {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b2 dl + dl {
    margin-top: 1rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b2 dl .p1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b2 dl .p1 {
    margin-top: 0.75rem;
  }
}

.case-show-cont3 {
  background: #fff;
}
.case-show-cont3 .cp-show-a7v1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-show-cont3 .cp-show-a7v1 {
    margin-top: 0;
  }
}
.case-show-cont3 .cp-show-a7v1 .mySwiper5 {
  padding-top: 1.5rem;
}

.abt-cont1 {
  padding: var(--pandrd) 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 48.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper8 {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper8 {
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .mySwiper8 .swiper-slide .img img {
  width: 100%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .swiper-pagination1 {
  margin-top: 1rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 43.7142857143%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .title1 .tit {
  line-height: 1.35em;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .p1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .p1 {
    margin-top: 0.75rem;
  }
}
.abt-cont1 .abt-a1v2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 0.5rem;
  }
}
.abt-cont1 .abt-a1v2 li {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v2 li .cont-p .img {
  width: 3.75rem;
  margin: 0 auto;
}
.abt-cont1 .abt-a1v2 li .cont-p .img img {
  width: 100%;
}
.abt-cont1 .abt-a1v2 li .cont-p .as-erx {
  width: 100%;
  margin-top: 0.25rem;
}
.abt-cont1 .abt-a1v2 li .cont-p .as-erx .data {
  color: #E50012;
  padding: 0.65rem 0 0.35rem;
}
.abt-cont1 .abt-a1v2 li .cont-p .as-erx .data span {
  font-size: 2.8125rem;
  font-weight: 100;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .cont-p .as-erx .data span {
    font-size: 2.25rem;
  }
}
.abt-cont1 .abt-a1v2 li .cont-p .as-erx .data sup {
  line-height: 1em;
  font-size: 1.25rem;
  font-weight: 100;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .cont-p .as-erx .data sup {
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1v2 li .cont-p .as-erx .p {
  color: #3E3A39;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .cont-p .as-erx .p {
    font-size: 1.125rem;
    font-weight: 100;
  }
}

.abt-cont2 {
  padding: var(--pandrd) 0 -webkit-calc(var(--pandrd) * 2);
  padding: var(--pandrd) 0 -moz-calc(var(--pandrd) * 2);
  padding: var(--pandrd) 0 calc(var(--pandrd) * 2);
  background: #F5F5F5;
  position: relative;
}
.abt-cont2 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abt-cont2 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .fzlc-vasdt1 {
  padding: 2.625rem 0 8rem;
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc-vasdt1 {
    padding: 1.5rem 0 4rem;
  }
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .year-text {
  width: 3.5rem;
  color: #858585;
  font-size: 3rem;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .year-text {
    width: 2rem;
    font-size: 1.5rem;
  }
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .year-text::before {
  content: "";
  width: 1px;
  height: 1.25em;
  display: none;
  background: #858585;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .year-text::after {
  content: "";
  width: 1px;
  height: 1.25em;
  display: block;
  background: #858585;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa {
  width: -webkit-calc(95% - 3.5rem);
  width: -moz-calc(95% - 3.5rem);
  width: calc(95% - 3.5rem);
  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) {
  .abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa {
    width: -webkit-calc(95% - 2rem);
    width: -moz-calc(95% - 2rem);
    width: calc(95% - 2rem);
  }
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa .img {
  width: 100%;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa .img img {
  width: 100%;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa .tit {
  color: #656565;
  font-size: 2.9375rem;
  line-height: 1.5em;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa .tit {
    font-size: 2.25rem;
  }
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide .text-con .wehxa .p1 {
  color: #727272;
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide:nth-child(2n) .text-con .year-text::before {
  display: block;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide:nth-child(2n) .text-con .year-text::after {
  display: none;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide:nth-child(2n) .text-con .wehxa .tit {
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  line-height: 1.15em;
  margin-bottom: 0.25em;
}
.abt-cont2 .fzlc-vasdt1 .mySwiper12 .swiper-slide:nth-child(2n) .text-con .wehxa .p1 {
  margin-top: 1rem;
}
.abt-cont2 .fzlc-vasdt1 .gong-jt .swiper-button-prev1 {
  left: -5rem;
}
.abt-cont2 .fzlc-vasdt1 .gong-jt .swiper-button-next1 {
  right: -5rem;
}
.abt-cont2 .content-bottom {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom {
    margin-top: 1.25rem;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}
.abt-cont2 .content-bottom .event .swiper-slide .text-con {
  width: 38.3571428571%;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .event .swiper-slide .text-con {
    width: 100%;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide .text-con .year-text {
  font-size: 10rem;
  line-height: 1;
  background: #F5F5F5;
  color: #E50012;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 5.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .event .swiper-slide .text-con .year-text {
    display: block;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide .text-con .title {
  font-size: 3.125rem;
  font-weight: 100;
  color: #333;
  line-height: 1.4;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .event .swiper-slide .text-con .title {
    font-size: 1.65rem;
    padding-bottom: 0.5rem;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide .text-con .desc {
  font-size: 1.125rem;
  font-weight: 100;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .event .swiper-slide .text-con .desc {
    font-size: 1rem;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide .picture {
  width: 42.2142857143%;
  aspect-ratio: 530/358;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .event .swiper-slide .picture {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont2 .content-bottom .event .swiper-slide .picture img {
  width: 100%;
}
.abt-cont2 .content-bottom .common-pagination {
  position: absolute;
  bottom: -6rem;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .common-pagination {
    position: static;
    margin-top: 0;
  }
}
.abt-cont2 .content-bottom .common-pagination > div {
  position: static;
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .common-pagination > div {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont2 .content-bottom .common-pagination > div + div {
  margin-left: 1rem;
}
.abt-cont2 .content-bottom .common-pagination > div:hover {
  background: var(--color-zt);
}
.abt-cont2 .content-bottom .year {
  width: 100%;
  bottom: 0;
  font-size: 1.25rem;
  font-weight: 100;
  position: absolute;
  color: #333;
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .year {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: static;
    margin-top: 1.875rem;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 768px) {
  .abt-cont2 .content-bottom .year {
    font-size: 1.9375rem;
  }
}
.abt-cont2 .content-bottom .year:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  background: #cccccc;
  width: 57.7857142857%;
}
.abt-cont2 .content-bottom .year .swiper-slide {
  width: auto !important;
  min-width: 20%;
  position: relative;
  padding-top: 1.2rem;
}
.abt-cont2 .content-bottom .year .swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #CCCCCC;
}
.abt-cont2 .content-bottom .year .swiper-slide-next + .swiper-slide, .abt-cont2 .content-bottom .year .swiper-slide-next {
  opacity: 0;
}
.abt-cont2 .content-bottom .year .swiper-slide-active {
  color: #E50012;
}
.abt-cont2 .content-bottom .year .swiper-slide-active:before {
  background: #E50012;
}

.abt-cont3 {
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-a3list1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 {
    border-radius: 1rem;
  }
}
.abt-cont3 .abt-a3list1 li {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li {
    width: 100%;
  }
}
.abt-cont3 .abt-a3list1 li a.block {
  height: 37.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li a.block {
    height: auto;
    padding: 3.5rem 0;
  }
}
.abt-cont3 .abt-a3list1 li a.block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: -moz-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: -o-linear-gradient(top, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  background: linear-gradient(180deg, rgba(229, 0, 18, 0) 0%, #E50012 100%);
  height: 0;
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 .tita1 {
  color: #fff;
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 .tita1 .ftit {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2.5rem;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li a.block .cont-as2 .tita1 .ftit {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 .tita1 .tit {
  font-size: 2.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li a.block .cont-as2 .tita1 .tit {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 u {
  display: block;
  width: 3.25rem;
  margin: 0 auto;
  margin-top: 1rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li a.block .cont-as2 u {
    width: 2.5rem;
  }
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 u img {
  width: 100%;
}
.abt-cont3 .abt-a3list1 li a.block .cont-as2 .p1 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
  display: none;
  height: 4rem;
  overflow: hidden;
}
.abt-cont3 .abt-a3list1 li + li {
  position: relative;
}
.abt-cont3 .abt-a3list1 li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3list1 li + li::after {
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 85%;
    height: 1px;
  }
}
.abt-cont3 .abt-a3list1 li:hover::after {
  display: none;
}
.abt-cont3 .abt-a3list1 li:hover a.block::after {
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.abt-cont3 .abt-a3list1 li:hover a.block .cont-as2 u {
  display: none;
}
.abt-cont3 .abt-a3list1 li:hover a.block .cont-as2 .p1 {
  display: block;
}

.abt-cont4 {
  position: relative;
}
.abt-cont4 u {
  display: block;
  font-size: 0;
}
.abt-cont4 u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 {
  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: 100%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .more-b {
    margin-top: 0.65rem;
  }
}

.abt-cont5 {
  padding: var(--pandrd) 0;
}
.abt-cont5 .abt-a5v1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  overflow: hidden;
  text-align: center;
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    padding: 5rem 0;
  }
}
.abt-cont5 .abt-a5v1 .title1 {
  padding: 0 5%;
}
.abt-cont5 .abt-a5v1 .more-b {
  margin-top: 2rem;
}
.zzry-cont1 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.zzry-cont1 .zzry-a1v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zzry-cont1 .zzry-a1v1 {
    margin-top: 1rem;
  }
}
.zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img {
  display: block;
  outline: none;
}
.zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  border: 0.5rem solid #E3C17C;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img i {
    border-width: 0.3rem;
  }
}
.zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img i img {
  width: 100%;
}
.zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img .tit {
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-slide a.img .tit {
    margin-top: 1rem;
  }
}
.zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .zzry-cont1 .zzry-a1v1 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.zzry-cont2 {
  background: #fff;
  padding: var(--pandrd) 0 2rem;
}
@media (max-width: 768px) {
  .zzry-cont2 {
    padding-bottom: 1rem;
  }
}
.zzry-cont2 .zl_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .zzry-cont2 .zl_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.125rem;
  }
}
@media (max-width: 450px) {
  .zzry-cont2 .zl_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.zzry-cont2 .zl_list1 li a.img {
  display: block;
  outline: none;
}
.zzry-cont2 .zl_list1 li a.img i {
  display: block;
  font-size: 0;
  border: 0.5rem solid #E3C17C;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zzry-cont2 .zl_list1 li a.img i {
    border-width: 0.3rem;
  }
}
.zzry-cont2 .zl_list1 li a.img i img {
  width: 100%;
}
.zzry-cont2 .zl_list1 li a.img .tit {
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  margin-top: 1.35rem;
}

.jsfw-cont1 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.jsfw-cont1 .jsfw-list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.jsfw-cont1 .jsfw-list1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-list1 li {
    border-radius: 1rem;
  }
}
.jsfw-cont1 .jsfw-list1 li a.astxa {
  --asjra:6.875rem;
  padding: 2rem 2.5rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-list1 li a.astxa {
    --asjra: 5rem;
    padding: 1.5rem 1.8rem;
  }
}
.jsfw-cont1 .jsfw-list1 li a.astxa i {
  width: var(--asjra);
  height: var(--asjra);
  border: 1px dashed var(--color-zt);
  border-radius: 50%;
  background: #fff;
}
.jsfw-cont1 .jsfw-list1 li a.astxa i img {
  width: 50%;
}
.jsfw-cont1 .jsfw-list1 li a.astxa .wenata {
  width: -webkit-calc(95% - var(--asjra));
  width: -moz-calc(95% - var(--asjra));
  width: calc(95% - var(--asjra));
}
.jsfw-cont1 .jsfw-list1 li a.astxa .wenata h2 {
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-list1 li a.astxa .wenata h2 {
    text-wrap: balance;
  }
}
.jsfw-cont1 .jsfw-list1 li a.astxa .wenata .p {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.25rem;
}

.jsfw-cont2 {
  padding: var(--pandrd) 0;
}
.jsfw-cont2 .jsfw-a2v1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 .img {
  width: 50%;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .img {
    width: 100%;
  }
}
.jsfw-cont2 .jsfw-a2v1 .img img {
  width: 100%;
}
.jsfw-cont2 .jsfw-a2v1 .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.jsfw-cont2 .jsfw-a2v1 .cont-p .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .cont-p .more-b {
    margin-top: 1rem;
  }
}
.jsfw-cont2.jsfw-cont4 {
  padding-bottom: 0;
}
.jsfw-cont2.jsfw-cont4 .jsfw-a2v1 .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .jsfw-cont2.jsfw-cont4 .jsfw-a2v1 .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.jsfw-cont3 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.jsfw-cont3 .jsfw-a3v1 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v1 {
    margin-top: 1.5rem;
  }
}
.jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-slide a.img {
  display: block;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-slide a.img i img {
  width: 100%;
}
.jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-slide a.img .tit {
  text-align: center;
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1.125rem 1em;
}
.jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v1 .mySwiper4 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

.dow-cont1 {
  background: #F5F5F5;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .dow-cont1 {
    padding: 2rem 0;
  }
}
.dow-cont1 form .dts1 {
  width: 31.5714285714%;
}
@media (max-width: 768px) {
  .dow-cont1 form .dts1 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.dow-cont1 form .dts1 select {
  border: 1px solid #D9D9D9;
  color: #808080;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  width: 100%;
  border-radius: 1.625rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center #fff;
  -o-background-size: 1.25rem auto;
  background-size: 1.25rem auto;
}
.dow-cont1 form .sskz {
  width: 31.5714285714%;
  position: relative;
}
@media (max-width: 768px) {
  .dow-cont1 form .sskz {
    width: 100%;
  }
}
.dow-cont1 form .sskz input {
  color: #808080;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0 1.5em;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 1.625rem;
}
.dow-cont1 form .sskz button {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  border: none;
  background: transparent;
  color: #5E5E5E;
}
.dow-cont1 form .sskz button i {
  font-size: 1.25rem;
}

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

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-list li a.img {
  padding: 2.1875rem 2.1875rem 1.8rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  display: block;
}
@media (max-width: 768px) {
  .news-list li a.img {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.news-list li a.img u {
  display: block;
  font-size: 0;
  padding-bottom: 58.6111111111%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.news-list li a.img u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list li a.img u img {
  width: 100%;
}
.news-list li a.img .net-a1 {
  border-bottom: 1px solid #EAEAEA;
  padding: 0.85rem 0;
}
.news-list li a.img .net-a1 .date {
  color: #333;
  font-weight: 100;
  width: 4.375rem;
}
.news-list li a.img .net-a1 .date b {
  font-size: 3.0625rem;
  line-height: 1em;
  display: block;
  font-weight: 100;
}
@media (max-width: 768px) {
  .news-list li a.img .net-a1 .date b {
    font-size: 2.6rem;
  }
}
.news-list li a.img .net-a1 .date span {
  font-size: 0.875rem;
  line-height: 1.25em;
  display: block;
}
.news-list li a.img .net-a1 .name {
  color: #3E3A39;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5em;
  width: -webkit-calc(96% - 4.375rem);
  width: -moz-calc(96% - 4.375rem);
  width: calc(96% - 4.375rem);
}
@media (max-width: 768px) {
  .news-list li a.img .net-a1 .name {
    font-size: 1.125rem;
  }
}
.news-list li a.img .txt {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin: 0.65em 0;
}
.news-list li a.img .xwe-as {
  text-align: right;
}
.news-list li a.img .xwe-as i {
  color: #333;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
}
.news-list li a.img:hover .net-a1 .date, .news-list li a.img:hover .net-a1 .name {
  color: var(--color-zt);
}
.news-list li a.img:hover .xwe-as i {
  color: var(--color-zt);
}

.news-cont1 {
  padding: 4.5rem 0 3rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0 1.5rem;
  }
}
.news-cont1 .as1v1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  padding: 2.8125rem;
}
@media (max-width: 768px) {
  .news-cont1 .as1v1 {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.news-cont1 .as1v1 .mySwiper9 {
  position: relative;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-pagination1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img {
  display: block;
  width: 49.2343032159%;
  position: relative;
}
@media (max-width: 768px) {
  .news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img {
    width: 100%;
  }
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img img {
  width: 100%;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img .data {
  position: absolute;
  left: 8%;
  top: 0;
  background: var(--color-zt);
  color: #fff;
  z-index: 1;
  width: 5.625rem;
  text-align: center;
  padding: 0.65rem 0;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img .data b {
  font-size: 3.0625rem;
  line-height: 1.05em;
  display: block;
  font-weight: 100;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont a.img .data span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1em;
  font-weight: 100;
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont {
  width: 45.9418070444%;
  padding-right: 3%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont {
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont a.name {
  display: block;
  color: #3E3A39;
  font-size: 1.625rem;
  line-height: 1.25em;
  border-bottom: 1px solid #EAEAEA;
  padding: 0.85rem 0;
}
@media (max-width: 768px) {
  .news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont a.name {
    font-size: 1.25rem;
    padding: 0.65rem 0;
    line-height: 1.5em;
  }
}
.news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont .p1 {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .news-cont1 .as1v1 .mySwiper9 .swiper-slide .cont .da-cont .p1 {
    margin-top: 1rem;
  }
}

.ny-show_bodyxw .xw-show_bja {
  border-top: 1px solid #EAEAEA;
}

.ashg_asxft li {
  display: inline-block;
  padding: 0.55rem 2.125rem;
  border-radius: 3.125rem;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #333;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0.5rem;
  cursor: pointer;
}
.ashg_asxft li:hover, .ashg_asxft li.on {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}

.ashg_asxftas1 {
  margin-top: 2rem;
}
.ashg_asxftas1 li {
  display: none;
}
.ashg_asxftas1 li .ashxa1 .ashxa1b {
  width: 42%;
  padding: 3%;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ashg_asxftas1 li .ashxa1 .ashxa1b {
    width: 100%;
  }
}
.ashg_asxftas1 li .ashxa1 .ashxa1b img {
  width: 100%;
  margin-bottom: 1rem;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c {
  width: 55%;
  overflow-y: auto;
  max-height: 31.25rem;
  padding-bottom: 1px;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@media (max-width: 768px) {
  .ashg_asxftas1 li .ashxa1 .ashxa1c {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.ashg_asxftas1 li .ashxa1 .ashxa1c table {
  width: 100%;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c table tr:nth-child(1) td {
  background: #f0f0f0;
}
.ashg_asxftas1 li .ashxa1 .ashxa1c table tr td {
  padding: 0.75rem 1.5rem !important;
}

.asjnhjha1as li {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .asjnhjha1as li {
    margin-bottom: 1rem;
  }
}
.asjnhjha1as li .cont-p {
  width: 55%;
}
@media (max-width: 768px) {
  .asjnhjha1as li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.asjnhjha1as li .cont-p .title2 {
  margin-bottom: 1.25em;
}
.asjnhjha1as li .img {
  width: 40%;
  background: #f0f0f0;
  padding: 3%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .asjnhjha1as li .img {
    width: 100%;
  }
}
.asjnhjha1as li .img img {
  width: 100%;
}
.asjnhjha1as li:nth-child(2n) {
  margin-top: 1rem;
}
.asjnhjha1as li:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 768px) {
  .row .col-md-6 + .col-md-6 {
    margin-top: 1.5rem;
  }
}

.show-news-content .show-news-a1_v1 {
  padding-bottom: 2rem;
}
.show-news-content .show-news-a1_v1 .content {
  width: 66.4285714286%;
}
@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: #3E3A39;
  font-size: 2.25rem;
  line-height: 1.15em;
  padding: 0.2em 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-a {
    font-size: 1.5rem;
    line-height: 1.35em;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b {
  border-bottom: 1px solid #CDCDCD;
  padding: 0.5rem 0 1rem;
}
.show-news-content .show-news-a1_v1 .content .title-b .date-a {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .content .title-b .date-a i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.show-news-content .show-news-a1_v1 .content .title-b .fen-xiang {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b .fen-xiang {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .fen-xiang .social-share a {
  background: #BEBEBE;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  padding: 3rem 0 1rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    padding: 1.5rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss img {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .tag-cont {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .tag-cont {
    padding: 0 0 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .tag-cont .tit {
  color: #333;
  font-size: 1rem;
  line-height: 2em;
  margin-top: 0.25rem;
}
.show-news-content .show-news-a1_v1 .content .tag-cont .tag a {
  display: block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid #333;
  padding: 0.5rem 1.5em;
  border-radius: 2rem;
  margin-left: 1rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .tag-cont .tag a {
    margin-left: 0;
    margin-right: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .tag-cont .tag a:hover {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content .pain {
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain {
    padding-top: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys > div {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain .shanys > div {
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys > div a {
  color: #333;
}
.show-news-content .show-news-a1_v1 .content .pain .shanys > div a:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content-ab {
  width: 24.2857142857%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content-ab {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .content-ab .titas {
  color: #3E3A39;
  font-size: 2rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li {
  border-bottom: 1px solid #CDCDCD;
  padding: 1.5rem 0;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li a.name {
  display: block;
  color: #3E3A39;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li a.name:hover {
  color: #E50012;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li .p1 {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li .date {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .content-ab .gxq-list li .date i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.job-cont1 {
  padding: 11.875rem 0 9.375rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .job-a1b1 .loasxc {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 .loasxc {
    width: 60%;
  }
}
.job-cont1 .job-a1b1 .loasxc::after {
  content: "";
  width: 1px;
  height: 3.3125rem;
  background: #CDCDCD;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 .loasxc::after {
    height: 2rem;
  }
}
.job-cont1 .job-a1b1 .loasxc img {
  width: 100%;
}
.job-cont1 .job-a1b1 .tit {
  text-align: center;
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 100;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 .tit {
    font-size: 2rem;
  }
}
.job-cont1 .job-a1b1 .p1 {
  text-align: center;
  padding: 0 25%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 .p1 {
    padding: 0;
    margin-top: 1rem;
  }
}

.job-cont2 {
  background: #F5F5F5;
  padding: var(--pandrd) 0;
}
.job-cont2 .zzysdz_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .job-cont2 .zzysdz_list1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.job-cont2 .zzysdz_list1 li {
  text-align: center;
  border-right: 1px solid #C9C9C9;
  margin-top: 2.5rem;
}
.job-cont2 .zzysdz_list1 li:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .job-cont2 .zzysdz_list1 li {
    margin-top: 1.5rem;
  }
  .job-cont2 .zzysdz_list1 li:nth-child(2n) {
    border-right: none;
  }
}
.job-cont2 .zzysdz_list1 li i {
  display: block;
  font-size: 0;
  width: 6.0625rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-cont2 .zzysdz_list1 li i {
    width: 4.25rem;
  }
}
.job-cont2 .zzysdz_list1 li i img {
  width: 100%;
}
.job-cont2 .zzysdz_list1 li .tit {
  text-align: center;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .job-cont2 .zzysdz_list1 li .tit {
    font-size: 1.25rem;
  }
}

.job-cont3 {
  padding: var(--pandrd) 0;
}
.job-cont3 .dig_vs_sticty {
  margin-top: 3rem;
  position: static;
  left: 0;
  overflow: hidden;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty {
    margin-top: 1.5rem;
    max-height: inherit;
    padding: 0 4%;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li {
  width: 15.1041666667%;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li {
    width: 48%;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li img {
  width: 100%;
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li i {
  display: block;
  width: 100%;
  position: relative;
  height: 32.375rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li i {
    height: 18.75rem;
    border-radius: 1rem;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(2) {
    margin-top: 0;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(2) i {
  height: 18.125rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(2) i {
    height: 8.8rem;
    margin-bottom: 1rem;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(3) {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(3) {
    margin-top: 0;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(4) {
  width: 31.5625%;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(4) {
    width: 48%;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(5) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li:nth-child(5) {
    margin-top: 1rem;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li.dig_vs_img6 {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 .dig_vs_sticty .dig_vs_img_wrap li.dig_vs_img6 {
    display: none;
  }
}
.job-cont3 .dig_vs_sticty .dig_vs_img_wrap li.dig_vs_img6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-cont4 {
  padding-bottom: var(--pandrd);
}
.job-cont4 .job-list1a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  margin-top: 2.6rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.job-cont4 .job-list1a li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
}
.job-cont4 .job-list1a li .cont-sdsd {
  padding: 2rem 8%;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a li .cont-sdsd {
    padding: 1.5rem 6%;
  }
}
.job-cont4 .job-list1a li .cont-sdsd .name {
  color: #3E3A39;
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}
.job-cont4 .job-list1a li .cont-sdsd .cont-ax1 {
  padding: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a li .cont-sdsd .cont-ax1 {
    padding: 1rem 0 1.5rem;
  }
}
.job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p {
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p {
    padding-right: 1rem;
  }
}
.job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p + .p {
  border-left: 1px solid #CDCDCD;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p + .p {
    padding-left: 1rem;
  }
}
.job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p b {
  color: #3E3A39;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  font-weight: 100;
}
.job-cont4 .job-list1a li .cont-sdsd .cont-ax1 .p p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
}

.layui-layer.job-tanc {
  width: 42.65625% !important;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc {
    width: 92% !important;
    padding: 1.5rem 1.5rem 0;
    border-radius: 1rem;
  }
}
.layui-layer.job-tanc .layui-layer-close {
  right: 2rem;
  top: 1.5rem;
  background: none;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close {
    top: 0.5rem;
    right: 1rem;
  }
}
.layui-layer.job-tanc .layui-layer-close::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
}
.layui-layer.job-tanc .pead-cont > dt {
  color: #3E3A39;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont > dt {
    font-size: 1.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 {
  background: #F5F5F5;
  border-radius: 1rem;
  padding: 1rem;
}
.layui-layer.job-tanc .pead-cont .asghrt1 .p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 .p {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin-bottom: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 .p + .p {
  border-left: 1px solid #CDCDCD;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 .p:nth-child(2n-1) {
    border-left: none !important;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 .p b {
  color: #3E3A39;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  font-weight: 100;
}
.layui-layer.job-tanc .pead-cont .asghrt1 .p p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
}
.layui-layer.job-tanc .pead-cont .p2 dl {
  margin-top: 1.5rem;
}
.layui-layer.job-tanc .pead-cont .p2 dl dt {
  color: #3E3A39;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.layui-layer.job-tanc .pead-cont .p2 dl .pd {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.layui-layer.job-tanc .pead-cont .p3 {
  color: #E50012;
  font-size: 1.125rem;
  line-height: 1.5em;
  border-top: 1px solid #CDCDCD;
  margin-top: 1rem;
  padding: 1rem 0;
}
.layui-layer.job-tanc .pead-cont .p3 a {
  color: #E50012;
}
.layui-layer.job-tanc .pead-cont .p3 i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}

.lx-cont1 {
  padding-top: var(--pandrd);
}
.lx-cont1 .lx-a1v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .tit-ap {
  color: #3E3A39;
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .tit-ap {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 45.7142857143%;
  border-bottom: 1px solid #CFCFCF;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li {
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li {
    padding: 1.25rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div {
  padding: 0.25rem 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div i {
  width: 1.25rem;
  display: block;
  font-size: 0;
  margin-right: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div i img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div span {
  color: #808080;
  font-size: 1rem;
  line-height: 1.85em;
  display: block;
  width: -webkit-calc(100% - 1.75rem);
  width: -moz-calc(100% - 1.75rem);
  width: calc(100% - 1.75rem);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div span a{
  color: #808080;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div span a:hover{
  color: var(--color-zt);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .conax-p1 > div span b {
  color: #808080;
  font-weight: 100;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .d_erma {
  margin-top: 1.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .d_erma dl {
  width: 6.5625rem;
  text-align: center;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .d_erma dl + dl {
  margin-left: 1rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .d_erma dl img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li .d_erma dl dd {
  color: #A5A5A5;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li a.more-b {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 li a.more-b i {
  font-size: 1.25rem;
  margin-left: 1rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 48.5714285714%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 74, 159, 0.1);
  padding: 2.375rem 4%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.75rem 6%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .p1 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .p1 span {
  color: #ED0016;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt input {
  width: 100%;
  border: 1px solid #CFCFCF;
  font-size: 1rem;
  line-height: 3.375rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt textarea {
  width: 100%;
  border: 1px solid #CFCFCF;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75em 1.5rem;
  border-radius: 1.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt .m_label {
  position: absolute;
  left: 1.5rem;
  top: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 3.375rem;
  height: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt .m_label span {
  color: #ED0016;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt {
  font-size: 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt .m_label {
  line-height: 1.5rem;
  padding: 0.75em 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 {
  margin-top: 1rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont label {
  color: #333333;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont label {
    width: -webkit-calc(98% - 1.625rem);
    width: -moz-calc(98% - 1.625rem);
    width: calc(98% - 1.625rem);
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont label a {
  color: #333333;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .yszc-cont label a:hover {
  color: #004A9F;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha {
    margin-top: 1rem;
  }
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
         transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.lx-cont2 {
  padding: 6.25rem 0 13.75rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .a7v1 {
  margin-top: 2rem;
  position: relative;
}
.lx-cont2 .a7v1 .a7_list1 li {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lx-cont2 .a7v1 .a7_list1 li {
    position: static;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .lx-cont2 .a7v1 .a7_list1 li .tit {
    display: none;
  }
}
.lx-cont2 .a7v1 .a7_list1 li .tit .din {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: relative;
}
.lx-cont2 .a7v1 .a7_list1 li .tit .din i {
  display: block;
  background: #E50012;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.lx-cont2 .a7v1 .a7_list1 li .tit .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.lx-cont2 .a7v1 .a7_list1 li .tit p {
  color: #E50012;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.lx-cont2 .a7v1 .a7_list1 li .cont-p {
  position: absolute;
  left: 120%;
  top: -67%;
  border-radius: 1.1875rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.325rem 2rem;
  width: 25.6875rem;
  z-index: 2;
  border: 1px solid #9B9B9B;
}
@media (max-width: 768px) {
  .lx-cont2 .a7v1 .a7_list1 li .cont-p {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    border-radius: 1rem;
    padding: 1.25rem 1.8rem;
    border: 1px solid rgba(155, 155, 155, 0.5);
  }
}
.lx-cont2 .a7v1 .a7_list1 li .cont-p .p2 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.75em;
}
.lx-cont2 .a7v1 .a7_list1 li .cont-p .p2 span {
  color: #434343;
}
.lx-cont2 .a7v1 .a7_list1 li:nth-child(2) {
  left: 36%;
  top: 45%;
}
.lx-cont2 .a7v1 .a7_list1 li:nth-child(1) {
  left: 39.5%;
  top: 39%;
}
.lx-cont2 .a7v1 .a7_list1 li.active .tit .din i {
  background: #ED0016;
}
.lx-cont2 .a7v1 .a7_list1 li.active .tit p {
  color: #ED0016;
}
.lx-cont2 .a7v1 .a7_list1 li.active .cont-p {
  display: block;
}
@media (max-width: 768px) {
  .lx-cont2 .a7v1 .a7_list1 li .cont-p .p1 {
    height: 0;
    overflow: hidden;
  }
  .lx-cont2 .a7v1 .a7_list1 li.active .cont-p .p1 {
    height: auto;
    overflow: hidden;
  }
}

.jdyywt-cont1 {
  padding: var(--pandrd) 0;
  background: #F5F5F5;
}
.jdyywt-cont1 .jsfw-a2v1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.jdyywt-cont1 .jsfw-a2v1 + .jsfw-a2v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .jdyywt-cont1 .jsfw-a2v1 + .jsfw-a2v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .jdyywt-cont1 .jsfw-a2v1 {
    border-radius: 1rem;
  }
}
.jdyywt-cont1 .jsfw-a2v1 .img {
  width: 50%;
}
@media (max-width: 768px) {
  .jdyywt-cont1 .jsfw-a2v1 .img {
    width: 100%;
  }
}
.jdyywt-cont1 .jsfw-a2v1 .img img {
  width: 100%;
}
.jdyywt-cont1 .jsfw-a2v1 .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .jdyywt-cont1 .jsfw-a2v1 .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.jdyywt-cont1 .jsfw-a2v1 .cont-p .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jdyywt-cont1 .jsfw-a2v1 .cont-p .more-b {
    margin-top: 1rem;
  }
}
.jdyywt-cont1 .jsfw-a2v1:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.jdyywt-cont2 {
  background: #fff;
}
.jdyywt-cont2 .jsfw-a3v1 {
  margin-top: 0;
}
.jdyywt-cont2 .jsfw-a3v1.jsfw-a3v2 {
  margin-top: var(--pandrd);
}
.jdyywt-cont2 .jsfw-a3v1 .title1 {
  margin-bottom: 2rem;
}

.bztsp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wehsdx-as1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .wehsdx-as1 {
    margin-top: 1.5rem;
  }
}
.wehsdx-as1 .n_src1 li {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .wehsdx-as1 .n_src1 li {
    margin: 0 0.5rem;
  }
}
.wehsdx-as1 .n_src1 li a {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  border-radius: 3.125rem;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #333;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .wehsdx-as1 .n_src1 li a {
    padding: 0.65rem 1.5rem;
  }
}
.wehsdx-as1 .n_src1 li.active a, .wehsdx-as1 .n_src1 li:hover a {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}

.jddzym-a1v1 .table-cont tr td {
  padding: 0.75rem 2rem !important;
}
.jddzym-a1v1 .table-cont tr:nth-child(1) td {
  background: #f0f0f0;
}
.jddzym-a1v1 .table-cont.tl tr td {
  text-align: left !important;
}