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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #555555;
  --color-zt: #2B59DE;
  --head-height: 5rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.more-b {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 3.125rem;
  color: #2B2D2D;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Montserrat";
  font-size: 0.875rem;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}

.more-bx {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 3.125rem;
  color: #2B2D2D;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Montserrat";
  font-size: 0.875rem;
  border: 1px solid #2B2D2D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .more-bx {
    padding: 0.6rem 2.2rem;
  }
}
.more-bx:hover {
  color: #2B2D2D;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  --as-calore: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .zywena {
  position: relative;
  margin-right: 1.25rem;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  font: 400 1.125rem/1em "Montserrat";
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena a.rhgxt p {
  font-size: 1rem;
  margin-left: 0.5em;
  font-weight: 500;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .seca a:hover {
  color: var(--color-zt);
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 0.65rem;
}
.head .head2 .sska a {
  color: var(--as-calore);
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}

body:not(.sy-body) .head.sticky .head2 {
  background-color: #fff;
  --as-calore: #595757;
}
body:not(.sy-body) .head.sticky .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
body:not(.sy-body) .head.sticky .head2 #menu .nav_a1 li:hover > a span, body:not(.sy-body) .head.sticky .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
body:not(.sy-body) .head.sticky .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.head:hover .head2 {
  background-color: #fff;
  --as-calore: #595757;
}
.head:hover .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
.head:hover .head2 #menu .nav_a1 li:hover > a span, .head:hover .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
.head:hover .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}
.ny-show_bodyxw .head2 {
  background-color: #fff;
  --as-calore: #595757;
  border-color: #EAEAEA;
}
.ny-show_bodyxw .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
.ny-show_bodyxw .head2 #menu .nav_a1 li:hover > a span, .ny-show_bodyxw .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
.ny-show_bodyxw .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: var(--as-calore);
  font-family: "Montserrat";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 2.25rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Montserrat";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  padding: 2.25rem 0 3.5rem;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  line-height: 1;
  border-top: 1px solid #EAEAEA;
}
#menu .nav_a1 li .sec1 .nav-cont1 .tit {
  color: #5E5E5E;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
#menu .nav_a1 li .sec1 .nav-cont1 .entit {
  margin-top: 0.35rem;
  font-size: 1.75rem;
  color: #B8B8B8;
  font-weight: 700;
  text-transform: uppercase;
}
#menu .nav_a1 li .sec1 .nav-cont1 .txt {
  margin-top: 0.5em;
}
#menu .nav_a1 li .sec1 .nav-cont1 .more-bx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}
#menu .nav_a1 li .sec1 .nav-cont2 {
  width: 31%;
}
#menu .nav_a1 li .sec1 .nav-cont2 a {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0;
}
#menu .nav_a1 li .sec1 .nav-cont2 a span {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  display: block;
}
#menu .nav_a1 li .sec1 .nav-cont2 a i {
  font-size: 1.25rem;
  display: block;
  color: #DBDBDA;
}
#menu .nav_a1 li .sec1 .nav-cont2 a:hover span, #menu .nav_a1 li .sec1 .nav-cont2 a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont3 {
  width: 36.5%;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img {
  padding-bottom: 42%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .nav-cont3 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu .nav_a1 li .sec1 .nav-cont4 {
  width: 73.9285714286%;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt {
  margin-bottom: 0.125rem;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt a {
  display: block;
  color: #5E5E5E;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 400;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dt a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dd a {
  display: block;
  color: #333;
  font-size: 1rem;
  line-height: 2em;
}
#menu .nav_a1 li .sec1 .nav-cont4 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 .nav-cont5 {
  width: 22.1428571429%;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img {
  display: block;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  background: #F5F5F5;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img i img {
  width: 100%;
}
#menu .nav_a1 li .sec1 .nav-cont5 .mySwiper41 .swiper-slide a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1rem 0;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-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: #fff;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  width: 100%;
}

/* 搜索 */
.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: #000;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

@-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: 34px;
  max-width: 40%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.m-bm-head .m-bm-head-box .sskza {
  color: #fff;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -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: "Montserrat";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Montserrat";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.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: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .cont-pa {
  width: 50%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
  }
  .pc-banner .mySwipera .banwez1 .cont-pa {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 .tit1 {
  font: 700 3.75rem/1.25em "Montserrat";
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit1 {
    font-size: 2.125rem;
    margin-bottom: 0.35rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 600 1.35rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 500 1.35rem/1.125em "Montserrat";
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1rem;
    margin-top: 0.35em;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1a {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span {
  opacity: 1;
  width: 10rem;
  height: auto;
  border-radius: 0;
  margin-right: 0.5rem;
  color: #fff;
  border: none;
  font-size: 0.875rem;
  line-height: 2em;
  background: transparent;
  border-bottom: 1px solid #BDBDBD;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1a span {
    width: 2.5rem;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span::before {
  content: "0";
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span.swiper-pagination-bullet-active::after {
  -webkit-animation: wiht 7s 1 linear;
     -moz-animation: wiht 7s 1 linear;
       -o-animation: wiht 7s 1 linear;
          animation: wiht 7s 1 linear;
}
.pc-banner a.mouse {
  position: absolute;
  right: -webkit-calc(var(--cbasta) - 2.1875rem);
  right: -moz-calc(var(--cbasta) - 2.1875rem);
  right: calc(var(--cbasta) - 2.1875rem);
  bottom: 8%;
  display: block;
  z-index: 9;
  width: auto;
  --asta:4.375rem;
}
@media (max-width: 768px) {
  .pc-banner a.mouse {
    right: 5%;
    --asta:3.8rem;
  }
}
.pc-banner a.mouse p {
  width: var(--asta);
  height: var(--asta);
  border-radius: 50%;
  border: 1px solid #fff;
}
.pc-banner a.mouse .xdt {
  width: 0.75rem;
  margin: 0 auto;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
}
.pc-banner a.mouse .xdt img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-webkit-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-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;
}

@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .fullpage-wrapper .fp-tableCell {
    padding: 20vw 0;
  }
  .section1 .fp-tableCell, .section4 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 2.5rem 0;
  }
  .section1 .fp-tableCell, .section4 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
.section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.fp-tableCell {
  position: relative;
}

#fp-nav ul li a span {
  border: 1px solid #fff;
  background: #fff;
}
#fp-nav ul li a.active span {
  background: transparent;
}
#fp-nav ul li:hover a span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
}

/* 图片动画 */
.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: #717171;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  /*text-align: justify;*/
}
.gong-p.bs {
  color: #fff;
}

.title1 {
  color: #2B2D2D;
  font-weight: 600;
}
.title1 .tit {
  font-size: 2.8125rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .entit {
  font-size: 1.75rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.35rem;
  }
}
.title1.bs {
  color: #fff;
}

.cont1 .a1v1 .a1b1 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .p1 {
  margin: 1.25rem 0 2.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .p1 {
    margin: 1rem 0 1rem;
  }
}
.cont1 .a1v1 .a1b2 {
  width: 38.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1 .a1b2 li + li {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li + li {
    margin-top: 1.25rem;
  }
}
.cont1 .a1v1 .a1b2 li i {
  display: block;
  font-size: 0;
  width: 5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li i {
    width: 4rem;
  }
}
.cont1 .a1v1 .a1b2 li i img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 li .cont-p {
  width: -webkit-calc(94% - 5rem);
  width: -moz-calc(94% - 5rem);
  width: calc(94% - 5rem);
  color: #fff;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p {
    width: -webkit-calc(94% - 4rem);
    width: -moz-calc(94% - 4rem);
    width: calc(94% - 4rem);
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .tit {
  font-size: 3.75rem;
  line-height: 1.1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .tit {
    font-size: 2.5rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .tit sup {
  font-size: 2rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .tit sup {
    font-size: 1.5rem;
  }
}
.cont1 .a1v1 .a1b2 li .cont-p .p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 li .cont-p .p {
    font-size: 1rem;
  }
}

.cont2 .a2v1 .a2b1 {
  width: 21.5%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .p1 {
  margin: 2rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .p1 {
    margin: 1rem 0 1rem;
  }
}
.cont2 .a2v1 .a2b1 .cp_list1 li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75em;
}
.cont2 .a2v1 .a2b1 .cp_list1 li a:hover {
  color: var(--color-zt);
}
.cont2 .a2v1 .a2b2 {
  width: 73.3571428571%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li:nth-child(3) {
    grid-column: 1/3;
  }
  .cont2 .a2v1 .a2b2 li:nth-child(3) a.img u img {
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont2 .a2v1 .a2b2 li a.img {
  display: block;
  position: relative;
}
.cont2 .a2v1 .a2b2 li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.cont2 .a2v1 .a2b2 li a.img u::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont2 .a2v1 .a2b2 li a.img u img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont2 .a2v1 .a2b2 li a.img .was p {
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  --ast-kd:0;
}
.cont2 .a2v1 .a2b2 li a.img .was p:nth-child(1) {
  width: var(--ast-kd);
  height: 1px;
  left: 0.6rem;
  top: 0.6rem;
}
.cont2 .a2v1 .a2b2 li a.img .was p:nth-child(2) {
  width: 1px;
  height: var(--ast-kd);
  left: 0.6rem;
  top: 0.6rem;
}
.cont2 .a2v1 .a2b2 li a.img .was p:nth-child(3) {
  width: var(--ast-kd);
  height: 1px;
  right: 0.6rem;
  bottom: 0.6rem;
}
.cont2 .a2v1 .a2b2 li a.img .was p:nth-child(4) {
  width: 1px;
  height: var(--ast-kd);
  right: 0.6rem;
  bottom: 0.6rem;
}
.cont2 .a2v1 .a2b2 li a.img .cont-p {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
  padding: 0 9%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li a.img .cont-p {
    padding: 0 1em;
  }
}
.cont2 .a2v1 .a2b2 li a.img .cont-p .tit {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
  width: calc(95% - 3.275rem);
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li a.img .cont-p .tit {
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.cont2 .a2v1 .a2b2 li a.img:hover .was p {
  --ast-kd: -webkit-calc(100% - 1.2rem);
  --ast-kd: -moz-calc(100% - 1.2rem);
  --ast-kd: calc(100% - 1.2rem);
}
.cont2 .a2v1 .a2b2 li a.img:hover u:after {
  opacity: 0;
}
.cont2 .a2v1 .a2b2 li a.img:hover u 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);
}

.more-xa {
  background: rgba(255, 255, 255, 0.3);
  width: 3.275rem;
  height: 3.275rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .more-xa {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.more-xa img {
  width: 30%;
}
.more-xa:hover {
  background: #fff;
}
.more-xa:hover img {
  -webkit-filter: invert(43%) sepia(67%) saturate(7036%) hue-rotate(220deg) brightness(89%) contrast(95%);
          filter: invert(43%) sepia(67%) saturate(7036%) hue-rotate(220deg) brightness(89%) contrast(95%);
}

@-webkit-keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 302;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 302;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 302;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 302;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.cont3 {
  position: relative;
}
.cont3 .hd {
  position: absolute;
  right: var(--cbasta);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .cont3 .hd {
    top: auto;
    bottom: 2rem;
    left: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 0 4%;
  }
  .cont3 .hd .qh_list {
    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;
  }
}
.cont3 .hd li + li {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont3 .hd li + li {
    margin-top: 0;
  }
}
.cont3 .hd li .img {
  width: 6.125rem;
  height: 6.125rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont3 .hd li .img {
    width: 5rem;
    height: 5rem;
  }
}
.cont3 .hd li .img img {
  width: 54%;
}
.cont3 .hd li .img svg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 6;
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
}
.cont3 .hd li .img svg circle {
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  width: 100%;
  height: 100%;
}
.cont3 .hd li.active .img svg #circle1 {
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  -webkit-animation: 6s svgcircle1 linear forwards;
     -moz-animation: 6s svgcircle1 linear forwards;
       -o-animation: 6s svgcircle1 linear forwards;
          animation: 6s svgcircle1 linear forwards;
}
.cont3 .a3v1 .swiper-slide {
  position: relative;
}
.cont3 .a3v1 .swiper-slide .a3b1 u {
  display: block;
  font-size: 0;
}
.cont3 .a3v1 .swiper-slide .a3b1 u img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-slide .a3b1 u img {
    height: 65vh;
  }
}
.cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 {
    top: -webkit-calc(50% - 5rem);
    top: -moz-calc(50% - 5rem);
    top: calc(50% - 5rem);
  }
}
.cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 .a3b1c1 {
  width: 42.4285714286%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 .a3b1c1 {
    width: 100%;
  }
}
.cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 .a3b1c1 .p1 {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .swiper-slide .a3b1 .a3b1d1 .a3b1c1 .p1 {
    margin: 1rem 0;
  }
}

.cont4 .a4v1 .a4b1 {
  width: 42.4285714286%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 {
    width: 100%;
  }
}
.cont4 .a4v1 .a4b1 .p1 {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .p1 {
    margin: 1rem 0;
  }
}
.cont4 .a4v1 .a4b2 {
  width: 50.5714285714%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 {
    width: 100%;
  }
}
.cont4 .a4v1 .a4b2 .a4b2c1 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .a4b2c1 li {
    padding: 1.65rem 0;
  }
}
.cont4 .a4v1 .a4b2 .a4b2c1 li b {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1em;
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 {
    margin-top: 0.65rem;
  }
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .contp {
  width: -webkit-calc(80% - 3.75rem);
  width: -moz-calc(80% - 3.75rem);
  width: calc(80% - 3.75rem);
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .contp .tit {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .contp .tit {
    font-size: 1.25rem;
  }
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .contp .p1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .img {
  width: 3.75rem;
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .img img, .cont4 .a4v1 .a4b2 .a4b2c1 li .a5b2c1d1 .img svg {
  width: 100%;
}
.cont4 .a4v1 .a4b2 .a4b2c1 li .cb-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 60px;
  width: 300%;
  -webkit-transform: translateX(-66.66%);
     -moz-transform: translateX(-66.66%);
      -ms-transform: translateX(-66.66%);
       -o-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
  opacity: 0.25;
  background-image: url(../images/xint.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -o-transition: opacity 0.4s, -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -moz-transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
}
.cont4 .a4v1 .a4b2 .a4b2c1 li:hover {
  border-bottom: #fff;
}
.cont4 .a4v1 .a4b2 .a4b2c1 li:hover .cb-input_light-line {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition-duration: 0.8s, 0.4s;
     -moz-transition-duration: 0.8s, 0.4s;
       -o-transition-duration: 0.8s, 0.4s;
          transition-duration: 0.8s, 0.4s;
}

.cont5 .a5v1 .a5b1 {
  width: 22%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5b1 {
    width: 100%;
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.cont5 .a5v1 .a5b1 .p2 {
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 1.35em;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5b1 .p2 {
    font-size: 1.25rem;
    padding: 1rem 0 0;
  }
}
.cont5 .a5v1 .a5b2 {
  width: 73.4285714286%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide {
  background: rgba(18, 46, 126, 0.8);
  padding: 0 1.5rem 1.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide .cname {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1.25em;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin: 1.85rem 0 1.5rem;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide a.img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide a.name {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #fff;
  margin-top: 1.35rem;
  display: block;
  height: 3em;
  overflow: hidden;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide .p1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  height: 3em;
  overflow: hidden;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide .date {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 1.5rem 0 1rem;
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide:hover {
  background: rgba(43, 89, 222, 0.8);
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-slide:hover a.img 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);
}
.cont5 .a5v1 .a5b2 .mySwiper2 .swiper-pagination1 {
  margin-top: 1.25rem;
}

.section7 .fp-tableCell {
  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: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.section7 .cont6 {
  width: 100%;
  height: 54%;
}
@media (max-width: 768px) {
  .section7 .cont6 {
    height: auto;
    padding: 2.5rem 0;
  }
}
.section7 .cont6 .wh {
  width: 100%;
}
.section7 .cont6 .wh .a6b1 {
  width: 20.2857142857%;
}
@media (max-width: 768px) {
  .section7 .cont6 .wh .a6b1 {
    width: 100%;
  }
}
.section7 .cont6 .wh .a6b2 {
  width: 79.6428571429%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section7 .cont6 .wh .a6b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li {
  width: 12rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li {
    width: 8rem;
    margin-right: 0.5rem;
  }
}
.section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li .pic {
  display: block;
  font-size: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li .pic img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: scale(1.35);
     -moz-transform: scale(1.35);
      -ms-transform: scale(1.35);
       -o-transform: scale(1.35);
          transform: scale(1.35);
}
.section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li .pic:hover {
  border-color: #fff;
  background: #fff;
}
.section7 .cont6 .wh .a6b2 .picMarquee-left1 .picList li .pic:hover img {
  -webkit-filter: none;
          filter: none;
}
.section7 .cont6 .wh .a6b2 .mySwiper3 {
  padding: 0 1px;
}
.section7 .cont6 .wh .a6b2 .mySwiper3 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.section7 .cont6 .wh .a6b2 .mySwiper3 .swiper-slide a.img img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section7 .cont6 .wh .a6b2 .mySwiper3 .swiper-slide a.img:hover {
  border-color: #fff;
  background: #fff;
}
.section7 .cont6 .wh .a6b2 .mySwiper3 .swiper-slide a.img:hover img {
  -webkit-filter: none;
          filter: none;
}
.section7 .foot-fot {
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .section7 .foot-fot {
    position: relative;
  }
}

.foot-fot {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #131313;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 6.125rem 0 7.5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1rem/1.5em "Montserrat";
}
.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font: 400 0.875rem/2em "Montserrat";
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota1 .dseca > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.foot-fot .foota1 .dseca > a:hover::after {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota1 .fo-a3{
    /*width: 20%;*/
    margin-top: 1.5rem;
}
.foot-fot .foota1 .fo-a3 .d_laxi {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
    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 .foota1 .fo-a3 .d_laxi dl {
  margin-top: 0.5rem;
  max-width: 50%;
}
.foot-fot .foota1 .fo-a3 .d_laxi dl dt {
  font-size: 0.875rem;
}
.foot-fot .foota1 .fo-a3 .d_laxi dl dd {
  font-size: 1rem;
}
.foot-fot .foota1 .fo-a3 .d_laxi dl dd a {
  color: #fff;
}
.foot-fot .foota1 .fo-a3 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a3 .social-share a {
  color: #fff;
  background: transparent;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.125rem;
  border: 1px solid #fff;
}
.foot-fot .foota1 .fo-a3 .social-share a:hover {
  background: #fff;
  color: var(--color-zt);
}
.foot-fot .foota2 {
  color: #fff;
  font: 400 0.875rem/1.65em "Montserrat";
  padding: 0.8em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-fot .foota2 a {
  color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.foot-fot .foota2 a:hover::after {
  width: 100%;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 8%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  line-height: 3.25rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.65rem;
}
.zd_erha li > a:hover {
  background: var(--color-zt);
}
.zd_erha li > a:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.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 .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #7A7A7A;
  font: 400 1rem/2rem "Montserrat";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #7A7A7A;
}
.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 "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  background: transparent;
  color: #999;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@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 "Montserrat";
  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 "Montserrat";
  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: 400 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 400 1rem/1.5em "Montserrat";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-b {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Montserrat";
  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;
  position: relative;
}
.nbanner .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.125rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.45rem;
    margin-top: 0.25rem;
  }
}
.nbanner .flzs-ban {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.nbanner .flzs-ban .n_src {
  background: rgba(32, 32, 32, 0.7);
}
@media (max-width: 768px) {
  .nbanner .flzs-ban .n_src {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.nbanner .flzs-ban .n_src li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .nbanner .flzs-ban .n_src li {
    display: inline-block;
  }
}
.nbanner .flzs-ban .n_src li a {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75em;
  padding: 1.4em 0;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .nbanner .flzs-ban .n_src li a {
    padding: 1em 1.5em;
  }
}
.nbanner .flzs-ban .n_src li + li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 1.125rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nbanner .flzs-ban .n_src li.active a, .nbanner .flzs-ban .n_src li:hover a {
  background: #2B59DE;
}

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

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

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

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6, #xzad1 {
  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, #xzad1 {
    height: 60px;
    margin-top: -60px;
  }
}

.tb-asx .tb-a1 {
  position: absolute;
  left: 0;
  top: -5rem;
  z-index: -1;
  width: 24.375%;
}
@media (max-width: 768px) {
  .tb-asx .tb-a1 {
    width: 45%;
    top: -4rem;
  }
}
.tb-asx .tb-a1 img {
  width: 100%;
}
.tb-asx .tb-a2 {
  position: absolute;
  right: 0;
  bottom: -13rem;
  z-index: -1;
  width: 21.6145833333%;
}
@media (max-width: 768px) {
  .tb-asx .tb-a2 {
    width: 45%;
    bottom: -7rem;
  }
}
.tb-asx .tb-a2 img {
  width: 100%;
}

.ny-title1 {
  color: #2B2D2D;
  font-weight: 700;
}
.ny-title1 .tit {
  font-size: 2.5rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .ny-title1 .tit {
    font-size: 1.8rem;
  }
}
.ny-title1 .entit {
  font-size: 1.75rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ny-title1 .entit {
    font-size: 1.35rem;
  }
}
.ny-title1.bs {
  color: #fff;
}

.abt-cont1 {
  position: relative;
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0 0 2rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 45.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 img {
  width: 100%;
}

.abt-cont2 {
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.abt-cont2 .abt-a2_list1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.abt-cont2 .abt-a2_list1 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 48rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li {
    height: 25rem;
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .abt-cont2 .abt-a2_list1 li:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p {
  width: 100%;
  padding: 0 5%;
}
.abt-cont2 .abt-a2_list1 li .cont-p i {
  display: block;
  font-size: 0;
  width: 3.4375rem;
  margin: 0 auto;
}
.abt-cont2 .abt-a2_list1 li .cont-p i img {
  width: 100%;
}
.abt-cont2 .abt-a2_list1 li .cont-p .wenata {
  color: #FFFFFF;
  margin-top: 1rem;
}
.abt-cont2 .abt-a2_list1 li .cont-p .wenata .tit {
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .wenata .tit {
    font-size: 1.8rem;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .wenata .ftit {
  font-size: 1.75rem;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .wenata .ftit {
    font-size: 1.35rem;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .wenata .p {
  font-size: 1.5rem;
  line-height: 1.25em;
  height: calc(1.25em * 4);
  overflow: hidden;
  font-weight: 600;
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .wenata .p {
    opacity: 1;
    font-size: 1.125rem;
    margin-top: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    height: auto;
  }
}
.abt-cont2 .abt-a2_list1 li:hover {
  background: rgba(43, 89, 222, 0.8);
}
.abt-cont2 .abt-a2_list1 li:hover .cont-p .wenata .p {
  opacity: 1;
}

.tb-asx1 {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: -11%;
  width: 30.46875%;
}
.tb-asx1 img {
  width: 100%;
}

.abt-cont3 {
  padding: 7.1875rem 0 8.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-a3v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 45.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li {
  border-bottom: 1px solid rgba(43, 45, 45, 0.3);
  position: relative;
  overflow: hidden;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li .tit {
  color: #2B2D2D;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 1.25rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li .tit {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li .tit i {
  font-size: 1.125rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li .p1 {
  color: #2B2D2D;
  font-size: 1rem;
  line-height: 1.5em;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c2 li .p1 {
    padding-bottom: 1.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li {
  border-bottom: 1px solid rgba(43, 45, 45, 0.3);
  padding: 1.85rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li {
    padding: 1rem 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li b {
  display: block;
  color: #2B2D2D;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1em;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 {
    margin-top: 0.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .contp {
  width: -webkit-calc(90% - 3.4375rem);
  width: -moz-calc(90% - 3.4375rem);
  width: calc(90% - 3.4375rem);
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .contp .tit {
  color: #2B2D2D;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .contp .tit {
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .contp .p1 {
  color: #2B2D2D;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .img {
  width: 3.4375rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .img img, .abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .img svg {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .a5b2c1d1 .img path {
  stroke: #000;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li .cb-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 60px;
  width: 300%;
  -webkit-transform: translateX(-66.66%);
     -moz-transform: translateX(-66.66%);
      -ms-transform: translateX(-66.66%);
       -o-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
  opacity: 0.25;
  background-image: url(../images/xint.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -o-transition: opacity 0.4s, -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -moz-transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li:hover {
  border-bottom: #2B2D2D;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .a4b2c1 li:hover .cb-input_light-line {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 0.8s, 0.4s;
     -moz-transition-duration: 0.8s, 0.4s;
       -o-transition-duration: 0.8s, 0.4s;
          transition-duration: 0.8s, 0.4s;
}

.abt-cont4 {
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: var(--pandrd) 0;
}
.abt-cont4 .abt-a4v1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 {
  margin-top: 1.5rem;
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 15%, #000 85%, transparent);
          mask: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .picMarquee-left1 {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .picMarquee-left1:nth-child(2n-1) {
  margin: 1.5rem 5% 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .picMarquee-left1:nth-child(2n-1) {
    margin: 1rem 5% 0;
  }
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li {
  width: 15.8125rem;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li {
    width: 10rem;
    margin-right: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li .pic {
  display: block;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li .pic img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li .pic:hover {
  border-color: #fff;
  background: #fff;
}
.abt-cont4 .abt-a4v1 .picMarquee-left1 .picList li .pic:hover img {
  -webkit-filter: none;
          filter: none;
}

.product-content {
  position: relative;
  padding: 2rem 0 6rem;
}
@media (max-width: 768px) {
  .product-content {
    padding: 1rem 0 2rem;
  }
}
.product-content .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .product-content .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-content .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-content .product-list li a.img {
  display: block;
}
.product-content .product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 5%;
}
.product-content .product-list li a.img i img {
  width: 100%;
}
.product-content .product-list li a.img .tit {
  text-align: center;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.product-content .product-list li a.img:hover .tit {
  color: var(--color-zt);
}

.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  border: 1px solid #2B59DE;
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #fff;
  opacity: 1;
  margin: 0 0.5rem !important;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #2B59DE;
}

.pro-show-cont1 {
  position: relative;
  padding: 0.5rem 0 var(--pandrd);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .p1 {
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .p1 {
    margin: 1rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 45.4285714286%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}

.pro-show-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  background-attachment: fixed;
  -o-background-size: cover;
     background-size: cover;
  padding: var(--pandrd) 0 -webkit-calc(var(--pandrd) * 1.65);
  padding: var(--pandrd) 0 -moz-calc(var(--pandrd) * 1.65);
  padding: var(--pandrd) 0 calc(var(--pandrd) * 1.65);
}
.pro-show-cont2.pro-show-cont21 {
  background-image: url(../images/bj2.jpg);
}
.pro-show-cont2.pro-show-cont22 {
  background-image: url(../images/bj22.jpg);
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2rem 0;
  }
}
.pro-show-cont2 .pro-show-a2_list1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list1 {
    margin-top: 1rem;
  }
}
.pro-show-cont2 .pro-show-a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    padding: 1rem 0;
  }
}
.pro-show-cont2 .pro-show-a2_list1 li i {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list1 li i {
    width: 5.25rem;
    height: 5.25rem;
  }
}
.pro-show-cont2 .pro-show-a2_list1 li i img {
  width: 55%;
}
.pro-show-cont2 .pro-show-a2_list1 li .name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list1 li .name {
    font-size: 1rem;
  }
}
.pro-show-cont2 .pro-show-a2_list1 li:hover i {
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.pro-show-cont2 .pro-show-a2_list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 3.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-top: 0;
  }
}
.pro-show-cont2 .pro-show-a2_list2 li {
  text-align: center;
  color: #fff;
}
.pro-show-cont2 .pro-show-a2_list2 li i {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list2 li i {
    width: 5.25rem;
    height: 5.25rem;
  }
}
.pro-show-cont2 .pro-show-a2_list2 li i img {
  width: 55%;
}
.pro-show-cont2 .pro-show-a2_list2 li .name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list2 li .name {
    font-size: 1rem;
  }
}
.pro-show-cont2 .pro-show-a2_list2 li .p1 {
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
  padding: 0 4%;
  text-wrap: balance;
  opacity: 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2_list2 li .p1 {
    opacity: 1;
  }
}
.pro-show-cont2 .pro-show-a2_list2 li:hover i {
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.pro-show-cont2 .pro-show-a2_list2 li:hover .p1 {
  opacity: 1;
}

.pro-show-cont3 {
  padding: var(--pandrd) 0;
}
.pro-show-cont3 .mySwiper5 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper5 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont3 .mySwiper5 .swiper-slide a.img {
  display: block;
}
.pro-show-cont3 .mySwiper5 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.pro-show-cont3 .mySwiper5 .swiper-slide a.img i img {
  width: 100%;
}
.pro-show-cont3 .mySwiper5 .swiper-slide a.img .tit {
  text-align: center;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.pro-show-cont3 .mySwiper5 .swiper-slide a.img:hover .tit {
  color: var(--color-zt);
}
.pro-show-cont3 .mySwiper5 .swiper-pagination1 {
  margin-top: 2rem;
}

.cp-lx-asr {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .cp-lx-asr {
    padding: 2.65rem 0;
  }
}
.cp-lx-asr .cp_lista1 li {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  padding: 1.25rem 3rem;
}
@media (max-width: 768px) {
  .cp-lx-asr .cp_lista1 li {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
}
.cp-lx-asr .cp_lista1 li + li {
  border-left: 1px solid white;
}
@media (max-width: 768px) {
  .cp-lx-asr .cp_lista1 li + li {
    border-left: none;
  }
}
.cp-lx-asr .cp_lista1 li i {
  display: block;
  width: 2rem;
  font-size: 0;
  margin-right: 0.75rem;
}
.cp-lx-asr .cp_lista1 li i img {
  width: 100%;
}
.cp-lx-asr .cp_lista1 li p {
  font-weight: 500;
}

.tb-asx2 .tb-a1 {
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: -1;
  width: 20.78125%;
}
@media (max-width: 768px) {
  .tb-asx2 .tb-a1 {
    width: 40%;
    bottom: -4rem;
  }
}
.tb-asx2 .tb-a1 img {
  width: 100%;
}
.tb-asx2 .tb-a2 {
  position: absolute;
  right: 0;
  bottom: -18rem;
  z-index: -1;
  width: 20.7291666667%;
}
@media (max-width: 768px) {
  .tb-asx2 .tb-a2 {
    width: 40%;
    bottom: -7rem;
  }
}
.tb-asx2 .tb-a2 img {
  width: 100%;
}

.pro-show-cont4 {
  padding: var(--pandrd) 0;
  position: relative;
  z-index: 1;
}
.pro-show-cont4 .jslx_list1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .jslx_list1 {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .jslx_list1:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2B59DE;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .pro-show-cont4 .jslx_list1:after {
    display: none;
  }
}
.pro-show-cont4 .jslx_list1 li {
  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: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .pro-show-cont4 .jslx_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .pro-show-cont4 .jslx_list1 li {
    width: 50%;
  }
}
.pro-show-cont4 .jslx_list1 li .img {
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #2B2D2D;
}
.pro-show-cont4 .jslx_list1 li .img img {
  width: 56%;
}
.pro-show-cont4 .jslx_list1 li .weja {
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .jslx_list1 li .weja {
    display: none;
  }
}
.pro-show-cont4 .jslx_list1 li .diax {
  height: 4rem;
  width: 1px;
  border-left: 1px dashed #2B59DE;
  margin: 0 auto;
  position: relative;
}
.pro-show-cont4 .jslx_list1 li .diax:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #2B59DE;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro-show-cont4 .jslx_list1 li p {
  text-align: center;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.5em 0;
  width: 100%;
  height: 4em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-show-cont4 .jslx_list1 li p {
    font-size: 1rem;
    height: auto;
    padding: 0.5em;
  }
}
@media (min-width: 768px) {
  .pro-show-cont4 .jslx_list1 li:nth-child(2n) {
    margin-top: 5rem;
  }
  .pro-show-cont4 .jslx_list1 li:nth-child(2n) .img {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pro-show-cont4 .jslx_list1 li:nth-child(2n) .weja {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pro-show-cont4 .jslx_list1 li:nth-child(2n) .diax::before {
    bottom: auto;
    top: 0;
  }
}

@-webkit-keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-moz-keyframes bannerLun {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px);
    filter: blur(0px);
  }
}

@-o-keyframes bannerLun {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
       transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px);
       transform: translateY(0px);
    filter: blur(0px);
  }
}

@keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.pro-show-cont5 {
  padding: var(--pandrd) 0;
  position: relative;
  z-index: 1;
}
.pro-show-cont5 .tb-asx2 .tb-a1 {
  z-index: 0;
}
.pro-show-cont5 .tb-asx2 .tb-a2 {
  z-index: 0;
}
.pro-show-cont5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}
.pro-show-cont5 .wh {
  position: relative;
  z-index: 2;
}
.pro-show-cont5 .wh .pro-show-a5_list1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 {
    margin-top: 0;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 48%;
    margin-top: 1.25rem;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .img {
  position: relative;
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .img img {
  width: 100%;
  height: 24.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li .img img {
    height: 20rem;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .contp {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 7%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li .contp {
    text-align: left;
    padding: 0 8.5%;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .contp .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .contp .mo-a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 1rem auto 0;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li .contp .mo-a {
    display: none;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .contp .mo-a i {
  font-size: 1rem;
}
.pro-show-cont5 .wh .pro-show-a5_list1 li .contp .p {
  font-size: 1rem;
  line-height: 1.75em;
  margin-top: 1rem;
  opacity: 0;
  display: none;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li .contp .p {
    display: block;
    -webkit-animation: bannerLun 0.6s ease both 0.1s;
       -moz-animation: bannerLun 0.6s ease both 0.1s;
         -o-animation: bannerLun 0.6s ease both 0.1s;
            animation: bannerLun 0.6s ease both 0.1s;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li.active {
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 768px) {
  .pro-show-cont5 .wh .pro-show-a5_list1 li.active {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.pro-show-cont5 .wh .pro-show-a5_list1 li.active .contp {
  text-align: left;
}
.pro-show-cont5 .wh .pro-show-a5_list1 li.active .contp .mo-a {
  display: none;
}
.pro-show-cont5 .wh .pro-show-a5_list1 li.active .contp .p {
  display: block;
  -webkit-animation: bannerLun 0.6s ease both 0.1s;
     -moz-animation: bannerLun 0.6s ease both 0.1s;
       -o-animation: bannerLun 0.6s ease both 0.1s;
          animation: bannerLun 0.6s ease both 0.1s;
}

.pro-show-cont6 {
  padding: 8.25rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pro-show-cont6 {
    padding: 2rem 0;
  }
}
.pro-show-cont6 .tb-asx2 .tb-a1 {
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: -1;
  width: 20.78125%;
}
@media (max-width: 768px) {
  .pro-show-cont6 .tb-asx2 .tb-a1 {
    width: 40%;
    bottom: -4rem;
  }
}
.pro-show-cont6 .tb-asx2 .tb-a1 img {
  width: 100%;
}
.pro-show-cont6 .tb-asx2 .tb-a2 {
  position: absolute;
  right: 0;
  bottom: -18rem;
  z-index: -1;
  width: 20.7291666667%;
}
@media (max-width: 768px) {
  .pro-show-cont6 .tb-asx2 .tb-a2 {
    width: 40%;
    bottom: -7rem;
  }
}
.pro-show-cont6 .tb-asx2 .tb-a2 img {
  width: 100%;
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 {
  width: 45.8571428571%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 1rem;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li {
  text-align: center;
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li i {
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #666;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li i {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li i img {
  width: 56%;
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li .name {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .pro-show-a6b1 li .name {
    font-size: 1rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b2 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .pro-show-a6b2 {
    width: 100%;
  }
}
.pro-show-cont6 .pro-show-a6v1 .pro-show-a6b2 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .pro-show-a6b2 .p1 {
    margin-top: 1rem;
  }
}

.pro-show-cont7 {
  background: #F3F3F3;
  padding: var(--pandrd) 0 -webkit-calc(var(--pandrd) * 1.5);
  padding: var(--pandrd) 0 -moz-calc(var(--pandrd) * 1.5);
  padding: var(--pandrd) 0 calc(var(--pandrd) * 1.5);
}
.pro-show-cont7 .wh {
  position: relative;
  z-index: 2;
}
.pro-show-cont7 .wh .pro-show-cont7-v1 {
  position: relative;
  margin-top: 2.85rem;
}
.pro-show-cont7 .wh .pro-show-cont7-v1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: -4%;
  top: 5.125rem;
  width: 108%;
  z-index: -1;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-cont7-v1 u {
    top: 2rem;
  }
}
.pro-show-cont7 .wh .pro-show-cont7-v1 u img {
  width: 100%;
}
.pro-show-cont7 .wh .pro-show-a7b1 {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 {
    margin-top: 2rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pro-show-cont7 .wh .pro-show-a7b1 li .img {
  backdrop-filter: blur(10px);
  border: 1px solid #DED9D9;
  background: rgba(255, 255, 255, 0.6);
  width: 10.25rem;
  height: 10.25rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .img {
    width: 5rem;
    height: 5rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li .img img {
  width: 35%;
}
.pro-show-cont7 .wh .pro-show-a7b1 li .adte {
  position: absolute;
  z-index: -1;
  left: 14%;
  top: -2.5rem;
  background: #2B2D2D;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  color: #fff;
  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;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .adte {
    width: 3rem;
    height: 3rem;
    left: 0%;
    top: -1rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li .adte b {
  font-size: 2.25rem;
  line-height: 1.1em;
  font-weight: 600;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .adte b {
    font-size: 1.25rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li .adte p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1em;
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .adte p {
    font-size: 0.5rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li .wenata {
  color: #333;
  margin-top: 1rem;
}
.pro-show-cont7 .wh .pro-show-a7b1 li .wenata h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .wenata h2 {
    font-size: 1.125rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont7 .wh .pro-show-a7b1 li .wenata .p {
    font-size: 0.875rem;
  }
}
.pro-show-cont7 .wh .pro-show-a7b1 li:hover .img {
  background: -webkit-linear-gradient(129deg, #2B59DE 22.76%, rgba(43, 89, 222, 0) 149.18%);
  background: -moz-linear-gradient(129deg, #2B59DE 22.76%, rgba(43, 89, 222, 0) 149.18%);
  background: -o-linear-gradient(129deg, #2B59DE 22.76%, rgba(43, 89, 222, 0) 149.18%);
  background: linear-gradient(321deg, #2B59DE 22.76%, rgba(43, 89, 222, 0) 149.18%);
}
.pro-show-cont7 .wh .pro-show-a7b1 li:hover .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pro-show-cont7 .wh .pro-show-a7b1 li:hover .wenata {
  color: #2B59DE;
}

.jjfa-cont1 {
  padding: 1rem 0 var(--pandrd);
  position: relative;
}
.jjfa-cont1 .p1 {
  color: #000000;
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .jjfa-cont1 .p1 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.jjfa-cont1 .wehasxa1 {
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .jjfa-cont1 .wehasxa1 {
    margin-top: 1rem;
  }
}
.jjfa-cont1 .wehasxa1 .p2 {
  width: 48%;
}
@media (max-width: 768px) {
  .jjfa-cont1 .wehasxa1 .p2 {
    width: 100%;
  }
}
.jjfa-cont1 .wehasxa1 .imga {
  width: 48%;
}
@media (max-width: 768px) {
  .jjfa-cont1 .wehasxa1 .imga {
    width: 100%;
    margin-top: 1rem;
  }
}
.jjfa-cont1 .wehasxa1 .imga img {
  width: 100%;
}

.jjfa-cont2 {
  position: relative;
  padding: -webkit-calc(var(--pandrd) * 0.5) 0 var(--pandrd);
  padding: -moz-calc(var(--pandrd) * 0.5) 0 var(--pandrd);
  padding: calc(var(--pandrd) * 0.5) 0 var(--pandrd);
}
.jjfa-cont2 .ys_lista1 {
  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 7.5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .jjfa-cont2 .ys_lista1 {
    gap: 1.5rem 0;
    margin-top: 1.5rem;
  }
}
.jjfa-cont2 .ys_lista1 li {
  text-align: center;
  color: #000000;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .jjfa-cont2 .ys_lista1 li {
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 46%;
  }
}
.jjfa-cont2 .ys_lista1 li .img {
  width: 3.75rem;
  margin: 0 auto;
}
.jjfa-cont2 .ys_lista1 li .img img {
  width: 100%;
}
.jjfa-cont2 .ys_lista1 li .name {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  font-weight: 700;
}
.jjfa-cont2 .ys_lista1 li .text {
  font-size: 0.875rem;
  line-height: 1.75em;
  text-align: left;
  margin-top: 0.5rem;
}

.jjfa-cont3 {
  padding: -webkit-calc(var(--pandrd) * 0.5) 0 var(--pandrd);
  padding: -moz-calc(var(--pandrd) * 0.5) 0 var(--pandrd);
  padding: calc(var(--pandrd) * 0.5) 0 var(--pandrd);
}
.jjfa-cont3 .caset_lista1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3125rem;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .jjfa-cont3 .caset_lista1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .jjfa-cont3 .caset_lista1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jjfa-cont3 .caset_lista1 li {
  text-align: center;
  border: 1px solid #E1E1E1;
}
.jjfa-cont3 .caset_lista1 li .img img {
  width: 100%;
}
.jjfa-cont3 .caset_lista1 li .name {
  color: #2B2D2D;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.25em 1em;
}
@media (max-width: 768px) {
  .jjfa-cont3 .caset_lista1 li .name {
    font-size: 1rem;
  }
}

.news-content1 {
  background: #F4F4F4;
}
.news-content1 .mbxdh {
  position: relative;
  z-index: 2;
}

.news-cont1 {
  padding: 1rem 0 var(--pandrd);
  z-index: 1;
}
.news-cont1 .news-list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-list1 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-list1 li a.img {
  display: block;
  font-size: 0;
  width: 49.2857142857%;
}
@media (max-width: 768px) {
  .news-cont1 .news-list1 li a.img {
    width: 100%;
  }
}
.news-cont1 .news-list1 li a.img img {
  width: 100%;
}
.news-cont1 .news-list1 li .cont-p {
  width: 46%;
}
@media (max-width: 768px) {
  .news-cont1 .news-list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont1 .news-list1 li .cont-p .name {
  color: #2B2D2D;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .news-cont1 .news-list1 li .cont-p .name {
    font-size: 1.25rem;
  }
}
.news-cont1 .news-list1 li .cont-p .name:hover {
  color: #2B59DE;
}
.news-cont1 .news-list1 li .cont-p .date {
  color: #9A9A9A;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0.2em;
}
.news-cont1 .news-list1 li .cont-p .p {
  color: #7A7A7A;
  font-size: 1rem;
  line-height: 1.65em;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.news-cont1 .news-list1 li .cont-p .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-list1 li .cont-p .more-b {
    margin-top: 1rem;
  }
}

.news-cont2 {
  padding: var(--pandrd) 0 1rem;
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.55rem;
  }
}
@media (max-width: 450px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.55rem;
  }
}
.news-cont2 .news-list li a.img {
  display: block;
  font-size: 0;
}
.news-cont2 .news-list li a.img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p {
  margin-top: 1rem;
}
.news-cont2 .news-list li .cont-p .name {
  color: #2B2D2D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .name {
    font-size: 1.35rem;
  }
}
.news-cont2 .news-list li .cont-p .name:hover {
  color: #2B59DE;
}
.news-cont2 .news-list li .cont-p .date {
  color: #9A9A9A;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0.2em;
}
.news-cont2 .news-list li .cont-p .p {
  color: #7A7A7A;
  font-size: 1rem;
  line-height: 1.65em;
}

.iconfont1 {
  font-family: "iconfont" !important;
}

.show-news-content {
  padding: 1rem 0 5.375rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 1rem 0 2rem;
  }
}
.show-news-content .show-news-a1_v1 .news-show-a1 {
  width: 66.7857142857%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .news-show-a1 {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .title-a {
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .title-a {
    font-size: 1.8rem;
  }
}
.show-news-content .show-news-a1_v1 .date-a {
  border-bottom: 1px solid #D6D6D6;
  padding: 0.75rem 0;
}
.show-news-content .show-news-a1_v1 .date-a .data {
  color: #7D7D7D;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .date-a .data i {
  margin-right: 0.35rem;
}
.show-news-content .show-news-a1_v1 .date-a .social-share a {
  color: #8F8F8F;
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.125rem;
  background: #F0F0F0;
}
.show-news-content .show-news-a1_v1 .date-a .social-share a .wechat-qrcode {
  z-index: 999;
}
.show-news-content .show-news-a1_v1 .date-a .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.show-news-content .show-news-a1_v1 .content {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    padding: 1.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .xas-ast {
  padding: 1rem 0 3rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xas-ast {
    padding: 0.75rem 0 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .xgxw-cont {
  background: #F7F7F7;
  padding: 2.5rem 4.5%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xgxw-cont {
    padding: 1.56rem 5%;
  }
}
.show-news-content .show-news-a1_v1 .xgxw-cont .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 {
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name p {
  color: #818181;
  font-size: 1rem;
  line-height: 2em;
  padding-left: 1em;
  width: 60%;
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name span {
  display: block;
  color: #818181;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name:hover p {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .news-show-a2 {
  width: 28.2142857143%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .news-show-a2 {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a {
  background: #F4F4F4;
  padding: 2rem 1.5rem;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-title {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  border-left: 0.5rem solid #2B59DE;
  padding-left: 0.5em;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li {
  margin-top: 1.5625rem;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a {
  display: block;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a .news-show-a2-list-img {
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a .news-show-a2-list-img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a .news-show-a2-list-text p {
  color: #2B2D2D;
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: 1rem;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a .news-show-a2-list-text span {
  display: block;
  color: #9A9A9A;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  padding-top: 0.25rem;
}
.show-news-content .show-news-a1_v1 .news-show-a2 .news-show-a2-a .news-show-a2-list li a:hover .news-show-a2-list-text p {
  color: var(--color-zt);
}

.lx-cont1 {
  position: relative;
  padding: 1rem 0 var(--pandrd);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 35.1428571429%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #2B2D2D;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lashxt1 {
  margin-top: 0.65rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lashxt1 li{
    align-items: normal;
    padding: 0.35rem 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lashxt1 li i {
  display: block;
  font-size: 0;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lashxt1 li i img {
  width: 100%;   
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lashxt1 li .name {
  color: #7A7A7A;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
  width: calc(100% - 1.75rem);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
  margin-top: 1rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna u {
  display: block;
  font-size: 0;
  border: 1px solid #EBEBEB;
  width: 8rem;
  padding: 0.35rem;
  background: #fff;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna u {
    width: 8.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna u img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .p {
  padding-left: 1.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  width: calc(100% - 8rem);
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 60.7142857143%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
  .lx-cont1 .lx-a1v1 .lx-a1b2 #myMap {
    height: 20rem;
  }
   .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .p{
          width: calc(100% - 8.5rem);
  }
}

.lx-cont2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: var(--pandrd) 0;
}
.lx-cont2 form {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1.5rem;
  }
}
.lx-cont2 form input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  padding: 0 1.25em;
}
.lx-cont2 form .m_label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  font-size: 1rem;
  color: #838383;
  line-height: 3.125rem;
  padding: 0 1.25em;
}
.lx-cont2 form .m_label span {
  color: #E60012;
}
.lx-cont2 form .msg-a1 .inpt {
  position: relative;
  width: 23.5%;
  cursor: text;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.lx-cont2 form .msg-a3 .inpt {
  width: 100%;
  position: relative;
  font-size: 0;
}
.lx-cont2 form .msg-a3 .inpt textarea {
  width: 100%;
  font-size: 1rem;
  color: #838383;
  line-height: 1.5em;
  padding: 1rem 1.25em;
  border-radius: 1.65rem;
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}

.lx-cont3 {
  padding: var(--pandrd) 0;
  position: relative;
  z-index: 1;
}
.lx-cont3 .tb-asx2 .tb-a2 {
  right: -8%;
  opacity: 0.8;
}
.lx-cont3 .lx-a3v1 .ny-title1 {
  width: 26.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .ny-title1 {
    width: 100%;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 {
  width: 69.5%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 {
    width: 100%;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li {
  width: 44.3987667009%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 li {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li:nth-child(2n) {
  width: 52.4152106886%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 li:nth-child(2n) {
    width: 100%;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .tit {
  color: #2B2D2D;
  font-size: 1.35rem;
  font-weight: 700;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-bottom: 0.5em;
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5em;
  height: 2px;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 li .tit {
    font-size: 1.25rem;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .tit span {
  font-size: 0.875rem;
  color: #999;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 li .tit span {
    display: block;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .p {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-a3v1 .lx-a3b1 li .p {
    margin-top: 0.75rem;
  }
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .p .p1 {
  margin-top: 0.5em;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .p .p1 i {
  display: block;
  font-size: 0;
  width: 1.25rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .p .p1 i img {
  width: 100%;
}
.lx-cont3 .lx-a3v1 .lx-a3b1 li .p .p1 p {
  width: -webkit-calc(99% - 1.75rem);
  width: -moz-calc(99% - 1.75rem);
  width: calc(99% - 1.75rem);
  color: #7A7A7A;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
}

.lx-cont4 {
  padding: var(--pandrd) 0;
  background: #F4F4F4;
}
.lx-cont4 .wh {
  position: relative;
  z-index: 1;
}
.lx-cont4 .lx-a3v1 .ny-title1 {
  width: 26.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont4 .lx-a3v1 .ny-title1 {
    width: 100%;
  }
}
.lx-cont4 .lx-a3v1 .ny-title1 .txta {
  color: #8A8A8A;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}
.lx-cont4 .lx-a3v1 .lx-a3ac1 {
  width: 69.5%;
}
@media (max-width: 768px) {
  .lx-cont4 .lx-a3v1 .lx-a3ac1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont4 .lx-a3v1 .lx-a3ac1 li {
  width: 46.9681397739%;
}
@media (max-width: 768px) {
  .lx-cont4 .lx-a3v1 .lx-a3ac1 li {
    width: 100%;
  }
  .lx-cont4 .lx-a3v1 .lx-a3ac1 li + li {
    margin-top: 1.5rem;
  }
}
.lx-cont4 .lx-a3v1 .lx-a3ac1 li a {
  background: #FFF;
  box-shadow: 0px 0px 2.1875rem 0px rgba(0, 0, 0, 0.05);
  padding: 4rem 20%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont4 .lx-a3v1 .lx-a3ac1 li a {
    padding: 1.5rem 20%;
  }
}
.lx-cont4 .lx-a3v1 .lx-a3ac1 li a img {
  width: 100%;
}

.qrcode {
  display: none !important;
}

.qrcode1 {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode h4, .social-share .icon-wechat .wechat-qrcode .help {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode {
  height: auto;
  top: -140px;
  left: -56px;
  width: 142px;
}