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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #000000;
  --color-zt: #0081CC;
  --color-zt1: #6FBA2C;
  --color-zt2: #F39800;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
  }
}

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

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

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

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

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

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

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

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

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

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

.text_effect {
  position: relative;
  cursor: pointer;
}
.text_effect p {
  position: relative;
}
.text_effect .fist {
  overflow: hidden;
}
.text_effect .fist div {
  min-width: 5px;
}
.text_effect .fist:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  white-space: nowrap;
}
.text_effect .fist:nth-child(2) div {
  -webkit-transform: translate3d(0, 101%, 0);
     -moz-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  min-width: 5px;
  opacity: 0;
}
.text_effect:hover .fist:first-child div {
  -webkit-transform: translate3d(0, -101%, 0);
     -moz-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
  opacity: 0;
}
.text_effect:hover .fist:nth-child(2) div {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.more-b {
  display: inline-block;
  padding: 0.9rem 2.25rem;
  border-radius: 0.625rem;
  color: var(--color-zt);
  overflow: hidden;
  font-size: 1rem;
  border: 1px solid var(--color-zt);
  background: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 10rem;
  text-align: center;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.75rem 1.85rem;
    min-width: auto;
  }
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
  background: var(--color-zt);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs:hover {
  border-color: var(--color-zt);
}
.more-b.bsb {
  color: #fff;
  border-color: #fff;
}
.more-b.bsb:hover {
  background: #fff;
  color: var(--color-zt);
}
.more-b.ls {
  color: var(--color-zt1);
  border-color: var(--color-zt1);
}
.more-b.ls:hover {
  background: var(--color-zt1);
  color: #fff;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny   img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head1 {
  background: var(--color-zt);
  line-height: -webkit-calc(var(--head-height) / 2);
  line-height: -moz-calc(var(--head-height) / 2);
  line-height: calc(var(--head-height) / 2);
  color: #FFFFFF;
}
.head .head1 .a1 {
  font-size: 0.875rem;
}
.head .head1 .a1 a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head1 .a1 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.head .head1 .a1 span {
  color: rgba(255, 255, 255, 0.2);
  padding: 0 1em;
}
.head .head1 .a2 .more-k {
  line-height: 2rem;
  padding: 0 0.75em;
  background: #6FBA2C;
  border-radius: 0.25rem;
  margin-right: 1.25rem;
  color: #FFFFFF;
}
.head .head1 .a2 .more-k + .more-k {
  background: #F39800;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.3438rem;
}
.head .head2 .top_tel {
  color: #F39800;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1.75rem;
}
.head .head2 .top_tel img {
  width: 2.125rem;
  margin-right: 0.75rem;
}
.head .head2 .sska a {
  color: #fff;
  width: 2.125rem;
  height: 2.125rem;
  background: #0081CC;
  border-radius: 50%;
  line-height: 1;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .sska a i {
  font-size: 1rem;
}
.head .head2 .sska a:hover {
  background: #6FBA2C;
}
#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #444444;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0%;
  background: white;
  z-index: 9;
  padding: 3.75rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec .sec-vt1 {
  padding: 0 23.5993208829% 0 10.1867572156%;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt1 {
  width: 39.8959236774%;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt1 img {
  width: 100%;
  aspect-ratio: 460/284;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 {
  width: 53.4258456201%;
  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;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 a {
  display: block;
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.65em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.76em 0;
  position: relative;
  width: 43.3441558442%;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  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: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 li .sec .sec-vt1 .sec-dt2 a i {
  font-weight: 600;
  margin-right: 1.35rem;
  font-size: 0.6rem;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

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

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

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

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 58%;
  -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 {
    text-align: center;
    top: 15%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 4rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 1.5rem;
  margin-top: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    background: #fff;
    color: var(--color-zt);
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@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;
  background: rgba(255, 255, 255, 0.4);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin: 0 0.3125rem !important;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F39800;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Inter";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  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: white;
  -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%;
  }
}
@-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: #444444;
  font-size: 1.25rem;
  line-height: 1.6em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1.125rem;
  }
}

.title1 {
  text-align: center;
}
.title1 h2 {
  color: #000000;
  font-size: 2.9375rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title1 h2 {
    font-size: 2rem;
  }
}
.title1 .entit {
  color: var(--color-zt);
  font-size: 1.25rem;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.125rem;
  }
}
.title1.tl {
  text-align: left;
}
.title1.bs h2 {
  color: #fff;
}
.title1.bs .entit {
  color: #fff;
}

.sy-body {
  background: #F2F5FF;
}

.cont1 {
  padding: 5.3125rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
  }
}
.cont1 .a1_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 1rem;
  }
}
.cont1 .a1_list1 li {
  padding: 2rem 5% 0;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1 .a1_list1 li * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1 .a1_list1 li u {
  display: block;
  font-size: 0;
  width: 6.9375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li u {
    width: 5rem;
  }
}
.cont1 .a1_list1 li u img {
  width: 100%;
}
.cont1 .a1_list1 li .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin: 0.25rem 0;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li .tit {
    font-size: 1.25rem;
  }
}
.cont1 .a1_list1 li .ftit {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li .ftit {
    height: 2.7em;
    overflow: hidden;
    text-wrap: balance;
    word-break: keep-all;
  }
}
.cont1 .a1_list1 li a.more-b {
  margin-top: 1.5rem;
  padding: 0.9rem 3rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.more-b {
    margin: 1rem auto;
  }
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li {
    background: #0081CC;
  }
  .cont1 .a1_list1 li u {
    width: 4.375rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .cont1 .a1_list1 li u {
    width: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li u img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .cont1 .a1_list1 li .tit {
    color: #fff;
  }
  .cont1 .a1_list1 li .ftit {
    color: #fff;
  }
  .cont1 .a1_list1 li a.more-b {
    opacity: 1;
  }
  .cont1 .a1_list1 li a.more-b:hover {
    background: #fff;
    color: var(--color-zt);
  }
}
.cont1 .a1_list1 li:hover {
  background: var(--color-zt1);
}
.cont1 .a1_list1 li:hover u {
  width: 4.375rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li:hover u {
    width: 3.5rem;
  }
}
.cont1 .a1_list1 li:hover u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont1 .a1_list1 li:hover .tit {
  color: #fff;
}
.cont1 .a1_list1 li:hover .ftit {
  color: #fff;
}
.cont1 .a1_list1 li:hover a.more-b {
  opacity: 1;
}
.cont1 .a1_list1 li:hover a.more-b:hover {
  background: #fff;
  color: var(--color-zt);
}

.cont2 .a2v1 {
  position: relative;
}
.cont2 .a2v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .cont2 .a2v1 u {
    display: none;
  }
}
.cont2 .a2v1 u img {
  width: 100%;
}
.cont2 .a2v1 .a2v1c1 {
  position: absolute;
  left: 0;
  top: 10vw;
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2v1c1 {
    position: static;
  }
  .cont2 .a2v1 .a2v1c1 .title1 {
    text-align: center;
  }
  .cont2 .a2v1 .a2v1c1 .title1 h2 {
    color: #000000;
  }
  .cont2 .a2v1 .a2v1c1 .title1 .entit {
    color: var(--color-zt);
  }
}
.cont2 .a2v2 {
  margin-top: -14.5833333333vw;
}
@media (max-width: 768px) {
  .cont2 .a2v2 {
    margin-top: 0;
  }
}
.cont2 .a2v2 .a2_list1 {
  margin-left: auto;
  width: 86%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont2 .a2v2 .a2_list1 li {
  position: relative;
  width: 25%;
}
.cont2 .a2v2 .a2_list1 li > i {
  display: block;
  font-size: 0;
  position: relative;
  background: #0081CC;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont2 .a2v2 .a2_list1 li > i img {
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 768px) {
    .cont2 .a2v2 .a2_list1 li{
          width: 50%;
    }
  .cont2 .a2v2 .a2_list1 li > i img {
    aspect-ratio: 16/14;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont2 .a2v2 .a2_list1 li a.more-ax {
  position: absolute;
  right: 7%;
  top: 12%;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  color: #F39800;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li a.more-ax {
    display: none;
  }
}
.cont2 .a2v2 .a2_list1 li a.more-ax i {
  font-size: 1.5rem;
  line-height: 1em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont2 .a2v2 .a2_list1 li a.more-ax:hover i {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cont2 .a2v2 .a2_list1 li .cont-p {
  position: absolute;
  left: 0;
  top: 5.65rem;
  width: 100%;
  padding: 0 10.7296137339%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li .cont-p {
    padding: 0 4%;
    bottom: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cont2 .a2v2 .a2_list1 li .cont-p .tit {
  font-size: 1.875rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li .cont-p .tit {
    font-size: 1.125rem;
    text-align: center;
  }
}
.cont2 .a2v2 .a2_list1 li .cont-p .ftit {
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li .cont-p .ftit {
    font-size: 1rem;
    display: none;
  }
}
.cont2 .a2v2 .a2_list1 li .cont-p .more-b {
  margin-top: 1rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li .cont-p .more-b {
    display: none;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2_list1 li > i {
    background: #6FBA2C;
  }
  .cont2 .a2v2 .a2_list1 li a.more-ax {
    opacity: 1;
  }
  .cont2 .a2v2 .a2_list1 li .cont-p {
    bottom: 2.5rem;
  }
  .cont2 .a2v2 .a2_list1 li .cont-p .more-b {
    opacity: 1;
  }
  .cont2 .a2v2 .a2_list1 li:nth-child(2) > i {
    background: var(--color-zt2);
  }
  .cont2 .a2v2 .a2_list1 li:nth-child(3) > i {
    background: var(--color-zt);
  }
}
.cont2 .a2v2 .a2_list1 li:hover > i {
  background: #6FBA2C;
}
.cont2 .a2v2 .a2_list1 li:hover a.more-ax {
  opacity: 1;
}
.cont2 .a2v2 .a2_list1 li:hover .cont-p {
  bottom: 2.5rem;
}
.cont2 .a2v2 .a2_list1 li:hover .cont-p .more-b {
  opacity: 1;
}

.more-x {
  width: 3.5rem;
  height: 3.5rem;
  background: #F39800;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .more-x {
    width: 3rem;
    height: 3rem;
  }
}
.more-x i {
  font-size: 1.5rem;
  line-height: 1em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .more-x i {
    font-size: 1.125rem;
  }
}

.cont3 {
  padding: 10.9375rem 0 11.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.75rem 0;
  }
}
.cont3 .ast1 {
  position: absolute;
  left: 0;
  top: 6.40625vw;
  width: 23.6979166667%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cont3 .ast1 {
    width: 100%;
  }
}
.cont3 .ast1 img {
  width: 100%;
}
.cont3 .a3v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    padding: 0 var(--cbasta);
  }
}
.cont3 .a3v1 .a3b1 {
  width: 24.8795180723%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
  .cont3 .a3v1 .a3b1 .title1 {
    text-align: center;
  }
  .cont3 .a3v1 .a3b1 .more-b {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cont3 .a3v1 .a3b1 .p1-txt {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  padding: 1rem 0 1.35rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .p1-txt {
    font-size: 1.125rem;
    padding: 1rem 0 1.125rem;
    text-align: center;
  }
}
.cont3 .a3v1 .a3b1 .jt-more {
  gap: 1rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .jt-more {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .a3b1 .jt-more > div {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 1px solid rgba(68, 68, 68, 0.4);
}
.cont3 .a3v1 .a3b1 .jt-more > div i {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(68, 68, 68, 0.4);
}
.cont3 .a3v1 .a3b1 .jt-more > div:hover {
  background: var(--color-zt2);
  border-color: var(--color-zt2);
}
.cont3 .a3v1 .a3b1 .jt-more > div:hover i {
  color: #fff;
}
.cont3 .a3v1 .a3b2 {
  width: 69.8795180723%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 {
  padding-right: 13.9655172414%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 {
    padding-right: 0;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide:nth-child(2n-1) {
  padding-top: 8.875rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide:nth-child(2n-1) {
    padding-top: 0;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .td_morex {
  display: block;
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .td_morex > i {
  display: block;
  font-size: 0;
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .td_morex > i img {
  width: 100%;
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax {
  color: #333333;
  margin-top: 1.65rem;
  gap: 0.5rem 1.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax h3 {
    font-size: 1.5rem;
    width: 100%;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax .ftit {
  font-size: 1.25rem;
  line-height: 1.25em;
  flex: auto;
  /* margin-left: 1em; */
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax{
        gap: 0.5rem 1rem;
  }
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .titax .ftit {
    font-size: 1rem;
    width: 100%;
    margin-left: 0;
    /* margin-top: 0.5rem; */
    line-height: 1.5em;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .txt {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .more-x {
  margin-top: 1.25rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide .more-x {
    opacity: 1;
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .mySwiper1 .swiper-slide:hover .more-x {
  opacity: 1;
}

.cont4 {
  padding: 0 0 2.65rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont4 {
    padding-bottom: 1.65rem;
  }
}
.cont4 .ast1 {
  width: 21.875%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cont4 .ast1 img {
  width: 100%;
}
.cont4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58.3333333333%;
  height: 52.4444444444%;
  background: var(--color-zt);
  z-index: -1;
}
@media (max-width: 768px) {
  .cont4::after {
    width: 90%;
  }
}
.cont4 .a4v1 .a4b1 {
  width: 66.7142857143%;
}
.cont4 .a4v1 .a4b1 .asz-a{
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25em;
  gap: 2em;
  margin: 3rem 0 0.85rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cont4 .a4v1 .a4b1 .asz-a{
     font-size: 1.35rem;
     gap: 1em;
  margin: 1.25rem 0 0.85rem;
  }
}
.cont4 .a4v1 .a4b1 img {
  width: 100%;
}
.cont4 .a4v1 .a4b1 u {
  display: block;
  font-size: 0;
  width: 67.9871520343%;
  margin: 2.4rem auto 0;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 u {
    margin-top: 1rem;
  }
}
.cont4 .a4v1 .a4b2 {
  width: 27.1428571429%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cont4 .a4v1 .a4b2 .title1 {
    text-align: center;
  }
  .cont4 .a4v1 .a4b2 .more-b {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cont4 .a4v1 .a4b2 .p1-txt {
  color: #444444;
  font-size: 1rem;
  line-height: 1.7777777778em;
  padding: 1rem 0;
}

.cont5 {
  padding: 5.875rem 0 4rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .mySwiper2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper2 {
    margin-top: 1.5rem;
  }
}
.cont5 .mySwiper2 .swiper-slide {
  background: #FFFFFF;
  padding: 1.4375rem 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cont5 .mySwiper2 .swiper-slide i {
  display: block;
  font-size: 0;
}
.cont5 .mySwiper2 .swiper-slide i img {
  width: 100%;
  aspect-ratio: 288/188;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .mySwiper2 .swiper-slide .tit {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0.85em 0;
}
@media (max-width: 768px) {
  .cont5 .mySwiper2 .swiper-slide .tit {
    font-size: 1.125rem;
  }
}
.cont5 .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper2 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.cont5 .mySwiper2 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.cont5 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.cont6 {
  background: url(../images/bj1.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2.85rem 0;
  }
}
.cont6 .sztd_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 0;
}
.cont6 .sztd_list1 li {
  color: #fff;
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .cont6 .sztd_list1 li {
    width: 50%;
  }
}
.cont6 .sztd_list1 li .data span {
  font-size: 4.5rem;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont6 .sztd_list1 li .data span {
    font-size: 2.5rem;
  }
}
.cont6 .sztd_list1 li .data sup {
  font-size: 2.5rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont6 .sztd_list1 li .data sup {
    font-size: 1.25rem;
  }
}
.cont6 .sztd_list1 li p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont6 .sztd_list1 li p {
    font-size: 1.125rem;
  }
}

.cont7 {
  padding: 4.6875rem 0;
}
@media (max-width: 768px) {
  .cont7 {
    padding: 2.5rem 0;
  }
}
.cont7 .mySwiper3 {
  padding: 0 21.3541666667%;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont7 .mySwiper3 {
    margin-top: 1.25rem;
    padding: 0 12.5%;
  }
}
.cont7 .mySwiper3 .swiper-slide {
  opacity: 0.4;
}
.cont7 .mySwiper3 .swiper-slide .img {
  position: relative;
}
.cont7 .mySwiper3 .swiper-slide .img i {
  display: block;
}
.cont7 .mySwiper3 .swiper-slide .img i img {
  width: 100%;
   aspect-ratio: 16 / 10;
      object-fit: cover;
}
.cont7 .mySwiper3 .swiper-slide .img .tit {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.cont7 .mySwiper3 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.cont7 .mySwiper3 .swiper-slide.swiper-slide-active .img .tit {
  opacity: 1;
}
@media (max-width: 768px) {
  .cont7 .mySwiper3 .jt-more {
    display: none;
  }
}
.cont7 .mySwiper3 .jt-more > div {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  z-index: 1;
}
.cont7 .mySwiper3 .jt-more > div.swiper-button-prev1 {
  left: 19.5%;
}
.cont7 .mySwiper3 .jt-more > div.swiper-button-next1 {
  right: 19.5%;
}
.cont7 .mySwiper3 .jt-more > div i {
  font-size: 1rem;
  font-weight: 500;
  color: #979797;
}
.cont7 .mySwiper3 .jt-more > div:hover {
  background: var(--color-zt2);
}
.cont7 .mySwiper3 .jt-more > div:hover i {
  color: #fff;
}
.cont7 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.4063rem;
}
.cont7 .mySwiper3 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.cont7 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.cont8 {
  padding: 5.3125rem 0 6.5625rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont8 {
    padding: 2.5rem 0;
  }
}
.cont8 .ast1 {
  width: 26.3541666667%;
  position: absolute;
  left: 0;
  top: 5.5rem;
  pointer-events: none;
  z-index: -1;
}
.cont8 .ast1 img {
  width: 100%;
}
.cont8 .a8v1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont8 .a8v1 {
    margin-top: 1.5rem;
  }
}
.cont8 .a8v1 .a8b1 {
  width: 20.9285714286%;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .cont8 .a8v1 .a8b1 {
    width: 100%;
    margin-top: 0;
  }
}
.cont8 .a8v1 .a8b1 .tit-a1 h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont8 .a8v1 .a8b1 .tit-a1 .entit {
  font-size: 0.875rem;
  margin-left: 0.5em;
  text-transform: uppercase;
}
.cont8 .a8v1 .a8b1 .xw_list1 {
  margin-top: 0.75rem;
}
.cont8 .a8v1 .a8b1 .xw_list1 li {
  border-bottom: 1px solid #D9D9D9;
}
.cont8 .a8v1 .a8b1 .xw_list1 li a.img {
  display: block;
}
.cont8 .a8v1 .a8b1 .xw_list1 li a.img i {
  display: block;
  font-size: 0;
}
.cont8 .a8v1 .a8b1 .xw_list1 li a.img i img {
  width: 100%;
  aspect-ratio: 293/179;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont8 .a8v1 .a8b1 .xw_list1 li a.img .tit {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.95em 0;
}
.cont8 .a8v1 .a8b1 .xw_list1 li a.img:hover .tit {
  color: var(--color-zt);
}
.cont8 .a8v1 .a8b2 {
  width: 50.7142857143%;
}
.cont8 .a8v1 .a8b2 .tit-a1 {
  display: none;
  margin-bottom: 0.75rem;
}
.cont8 .a8v1 .a8b2 .tit-a1 h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont8 .a8v1 .a8b2 .tit-a1 .entit {
  font-size: 0.875rem;
  margin-left: 0.5em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont8 .a8v1 .a8b2 {
    width: 100%;
    padding: 1.85rem 0;
  }
  .cont8 .a8v1 .a8b2 .tit-a1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cont8 .a8v1 .a8b2 .mySwiper4 {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .cont8 .a8v1 .a8b2 .mySwiper4 {
    border: none;
  }
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 710/434;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img .cont-p {
  padding: 2rem 7.5% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img .cont-p {
    padding: 1.35rem 7% 0;
  }
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img .cont-p .tit {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img .cont-p .time {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img .cont-p .desc {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .swiper-slide a.img:hover .cont-p .tit {
  color: var(--color-zt);
}
.cont8 .a8v1 .a8b2 .mySwiper4 .jt-more {
  padding: 0 7.5%;
  margin-top: 1rem;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .jt-more i {
  color: var(--color-zt2);
  font-size: 0.4rem;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .jt-more .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.cont8 .a8v1 .a8b2 .mySwiper4 .jt-more .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.cont9 {
  background: url(../images/bj2.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.1875rem 0 5.625rem;
}
@media (max-width: 768px) {
  .cont9 {
    padding: 2.5rem 0;
  }
}
.cont9 .a9v1 .a9b1 {
  width: 29.6428571429%;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b1 {
    width: 100%;
  }
  .cont9 .a9v1 .a9b1 .title1 {
    text-align: center;
  }
}
.cont9 .a9v1 .a9b1 .more-b {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b1 .more-b {
    margin: 1.25rem auto 0;
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cont9 .a9v1 .a9b2 {
  width: 63.8571428571%;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b2 {
    width: 100%;
  }
}
.cont9 .a9v1 .a9b2 .xw_list2 li .dt {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.125em 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b2 .xw_list2 li .dt {
    font-size: 1.25rem;
    padding: 1em 0;
  }
}
.cont9 .a9v1 .a9b2 .xw_list2 li .dt .tit {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.cont9 .a9v1 .a9b2 .xw_list2 li .dt i {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}
.cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz {
  margin-top: 1rem;
}
.cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz u {
  display: block;
  font-size: 0;
  width: 3.3125rem;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz u {
    width: 2.85rem;
  }
}
.cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz u img {
  width: 100%;
}
.cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz .txt {
  width: -webkit-calc(100% - 4.25rem);
  width: -moz-calc(100% - 4.25rem);
  width: calc(100% - 4.25rem);
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a9b2 .xw_list2 li .wehha-job .ast_xz .txt {
    width: -webkit-calc(100% - 3.25rem);
    width: -moz-calc(100% - 3.25rem);
    width: calc(100% - 3.25rem);
  }
}
.cont9 .a9v1 .a9b2 .xw_list2 li.active .dt {
  color: var(--color-zt2);
  border-color: var(--color-zt2);
}

.cont10 {
  padding: 5.625rem 0 4.625rem;
  background: #E7EDFF;
}
@media (max-width: 768px) {
  .cont10 {
    padding: 2.5rem 0;
  }
}
.cont10 .mySwiper5 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont10 .mySwiper5 {
    margin-top: 1.5rem;
  }
}
.cont10 .mySwiper5 .swiper-slide a.img {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cont10 .mySwiper5 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont10 .mySwiper5 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 440/322;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont10 .mySwiper5 .swiper-slide a.img .tit {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 1em 0;
}
@media (max-width: 768px) {
  .cont10 .mySwiper5 .swiper-slide a.img .tit {
    font-size: 1.125rem;
  }
}
.cont10 .mySwiper5 .swiper-slide a.img:hover .tit {
  color: var(--color-zt);
}
.cont10 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.4063rem;
}
@media (max-width: 768px) {
  .cont10 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cont10 .mySwiper5 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.cont10 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.foot-fot {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.foot-fot .foot_v1 {
  padding: 1.85rem 0 0;
}
@media (max-width: 768px) {
  .foot-fot .foot_v1 {
    display: none;
  }
}
.foot-fot .foot_v1 .tit {
  color: #444;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
}
.foot-fot .foot_v1 .jddw_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.85rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .foot-fot .foot_v1 .jddw_list1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.foot-fot .foot_v1 .jddw_list1 li {
  text-align: center;
  width: 20%;
}
@media (max-width: 768px) {
  .foot-fot .foot_v1 .jddw_list1 li {
    width: 30%;
  }
}
.foot-fot .foot_v1 .jddw_list1 li i {
  display: block;
  font-size: 0;
  width: 33.75%;
  margin: 0 auto;
}
.foot-fot .foot_v1 .jddw_list1 li i img {
  width: 100%;
}
.foot-fot .foot_v1 .jddw_list1 li .tit1 {
  color: #444;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.foot-fot .foot_v2 {
  padding: 2rem 0 3.5rem;
}
@media (max-width: 768px) {
  .foot-fot .foot_v2 {
    display: none;
  }
}
.foot-fot .foot_v2 .footv2_c1 .foot-tit {
  color: #444444;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a1 .dseca {
  margin-top: 0.75rem;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a1 .dseca a {
  color: #444444;
  font-size: 1rem;
  line-height: 2.5em;
  display: block;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a1 .dseca a:hover {
  color: var(--color-zt);
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 {
  width: 21.7857142857%;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .txt {
  color: #444444;
  font-size: 1rem;
  line-height: 1.875em;
  display: block;
  margin-top: 1.25rem;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 {
  margin-top: 1.25rem;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 .img {
  width: 40.3278688525%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 .img img {
  width: 100%;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 .cont-p {
  width: 52.4590163934%;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 .cont-p a {
  width: 100%;
}
.foot-fot .foot_v2 .footv2_c1 .fo-a2 .astct1 .cont-p a + a {
  margin-top: 0.35rem;
}
.foot-fot .foot_v2 .uqlxa {
  position: relative;
  margin-top: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foot_v2 .uqlxa a.mowex {
  border: 1px solid #0081CC;
  border-radius: 0.625rem;
  color: #0081CC;
  font-size: 1rem;
  line-height: 2em;
  gap: 1rem;
  padding: 0.75rem 2em;
}
.foot-fot .foot_v2 .uqlxa a.mowex i {
  font-size: 1rem;
  font-weight: 600;
}
.foot-fot .foot_v2 .uqlxa a.mowex.clicked i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.foot-fot .foot_v2 .uqlxa .sec-av {
  position: absolute;
  left: 0;
  bottom: -webkit-calc(100% + 1.25rem);
  bottom: -moz-calc(100% + 1.25rem);
  bottom: calc(100% + 1.25rem);
  background: #fff;
  padding: 2.25rem 2rem 2.25rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
  display: none;
  width: 33.625rem;
}
.foot-fot .foot_v2 .uqlxa .sec-av .asjet {
  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;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st1 {
  width: 30.612244898%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st1 li {
  color: #444444;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 500;
  cursor: pointer;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st1 li + li {
  margin-top: 1.5em;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st1 li.on {
  color: var(--color-zt);
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 {
  width: 69.387755102%;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 > li {
  display: none;
  padding: 0 10%;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 > li .as-st2ct1 {
  height: 23.25rem;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 > li .as-st2ct1 li + li {
  margin-top: 1.5em;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 > li .as-st2ct1 li a {
  display: block;
  font-size: 1rem;
  color: #444444;
  line-height: 1.25em;
  font-weight: 500;
}
.foot-fot .foot_v2 .uqlxa .sec-av .as-st2 > li .as-st2ct1 li a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 {
  color: #fff;
  font-size: 0.875rem;
  padding: 1.125em 0;
  background: var(--color-zt);
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 .asts1 span {
  color: rgba(255, 255, 255, 0.1);
}
.foot-fot .as-fota1 {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .as-fota1 {
    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;
  }
  .foot-fot .as-fota1 li {
    position: relative;
    width: 33.3333%;
  }
  .foot-fot .as-fota1 li + li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  .foot-fot .as-fota1 li > a {
    display: block;
    position: relative;
    background: #0081CC;
    padding: 0.75rem 0;
    width: 100%;
    line-height: 60px;
  }
  .foot-fot .as-fota1 li > a:hover {
    background: var(--color-zt2);
  }
  .foot-fot .as-fota1 li > a i {
    width: 2rem;
    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;
    margin: 0 auto;
  }
}
@media (max-width: 990px) and (max-width: 768px) {
  .foot-fot .as-fota1 li > a i {
    width: 20%;
  }
}
@media (max-width: 990px) {
  .foot-fot .as-fota1 li > a i img {
    width: 100%;
  }
  .foot-fot .as-fota1 li > a p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.25em;
    text-align: center;
    padding: 0.25em 0;
  }
}
@media (max-width: 990px) and (max-width: 768px) {
  .foot-fot .as-fota1 li > a p {
    font-size: 12px;
  }
}

.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: 0;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.zd_erha li.tops {
  display: none;
}
.zd_erha li > a {
  display: block;
  width: 4.25rem;
  position: relative;
  background: #0081CC;
  padding: 0.75rem 0;
}
.zd_erha li > a:hover {
  background: #198DD1;
}
.zd_erha li > a i {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.zd_erha li > a i img {
  width: 100%;
}
.zd_erha li > a p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.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;
}
.zd_erha li .erghgsa.zsta1 {
  width: 15.5rem;
  text-align: left;
  padding: 1.5rem;
}
.zd_erha li .erghgsa.zsta1 .tit {
  color: #444444;
  font-size: 0.75rem;
  line-height: 1.25em;
}
.zd_erha li .erghgsa.zsta1 .cont-p1 {
  margin-top: 0.25rem;
}
.zd_erha li .erghgsa.zsta1 .cont-p1 b {
  color: var(--color-zt2);
  font-size: 1rem;
  font-weight: 600;
}
.zd_erha li .erghgsa.zsta1 .cont-p1 a.mreox {
  background: #6FBA2C;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.25em 0.75rem;
  border-radius: 0.75rem;
  text-align: center;
}
.zd_erha li .erghgsa.zsta1 .cont-p2 {
  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: 0.875rem;
}
.zd_erha li .erghgsa.zsta1 .cont-p2 dl {
  width: 44.8979591837%;
}
.zd_erha li .erghgsa.zsta1 .cont-p2 dl dt {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
}
.zd_erha li .erghgsa.zsta1 .cont-p2 dl dt img {
  width: 100%;
}
.zd_erha li .erghgsa.zsta1 .cont-p2 dl dd {
  color: #444444;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.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);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt2);
  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-zt2);
  border-color: var(--color-zt2);
  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: #ADADAD;
  font-size: 1rem;
  line-height: 2em;
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd a {
  color: #ADADAD;
}
.ajhhsd a:last-child {
  color: #6B6B6B;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

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

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

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

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

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;

}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 60%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .entit {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .entit {
    font-size: 1.5rem;
  }
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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 a {
  display: block;
  color: #444444;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
  padding: 1.35rem 1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}
.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 1em;
  }
}
.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-body {
  padding-top: -webkit-calc(var(--head-height) * 1.5);
  padding-top: -moz-calc(var(--head-height) * 1.5);
  padding-top: calc(var(--head-height) * 1.5);
}

.abt-cont1 {
  padding: 2.9375rem 0 6.375rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 1rem 0 2rem;
  }
}
.abt-cont1 .txt {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .txt {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .txt u {
  display: block;
  font-size: 0;
}
.abt-cont1 .txt u img {
  width: 100%;
}
.abt-cont1 .txt .gong-p {
  margin-top: 4.6875rem;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .abt-cont1 .txt .gong-p {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .txt .gong-p p + p {
  margin-top: 0.75em;
}

.abt-cont2 .abt-a2v1 {
  background: url(../images/bj1.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.3125rem 0 13.875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    padding: 2.85rem 0;
  }
}
.abt-cont2 .abt-a2v1 .sztd_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 0;
}
.abt-cont2 .abt-a2v1 .sztd_list1 li {
  color: #fff;
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .sztd_list1 li {
    width: 50%;
  }
}
.abt-cont2 .abt-a2v1 .sztd_list1 li .data span {
  font-size: 4.5rem;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .sztd_list1 li .data span {
    font-size: 2.5rem;
  }
}
.abt-cont2 .abt-a2v1 .sztd_list1 li .data sup {
  font-size: 2.5rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .sztd_list1 li .data sup {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-a2v1 .sztd_list1 li p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .sztd_list1 li p {
    font-size: 1.125rem;
  }
}
.abt-cont2 .abt-a2v2 {
  margin-top: -9.6875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock i {
  display: block;
  font-size: 0;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock i img {
  width: 100%;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata {
  padding: 1.25rem 6.8181818182% 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata {
    padding: 1rem 0 1.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata h2 {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 li a.ablock .wenata .p {
    margin-top: 0.3em;
  }
}

.abt-cont3 {
  position: relative;
  margin-top: 2.375rem;
}
.abt-cont3 picture img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    top: 2.5rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont3 .abt-a3v1 .ryzs-list {
  width: 34.5%;
  padding: 2.5rem 0 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .ryzs-list {
    width: 100%;
    padding: 1rem 0 1rem;
  }
}
.abt-cont3 .abt-a3v1 .ryzs-list li a {
  color: #6C6B6C;
  display: block;
  margin: 0.4em 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  position: relative;
  padding-left: 1rem;
}
.abt-cont3 .abt-a3v1 .ryzs-list li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .ryzs-list li a {
    margin: 0.35em 0;
  }
}
.abt-cont3 .abt-a3v1 .ryzs-list li a:hover {
  color: var(--color-zt);
}

.honer-content {
  padding: 4.375rem 0 0.5rem;
}
@media (max-width: 768px) {
  .honer-content {
    padding: 1rem 0 0.5rem;
  }
}
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 2.5rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.honer-content .honer-list li a.img {
  display: block;
}
.honer-content .honer-list li a.img u {
  display: block;
  font-size: 0;
}
.honer-content .honer-list li a.img u img {
  width: 100%;
}
.honer-content .honer-list li a.img i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.2307692308% 4.9230769231%;
}
.honer-content .honer-list li a.img i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.honer-content .honer-list li a.img .tit {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.75em 0;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    font-size: 1.125rem;
  }
}

.yyhj-cont1 {
  padding: 2.875rem 0 3.625rem;
}
@media (max-width: 768px) {
  .yyhj-cont1 {
    padding: 1rem 0 1rem;
  }
}
.yyhj-cont1 .mySwiper3 {
  padding: 0 21.3541666667%;
  position: relative;
}
@media (max-width: 768px) {
  .yyhj-cont1 .mySwiper3 {
    padding: 0 12.5%;
  }
}
.yyhj-cont1 .mySwiper3 .swiper-slide {
  opacity: 0.4;
}
.yyhj-cont1 .mySwiper3 .swiper-slide .img {
  position: relative;
}
.yyhj-cont1 .mySwiper3 .swiper-slide .img i {
  display: block;
}
.yyhj-cont1 .mySwiper3 .swiper-slide .img i img {
  width: 100%;
   aspect-ratio: 16 / 10;
      object-fit: cover;
}
.yyhj-cont1 .mySwiper3 .swiper-slide .img .tit {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.yyhj-cont1 .mySwiper3 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.yyhj-cont1 .mySwiper3 .swiper-slide.swiper-slide-active .img .tit {
  opacity: 1;
}
@media (max-width: 768px) {
  .yyhj-cont1 .mySwiper3 .jt-more {
    display: none;
  }
}
.yyhj-cont1 .mySwiper3 .jt-more > div {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  z-index: 1;
}
.yyhj-cont1 .mySwiper3 .jt-more > div.swiper-button-prev1 {
  left: 19.5%;
}
.yyhj-cont1 .mySwiper3 .jt-more > div.swiper-button-next1 {
  right: 19.5%;
}
.yyhj-cont1 .mySwiper3 .jt-more > div i {
  font-size: 1rem;
  font-weight: 500;
  color: #979797;
}
.yyhj-cont1 .mySwiper3 .jt-more > div:hover {
  background: var(--color-zt2);
}
.yyhj-cont1 .mySwiper3 .jt-more > div:hover i {
  color: #fff;
}
.yyhj-cont1 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.4063rem;
}
.yyhj-cont1 .mySwiper3 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.yyhj-cont1 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.wxfw-cont1 {
  padding: 2rem 0 7.25rem;
}
@media (max-width: 768px) {
  .wxfw-cont1 {
    padding: 1rem 0 2rem;
  }
}
.wxfw-cont1 .wxfw_list > li {
  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;
}
.wxfw-cont1 .wxfw_list > li + li {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li + li {
    margin-top: 2rem;
  }
}
.wxfw-cont1 .wxfw_list > li i {
  display: block;
  font-size: 0;
  width: 58.3571428571%;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li i {
    width: 100%;
  }
}
.wxfw-cont1 .wxfw_list > li i img {
  width: 100%;
}
.wxfw-cont1 .wxfw_list > li .cont-p {
  width: 32.8571428571%;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.wxfw-cont1 .wxfw_list > li .cont-p .tit-a h3 {
  color: #000000;
  font-size: 2.9375rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li .cont-p .tit-a h3 {
    font-size: 1.75rem;
  }
}
.wxfw-cont1 .wxfw_list > li .cont-p .tit-a .entit {
  color: #0081CC;
  font-size: 1.25rem;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li .cont-p .tit-a .entit {
    font-size: 1.125rem;
  }
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li .cont-p .p-txt {
    margin-top: 0.5rem;
  }
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: relative;
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--color-zt2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li .dt {
  color: #525252;
  font-size: 1.375rem;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li .dt {
    font-size: 1.25rem;
  }
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li .wehha-job {
  color: #787878;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  display: none;
  margin-top: 0.25rem;
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li.active::after {
  width: 100%;
}
.wxfw-cont1 .wxfw_list > li .cont-p .p-txt .as1 li.active .dt {
  color: var(--color-zt2);
}
.wxfw-cont1 .wxfw_list > li:nth-child(2n) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-cont1 {
  padding: 2rem 0;
}
.news-cont1.pt0 {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 1rem 0;
  }
}
.news-cont1 .news-a1v1 {
  margin-top: 2.8125rem;
}
.news-cont1 .news-a1v1.mt0 {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide {
  background: #F2F5FF;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p {
  width: 50%;
  padding: 1.5rem 4.5%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    padding: 1.5rem 6%;
  }
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p .tiem {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p a.name {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .imagsxa .cont-p .more-b {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.4063rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .swiper-pagination1 {
    margin-top: 1.125rem;
  }
}
.news-cont1 .news-a1v1 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.news-cont1 .news-a1v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.news-cont2 .news-sort {
  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;
  gap: 1.25rem;
  padding: 1.75rem 0 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-sort {
    gap: 1rem;
    padding: 1rem 0 1.5rem;
  }
}
.news-cont2 .news-sort li a {
  display: block;
  color: var(--color-zt);
  border: 1px solid var(--color-zt);
  font-size: 1rem;
  line-height: 2em;
  padding: 0.65rem 2.75em;
  border-radius: 0.625rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .news-cont2 .news-sort li a {
    padding: 0.65rem 2em;
  }
}
.news-cont2 .news-sort li.active a, .news-cont2 .news-sort li:hover a {
  background: var(--color-zt);
  color: #fff;
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-cont2 .news-list li a.img {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-cont2 .news-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-cont2 .news-list li a.img i img {
  width: 100%;
  aspect-ratio: 440/305;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont2 .news-list li a.img .cont-p {
  padding: 1.6875rem 6% 1.8rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.img .cont-p {
    padding: 1.25rem 5% 1.5rem;
  }
}
.news-cont2 .news-list li a.img .cont-p .tiem {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont2 .news-list li a.img .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  height: 2.7em;
  overflow: hidden;
  margin: 0.35em 0 0.5em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.img .cont-p .name {
    height: auto;
  }
}
.news-cont2 .news-list li a.img .cont-p .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont2 .news-list li a.img:hover .cont-p {
  background: #6FBA2C;
}
.news-cont2 .news-list li a.img:hover .cont-p .tiem {
  color: rgba(255, 255, 255, 0.4);
}
.news-cont2 .news-list li a.img:hover .cont-p .name {
  color: #fff;
}
.news-cont2 .news-list li a.img:hover .cont-p .p {
  color: #fff;
}
.news-cont2 .xw_list2 {
  width: 64.2857142857%;
  margin: 0 auto;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .news-cont2 .xw_list2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont2 .xw_list2 li .dt {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.125em 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news-cont2 .xw_list2 li .dt {
    font-size: 1.25rem;
    padding: 1em 0;
  }
}
.news-cont2 .xw_list2 li .dt .tit {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.news-cont2 .xw_list2 li .dt i {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}
.news-cont2 .xw_list2 li .wehha-job .ast_xz {
  margin-top: 1rem;
}
.news-cont2 .xw_list2 li .wehha-job .ast_xz u {
  display: block;
  font-size: 0;
  width: 3.3125rem;
}
@media (max-width: 768px) {
  .news-cont2 .xw_list2 li .wehha-job .ast_xz u {
    width: 2.85rem;
  }
}
.news-cont2 .xw_list2 li .wehha-job .ast_xz u img {
  width: 100%;
}
.news-cont2 .xw_list2 li .wehha-job .ast_xz .txt {
  width: -webkit-calc(100% - 4.25rem);
  width: -moz-calc(100% - 4.25rem);
  width: calc(100% - 4.25rem);
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .news-cont2 .xw_list2 li .wehha-job .ast_xz .txt {
    width: -webkit-calc(100% - 3.25rem);
    width: -moz-calc(100% - 3.25rem);
    width: calc(100% - 3.25rem);
  }
}
.news-cont2 .xw_list2 li.active .dt {
  color: var(--color-zt2);
  border-color: var(--color-zt2);
}

.show-news-content {
  padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding-bottom: 2rem;
  }
}
.show-news-content .show-news-a1_v1 {
  margin: 0 6.7857142857%;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin-top: 1.125rem;
  padding-top: 1.75rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    margin: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content {
  width: 66.6666666667%;
}
@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: #333333;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-a {
    font-size: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b {
  color: #333333;
  font-size: 1rem;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b {
    margin-top: 0.75rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a {
  background: #646A73;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #fff;
  margin-right: 0.25rem;
  display: inline-block;
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a.icon-wechat {
  background: #6FBA2C;
  display: none;
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a.icon-qq {
  background: #0081CC;
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a.icon-weibo {
  background: #F39800;
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a.icon-douyin {
  background: #000000;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #4D4D4C;
  font-size: 1rem;
  line-height: 2em;
  margin-top: 2rem;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    margin-top: 1.5rem;
    line-height: 1.75em;
    padding-bottom: 1em;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt {
  border: 1px dashed #0081CC;
  border-radius: 1.25rem;
  padding: 1.85rem 7%;
  margin-bottom: 2.85rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 {
  width: 22.8571428571%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .logo-a {
    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;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .logo-a img {
  width: 100%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .logo-a img {
    width: auto;
    height: 2.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt {
    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;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b {
  width: 100%;
  padding: 0.46rem 0;
  font-size: 1rem;
  display: block;
  background: #6FBA2C;
  color: #fff;
  border-color: #6FBA2C;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b {
    width: 48%;
    padding: 0.75rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b.hs {
  background: #F39800;
  border-color: #F39800;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b + .more-b {
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a1 .ahs-axt .more-b + .more-b {
    margin-top: 0;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 {
  width: 68.5714285714%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 {
  width: 66.6666666667%;
  text-align: center;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 h3 {
  color: #FD0402;
  font-size: 1.735rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 h4 {
  font-size: 1rem;
  color: #FD0402;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .tit {
  color: #098F14;
  font-size: 0.9375rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .weja-a {
  margin-top: 0.5rem;
  padding-left: 1.75em;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .weja-a dl {
  width: 48%;
  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;
  line-height: 1.35em;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .weja-a dl i {
  display: block;
  font-size: 0;
  width: 1rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .weja-a dl i img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c1 .weja-a dl p {
  color: #098F14;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  width: -webkit-calc(100% - 1rem);
  width: -moz-calc(100% - 1rem);
  width: calc(100% - 1rem);
  text-align: left;
  padding-left: 0.25rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c2 {
  width: 26.0416666667%;
  text-align: center;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c2 {
    width: 40%;
    margin: 0 auto;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c2 .img {
  border: 1px solid #D9D9D9;
  margin-bottom: 0.75rem;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .a1-xt-vt .a1-xt-vt-a2 .a1-xt-vt-a2c2 .img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss h3 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss h3 {
    font-size: 1.35rem;
  }
}
.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: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  padding: 1.5rem 0;
  color: #4D4D4C;
  font-size: 1rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys {
    padding: 1rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys a {
  color: #4D4D4C;
}
.show-news-content .show-news-a1_v1 .content .shanys a:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content .zs-list1 {
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .zs-list1 {
    gap: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li a {
  background: #6FBA2C;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.625rem;
  gap: 1.125rem;
  padding: 0.75rem 1.85rem 0.75rem 1.125rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .zs-list1 li a {
    gap: 0.85rem;
  }
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li a i {
  display: block;
  font-size: 0;
  width: 1.875rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .zs-list1 li a i {
    width: 1.75rem;
  }
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li a i img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li a p {
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .zs-list1 li a p {
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li a:hover {
  background: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li:nth-child(2) a {
  background: #F39800;
}
.show-news-content .show-news-a1_v1 .content .zs-list1 li:nth-child(2) a:hover {
  background: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .tj_contx1 {
  width: 25.5%;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .tj_contx1 {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .tj_contx1 .weha-xt + .weha-xt {
  margin-top: 1.65rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li {
  margin-top: 1.5rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li span {
  display: block;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.name {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.4em;
  display: block;
  margin-top: 0.5rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.name:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 {
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 1rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex {
  display: block;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex i img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex .titax {
  color: #333333;
  padding: 0.75rem 0 0.35rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex .titax h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35em;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex .titax .ftit {
  font-size: 1rem;
  line-height: 1.45em;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-slide a.td_morex .txt {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-pagination1 span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  background: rgba(68, 68, 68, 0.14);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: var(--color-zt2);
}

.yygh-body {
  padding: 0 !important;
  background: url(../images/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  min-height: 100vh;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .yygh-body {
    padding: 0 0 2.5rem !important;
  }
}

.yygh-cont1 a.imgs {
  font-size: 0;
  padding: 3.75rem 0 2.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;
}
@media (max-width: 768px) {
  .yygh-cont1 a.imgs {
    padding: 2.5rem 0 1.5rem;
  }
}
.yygh-cont1 a.imgs img {
  height: 3.375rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .yygh-cont1 a.imgs img {
    height: 2.85rem;
  }
}
.yygh-cont1 .yygh-a1v1 {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(20px);
  padding: 3.125rem 4.375rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 {
    padding: 2rem 6%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 {
  width: 42.8571428571%;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 h3 {
  color: var(--color-zt1);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 h3 {
    text-align: center;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .txt {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .txt {
    text-align: center;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 {
    margin-top: 1.25rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li {
  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;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li + li {
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li + li {
    margin-top: 1rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li u {
  display: block;
  font-size: 0;
  width: 2.9375rem;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li u img {
  width: 100%;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li .contxa {
  width: -webkit-calc(100% - 3.5rem);
  width: -moz-calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li .contxa h4 {
  color: #0081CC;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.45em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li .contxa h4 {
    font-size: 1.125rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li .contxa p {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1 li .contxa p {
    font-size: 0.875rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 {
    margin-top: 1.5rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .txt2 {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .txt2 {
    text-align: center;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 {
  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;
  gap: 1.65rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 {
    gap: 1rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 li {
  width: 8.4375rem;
  text-align: center;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 li i {
  display: block;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.25rem;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 li i img {
  width: 100%;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b1 .as1-vta1 .as2 li .name {
  color: #444444;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 {
  font-size: 1rem;
  width: 57.1428571429%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2.1875rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 h2 {
  text-align: center;
  color: #0081CC;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 .txt {
  text-align: center;
  color: #444;
  font-size: 1rem;
  line-height: 1.35em;
  margin-top: 0.25rem;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt {
  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: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt {
    margin-top: 0.5rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .m_label {
  width: 5rem;
  color: #444444;
  font-size: 1rem;
  line-height: 2.6875rem;
  text-align: right;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .m_label {
    width: 100%;
    text-align: left;
    line-height: 2.5rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .m_label span {
  color: #FD0402;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
  border: 1px solid rgba(151, 151, 151, 0.4);
  font-size: 1rem;
  line-height: 2.6875rem;
  height: 2.6875rem;
  border-radius: 0.625rem;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input::-webkit-input-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input:-moz-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input:-ms-input-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt > input:focus {
  border-color: var(--color-zt) !important;
  box-shadow: none;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt textarea {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
  border: 1px solid rgba(151, 151, 151, 0.4);
  font-size: 1rem;
  line-height: 1.35rem;
  border-radius: 0.625rem;
  padding: 0.65em 1em;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt textarea {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt textarea:focus {
  border-color: var(--color-zt) !important;
  box-shadow: none;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta input {
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.4);
  font-size: 1rem;
  line-height: 2.6875rem;
  height: 2.6875rem;
  border-radius: 0.625rem;
  padding: 0 1em;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta input::-webkit-input-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta input:-moz-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta input:-ms-input-placeholder {
  color: #979797;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .zsta input:focus {
  border-color: var(--color-zt) !important;
  box-shadow: none;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yyrqz {
  width: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yyrqz img {
  width: 100%;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yzms {
  width: 7rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .xb-qh {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
  gap: 1rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .xb-qh {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yyxmz {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yyxmz {
    width: 100%;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form .inpt .yyxmz select {
  border: 1px solid rgba(151, 151, 151, 0.4);
  font-size: 1rem;
  line-height: 2.6875rem;
  height: 2.6875rem;
  border-radius: 0.625rem;
  padding: 0 1em;
  width: 48.5%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 96% center #fff;
  -o-background-size: 1.125rem auto;
     background-size: 1.125rem auto;
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form button {
  width: -webkit-calc(98% - 5rem);
  width: -moz-calc(98% - 5rem);
  width: calc(98% - 5rem);
  border: none;
  background: var(--color-zt);
  color: #fff;
  padding: 0.75rem 2.25rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .yygh-cont1 .yygh-a1v1 .yygh-a1b2 form button {
    width: 100%;
    margin-top: 1rem;
    padding: 0.85rem 2.25rem;
  }
}
.yygh-cont1 .yygh-a1v1 .yygh-a1b2 form button:hover {
  background: var(--color-zt1);
}

.layui-laydate table td {
  padding: 0 !important;
  border: none;
  font-size: 14px;
}

.yjmk-cont1 {
  padding: 2.8125rem 0 5.625rem;
}
@media (max-width: 768px) {
  .yjmk-cont1 {
    padding: 1rem 0 2rem;
  }
}
.yjmk-cont1 .heng1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .yjmk-cont1 .heng1 {
    margin-top: 1rem;
  }
}
.yjmk-cont1 .heng1 img {
  width: 100%;
}
.yjmk-cont1 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .yjmk-cont1 .p1 {
    margin-top: 1rem;
  }
}
.yjmk-cont1 .p1 p + p {
  margin-top: 0.75em;
}
.yjmk-cont1 .ahs-axt {
  margin-top: 1.75rem;
  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;
  gap: 1rem;
}
@media (max-width: 768px) {
  .yjmk-cont1 .ahs-axt {
    margin-top: 1rem;
  }
}
.yjmk-cont1 .ahs-axt .more-b {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.25em;
  font-size: 1.25rem;
  display: block;
  background: #6FBA2C;
  color: #fff;
  border-color: #6FBA2C;
  font-weight: 600;
}
@media (max-width: 768px) {
  .yjmk-cont1 .ahs-axt .more-b {
    width: 48%;
    padding: 0.75rem 0;
    font-size: 1.125rem;
    padding: 0.7rem 1em;
  }
}
.yjmk-cont1 .ahs-axt .more-b.hs {
  background: #F39800;
  border-color: #F39800;
}
.yjmk-cont1 .ahs-axt .more-b:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}

.yjmk-cont2 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .yjmk-cont2 {
    padding: 2.5rem 0;
  }
}
.yjmk-cont2 .mySwiper8 {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .yjmk-cont2 .mySwiper8 {
    margin-top: 1.35rem;
  }
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img {
  padding: 3.125rem 2.375rem 3.125rem 1rem;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .yjmk-cont2 .mySwiper8 .swiper-slide .img {
    padding: 2rem 1.65rem;
  }
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .tiem {
  width: 5.625rem;
  text-align: center;
  color: #6FBA2C;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .tiem b {
  font-size: 3.25rem;
  line-height: 1.125em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .yjmk-cont2 .mySwiper8 .swiper-slide .img .tiem b {
    font-size: 2.85rem;
  }
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .tiem p {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 500;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .cont-p {
  width: -webkit-calc(95% - 5.7rem);
  width: -moz-calc(95% - 5.7rem);
  width: calc(95% - 5.7rem);
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img .cont-p .txt {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.7rem;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img:hover {
  background: #6FBA2C;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img:hover .tiem {
  color: #fff;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img:hover .cont-p .name {
  color: #fff;
}
.yjmk-cont2 .mySwiper8 .swiper-slide .img:hover .cont-p .txt {
  color: #fff;
}
.yjmk-cont2 .mySwiper8 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .yjmk-cont2 .mySwiper8 .swiper-pagination1 {
    margin-top: 1.35rem;
  }
}
.yjmk-cont2 .more-b {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .yjmk-cont2 .more-b {
    margin-top: 1.35rem;
  }
}

.yjmk-cont3 {
  padding: 5.3125rem 0 7.8125rem; background: #F2F5FF;
}
@media (max-width: 768px) {
  .yjmk-cont3 {
    padding: 2.5rem 0;
  }
}
.yjmk-cont3 .yjmk-a3v1 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 {
    margin-top: 1.5rem;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list1 {
    width: 100%;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img {
  display: block;
  position: relative;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img i img {
  width: 100%;
  aspect-ratio: 680/460;
  -o-object-fit: cover;
     object-fit: cover;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5%;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1.25em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list1 li a.img .name {
    font-size: 1.35rem;
    padding: 1em;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li a.img {
  width: 43.5745937962%;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li a.img {
    width: 100%;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li a.img img {
  width: 100%;
  aspect-ratio: 295/201;
  -o-object-fit: cover;
     object-fit: cover;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p {
  width: 51.6986706056%;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p .tiem {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p a.name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin: 0.35em 0;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p a.name {
    font-size: 1.125rem;
    margin: 0.25em 0;
  }
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li .cont-p .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
.yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.75rem;
  padding-top: 1.75rem;
}
@media (max-width: 768px) {
  .yjmk-cont3 .yjmk-a3v1 .ykdt_list2 li + li {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.yjmk-cont3 .more-b {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .yjmk-cont3 .more-b {
    margin-top: 1.5rem;
  }
}

.yjmk-cont4 {
  /* background: #F2F5FF; */
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .yjmk-cont4 {
    padding: 2.5rem 0;
  }
}
.yjmk-cont4 .mySwiper9 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .yjmk-cont4 .mySwiper9 {
    margin-top: 1.5rem;
  }
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img {
  display: block;
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 440/305;
  -o-object-fit: cover;
     object-fit: cover;
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img .cont-p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.125rem 1.5625rem 1.25rem;
}
@media (max-width: 768px) {
  .yjmk-cont4 .mySwiper9 .swiper-slide a.img .cont-p {
    padding: 1rem 0;
  }
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img .tiem {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-top: 0.4rem;
}
.yjmk-cont4 .mySwiper9 .swiper-slide a.img:hover .name {
  color: var(--color-zt);
}
.yjmk-cont4 .mySwiper9 .swiper-pagination1 {
  margin-top: 1.5rem;
}
.yjmk-cont4 .more-b {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .yjmk-cont4 .more-b {
    margin-top: 1.35rem;
  }
}

.yjmk-cont5 {
  padding: 5rem 0 4.375rem; background: #F2F5FF;
}
@media (max-width: 768px) {
  .yjmk-cont5 {
    padding: 2.5rem 0;
  }
}
.yjmk-cont5 .mySwiper10 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .yjmk-cont5 .mySwiper10 {
    margin-top: 1.5rem;
    padding: 0 1px;
  }
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.375rem;
  border: 1px solid #E6ECFF;
}
@media (max-width: 768px) {
  .yjmk-cont5 .mySwiper10 .swiper-slide a.img {
    padding: 1.35rem;
  }
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  width: 46.4566929134%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yjmk-cont5 .mySwiper10 .swiper-slide a.img i {
    width: 100%;
  }
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img i img {
  width: 100%;
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p {
  width: 48.188976378%;
}
@media (max-width: 768px) {
  .yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p .tiem {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin: 0.35em 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p .name:hover {
  color: var(--color-zt);
}
.yjmk-cont5 .mySwiper10 .swiper-slide a.img .cont-p .p1 {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
.yjmk-cont5 .mySwiper10 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yjmk-cont5 .mySwiper10 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.yjmk-cont5 .more-b {
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .yjmk-cont5 .more-b {
    margin-top: 1.25rem;
  }
}

.yjmk-cont6 {
  /* background: #F2F5FF; */
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .yjmk-cont6 {
    padding: 2.5rem 0;
  }
}
.yjmk-cont6 .mySwiper11 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .yjmk-cont6 .mySwiper11 {
    margin-top: 1.5rem;
  }
}
.yjmk-cont6 .mySwiper11 .swiper-slide a.img {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.375rem 1.375rem 0;
}
.yjmk-cont6 .mySwiper11 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.yjmk-cont6 .mySwiper11 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 288/188;
  -o-object-fit: cover;
     object-fit: cover;
}
.yjmk-cont6 .mySwiper11 .swiper-slide a.img .name {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .yjmk-cont6 .mySwiper11 .swiper-slide a.img .name {
    font-size: 1.125rem;
  }
}
.yjmk-cont6 .mySwiper11 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yjmk-cont6 .mySwiper11 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.video-cont1 {
  padding: 1.25rem 0 1rem;
}
.video-cont1 .video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem 2.5rem;
}
@media (max-width: 768px) {
  .video-cont1 .video-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .video-cont1 .video-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.video-cont1 .video-list li a.img {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.video-cont1 .video-list li a.img .fm-img {
  position: relative;
}
.video-cont1 .video-list li a.img .fm-img i {
  display: block;
  font-size: 0;
}
.video-cont1 .video-list li a.img .fm-img i img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-cont1 .video-list li a.img .fm-img img {
  width: 100%;
}
.video-cont1 .video-list li a.img .fm-img u {
  width: 2.8125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-cont1 .video-list li a.img .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 1em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .video-cont1 .video-list li a.img .name {
    font-size: 1.125rem;
  }
}

.dow-content {
  padding: 1.25rem 0 1rem;
}
.dow-content .dow-list {
  gap: 2.5rem 0;
}
@media (max-width: 768px) {
  .dow-content .dow-list {
    gap: 1.25rem 0;
  }
}
.dow-content .dow-list li {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .dow-content .dow-list li {
    width: 100%;
  }
}
.dow-content .dow-list li a.xzzs {
  background: #F2F5FF;
  padding: 4.5rem 5rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.xzzs {
    padding: 2rem 2rem;
  }
}
.dow-content .dow-list li a.xzzs .img {
  width: 15.8653846154%;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a.xzzs .img {
    width: 18.5%;
  }
}
.dow-content .dow-list li a.xzzs .img img {
  width: 100%;
}
.dow-content .dow-list li a.xzzs .cont-p {
  width: 75%;
}
.dow-content .dow-list li a.xzzs .cont-p h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 500;
}
.dow-content .dow-list li a.xzzs .cont-p .time {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.dow-content .dow-list li a.xzzs:hover {
  background: var(--color-zt1);
}
.dow-content .dow-list li a.xzzs:hover .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.dow-content .dow-list li a.xzzs:hover .cont-p h3 {
  color: #fff;
}
.dow-content .dow-list li a.xzzs:hover .cont-p .time {
  color: #fff;
}

.sort_fl-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.125rem;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .sort_fl-list {
    grid-template-columns: repeat(5, 1fr);
      gap: .5rem;
  margin-top: .5rem;
  }
}
.sort_fl-list li {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.sort_fl-list li a {
  text-align: center;
  display: block;
  padding: 2rem 0 2.5rem;
}
@media (max-width: 768px) {
  .sort_fl-list li a {
    padding: .5rem 0 ;
  }
}
.sort_fl-list li a u {
  display: block;
  font-size: 0;
  width: 6.9375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sort_fl-list li a u {
    width: 2.5rem;
  }
}
.sort_fl-list li a u img {
  width: 100%;
}
.sort_fl-list li a p {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .sort_fl-list li a p {
    font-size: 1rem;
  }
}
.sort_fl-list li:hover, .sort_fl-list li.active {
  background: var(--color-zt1);
}
.sort_fl-list li:hover a u img, .sort_fl-list li.active a u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sort_fl-list li:hover a p, .sort_fl-list li.active a p {
  color: #fff;
}

.case-content {
  padding-bottom: 1rem;
}
.case-content .title1 {
  padding: 4.25rem 0 2.5rem;
}
@media (max-width: 768px) {
  .case-content .title1 {
    padding: 1.65rem 0 1.25rem;
  }
}
.case-content .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem 3rem;
}
@media (max-width: 768px) {
  .case-content .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .case-content .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
  }
}
.case-content .case-list li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-content .case-list a {
  color: #333333;
  text-align: center;
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .case-content .case-list a {
    padding-bottom: 1rem;
  }
}
.case-content .case-list a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-content .case-list a i img {
  width: 100%;
}
.case-content .case-list a .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
  padding-top: 1.125rem;
}
@media (max-width: 768px) {
  .case-content .case-list a .tit {
    font-size: 1.5rem;
    padding-top: 1rem;
  }
}
.case-content .case-list a .ftit {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .case-content .case-list a .ftit {
    font-size: 1rem;
    /*white-space: nowrap;*/
    /*-o-text-overflow: ellipsis;*/
    /*   text-overflow: ellipsis;*/
    /*overflow: hidden;*/
  }
}

.case-show-cont1 {
  padding: 2.1875rem 0 5.9375rem;
}
@media (max-width: 768px) {
  .case-show-cont1 {
    padding: 1rem 0 2rem;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup {
  width: 42.8571428571%;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .img_tup {
    width: 100%;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup .img img {
  width: 100%;
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 {
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 {
    gap: 1rem;
    margin-top: 1.125rem;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a {
  background: #6FBA2C;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.625rem;
  gap: 0.825rem;
  padding: 0.75rem 1.85rem 0.75rem 1.125rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a {
    gap: 0.85rem;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a i {
  display: block;
  font-size: 0;
  width: 1.875rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a i {
    width: 1.75rem;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a i img {
  width: 100%;
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a p {
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a p {
    font-size: 1.125rem;
  }
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li a:hover {
  background: var(--color-zt);
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li:nth-child(2) a {
  background: #F39800;
}
.case-show-cont1 .case-show-a1v1 .img_tup .zs-list1 li:nth-child(2) a:hover {
  background: var(--color-zt);
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 {
  width: 51.2857142857%;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 {
    width: 100%;
    margin-top: 2rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .tit {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
  padding-top: 0.85rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 .tit {
    font-size: 1.75rem;
    padding-top: 1rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 5px;
  background: var(--color-zt);
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .ftit {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li {
    margin-top: 1rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li .tit-xt {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #979797;
  width: 27.5766016713%;
  position: relative;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li .tit-xt {
    font-size: 1.35rem;
  }
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li .tit-xt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 4px;
  background: var(--color-zt);
}
.case-show-cont1 .case-show-a1v1 .case-show-a1b1 .asta1 li .txt {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;white-space: pre-wrap;
}

.case-show-cont2 {
  background: #F2F5FF;
  padding: 5.9375rem 0 5.125rem;
}
@media (max-width: 768px) {
  .case-show-cont2 {
    padding: 2.5rem 0;
  }
}
.case-show-cont2 .mySwiper12 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper12 {
    margin-top: 1.25rem;
  }
}
.case-show-cont2 .mySwiper12 .swiper-slide a {
  color: #333333;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper12 .swiper-slide a {
    padding-bottom: 1rem;
  }
}
.case-show-cont2 .mySwiper12 .swiper-slide a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-show-cont2 .mySwiper12 .swiper-slide a i img {
  width: 100%;
}
.case-show-cont2 .mySwiper12 .swiper-slide a .tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  padding-top: 1.125rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper12 .swiper-slide a .tit {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
}
.case-show-cont2 .mySwiper12 .swiper-slide a .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.case-show-cont2 .mySwiper12 .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .case-show-cont2 .mySwiper12 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.product-content {
  padding: 1rem 0;
}
.product-content .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .product-content .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .product-content .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.product-content .product-list li .img {
  border: 1px solid #E3E3E3;
  position: relative;
}
.product-content .product-list li .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 56.41%, #F2F5FF 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 56.41%, #F2F5FF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 56.41%, #F2F5FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56.41%, #F2F5FF 100%);
}
.product-content .product-list li .img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.product-content .product-list li .img i img {
  width: 100%;
}
.product-content .product-list li .img .tit {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1.35em 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content .product-list li .img .weha-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(111, 186, 44, 0.9);
  z-index: 1;
  text-align: center;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #fff;
  text-align: center;
  padding: 1rem 4%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content .product-list li .img .weha-cont h3 {
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 100%;
}
.product-content .product-list li .img .weha-cont .ftit {
  font-size: 1rem;
  margin-top: 0.25rem;
  width: 100%;
}
.product-content .product-list li .img .weha-cont .more-b {
  margin: 1.25rem auto 0;
}
.product-content .product-list li .img:hover .tit {
  opacity: 0;
}
.product-content .product-list li .img:hover .weha-cont {
  opacity: 1;
}

.pro-show-cont1 {
  padding: 1.25rem 0 10rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 0.5rem 0 2.25rem;
  }
}
.pro-show-cont1 h2 {
  text-align: center;
  font-size: 2.9375rem;
  line-height: 1.35em;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .pro-show-cont1 h2 {
    font-size: 1.8rem;
  }
}
.pro-show-cont1 .img {
  width: 48.5714285714%;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .pro-show-cont1 .img {
    width: 100%;
    margin: 1rem auto;
  }
}
.pro-show-cont1 .img img {
  width: 100%;
}
.pro-show-cont1 .content {
  color: #444444;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .content {
    font-size: 1.125rem;
    margin-top: 1.65rem;
  }
}
.pro-show-cont1 .zs-list1 {
  gap: 1.25rem;
  margin-top: 2.85rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .zs-list1 {
    gap: 1rem;
    margin-top: 1.125rem;
  }
}
.pro-show-cont1 .zs-list1 li a {
  background: #6FBA2C;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.625rem;
  gap: 0.825rem;
  padding: 0.75rem 1.85rem 0.75rem 1.125rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pro-show-cont1 .zs-list1 li a {
    gap: 0.85rem;
  }
}
.pro-show-cont1 .zs-list1 li a i {
  display: block;
  font-size: 0;
  width: 1.875rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .zs-list1 li a i {
    width: 1.75rem;
  }
}
.pro-show-cont1 .zs-list1 li a i img {
  width: 100%;
}
.pro-show-cont1 .zs-list1 li a p {
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .zs-list1 li a p {
    font-size: 1.125rem;
  }
}
.pro-show-cont1 .zs-list1 li a:hover {
  background: var(--color-zt);
}
.pro-show-cont1 .zs-list1 li:nth-child(2) a {
  background: #F39800;
}
.pro-show-cont1 .zs-list1 li:nth-child(2) a:hover {
  background: var(--color-zt);
}
.pro-show-cont1 .zs-list1 li:nth-child(3) a {
  background: #0081CC;
}
.pro-show-cont1 .zs-list1 li:nth-child(3) a:hover {
  background: var(--color-zt1);
}
.pro-show-cont1 .zs-list1 li:nth-child(4) a {
  background: #46505C;
}
.pro-show-cont1 .zs-list1 li:nth-child(4) a:hover {
  background: var(--color-zt);
}

.pro-show-cont2 {
  background: #F2F5FF;
  padding: 5.5rem 0 6rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.25rem 0;
  }
}
.pro-show-cont2 .mySwiper12 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper12 {
    margin-top: 1.25rem;
    padding: 0 1px;
  }
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img {
  border: 1px solid #E3E3E3;
  position: relative;
  background: #fff;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img i img {
  width: 100%;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img .tit {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.35em;
  height: 2.7em;
  overflow: hidden;
  margin: 1.35em 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper12 .swiper-slide .img .tit {
    font-size: 1.125rem;
  }
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img .weha-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(111, 186, 44, 0.9);
  z-index: 1;
  text-align: center;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #fff;
  text-align: center;
  padding: 1rem 4%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img .weha-cont h3 {
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 100%;
  text-wrap: balance;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img .weha-cont .ftit {
  font-size: 1rem;
  margin-top: 0.25rem;
  width: 100%;
  text-wrap: balance;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img .weha-cont .more-b {
  margin: 1.25rem auto 0;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img:hover .tit {
  opacity: 0;
}
.pro-show-cont2 .mySwiper12 .swiper-slide .img:hover .weha-cont {
  opacity: 1;
}
.pro-show-cont2 .mySwiper12 .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper12 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.jylc-cont1 {
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .jylc-cont1 {
    padding: 1rem 0 1.5rem;
  }
}
.jylc-cont1 .px-txt {
  width: 69.7857142857%;
  margin: 0 auto;
  text-align: center;
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.8333333333em;
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .jylc-cont1 .px-txt {
    width: 100%;
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
.jylc-cont1 .px-txt strong {
  color: var(--color-zt);
}
.jylc-cont1 .ahs-axt {
  margin-top: 2.625rem;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .jylc-cont1 .ahs-axt {
    margin-top: 1.25rem;
    gap: 1rem;
  }
}
.jylc-cont1 .ahs-axt .more-b {
  background: #6FBA2C;
  border-color: #6FBA2C;
  color: #fff;
}
.jylc-cont1 .ahs-axt .more-b:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.jylc-cont1 .ahs-axt .more-b + .more-b {
  background: #F39800;
  border-color: #F39800;
}
.jylc-cont1 .ahs-axt .more-b + .more-b:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}

.jylc-cont2 {
  padding: 3.125rem 0 9.6875rem;
}
@media (max-width: 768px) {
  .jylc-cont2 {
    padding: 1.25rem 0 2.25rem;
  }
}
.jylc-cont2 .hengxa1 {
  width: 53.7857142857%;
  margin: 0 auto;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .jylc-cont2 .hengxa1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.jylc-cont2 .hengxa1 img {
  width: 100%;
}

.lcfb-cont1 {
  width: clamp(320px, 41.2857142857%, 1200px);
  margin: 0 auto;
  padding: 2.1875rem 0 6.875rem;
}
@media (max-width: 768px) {
  .lcfb-cont1 {
    width: 100%;
    padding: 1rem 0 2.25rem;
  }
}
.lcfb-cont1 .lcfb-list1 {
  border-top: 9px solid var(--color-zt);
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .lcfb-cont1 .lcfb-list1 {
    margin-top: 1.25rem;
  }
}
.lcfb-cont1 .lcfb-list1 > li {
  border-bottom: 4px solid var(--color-zt1);
  padding: 1.5rem 0;
}
.lcfb-cont1 .lcfb-list1 > li .tit {
  width: 18.339100346%;
  text-align: right;
  color: var(--color-zt);
  font-size: 4rem;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lcfb-cont1 .lcfb-list1 > li .tit {
    font-size: 2.65rem;
  }
}
.lcfb-cont1 .lcfb-list1 > li .asht1 {
  width: 77.8546712803%;
}
.lcfb-cont1 .lcfb-list1 > li .asht1 li {
  color: var(--color-zt);
}
.lcfb-cont1 .lcfb-list1 > li .asht1 li + li {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lcfb-cont1 .lcfb-list1 > li .asht1 li + li {
    margin-top: 1rem;
  }
}
.lcfb-cont1 .lcfb-list1 > li .asht1 li .name {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lcfb-cont1 .lcfb-list1 > li .asht1 li .name {
    font-size: 1.25rem;
  }
}
.lcfb-cont1 .lcfb-list1 > li .asht1 li .text {
  font-size: 0.875rem;
  line-height: 1.35em;
}

.lx-cont1 {
  padding: 3.125rem 0 5rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .tit {
  color: #6FBA2C;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .tit {
    font-size: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .p1 {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.8333333333em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .p1 {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .more-b {
  margin-top: 1.125rem;
  background: #F39800;
  border-color: #F39800;
  color: #fff;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .more-b {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .more-b:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.lx-cont1 .lx-a1v1 #mapDiv {
  width: 100%;
  height: 35.25rem;
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 #mapDiv {
    margin-top: 1.25rem;
    height: 25.25rem;
  }
}
.lx-cont1 .tit-ax1 {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .tit-ax1 {
    font-size: 1.85rem;
  }
}
.lx-cont1 .tit-ax1 u {
  width: 4.375rem;
  height: 4.375rem;
  background: var(--color-zt);
  border-radius: 50%;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .tit-ax1 u {
    width: 3.85rem;
    height: 3.85rem;
    margin-right: 1rem;
  }
}
.lx-cont1 .tit-ax1 u img {
  width: 60%;
}
.lx-cont1 .lx-a1v2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 {
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v2 .p1 {
  color: #444444;
  font-size: 1.25rem;
  line-height: 2.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v2 .p1 {
    font-size: 1.125rem;
    margin-top: 1rem;
    line-height: 2em;
  }
}
.lx-cont1 .lx-a1v3 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 {
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v3 .tit-ax1 u {
  background: #F39800;
}
.lx-cont1 .lx-a1v3 .p1 {
  color: #444444;
  font-size: 1.25rem;
  line-height: 2.2em;
  margin-top: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .p1 {
    font-size: 1.125rem;
    margin-top: 1rem;
    line-height: 1.85em;
  }
}
.lx-cont1 .lx-a1v3 .p1 strong {
  color: var(--color-zt);
  font-weight: 600;
}
.lx-cont1 .lx-a1v3 .lx-a1v3c1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.875rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c1 li {
  text-align: center;
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.35em;
  background: #F2F5FF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.75rem 2%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c1 li {
    font-size: 1.35rem;
    padding: 2rem 2%;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c1 li .ftit {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c1 li .ftit {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c1 li.on {
  background: #6FBA2C;
  border-color: #6FBA2C;
  color: #fff;
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c2 {
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 li {
  display: none;
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 li .img img {
  width: 100%;
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 li .txt {
  color: #444444;
  font-size: 1.25rem;
  line-height: 2.2em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c2 li .txt {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 li .more-b {
  background: #F39800;
  border-color: #F39800;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v3 .lx-a1v3c2 li .more-b {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v3 .lx-a1v3c2 li .more-b:hover {
  background: var(--color-zt1);
  border-color: var(--color-zt1);
}

.leaflet-control {
  display: none;
}

.zlxm-cont2 {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .zlxm-cont2 {
    padding: 1.5rem 0;
  }
}
.zlxm-cont2 .heng1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .zlxm-cont2 .heng1 {
    margin-top: 1.25rem;
  }
}
.zlxm-cont2 .heng1 img {
  width: 100%;
}
.zlxm-cont2 .asta1 {
  margin-left: auto;
  width: 54.2857142857%;
  margin-left: auto;
  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: -9rem;
}
@media (max-width: 768px) {
  .zlxm-cont2 .asta1 {
    margin-top: 0;
    width: 100%;
  }
}
.zlxm-cont2 .asta1 li {
  width: 50%;
}
.zlxm-cont2 .asta1 li a {
  background: var(--color-zt);
  color: #fff;
  text-align: center;
  display: block;
  padding: 2.5rem 3%;
}
@media (max-width: 768px) {
  .zlxm-cont2 .asta1 li a {
    padding: 1.5rem 3%;
  }
}
.zlxm-cont2 .asta1 li a i {
  display: block;
  font-size: 0;
  width: 4.8125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zlxm-cont2 .asta1 li a i {
    width: 3.5rem;
  }
}
.zlxm-cont2 .asta1 li a i img {
  width: 100%;
}
.zlxm-cont2 .asta1 li a .name {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .zlxm-cont2 .asta1 li a .name {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.zlxm-cont2 .asta1 li:nth-child(2) a {
  background: var(--color-zt1);
}

.zlxm-cont3 {
  padding: 6.25rem 0 3.75rem;
}
@media (max-width: 768px) {
  .zlxm-cont3 {
    padding: 1.5rem 0;
  }
}
.zlxm-cont3 .pro-a7_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .zlxm-cont3 .pro-a7_list1 {
    margin-top: 2rem;
    gap: 1rem 0;
  }
}
.zlxm-cont3 .pro-a7_list1 li {
  width: 18.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .zlxm-cont3 .pro-a7_list1 li {
    width: 48%;
  }
}
.zlxm-cont3 .pro-a7_list1 li + li {
  margin-left: -2%;
}
@media (max-width: 768px) {
  .zlxm-cont3 .pro-a7_list1 li + li {
    margin-left: 0;
  }
}
.zlxm-cont3 .pro-a7_list1 li u {
  display: block;
  font-size: 0;
}
.zlxm-cont3 .pro-a7_list1 li u img {
  width: 100%;
}
.zlxm-cont3 .pro-a7_list1 li .weja-ca {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(74, 162, 163, 0.1);
  width: 70.1639344262%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.zlxm-cont3 .pro-a7_list1 li .weja-ca i {
  display: block;
  font-size: 0;
  width: 26.6355140187%;
  margin: 0 auto;
}
.zlxm-cont3 .pro-a7_list1 li .weja-ca i img {
  width: 100%;
}
.zlxm-cont3 .pro-a7_list1 li .weja-ca .tit {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .zlxm-cont3 .pro-a7_list1 li .weja-ca .tit {
    font-size: 1.125rem;
  }
}
.zlxm-cont3 .pro-a7_list1 li:nth-child(n+3) .weja-ca {
  background: rgba(255, 200, 68, 0.1);
}

.zlxm-cont4 {
  padding: 3.75rem 0 6.25rem;
}
@media (max-width: 768px) {
  .zlxm-cont4 {
    padding: 1.5rem 0;
  }
}
.zlxm-cont4 .mySwiper13 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .zlxm-cont4 .mySwiper13 {
    margin-top: 1.25rem;
  }
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img {
  padding: 4.375rem 3.75rem 4.375rem 3.125rem;
  background: #F2F5FF;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img + .img {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .zlxm-cont4 .mySwiper13 .swiper-slide .img + .img {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .zlxm-cont4 .mySwiper13 .swiper-slide .img {
    padding: 2.85rem 2rem;
  }
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .tiem {
  width: 5.625rem;
  text-align: center;
  color: #6FBA2C;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .tiem b {
  font-size: 3.25rem;
  line-height: 1.125em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .zlxm-cont4 .mySwiper13 .swiper-slide .img .tiem b {
    font-size: 2.85rem;
  }
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .tiem p {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 500;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .cont-p {
  width: -webkit-calc(95% - 5.7rem);
  width: -moz-calc(95% - 5.7rem);
  width: calc(95% - 5.7rem);
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img .cont-p .txt {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.7rem;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img:hover {
  background: #6FBA2C;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img:hover .tiem {
  color: #fff;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img:hover .cont-p .name {
  color: #fff;
}
.zlxm-cont4 .mySwiper13 .swiper-slide .img:hover .cont-p .txt {
  color: #fff;
}
.zlxm-cont4 .mySwiper13 .swiper-pagination1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .zlxm-cont4 .mySwiper13 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.zlxm-cont5 {
  background: #F2F5FF;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .zlxm-cont5 {
    padding: 2.5rem 0;
  }
}
.zlxm-cont5 .zlxm-a5v1 {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 {
    margin-top: 1.5rem;
  }
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a {
  color: #333333;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a {
    padding-bottom: 1rem;
  }
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a i img {
  width: 100%;
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a .tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  padding-top: 1.125rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a .tit {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide a .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.zlxm-cont5 .zlxm-a5v1 .mySwiper14 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.zlxm-cont5 .zlxm-a5v1 .jt-more > div {
  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: 2;
}
.zlxm-cont5 .zlxm-a5v1 .jt-more > div.swiper-button-prev1 {
  left: -8.5%;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 .jt-more > div.swiper-button-prev1 {
    left: 0;
  }
}
.zlxm-cont5 .zlxm-a5v1 .jt-more > div.swiper-button-next1 {
  right: -8.5%;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 .jt-more > div.swiper-button-next1 {
    right: 0;
  }
}
.zlxm-cont5 .zlxm-a5v1 .jt-more > div i {
  color: rgba(0, 0, 0, 0.4);
  font-size: 7.5rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zlxm-a5v1 .jt-more > div i {
    font-size: 3.5rem;
  }
}
.zlxm-cont5 .zlxm-a5v1 .jt-more > div i:hover {
  color: var(--color-zt);
}
.zlxm-cont5 .ast_at1 {
  position: relative;
  margin-top: 3.75rem;
  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;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .ast_at1 {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.zlxm-cont5 .ast_at1 li {
  width: -webkit-calc(33.3333333333% - 1.5rem);
  width: -moz-calc(33.3333333333% - 1.5rem);
  width: calc(33.3333333333% - 1.5rem);
}
@media (max-width: 768px) {
  .zlxm-cont5 .ast_at1 li {
    width: 100%;
  }
}
.zlxm-cont5 .ast_at1 li a {
  color: #333333;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .ast_at1 li a {
    padding-bottom: 1rem;
  }
}
.zlxm-cont5 .ast_at1 li a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zlxm-cont5 .ast_at1 li a i img {
  width: 100%;
}
.zlxm-cont5 .ast_at1 li a .tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  padding-top: 1.125rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .ast_at1 li a .tit {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
}
.zlxm-cont5 .ast_at1 li a .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.zlxm-cont5 .zs-list1 {
  gap: 1.25rem;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zs-list1 {
    gap: 1rem;
    margin-top: 1.125rem;
  }
}
.zlxm-cont5 .zs-list1 li a {
  background: #6FBA2C;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.625rem;
  gap: 0.825rem;
  padding: 0.75rem 1.85rem 0.75rem 1.125rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zs-list1 li a {
    gap: 0.85rem;
  }
}
.zlxm-cont5 .zs-list1 li a i {
  display: block;
  font-size: 0;
  width: 1.875rem;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zs-list1 li a i {
    width: 1.75rem;
  }
}
.zlxm-cont5 .zs-list1 li a i img {
  width: 100%;
}
.zlxm-cont5 .zs-list1 li a p {
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .zlxm-cont5 .zs-list1 li a p {
    font-size: 1.125rem;
  }
}
.zlxm-cont5 .zs-list1 li a:hover {
  background: var(--color-zt);
}
.zlxm-cont5 .zs-list1 li:nth-child(2) a {
  background: #F39800;
}
.zlxm-cont5 .zs-list1 li:nth-child(2) a:hover {
  background: var(--color-zt);
}
.zlxm-cont5 .zs-list1 li:nth-child(3) a {
  background: #0081CC;
}
.zlxm-cont5 .zs-list1 li:nth-child(3) a:hover {
  background: var(--color-zt1);
}
.zlxm-cont5 .zs-list1 li:nth-child(4) a {
  background: #46505C;
}
.zlxm-cont5 .zs-list1 li:nth-child(4) a:hover {
  background: var(--color-zt);
}

.zlxm-cont6 {
  padding: 8.4375rem 0 8.75rem;
}
@media (max-width: 768px) {
  .zlxm-cont6 {
    padding: 2.5rem 0;
  }
}
.zlxm-cont6 .xw_list2 {
  width: 64.2857142857%;
  margin: 0 auto;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .zlxm-cont6 .xw_list2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.zlxm-cont6 .xw_list2 li .dt {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.125em 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .zlxm-cont6 .xw_list2 li .dt {
    font-size: 1.25rem;
    padding: 1em 0;
  }
}
.zlxm-cont6 .xw_list2 li .dt .tit {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.zlxm-cont6 .xw_list2 li .dt i {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}
.zlxm-cont6 .xw_list2 li .wehha-job .ast_xz {
  margin-top: 1rem;
}
.zlxm-cont6 .xw_list2 li .wehha-job .ast_xz u {
  display: block;
  font-size: 0;
  width: 3.3125rem;
}
@media (max-width: 768px) {
  .zlxm-cont6 .xw_list2 li .wehha-job .ast_xz u {
    width: 2.85rem;
  }
}
.zlxm-cont6 .xw_list2 li .wehha-job .ast_xz u img {
  width: 100%;
}
.zlxm-cont6 .xw_list2 li .wehha-job .ast_xz .txt {
  width: -webkit-calc(100% - 4.25rem);
  width: -moz-calc(100% - 4.25rem);
  width: calc(100% - 4.25rem);
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zlxm-cont6 .xw_list2 li .wehha-job .ast_xz .txt {
    width: -webkit-calc(100% - 3.25rem);
    width: -moz-calc(100% - 3.25rem);
    width: calc(100% - 3.25rem);
  }
}
.zlxm-cont6 .xw_list2 li.active .dt {
  color: var(--color-zt2);
  border-color: var(--color-zt2);
}

.hzxs-cont1 {
  padding: 1.5rem 0 1rem;
}
.hzxs-cont1 .case1-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}


@media (max-width: 768px) {
  .hzxs-cont1 .case1-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.hzxs-cont1 .case1-list li img {
  width: 100%;
}

.ybdd-cont1 {
  width: clamp(350px, 50%, 1200px);
  margin: 0 auto;
}
.ybdd-cont1 .part1 {
  color: var(--color-zt);
  font-size: 1.35rem;
  line-height: 1.75em;
  font-weight: 500;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.ybdd-cont1 .part1 p {
  position: relative;
  padding-left: 0.75em;
}
.ybdd-cont1 .part1 p::before {
  content: "";
  display: block;
  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: 0.4rem;
  height: 0.4rem;
  background: var(--color-zt);
  border-radius: 50%;
}
.ybdd-cont1 .part2 {
  margin-top: 1.25rem;
}
.ybdd-cont1 .part2 li {
  margin-top: 1rem;
}
.ybdd-cont1 .part2 li .tita {
  color: var(--color-zt);
  font-size: 1.25rem;
  line-height: 1.5em;
}
.ybdd-cont1 .part2 li .asr {
  color: #898989;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.txt-zhiwei{
        color: rgba(51, 51, 51, 0.7);
    font-size: 1rem;
    line-height: 1.7777777778em;
    margin-top: .5rem;
      white-space: pre-wrap;
      margin-top: 1rem;
  

}
.zlxm-cont2-text{
    margin-top: 2rem;
  
    
        color: #666666;
    font-size: 1.25rem;
    line-height: 1.6em;
    
}


@media (max-width: 768px) {
.zlxm-cont2-text{
    margin-top: 1rem;
    background: #F2F5FF;   font-size: 1rem;
    padding: 1rem;
}
}