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

@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: -apple-system, BlinkMacSystem, "Helvetica", "sourcehansans", sans-serif !important;
  font-weight: 500;
}

* {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #323232;
  --color-zt: #0078C7;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --nypand: 1rem 0 5.5rem;
  --pandrd: 5.375rem 0;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --nypand: .5rem 0 2rem;
    --pandrd: 2rem 0;
  }
}

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

.wha {
  max-width: 40rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wha {
    padding: 0 4%;
    width: 100%;
  }
}

.wh1 {
  padding: 0 4.9479166667%;
}
@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;
}

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

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.more-b {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 3.125rem;
  background-color: #0081CC;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Helvetica";
  font-size: 1rem;
  border: 1px solid #0081CC;
  text-transform: capitalize;
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #fff;
  font-weight: 100;
  vertical-align: middle;
  margin-left: 0.25rem;
  vertical-align: text-bottom;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -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 {
  color: #0081CC;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.5rem);
     -moz-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
       -o-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  color: #0081CC;
}
.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 {
  background: transparent;
  border: 1px solid #fff;
}
.more-b.bs::after {
  background: #fff;
}
.more-b.bs:hover {
  color: #0081CC;
}
.more-b.ls {
  background: transparent;
  border: 1px solid #0081CC;
  color: #0081CC;
}
.more-b.ls::after {
  background: #0081CC;
}
.more-b.ls:hover {
  color: #fff;
}
.more-b.hs {
  background: #F7F7F9;
  border: 1px solid #F7F7F9;
  color: #858585;
}
.more-b.hs::after {
  background: #0081CC;
}
.more-b.hs:hover {
  color: #fff;
  border: 1px solid #0081CC;
}

.more-b1 {
  display: inline-block;
  padding: 1rem 1.75rem;
  border-radius: 3.125rem;
  background-color: #0081CC;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Helvetica";
  font-size: 1rem;
  border: 1px solid #0081CC;
  text-transform: capitalize;
}
.more-b1:hover {
  color: #0081CC;
  background: #F7F7F9;
}
.more-b1.hs {
  background: #F7F7F9;
  border: 1px solid #D9D9D9;
  color: #808080;
}
.more-b1.hs::after {
  background: #F7F7F9;
}
.more-b1.hs:hover {
  color: #0081CC;
  border: 1px solid #0081CC;
}

@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(100vh - 60px);
    padding-bottom: -moz-calc(100vh - 60px);
    padding-bottom: calc(100vh - 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;
  }
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #0E308C;
}

@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .fullpage-wrapper .fp-tableCell {
    padding: 5rem 0;
  }
  .section1 .fp-tableCell, .section5 .fp-tableCell, .section8 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 2.5rem 0;
  }
  .section1 .fp-tableCell, .section3 .fp-tableCell, .section5 .fp-tableCell, .section8 .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 {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 2%;
  --calorbs: #FFFFFF;
}
@media (max-width: 990px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav::after {
  content: "";
  position: absolute;
  left: 46%;
  top: 0;
  width: 1px;
  height: -webkit-calc(100% - 0.5rem);
  height: -moz-calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background: var(--calorbs);
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
#fp-nav li + li {
  margin-top: 1.8rem;
}
#fp-nav li a {
  border: 1px solid var(--calorbs);
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
  display: block;
}
#fp-nav li a.active {
  background: var(--calorbs);
}

.fp-viewing-section2 #menua {
  --calorbs: #8F8F8F;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head .head2 .logo {
  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;
}
.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;
}
.head .head2 .zywena a.rhgxt {
  color: #fff;
  line-height: 1;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 50%;
  width: 6rem;
  top: 6rem;
  margin-left: -3rem;
  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;
  text-transform: Capitalize;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .seca a:hover {
  color: var(--color-zt);
}
.head .head2 .gwcz-as sup {
  background: #0081CC;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 50%;
  right: 0.5rem;
  top: -0.5rem;
  padding: 0.1rem;
  aspect-ratio: 16/16;
  display: inline-block;
  width: 1rem;
  text-align: center;
  line-height: 1.2em;
}
.head .head2 .dlofas {
  line-height: 1em;
  margin-right: 2rem;
  color: #fff;
  font-size: 1.125rem;
}
.head .head2 .dlofas a {
  color: #fff;
}
.head .head2 .dlofas a i {
  font-size: 1.25rem;
}
.head .head2 .sska {
  line-height: 1em;
  margin-right: 2rem;
}
.head .head2 .sska a {
  color: #fff;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}

.head.sticky, .head:hover {
  background-color: rgb(255, 255, 255);
}
.head.sticky .head2 .logo a img, .head:hover .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
.head.sticky .head2 #menu .nav_a1 li a, .head:hover .head2 #menu .nav_a1 li a {
  color: var(--color-ys);
}
.head.sticky .head2 #menu .nav_a1 li:hover > a, .head.sticky .head2 #menu .nav_a1 li.active > a, .head:hover .head2 #menu .nav_a1 li:hover > a, .head:hover .head2 #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
.head.sticky .head2 .zywena a.rhgxt, .head.sticky .head2 .sska a, .head.sticky .head2 .dlofas, .head.sticky .head2 .dlofas a, .head:hover .head2 .zywena a.rhgxt, .head:hover .head2 .sska a, .head:hover .head2 .dlofas, .head:hover .head2 .dlofas a {
  color: var(--color-ys);
}

.gd-body .head {
  background-color: #fff;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
.gd-body .head .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
.gd-body .head .head2 #menu .nav_a1 li a {
  color: var(--color-ys);
}
.gd-body .head .head2 #menu .nav_a1 li:hover > a, .gd-body .head .head2 #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
.gd-body .head .head2 .zywena a.rhgxt, .gd-body .head .head2 .sska a, .gd-body .head .head2 .dlofas, .gd-body .head .head2 .dlofas a {
  color: var(--color-ys);
}

.noindex_body .head {
  background-color: #fff;
  /* border-bottom: 1px solid rgba(124, 124, 124, 0.2); */
}
.noindex_body .head .head2 .logo a img {
  -webkit-filter: none;
          filter: none;
}
.noindex_body .head .head2 #menu .nav_a1 li a {
  color: var(--color-ys);
}
.noindex_body .head .head2 #menu .nav_a1 li:hover > a, .noindex_body .head .head2 #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
.noindex_body .head .head2 .zywena a.rhgxt, .noindex_body .head .head2 .sska a, .noindex_body .head .head2 .dlofas, .noindex_body .head .head2 .dlofas a {
  color: var(--color-ys);
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li:nth-child(2) {
  position: static;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Helvetica";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: auto;
  left: 50%;
  background: white;
  z-index: 9;
  text-align: left;
  border-radius: 1.125rem;
  padding: 1rem 16%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 500 1.125rem/1.5em "Helvetica";
  padding: 0.3em 0;
  color: #1B1C21;
  white-space: nowrap;
}
#menu .nav_a1 li .sec a:hover {
  color: #005CAF !important;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  background: white;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
  /* min-height: 35rem; */
}
#menu .nav_a1 li .sec1 .nav-a1 {
  position: relative;  
  align-items: flex-start;
}
#menu .nav_a1 li .sec1 .nav-a1::after {
  content: "";
  position: absolute;
  left: 32.8571428571%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EFEFEF;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b1 {
  width: 32.8571428571%;
  padding: 3.5rem 0 2rem;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b1 a.bl {
  display: block;
  color: #838383;
  font-size: 1.25rem;
  line-height: 1.65em;
  padding: 0.65em 1.35em;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b1 a.bl:hover, #menu .nav_a1 li .sec1 .nav-a1 .nav-b1 a.bl.on {
  background: #F7F7F9;
  color: #0081CC;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 {
  width: 67.1428571429%;
  padding: 2rem 0;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a {
  width: 58.085106383%;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a a.bl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
  padding-left: 10%;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a a.bl p {
  color: #838383;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 80%;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a a.bl i {
  color: #A0A0A0;
  font-size: 1.125rem;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a a.bl.on p, #menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-a a.bl.on i {
  color: #0081CC;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-b {
  width: 33.1914893617%;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-b .img {
  background: #F7F7F9;
  /* border-radius: 1.875rem; */
  padding: 1rem;
}
#menu .nav_a1 li .sec1 .nav-a1 .nav-b2 .zsdn-b .img img {
  width: 100%;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 li:hover > 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 {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 24px;
}
.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: 100%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Helvetica";
  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.5008px;
  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.5008px 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: "Helvetica";
  padding: 0 4%;
  font-weight: 600;
  text-transform: capitalize;
}
.m-bm-nav > li.wexa-ax > a{
  padding: 0 1%;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Helvetica";
  font-weight: 500;
}
.m-bm-nav > li > a sup {
  background: #0081CC;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 50%;
  padding: 0.2rem;
  aspect-ratio: 16/16;
}
.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;
  text-transform: capitalize;
}
.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 .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.1);
}
.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 img{
    height: 70vh;
  }
}
.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: var(--color-ys);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center; top: 40%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 1.35rem/1.5em "Helvetica";
  text-transform: capitalize;
  width: 50%;
  color: #fff;
}
.pc-banner .mySwipera .banwez1 .tit br{
  display: none;
}
.pc-banner .mySwipera .banwez1 .tit b{
  color: var(--color-zt);
  font: 700 4.5rem/1.125em "Helvetica";display: block;
}
.pc-banner .mySwipera .banwez1 .tit span{
  font: 700 3.8rem/1.125em "Helvetica";
  margin-bottom: 0.15em;
  display: block;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit{
    width: 100%;
  }
  .pc-banner .mySwipera .banwez1 .tit b,.pc-banner .mySwipera .banwez1 .tit span {
    font-size: 2.25rem;
  }
  .pc-banner .mySwipera .banwez1 .tit{
    font-size: 1.125rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 span {
    margin: 0 0.35rem !important;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.25rem;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 500 0.75rem/1.5em "Helvetica";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 3.25rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: -110%;
  top: 0;
  width: 300%;
  height: 0.4rem;
  background: #fff;
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

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

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

.gong-p {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.gong-p.bs {
  color: #fff;
}

.title1 {
  color: #FFFFFF;
}
.title1 .ftit {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 768px) {
  .title1 .ftit {
    font-size: .75rem;    letter-spacing: 0;
  }
}
.title1 .tit1 {
  font-size: 3rem;
  line-height: 1.125em;
  font-weight: 700;
  margin-top: 0.7rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .title1 .tit1 {
    font-size: 1.5rem;
  }
  .section6 {
    display: none !important;
  }
}
.title1.ta {
  text-align: center;
}
.title1.hs {
  color: #323232;
}

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

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

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

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  padding-top: var(--head-height);
}
@media (max-width: 990px) {
  .cont1 {
    padding-top: 0;
  }
}
.cont1 .a1v1 .img img {
  width: 100%;
}
.cont1 .a1v1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cont1 .a1v1 .tcas {
  width: 5rem;
}
.section3{
  /* background: linear-gradient(335deg, #F2F2F2 21.52%, #FFF 136.9%); */
}
@media (max-width: 990px) {
  .section3{
    /* background: #fff; */
  }
}
.fp-viewing-1 #fp-nav,.fp-viewing-3 #fp-nav{
  --calorbs: #333;
}
/* .section3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 57.2916666667%;
  height: 100%;
  background: -webkit-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: -moz-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: -o-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: linear-gradient(335deg, #F2F2F2 21.52%, #FFF 136.9%);
  z-index: -1;
}
@media (max-width: 768px) {
  .section3::before {
    display: none;
  }
}
.section3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42.7083333333%;
  height: 100%;
  background: #0081CC;
  z-index: -1;
}
@media (max-width: 768px) {
  .section3::after {
    display: none;
  }
} */
.cont2 .title1{
  text-align: center;
}
.cont2 .mySwiper8{
  margin-top: 2rem;
}
@media (max-width: 768px){
  .cont2{
    padding: 2.5rem 0;
  }
  .cont2 .title1{
    text-align: left;
  }
  .cont2 .mySwiper8{
    margin-top: 1.5rem;
  }
  
}
.cont2 .mySwiper8 .swiper-slide img{
  width: 100%;
}
.cont2 .mySwiper8 .swiper-slide .tit{
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px){
  .cont2 .mySwiper8 .swiper-slide .tit{
    font-size: 1.25rem;
  }
}
.cont2 .mySwiper8 .swiper-slide{
  transition: 300ms;
}
.cont2 .mySwiper8 .swiper-slide:not(.swiper-slide-next){ 
  /* transform: scale(0.65); */
}
.cont2 .mySwiper8 .swiper-slide:not(.swiper-slide-next) .tit{
  /* opacity: 0; */
}
.cont2 .mySwiper8 .swiper-pagination1{
  text-align: center;
  margin-top: 1.75rem;
}
.cont2 .mySwiper8 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.35rem !important;
  border: 1px solid #626262;
}
@media (max-width: 768px) {
  .cont2 .mySwiper8 .swiper-pagination1{
    margin-top: 1rem;
  }
  .cont2 .mySwiper8 .swiper-pagination1 span {
    margin: 0 0.25rem !important;
  }
}
.cont2 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0081CC;
  border-color: #0081CC;
  width: 1.25rem;
}

.cont2 .a2b1 {
  width: 57.2916666667%;
  padding: 0 5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 .a2b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem 4%;
  }
}
.cont2 .a2b1 .a2b1c2 {
  position: absolute;
  z-index: -1;
  font-size: 10.375rem;
  line-height: 1.125em;
  color: rgba(0, 0, 0, 0.03);
  font-style: italic;
  font-weight: 800;
  text-transform: capitalize;
  width: 100%;
  left: 4.5%;
  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) {
  .cont2 .a2b1 .a2b1c2 {
    font-size: 5rem;
  }
}
.cont2 .a2b1 .a2b1c2 p:nth-child(2) {
  text-align: right;
}
.cont2 .a2b1 .tta {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.cont2 .a2b1 .tta.a {
  height: auto;
  opacity: 1;
}
.cont2 .a2b1 .mySwiper1 {
  position: relative;
}
.cont2 .a2b1 .mySwiper1 .swiper-slide a.cont-p {
  display: block;
}
.cont2 .a2b1 .mySwiper1 .swiper-slide a.cont-p .img {
  padding: 0 15%;
}
.cont2 .a2b1 .mySwiper1 .swiper-slide a.cont-p .img img {
  width: 100%;
}
.cont2 .a2b1 .mySwiper1 .swiper-slide a.cont-p .tit {
  text-align: center;
  color: rgba(50, 50, 50, 0.4);
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .a2b1 .mySwiper1 .swiper-slide a.cont-p .tit {
    font-size: 1.125rem;
  }
}
.cont2 .a2b1 .mySwiper1 .jt-gonga > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.cont2 .a2b1 .mySwiper1 .jt-gonga > div i {
  font-size: 4rem;
  color: #BCBCBC;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont2 .a2b1 .mySwiper1 .jt-gonga > div i {
    font-size: 2.5rem;
  }
}
.cont2 .a2b1 .mySwiper1 .jt-gonga > div i:hover {
  color: #0081CC;
}
.cont2 .a2b1 .mySwiper1 .jt-gonga > div.swiper-button-next1 {
  right: 0;
}
.cont2 .a2b1 .mySwiper1 .jt-gonga > div.swiper-button-prev1 {
  left: 0;
}
.cont2 .a2b1 .mySwiper1 .swiper-pagination1 {
  text-align: right;
  color: rgba(50, 50, 50, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2b1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.cont2 .a2b1 .mySwiper1 .swiper-pagination1 span::before {
  content: "0";
}
.cont2 .a2b1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-current {
  color: #0081CC;
}
.cont2 .a2b2 {
  width: 42.7083333333%;
  padding: 0 var(--cbasta) 0 6%;
}
@media (max-width: 768px) {
  .cont2 .a2b2 {
    width: 100%;
    background: var(--color-zt);
    padding: 2rem 4%;
  }
}
.cont2 .a2b2 .a2b2c1 {
  margin-top: 1.7rem;
}
.cont2 .a2b2 .a2b2c1 li {
  color: var(--color-bs);
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .cont2 .a2b2 .a2b2c1 li {
    margin-top: 1rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.75rem;
  }
}
.cont2 .a2b2 .a2b2c1 li .tit {
  font-size: 1.875rem;
  line-height: 1.35em;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2b2 .a2b2c1 li .tit {
    font-size: 1.25rem;
  }
}
.cont2 .a2b2 .a2b2c1 li .tit::before {
  content: "";
  position: absolute;
  right: 105%;
  top: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  mix-blend-mode: difference;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .cont2 .a2b2 .a2b2c1 li .tit::before {
    display: none;
  }
}
.cont2 .a2b2 .a2b2c1 li .p {
  font-size: 1rem;
  line-height: 1.35em;
  opacity: 0.6;
}
.cont2 .a2b2 .a2b2c1 li.on {
  border-color: #fff;
}
.cont2 .a2b2 .a2b2c1 li.on .tit::before {
  width: 8rem;
}
.cont2 .a2b2 .more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont2 .a2b2 .more-b {
    margin-top: 1.125rem;
  }
}

.cont3 .title1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .cont3 .title1 {
    width: 100%;
  }
}
.cont3 .a3_list1 {
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 {
    margin-top: 0rem;
  }
}
.cont3 .a3_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li {
    /* -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%; */
    margin-top: 1.5rem;
  }
}
.cont3 .a3_list1 li a.imgax {
  color: #FFFFFF;
}
.cont3 .a3_list1 li a.imgax u {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li a.imgax u {
    width: 3.25rem;
  }
}
.cont3 .a3_list1 li a.imgax u img {
  width: 100%;
}
.cont3 .a3_list1 li a.imgax .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li a.imgax .tit {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
  }
}
.cont3 .a3_list1 li a.imgax .asxa {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li a.imgax .asxa {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cont3 .a3_list1 li a.imgax .asxa i {
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li a.imgax .asxa i {
    font-size: 1rem;
  }
}
.cont3 .a3_list1 li a.imgax:hover .asxa {
  background: #0078C7;
  border-color: #0078C7;
}
.section5 {
  background: #fff !important;
}
.cont4 {
  /* padding-top: var(--head-height);
  height: 100%; */
  padding: 0 var(--cbasta);
}
@media (max-width: 990px) {
  .cont4 {
    padding-top: 0;
  }
}
.cont4 .a4b1 {
  width: 100%;
  /* padding-left: var(--cbasta); */
}
@media (max-width: 768px) {
  .cont4 .a4b1 {
    width: 100%;
    padding: 2rem 4%;
    background: #fff;
  }
  .cont4 .a4b1 .title1{
    color: #323232;
  }
  .cont4 .a4b1 .more-b{
   border-color: #0081CC;
   background-color: #0081CC;
  }
}
.cont4 .a4b1 .cont-p {
  width: 100%;
  /* padding-right: 5%; */
  text-align: center;
}
.cont4 .a4b1 .cont-p .title1{
  color: #323232;
}
@media (max-width: 768px) {
  .cont4 .a4b1 .cont-p {
    padding-right: 0;
  }
}
.cont4 .a4b1 .cont-p a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4b1 .cont-p a.more-b {
    margin-top: 1.5rem;
  }
}
.cont4 .a4b2 {
  /* width: 42.7083333333%; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 6.5rem;
          padding: 0 5%;
}
@media (max-width: 768px) {
  .cont4 .a4b2 {
    background-image: url(/static/new/images/bj3.jpg);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cont4 .a4b2 li {
  flex: 1;
}
@media (max-width: 990px) {
  .cont4 .a4b2 li {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .cont4 .a4b2 li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: auto;
    width: 50%;
  }
}
.cont4 .a4b2 li + li {
  /* border-top: 1px solid rgba(0, 0, 0, 0.15); */border-left: 1px solid rgba(0, 0, 0, 0.15);
}
/* @media (max-width: 768px) {
  .cont4 .a4b2 li + li {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
} */
.cont4 .a4b2 li .imgax {
  display: block;
  width: 100%;
  text-align: center;
  color: #323232;
}
.cont4 .a4b2 li .imgax u {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont4 .a4b2 li .imgax u {
    width: 4rem;
  }
}
.cont4 .a4b2 li .imgax u img {
  width: 100%;filter: invert(36%) sepia(70%) saturate(2802%) hue-rotate(180deg) brightness(89%) contrast(101%);
}
.cont4 .a4b2 li .imgax .tit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0.75rem 0 1.5rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cont4 .a4b2 li .imgax .tit {
    font-size: 1.125rem;
    margin: 0.75rem 0 1.25rem;
    line-height: 1.25em;
  }
}
.cont4 .a4b2 li .imgax .asxa {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #323232;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont4 .a4b2 li .imgax .asxa {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cont4 .a4b2 li .imgax .asxa i {
  color: #323232;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4b2 li .imgax .asxa i {
    font-size: 1rem;
  }
}
.cont4 .a4b2 li .imgax:hover .asxa {
  background: #0078C7;
  border-color: #0078C7;
}
.cont4 .a4b2 li .imgax:hover .asxa i{
  color: #fff;
}
.cont5 .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont5 .more-b {
    margin-top: 1.5rem;
  }
}

.a5_list1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .a5_list1 {
    margin-top: 0;
  }
}
.a5_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .a5_list1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1.5rem;
  }
}
.a5_list1 li .data {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .a5_list1 li .data {
    font-size: 2.5rem;
  }
}
.a5_list1 li .data sup {
  font-size: 1.25rem;
  vertical-align: text-top;
  top: 0;
  line-height: 1em;
}
@media (max-width: 768px) {
  .a5_list1 li .data sup {
    font-size: 1rem;
  }
}
.a5_list1 li p {
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .a5_list1 li p {
    font-size: 1rem;
  }
}

.section7 {
  background: -webkit-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: -moz-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: -o-linear-gradient(115deg, #F2F2F2 21.52%, #FFF 136.9%);
  background: linear-gradient(335deg, #F2F2F2 21.52%, #FFF 136.9%);
}
.section7 .pg-bj {
  width: 42.7083333333%;
  position: absolute;
  right: 0;
  top: 0;
}
.section7 .pg-bj img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.section7 .pg-bj video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.section7 .cont6 {
  position: relative;
  z-index: 1;
}
.section7 .cont6 .a6v1 .a6b1 {
  width: 50.8571428571%;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 {
    width: 100%;
  }
}
.section7 .cont6 .a6v1 .a6b1 .a6b1c1 .title1 {
  width: 55.4775280899%;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .a6b1c1 .title1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .a6b1c1 .more-b {
    margin-top: 1.5rem;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .xw_list1 {
    margin-top: 1rem;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li {
  padding: 1.65rem 0;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .xw_list1 li {
    padding: 1.125rem 0;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .data {
  width: 16.5938864629%;
  text-align: center;
  border-right: 1px solid #E3E3E3;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .xw_list1 li .data {
    display: none;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .data b {
  display: block;
  color: #D9D9D9;
  font-size: 4rem;
  line-height: 1.1em;
  font-weight: 700;
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .data span {
  display: block;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.25em;
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .cont-p {
  width: 79.7671033479%;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .xw_list1 li .cont-p {
    width: 100%;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .cont-p a.name {
  display: block;
  color: #626262;
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .section7 .cont6 .a6v1 .a6b1 .xw_list1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li .cont-p .p {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li:hover .data b {
  color: #0081CC;
}
.section7 .cont6 .a6v1 .a6b1 .xw_list1 li:hover .cont-p a.name {
  color: #0081CC;
}

/* .section8 {
  background: url(../images/fotbj.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .section8 {
    background: none;
  }
}
.section8 .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;
}
.section8 .cont7 {
  padding-top: var(--head-height);
  width: 100%;
  height: 50%;
}
@media (max-width: 768px) {
  .section8 .cont7 {
    height: auto;
    padding: 2.25rem 0;
    background: url(../images/fotbj.jpg) no-repeat center top;
    -o-background-size: cover;
       background-size: cover;
  }
}
.section8 .cont7 .wh {
  width: 100%;
}
.section8 .cont7 .mySwiper2 {
  padding: 0 1px;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .section8 .cont7 .mySwiper2 {
    margin-top: 1rem;
  }
}
.section8 .cont7 .mySwiper2 .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;
  overflow: hidden;
}
.section8 .cont7 .mySwiper2 .swiper-slide a.img img {
  width: 100%;
}
.section8 .cont7 .mySwiper2 .swiper-slide a.img:hover {
  border-color: #fff;
}
.section8 .cont7 .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .section8 .cont7 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.section8 .cont7 .mySwiper2 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .section8 .cont7 .mySwiper2 .swiper-pagination1 span {
    margin: 0 0.35rem !important;
  }
}
.section8 .cont7 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.25rem;
}
.section8 .foot-fot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 990px) {
  .section8 .foot-fot {
    position: relative;
  }
} */

.foot-fot {
  position: relative;
  background: #151515;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 700 1.25rem/1.5em "Helvetica";
  text-transform: capitalize;
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #626262;
  font: 500 1rem/1.65em "Helvetica";
  text-transform: capitalize;
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca p {
  color: #626262;
  font: 500 1rem/1.65em "Helvetica";
  text-transform: capitalize;
}
.foot-fot .foota1 .dseca p a {
  color: #626262;
}
.foot-fot .foota1 .dseca p a:hover {
  color: #fff;
}
.foot-fot .foota1 .foota1c1 {
  padding: 3.125rem 0;
  border-bottom: 1px solid #393939;
}
.foot-fot .foota1 .foota1c2 {
  padding: 1.75rem 0 2.8125rem;
}
.foot-fot .foota1 .d_sdha {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .d_sdha li .iamsgh {
  width: 1.25rem;
}
.foot-fot .foota1 .d_sdha li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1 .d_sdha li .cont-b {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
  color: #FFFFFF;
  font: 500 1rem/1.5em "Helvetica";
  padding: 0.1em 0;
  white-space: nowrap;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #323232;
  border: none;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  background: #fff;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  color: #fff;
  background-color: #0081CC;
}
.foot-fot .foota2 {
  color: #626262;
  font: 500 1rem/1.65em "Helvetica";
  padding: 1em 0;
  background: #1D1C1C;
}
.foot-fot .foota2 a {
  color: #626262;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p a + a {
  margin-left: 1.25em;
}

.icon-tuite:before {
  content: "\e62a" !important;
  font-family: "iconfont" !important;
}

.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: 11%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1rem;
}
.zd_erha li.tops {
  display: none;
}
.zd_erha li > a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  line-height: 3.75rem;
  backdrop-filter: blur(14px);
}
.zd_erha li > a:hover {
  background: #0081CC;
}
.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.5rem;
}
.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.375rem;
  background: #fff;
}

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

.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: 2.375rem;
  width: auto;
  height: 2.375rem;
  background: #fff;
  min-width: 2.375rem;
  padding: 0 0.5em;
}

.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: #666;
  font: 500 1.125rem/2rem "Helvetica";
  padding: 1.3em 0;
  text-transform: capitalize;
}
@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: #666;
}
.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 "Helvetica";
}
@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 "Helvetica";
  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 "Helvetica";
  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 "Helvetica";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Helvetica";
  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 "Helvetica";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "Helvetica";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Helvetica";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Helvetica";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

/*内页end*/
.nbanner {
  position: relative;
  /* display: none; */
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 4rem/1.25em "Helvetica";
  text-transform: capitalize;
  text-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.10);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
    text-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.10);
  }
}
.nbanner .maxta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.nbanner .maxta .n_src li a {
  color: #fff;
}

.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_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_src li {
  display: inline-block;
}
.n_src li + li {
  margin-left: 3.75rem;
}
@media (max-width: 768px) {
  .n_src li + li {
    margin-left: 1.25rem;
  }
}
.n_src li a {
  display: block;
  color: #666666;
  font: 500 1.375rem/3.125rem "Helvetica";
  position: relative;
  text-transform: capitalize;
  padding: 1rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  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_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_src li:hover a, .n_src li.active a {
  color: var(--color-zt);
}
.n_src li:hover a::after, .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

.gd-body,.noindex_body {
  padding-top: var(--head-height);
}

.ny-tit .tit {
  color: #323232;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.125em;
  text-transform: capitalize;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.25rem;
  }
}
.ny-tit.bs .tit {
  color: #fff;
}

.heng1 {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.abt-cont1 {
  padding: var(--nypand);
}
.abt-cont1 .abt_a1 li {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1 li {
    margin-top: 1.5rem;
  }
  .abt-cont1 .abt_a1 li:nth-child(1) .img{
    display: none;
  }
}
.abt-cont1 .abt_a1 li .img {
  width: 46.4285714286%;
  /* border-radius: 1.25rem; */
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1 li .img {
    width: 100%;
    /* border-radius: 1rem; */
  }
}
.abt-cont1 .abt_a1 li .img img {
  width: 100%;
}
.abt-cont1 .abt_a1 li .cont-p {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1 li .cont-p {
    width: 100%;
    margin-top: 1.35rem;
  }
}
.abt-cont1 .abt_a1 li .cont-p .tit {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.abt-cont1 .abt_a1 li .cont-p .p1 {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.abt-cont1 .abt_a1 li .cont-p .p1 p {
  margin-top: 1em;
}
.abt-cont1 .abt_a1 li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.abt-cont2 {
  background: #F7F7F9;
  padding-top: 15.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding-top: 4rem;
  }
}
.abt-cont2 .abt-a2b1 {
  text-align: center;
}
.abt-cont2 .abt-a2b1 .tit1 {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b1 .tit1 {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2b1 .tit2 {
  color: #0081CC;
  font-size: 3.125rem;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b1 .tit2 {
    font-size: 1.75rem;
  }
}
.abt-cont2 u {
  display: block;
  font-size: 0;
  margin-top: 1.5625rem;
}
.abt-cont2 u img {
  width: 100%;
}

.abt-cont3 {
  padding: 8rem 0 9.25rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .heng1 {
  margin-top: 3.625rem;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .abt-cont3 .heng1 {
    margin-top: 1.5rem;
    padding: 0;
  }
}
.abt-cont3 .a5_list1 li {
  color: #282828;
}
.abt-cont3 .a5_list1 li .data {
  color: #0081CC;
}

.abt-cont4 {
  background: url(../images/nbj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.75rem 0;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
  .abt-cont4 .ny-tit .tit br {
    display: none;
  }
}
.abt-cont4 .mySwiper3 {
  margin-top: 1.5rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper3 {
    margin-top: 0;
  }
}
.abt-cont4 .mySwiper3 a.img {
  display: block;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
  margin-top: 1.5rem;
}
.abt-cont4 .mySwiper3 a.img img {
  width: 100%;
}
.abt-cont4 .mySwiper3 a.img:hover {
  border-color: #fff;
}
.abt-cont4 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper3 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.abt-cont4 .mySwiper3 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper3 .swiper-pagination1 span {
    margin: 0 0.35rem !important;
  }
}
.abt-cont4 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.25rem;
}

.gong-pagination {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .gong-pagination {
    margin-top: 1rem;
  }
}
.gong-pagination span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid #0081CC;
}
@media (max-width: 768px) {
  .gong-pagination span {
    margin: 0 0.35rem !important;
  }
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #0081CC;
  width: 1.25rem;
}

.abt-cont5 {
  padding: 6rem 0;
  background: #F7F7F9;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.2rem 0;
  }
}
.abt-cont5 .abt-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.8125rem;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.35rem;
  }
}
@media (max-width: 450px) {
  .abt-cont5 .abt-a5_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.abt-cont5 .abt-a5_list1 li {
  --wea: 3rem;
}
.abt-cont5 .abt-a5_list1 li .abt-a5b1 {
  width: var(--wea);
}
.abt-cont5 .abt-a5_list1 li .abt-a5b1 .img {
  background: #F2F2F2;
  width: var(--wea);
  height: var(--wea);
  border-radius: 50%;
}
.abt-cont5 .abt-a5_list1 li .abt-a5b1 .img img {
  width: 41.6666666667%;
}
.abt-cont5 .abt-a5_list1 li .abt-a5b2 {
  width: -webkit-calc(95% - var(--wea));
  width: -moz-calc(95% - var(--wea));
  width: calc(95% - var(--wea));
}
.abt-cont5 .abt-a5_list1 li .abt-a5b2 .tit {
  color: #282828;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5_list1 li .abt-a5b2 .tit {
    font-size: 1.25rem;
  }
}
.abt-cont5 .abt-a5_list1 li .abt-a5b2 .txt {
  color: #626262;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.25rem 0;
}
.abt-cont5 .abt-a5_list1 li .abt-a5b2 .data {
  color: #282828;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5_list1 li .abt-a5b2 .data {
    font-size: 1.25rem;
  }
}

.job-cont1 {
  padding: var(--nypand);
}
.job-cont1 .job-a1_list1 li {
  border-radius: 1.875rem;
  border: 1px solid #F2F2F2;
  padding: 2rem 4%;
  width: 48.2142857143%;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1_list1 li {
    border-radius: 1rem;
    width: 100%;
    padding: 1.5rem 6%;
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1_list1 li .img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #0081CC;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1_list1 li .img {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.job-cont1 .job-a1_list1 li .img img {
  width: 50%;
}
.job-cont1 .job-a1_list1 li .tit {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  margin: 0.5em 0 0.25em;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1_list1 li .tit {
    font-size: 1.5rem;
  }
}
.job-cont1 .job-a1_list1 li .txt {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}

.job-cont2 {
  background: #F7F7F9;
  padding: var(--pandrd);
}
.job-cont2 .mySwiper4 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper4 {
    margin-top: 1.25rem;
  }
}
.job-cont2 .mySwiper4 .swiper-slide a.img {
  display: block;
  font-size: 0;
  /* border-radius: 1.875rem; */
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper4 .swiper-slide a.img {
    /* border-radius: 1rem; */
  }
}
.job-cont2 .mySwiper4 .swiper-slide a.img img {
  width: 100%;
}
.job-cont2 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.job-cont2 .mySwiper4 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper4 .swiper-pagination1 span {
    margin: 0 0.35rem !important;
  }
}
.job-cont2 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
  width: 1.25rem;
}

.job-cont3 {
  padding: var(--pandrd);
}
.job-cont3 .job-list {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-list {
    margin-top: 1.5rem;
  }
}
.job-cont3 .job-list li {
  padding: 0 3.125rem;
  border-radius: 1.875rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .job-cont3 .job-list li {
    padding: 0 1.5rem;
    border-radius: 1rem;
  }
}
.job-cont3 .job-list li + li {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-list li + li {
    margin-top: 1.25rem;
  }
}
.job-cont3 .job-list li .dt {
  padding: 1.375rem 0;
}
@media (max-width: 768px) {
  .job-cont3 .job-list li .dt .wehas {
    width: 90%;
  }
}
.job-cont3 .job-list li .dt .wehas .tit {
  color: #231815;
  font: 500 1.375rem/1.5em "Helvetica";
}
@media (max-width: 768px) {
  .job-cont3 .job-list li .dt .wehas .tit {
    font-size: 1.25rem;
  }
}
.job-cont3 .job-list li .dt .wehas .p1 {
  color: #838383;
  font: 500 1rem/1.5em "Helvetica";
  margin-top: 0.2em;
}
.job-cont3 .job-list li .dt .wehas .p1 span {
  color: #CFCFCF;
  display: block;
  margin: 0 0.5rem;
}
.job-cont3 .job-list li .dt i {
  color: #D9D9D9;
  font-size: 1.25rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont3 .job-list li .dt i {
    font-size: 1.5rem;
  }
}
.job-cont3 .job-list li .wehha-job {
  display: none;
  border-top: 2px solid #E3E3E3;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-list li .wehha-job {
    padding-top: 1rem;
  }
}
.job-cont3 .job-list li .wehha-job .p1 dl + dl {
  margin-top: 1.5rem;
}
.job-cont3 .job-list li .wehha-job .p1 dl .tit {
  color: #6F6E6E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
.job-cont3 .job-list li .wehha-job .p1 dl .p {
  color: #6F6E6E;
  font-size: 1rem;
  line-height: 1.5em;
}
.job-cont3 .job-list li .wehha-job .p1 dl .p p {
  padding-left: 1em;
  position: relative;
}
.job-cont3 .job-list li .wehha-job .p1 dl .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.job-cont3 .job-list li .wehha-job .p2 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .job-cont3 .job-list li .wehha-job .p2 {
    padding: 1.5rem 0;
  }
}
.job-cont3 .job-list li .wehha-job .p2 a {
  color: var(--color-zt);
  font: 500 1rem/2em "Helvetica";
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}
.job-cont3 .job-list li .wehha-job .p2 a i {
  font-size: 1.25rem;
  line-height: 1em;
}
.job-cont3 .job-list li .wehha-job .p2 a i::before {
  vertical-align: text-bottom;
}
.job-cont3 .job-list li .wehha-job .p2 a p {
  padding: 0 0.5rem;
}
.job-cont3 .job-list li .wehha-job .p2 a:hover {
  background: #f0f0f0;
}
.job-cont3 .job-list li.active {
  background: #F8F8F8;
}
.job-cont3 .more {
  margin-top: 2.8rem;
}

.lx-cont1 {
  padding: var(--nypand);
}
.lx-cont1 .lx-a1v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 46.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 li {
  text-transform: capitalize;
  border-left: 1px solid #B7B7B7;
  padding-left: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 li {
    padding-left: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 li + li {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 li .tit {
  color: #626262;
  font-size: 1.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 li .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 li .p {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 li .p {
    font-size: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .img {
  /* border-radius: 1.875rem; */
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 .img {
    /* border-radius: 1rem; */
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .img img {
  width: 100%;
}

.lx-cont2 {
  background: #F7F7F9;
  padding: var(--pandrd);
}
.lx-cont2 form {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1.5rem;
  }
}
.lx-cont2 form .contact .msg-a1 .inpt {
  width: 31.9285714286%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .contact .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .contact .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 1.875rem;
  color: #808080;
  font-size: 1rem;
  line-height: 3.75rem;
  padding: 0 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont2 form .contact .msg-a1 .inpt input {
    line-height: 3.25rem;
  }
}
.lx-cont2 form .contact .msg-a2 textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 1rem;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.65rem 1.5em;
  font-weight: 500;
}
.lx-cont2 form .contact .msg-a3 {
  margin-top: 1rem;
}
.lx-cont2 form .contact .msg-a3 input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #F7F7F9;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 form .contact .msg-a3 input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
.lx-cont2 form .contact .msg-a3 input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont2 form .contact .msg-a3 input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont2 form .contact .msg-a3 p {
  color: #949494;
  font-size: 1rem;
  width: -webkit-calc(100% - 1.9rem);
  width: -moz-calc(100% - 1.9rem);
  width: calc(100% - 1.9rem);
}
.lx-cont2 form .contact .msg-a3 p a {
  color: #0081CC;
}
.lx-cont2 form .contact .div_aghgha .more-b {
  padding: 0.75rem 2.65rem;
}

.news-cont1 {
  background: #F7F7F9;
}
.news-cont1 .news-a1v1 {
  padding: 1rem 0 3.5rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    padding: 0.5rem 0 1.5rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide {
  background: #FFFFFF;
  /* border-radius: 1.875rem; */
  box-shadow: 0.3125rem 0.3125rem 1rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide {
    /* border-radius: 1rem; */
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide a.img {
  width: 50%;
  display: block;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p {
  width: 50%;
  padding: 1.5rem 4.25%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p {
    width: 100%;
    padding: 1.35rem 6%;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p .date {
  color: #7E7E7E;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.name {
  display: block;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.name:hover {
  color: #0081CC;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p .p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.more-xa {
  color: #0081CC;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.more-xa {
    margin-top: 0.5rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.more-xa::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0081CC;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.more-xa i {
  font-size: 0.75rem;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .cont-p a.more-xa:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin: 0 0.5rem !important;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-pagination1 span {
    margin: 0 0.35rem !important;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
  width: 1.25rem;
}

.news-cont2 {
  padding: 5.375rem 0 2rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding: 2rem 0 1rem;
  }
}
.news-cont2 .news-list li + li {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li + li {
    margin-top: 1.5rem;
  }
}
.news-cont2 .news-list li .data {
  text-align: center;
  width: 10.3571428571%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data {
    display: none;
  }
}
.news-cont2 .news-list li .data b {
  display: block;
  color: transparent;
  font-size: 5.625rem;
  line-height: 1.05em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BABABA;
  font-family: "Roboto";
}
.news-cont2 .news-list li .data p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.4em;
}
.news-cont2 .news-list li a.img {
  display: block;
  width: 22.1428571429%;
  padding-bottom: 16.4285714286%;
  position: relative;
  height: 0;
  overflow: hidden;
  /* border-radius: 1.875rem; */
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.img {
    width: 100%;
    padding-bottom: 74.1935483871%;
    /* border-radius: 1rem; */
  }
}
.news-cont2 .news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-cont2 .news-list li a.img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p {
  width: 58.2857142857%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li .cont-p a.name {
  display: block;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 700;
}
.news-cont2 .news-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-cont2 .news-list li .cont-p .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.65rem 0 1.25rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .p1 {
    margin: 0.5rem 0 1rem;
  }
}
.news-cont2 .news-list li .cont-p a.more-xa {
  color: #0081CC;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  position: relative;
}
.news-cont2 .news-list li .cont-p a.more-xa::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0081CC;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.news-cont2 .news-list li .cont-p a.more-xa i {
  font-size: 0.75rem;
}
.news-cont2 .news-list li .cont-p a.more-xa:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-cont2 .news-list li:hover .data b {
  color: var(--color-zt);
  -webkit-text-stroke-color: var(--color-zt);
}

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

.show-news-content {
  padding: 1rem 0 4rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 0.5rem 0 2rem;
  }
}
.show-news-content .show-cont1 {
  width: 65.9285714286%;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 {
    width: 100%;
  }
}
.show-news-content .show-cont1 .fh-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1rem;
  border-color: #D9D9D9;
}
.show-news-content .show-cont1 .fh-more .jasx {
  background: #0081CC;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.show-news-content .show-cont1 .fh-more .jasx i {
  color: #fff;
  font-size: 1rem;
}
.show-news-content .show-cont1 .fh-more p {
  padding: 0 1.5rem 0 0.75rem;
  color: #808080;
}
.show-news-content .show-cont1 .fh-more:hover {
  border-color: #0081CC;
}
.show-news-content .show-cont1 .fh-more:hover .jasx {
  background: #fff;
}
.show-news-content .show-cont1 .fh-more:hover .jasx i {
  color: #0081CC;
}
.show-news-content .show-cont1 .fh-more:hover p {
  color: #fff;
}
.show-news-content .show-cont1 .title-a {
  color: #111111;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.125em;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .title-a {
    font-size: 1.65rem;
    padding: 1rem 0;
  }
}
.show-news-content .show-cont1 .data {
  color: #7E7E7E;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .data {
    font-size: 1rem;
  }
}
.show-news-content .show-cont1 .content {
  padding: 1.25rem 0;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .content {
    padding: 1rem 0;
  }
}
.show-news-content .show-cont1 .content img {
  width: 100%;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .show-news-content .show-cont1 .content img {
    border-radius: 1rem;
  }
}
.show-news-content .show-cont2 {
  width: 30.0714285714%;
}
.show-news-content .show-cont1 .content1{
  background: #f0f0f0;
  padding: 7% 18%;
  margin-top: 2rem;
}
.show-news-content .show-cont1 .content1 img{
  width: 100%;
}
@media (max-width: 768px) {
  .show-news-content .show-cont2 {
    display: none;
  }
  .show-news-content-solu .show-cont2 {
    display: block;
    width: 100%;
  } 
  .show-news-content .show-cont1 .content1{
    margin-top: 1rem;
  }
}
.show-news-content .show-cont2 .show-a2v1 {
  position: sticky;
  top: 8rem;
  margin-top: 6rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 {
  border: 1px solid #EAEAEA;
  text-align: center;
  padding: 2.5rem 5%;
  border-radius: 1.875rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.35em;
  margin-bottom: 0.65em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b {
  border-color: #F7F7F9;
  background: #F7F7F9;
  color: #8A8A8A;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .cont-xat{
  text-align: left;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.75em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .cont-xat .p{
  padding-left: 0.65em;
  position: relative;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .cont-xat .p::before{
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .cont-xat .tit{
 margin-bottom: 0.35rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b.ls{
  border-color: var(--color-zt);
  background: var(--color-zt);
  color: #fff;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b.ls::after{
  background: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b.ls:hover{
  color: var(--color-zt);
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b::after {
  background-color: var(--color-zt);
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b1 .more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 {
  border: 1px solid #EAEAEA;
  padding: 1.6rem 5% 2.25rem;
  margin-top: 1.6rem;
  border-radius: 1.875rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 .p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .inpt {
  margin-top: 1.25rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .inpt input {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: #949494;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 3.125rem;
  padding: 0 1.25em;
  font-weight: 500;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .inpt textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: #949494;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 1rem 1.25em;
  font-weight: 500;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 {
  margin-top: 1rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-content-solu .show-cont2 .show-a2v1{
    margin-top: 2rem;
  }
  .show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 p {
  color: #949494;
  font-size: 1rem;
  width: -webkit-calc(100% - 1.9rem);
  width: -moz-calc(100% - 1.9rem);
  width: calc(100% - 1.9rem);
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .msg-a3 p a {
  color: #0081CC;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .div_aghgha {
  margin-top: 1.5rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b2 form .div_aghgha .more-b {
  width: 100%;
  padding: 0;
  line-height: 3rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 {
  border: 1px solid #EAEAEA;
  padding: 1rem 5%;
  margin-top: 1.6rem;
  border-radius: 1.25rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share,.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share p,.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share1 p {
  margin-right: 0.5em;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share a {
  color: #323232;
  border: none;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  background: #F6F6F6;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share1 a{
  width: 2.1875rem;
}
.show-news-content .show-cont2 .show-a2v1 .show-a2b3 .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}

.solu-cont1 {
  /* background: #F7F7F9; */
}
.solu-cont1 .solu-a1v1 {
  padding: var(--nypand);
}
.solu-cont1 .solu-a1-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .solu-cont1 .solu-a1-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.solu-cont1 .solu-a1-list1 li {
  border-radius: 1.875rem;
  border: 1px solid #EAEAEA;
  background: #FFF;
  padding: 2rem 2.5rem;
}
@media (max-width: 768px) {
  .solu-cont1 .solu-a1-list1 li {
    border-radius: 1rem;
    padding: 1.5rem 2rem;
  }
}
.solu-cont1 .solu-a1-list1 li b {
  display: block;
  color: #EFEFEF;
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .solu-cont1 .solu-a1-list1 li b {
    font-size: 4rem;
  }
}
.solu-cont1 .solu-a1-list1 li .tit {
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 768px) {
  .solu-cont1 .solu-a1-list1 li .tit {
    font-size: 1.35rem;
  }
}
.solu-cont1 .solu-a1-list1 li .txt {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

.solu-cont2 {
  padding: 5.9375rem 0;
}
@media (max-width: 768px) {
  .solu-cont2 {
    padding: 2rem 0;
  }
}
.solu-cont2 .heng1 {
  margin-top: 1.5rem;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .solu-cont2 .heng1 {
    margin-top: 1rem;
    padding: 0;
  }
}

.sup-cont1 .sup-a1_list1 {
  /* background: #F7F7F9;
  padding: 2.5rem 3%;
  margin-top: 2.25rem; */
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list1 {
    margin-top: 1rem;
  }
}
.sup-cont1 .sup-a1_list1 li {
  width: 17.8571428571%;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list1 li {
    width: 48%;
    margin: 0.25rem 1%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.sup-cont1 .sup-a1_list1 li a {
  display: block;
  text-align: center;
  border: 1px solid #D9D9D9;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.85rem 0.1rem;
  background: #fff;
  border-radius: 2rem;
}
.sup-cont1 .sup-a1_list1 li.active a, .sup-cont1 .sup-a1_list1 li:hover a {
  background: #0081CC;
  color: #fff;
  border-color: #0081CC;
}
.sup-cont1 .sup-a1_list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  padding: 2.75rem 0 4.375rem;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding: 2rem 0;
  }
}
@media (max-width: 450px) {
  .sup-cont1 .sup-a1_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.sup-cont1 .sup-a1_list2 li {
  border-radius: 1.875rem;
  border: 1px solid #EAEAEA;
  padding: 2rem 7% 1.65rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list2 li {
    border-radius: 1.25rem;
    padding: 1.5rem 6% 1.35rem;
  }
}
.sup-cont1 .sup-a1_list2 li .tit {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.sup-cont1 .sup-a1_list2 li .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-top: 0.5rem;
}
.sup-cont1 .sup-a1_list2 li .xaz-more {
  text-align: right;
  display: block;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list2 li .xaz-more {
    font-size: 1rem;
  }
}
.sup-cont1 .sup-a1_list2 li .xaz-more:hover {
  color: var(--color-zt);
}
.sup-cont1 .sup-a1_list2 li .xaz-more i {
  font-size: 0.875rem;
  margin-right: 0.35rem;
}
@media (max-width: 768px) {
  .sup-cont1 .sup-a1_list2 li .xaz-more i {
    font-size: 1rem;
  }
}
.sup-cont1 .sup-a1_list2 li:hover {
  box-shadow: 0.3125rem 0.3125rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.sup-cont1 .ashx-cont {
  padding: 2rem 0 4rem;
}
@media (max-width: 768px) {
  .sup-cont1 .ashx-cont {
    padding: 1.5rem 0 2rem;
  }
}

.ashx-cont .tit-ka {
  color: #323232;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ashx-cont .tit-ka {
    font-size: 1.65rem;
  }
}
.ashx-cont .sup-a1_list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .ashx-cont .sup-a1_list3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .ashx-cont .sup-a1_list3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ashx-cont .sup-a1_list3 li {
  border-radius: 1.875rem;
  border: 1px solid #EAEAEA;
  padding: 2rem 5% 1.65rem;
  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-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #fff;
}
@media (max-width: 768px) {
  .ashx-cont .sup-a1_list3 li {
    border-radius: 1.25rem;
    padding: 1.5rem 6% 1.35rem;
  }
}
.ashx-cont .sup-a1_list3 li .img {
  width: 3.625rem;
}
.ashx-cont .sup-a1_list3 li .img img {
  width: 100%;
}
.ashx-cont .sup-a1_list3 li .cont-p {
  width: -webkit-calc(95% - 3.625rem);
  width: -moz-calc(95% - 3.625rem);
  width: calc(95% - 3.625rem);
}
.ashx-cont .sup-a1_list3 li .cont-p .tit {
  color: #323232;
  font-size: 1.125rem;
  font-weight: 600;
}
.ashx-cont .sup-a1_list3 li .cont-p .data {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.ashx-cont .sup-a1_list3 li .cont-p .xaz-more {
  color: #0081CC;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  margin-top: 0.65rem;
}
.ashx-cont .sup-a1_list3 li .cont-p .xaz-more + .xaz-more {
  margin-left: 1em;
}
.ashx-cont .sup-a1_list3 li .cont-p .xaz-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0081CC;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.ashx-cont .sup-a1_list3 li .cont-p .xaz-more i {
  font-size: 0.875rem;
  margin-right: 0.125rem;
}
.ashx-cont .sup-a1_list3 li .cont-p .xaz-more:hover::after {
  width: 100%;
}
.ashx-cont .sup-a1_list3 li:hover {
  box-shadow: 0.3125rem 0.3125rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.sup-cont2 {
  background: #F7F7F9;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .sup-cont2 {
    padding: 2rem 0;
  }
}
.sup-cont2 .sup-a2v1 {
  border-bottom: 1px solid #DDD;
}
@media (max-width: 768px) {
  .sup-cont2 .sup-a2v1 .asxja_list1 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.sup-cont2 .sup-a2v1 .asxja_list1 li {
  color: #8A8A8A;
  font-size: 1.35rem;
  line-height: 2.5em;
  position: relative;
}
@media (max-width: 768px) {
  .sup-cont2 .sup-a2v1 .asxja_list1 li {
    font-size: 1.125rem;
  }
}
.sup-cont2 .sup-a2v1 .asxja_list1 li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #0081CC;
}
.sup-cont2 .sup-a2v1 .asxja_list1 li + li {
  margin-left: 2.5em;
}
@media (max-width: 768px) {
  .sup-cont2 .sup-a2v1 .asxja_list1 li + li {
    margin-left: 1rem;
  }
}
.sup-cont2 .sup-a2v1 .asxja_list1 li.on {
  color: #0081CC;
}
.sup-cont2 .sup-a2v1 .asxja_list1 li.on::before {
  width: 100%;
}

.video-cont1 .hasxt-a {
  background: #F7F7F9;
  padding: 2.5rem 3%;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .video-cont1 .hasxt-a {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
  }
}
.video-cont1 .hasxt-a form .content select {
  width: 43.5114503817%;
  height: 3.45rem;
  border: 1px solid #D9D9D9;
  border-radius: 1.875rem;
  padding: 0 1em;
  line-height: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/dipus0422/uploads/20240423/da85ad38c51655f563da2695a4e997c5.svg") no-repeat 96% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
@media (max-width: 768px) {
  .video-cont1 .hasxt-a form .content select {
    width: 100%;
  }
}
.video-cont1 .hasxt-a form .content .cont-p {
  width: 54.1984732824%;
}
@media (max-width: 768px) {
  .video-cont1 .hasxt-a form .content .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.video-cont1 .hasxt-a form .content .cont-p input {
  width: 81.25%;
  border: 1px solid #D9D9D9;
  background: url("../images/ssk.svg") no-repeat 1.125em center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
  padding: 0 1em 0 3em;
  border-radius: 2rem;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .video-cont1 .hasxt-a form .content .cont-p input {
    width: 100%;
  }
}
.video-cont1 .hasxt-a form .content .cont-p button {
  width: 16.7613636364%;
  padding: 0;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .video-cont1 .hasxt-a form .content .cont-p button {
    width: 100%;
    margin-top: 1rem;
  }
}
.video-cont1 .asjhjx-asct .sp-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .video-cont1 .asjhjx-asct .sp-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 450px) {
  .video-cont1 .asjhjx-asct .sp-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 {
  overflow: hidden;
  /* border-radius: 1.125rem; */
}
@media (max-width: 768px) {
  .video-cont1 .asjhjx-asct .sp-list1 li .a1v1 {
    /* border-radius: 1rem; */
  }
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 .img {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 .img::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 .img img {
  width: 100%;
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-cont1 .asjhjx-asct .sp-list1 li .a1v1 .tcas {
  width: 4rem;
}
.video-cont1 .asjhjx-asct .sp-list1 li .tit {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 1rem 0;
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.pro-cont1 .pro-a1list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1list1 {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .pro-cont1 .pro-a1list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.pro-cont1 .pro-a1list1>li .img{
  background: #F7F7F9;
  border-radius: 3.125rem;
  padding: 17%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1list1>li .img{
    border-radius: 1.25rem; padding: 7%;
  }
}
.pro-cont1 .pro-a1list1>li a.cont-pa {
  display: block;
  text-align: center;
  padding: 2.5rem 1rem 0;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1list1>li a.cont-pa {
    padding: 2rem 1rem 0;
  }
}
.pro-cont1 .pro-a1list1>li a.cont-pa u {
  display: block;
  font-size: 0;
  padding: 0 12%;
  overflow: hidden;
}
.pro-cont1 .pro-a1list1>li a.cont-pa u img {
  width: 100%;
}
.pro-cont1 .pro-a1list1>li a.cont-pa .tit {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1list1>li a.cont-pa .tit {
    font-size: 1.35rem;
  }
}
.pro-cont1 .pro-a1list1>li a.cont-pa .asdjxa {
  color: #0081CC;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  margin-top: 0.5rem;
  position: relative;
}
.pro-cont1 .pro-a1list1>li a.cont-pa .asdjxa i {
  font-size: 0.75rem;
}
.pro-cont1 .pro-a1list1>li a.tit{
  display: block;
  color: rgba(0, 0, 0, 1);
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.78rem 0;
  font-weight: 500;
}
.pro-cont1 .pro-a1list1>li:hover .img{
  background: #fff;
  box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.06);
}
.pro-cont1 .pro-a1list1 .ashhx1{
  border-bottom: 1px solid #77777757;
}
.pro-cont1 .pro-a1list1 .ashhx1 li{
  border-top: 1px solid #77777757;
}
.pro-cont1 .pro-a1list1 .ashhx1 li .tit1{
  padding: 0.65em 0;
  cursor: pointer;
}
.pro-cont1 .pro-a1list1 .ashhx1 li .tit1 p{
  color: #121212bf;
  font-size: 1rem;
  line-height: 1.5em;
  width: 80%;
}
.pro-cont1 .pro-a1list1 .ashhx1 li.on .tit1 i{
  /* transform: scale(-1);  */
}
.pro-cont1 .pro-a1list1 .ashhx1 li .tit1 i{
  color: #121212bf;
  font-size: 1rem; line-height: 1.5em;
}
.pro-cont1 .pro-a1list1 .ashhx1 li .p1{
 color: #888;
 font-size: .875rem; line-height: 1.5em;
 padding-bottom: 1rem;
 display: none;
}
.pro-cont1 .pro-a1list1 .ashhx1 li .p1 a{
  position: relative;
  padding-left: 1em;
  display: block;color: #888;
}
.pro-cont1 .pro-a1list1 .ashhx1 li .p1 a:hover{
  color: var(--color-zt);
}
.pro-cont1 .pro-a1list1 .ashhx1 li .p1 a::before{
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
  width: 49.2857142857%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
    width: 100%;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup {
  position: relative;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 {
  position: relative;
  background: #F7F7F9;
  /* border-radius: 3.125rem; */
  --bk: 3.5rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .ashc-a{
  position: absolute;
  left: var(--bk);
  bottom: var(--bk);
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .ashc-a img{
  height: 3rem;
  margin-right: 0.5rem;
}

.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .imgtitle{
    text-align: center;
        color: #323232;
    font-size: 1.875rem;
    line-height: 1.5em;
    position: absolute;left: 0;
    right: 0;
    top: 0;
    font-weight: bold;
    top: 1rem;
    z-index: 2;
}
 .video-div{
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      width: 100%;
}
}
@media (max-width: 768px) {
    
    .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .imgtitle{
          font-size: 1.5rem;top: .8rem;
    }
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 {
    border-radius: 1rem;
    --bk: 2rem;
  }
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .ashc-a img{
    height: 2rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide {
  position: relative;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .img {
  padding: var(--bk);
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .img img {
  width: 100%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .fasta {
  width: 1.25rem;
  display: block;
  position: absolute;
  right: var(--bk);
  bottom: var(--bk);
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .swiper-slide .fasta img {
  width: 100%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div i {
  font-size: 2rem;
  color: #BCBCBC;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div i {
    font-size: 2rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div i:hover {
  color: #0081CC;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div.swiper-button-next1 {
  right: 4%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper6 .jt-gonga > div.swiper-button-prev1 {
  left: 4%;
}


.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast {
  margin-top: 1rem;
}.cp-show-img .xtast {
    padding: 0 2rem;
}


.cp-show-img .xtast   .swiper-button-prev1{
    position: absolute;
    left: 0;
     top: 50%;
    transform: translateY(-50%);


    
}.cp-show-img .xtast   .swiper-button-next1{
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);


    
}

.cp-show-img .xtast  .swiper-button-prev1 i{
    font-size: 1.5rem;
    color: #BCBCBC;
    font-weight: 700;

    
}.cp-show-img .xtast  .swiper-button-next1 i{
  font-size: 1.5rem;
    color: #BCBCBC;
    font-weight: 700;

    
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast .mySwiper61 {
    padding: 0 1px;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast .mySwiper61 .swiper-slide .img {
  background: #F7F7F9;
  padding: .5rem;
  /* border-radius: 1.25rem; */
  border: 1px solid #F7F7F9;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast .mySwiper61 .swiper-slide .img {
    /* border-radius: 1rem; */
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast .mySwiper61 .swiper-slide .img img {
  width: 100%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .xtast .mySwiper61 .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #0081CC;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
  width: 44.1428571429%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit1 {
  color: #323232;
  font-size: 1.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit1 {
    font-size: 1.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit2 {
  color: #0081CC;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit2 {
    font-size: 1.25rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p1 {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 {
    padding: 1.25rem 0 1rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 li {
  font-size: 1rem;
  line-height: 2em;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 li:nth-child(n+5) {
  display: none;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 li .tit {
  width: 35%;
  color: #222222;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .xsdjr1 li .con {
  width: 65%;
  color: #949494;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 a.more-xast {
  color: #0081CC;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 a.more-xast i {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.25rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .wejhxa {
  color: #222222;
  font-size: 1rem;
  line-height: 2em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .wejhxa {
    margin-top: 1rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst,.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst1 {
  margin-top: 0.65rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst1 li{
  width: auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid #f0f0f0;
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #666;
  cursor: pointer;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst1 li.active{
  background: #0081CC;
  color: #fff;
  border-color: #0081CC;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst li {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 0.5rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .ajsst li.active {
  border-color: #D1D1D1;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst {
  margin-top: 1rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as {
  width: 29.1262135922%;
  border: 1px solid #D9D9D9;
  border-radius: 2.5rem;
  padding: 0 1em;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as i {
  color: #DDDDDD;
  font-size: 1.25rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as input {
  text-align: center;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
          border: none;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as input[type=number]::-webkit-inner-spin-button,
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as input[type=number] {
  -moz-appearance: textfield;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .number-as input[type=number] {
  -ms-appearance: textfield;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst a.more-b {
  width: 67.4757281553%;
  text-align: center;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst1 {
  margin-top: 2rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst1 .list-payment li{
  width: 3rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst1 .list-payment li.list-payment__item1{
        border: .1rem solid #ededed;
    border-radius: .2rem;
    text-align: center;
    display: flex;
    align-content: center;
justify-content: center;
    padding: .4rem;
    height: 1.9rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst1 .list-payment li+li{
  margin-left: 0.75rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst1 .list-payment li svg{
  width: 100%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqstas1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqstas1 {
    margin-top: 1rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqstas1 .more-xta1 {
  color: #949494;
  font-size: 1rem;
  line-height: 2em;
  margin-right: 1.5rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqstas1 .more-xta1 i {
  font-size: 1.125rem;
  margin-right: 0.35rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqstas1 .more-xta1:hover {
  color: #0081CC;
}

.ggtcys {
  padding: 2.25rem;
}
@media (max-width: 768px) {
  .ggtcys {
    padding: 2.25rem 1.75rem;
  }
}
.ggtcys .carousel__button.is-close {
  top: 0.5rem;
  right: 0.5rem;
  color: #000;
  box-shadow: none;
}
.ggtcys .form-control {
  padding: 0.6rem 1em;
  height: -webkit-calc(1.5em + 1.2rem + 2px);
  height: -moz-calc(1.5em + 1.2rem + 2px);
  height: calc(1.5em + 1.2rem + 2px);
}
.ggtcys input, .ggtcys textarea {
  outline: none !important;
}
.ggtcys textarea {
  height: auto !important;
}
.ggtcys select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/haxt.svg) no-repeat 96% center;
  -o-background-size: 0.75rem auto;
     background-size: 0.75rem auto;
}

.fxtc-cont1 {
  max-width: 800px;
  width: 90%;
}
.fxtc-cont1 .tita {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.fxtc-cont1 .nov-copy {
  padding: 1rem 0;
}
.fxtc-cont1 .nov-copy input {
  width: 68%;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  padding: 0 1em;
  border-radius: 2rem;
  line-height: 3rem;
}
.fxtc-cont1 .nov-copy .btn {
  width: 30%;
  text-align: center;
  padding: 0;
  line-height: 3rem;
}
.fxtc-cont1 .social-share {
  margin-top: 0.25rem;
}
.fxtc-cont1 .social-share a {
  color: #323232;
  border: 1px solid #323232;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  background: #fff;
}
.fxtc-cont1 .social-share a:hover {
  color: #fff;
  background-color: #0081CC;
  border-color: #0081CC;
}

.fxtc-cont2 {
  max-width: 800px;
  width: 92%;
}
.fxtc-cont2 > .ta .tita {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.fxtc-cont2 > .ta p {
  color: #949494;
  font-size: 1rem;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
.fxtc-cont2 .form-horizontal {
  margin-top: 1.5rem;
}

.gong-form .form-control {
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.6rem 1em;
  height: -webkit-calc(1.5em + 1.2rem + 2px);
  height: -moz-calc(1.5em + 1.2rem + 2px);
  height: calc(1.5em + 1.2rem + 2px);

  font-weight: 500;
}
.gong-form .form-control:focus {
  border-color: #0081CC;
  box-shadow: none;
}
.gong-form input.form-control {
  height: auto;
  line-height: 1.75em;
}
.gong-form textarea.form-control {
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}
.gong-form input, .gong-form textarea {
  outline: none !important;
}
.gong-form input[type=checkbox] {
  width: auto;
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
  margin-top: 0 !important;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .gong-form input[type=checkbox] {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.gong-form .form-check {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  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;
  margin-top: 1rem;
}
.gong-form label {
  margin-bottom: 0;
}
.gong-form textarea {
  height: auto !important;
}
.gong-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/haxt.svg) no-repeat 96% center;
  -o-background-size: 0.75rem auto;
     background-size: 0.75rem auto;
}
.gong-form button {
  width: 100%;
  padding: 0.54rem 0.75rem;
  line-height: 1.5em;
}

.show-faq-content {
  padding: 1rem 0 3rem;
}
@media (max-width: 768px) {
  .show-faq-content {
    padding: 1rem 0 2rem;
  }
}
.show-faq-content .cont-asxr {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-faq-content .cont-asxr {
    margin-top: 1rem;
  }
}
.show-faq-content .cont-asxr .tit {
  color: #323232;
  font-size: 1.25rem;
  font-weight: 500;
}
.show-faq-content .cont-asxr .titat1 {
  font-size: 1.75rem;
  color: #323232;
  font-weight: 700;
  padding: 0.35rem 0 1rem;
}
@media (max-width: 768px) {
  .show-faq-content .cont-asxr .titat1 {
    font-size: 1.5rem;
  }
}

.faq-list {
  padding: 1rem 0;
}
.faq-list li {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.25rem 0;
}
.faq-list li .dt {
  color: #323232;
  font-size: 1.125rem;
  font-weight: 500;
  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;
  cursor: pointer;
}
.faq-list li .dt p {
  width: 85%;
}
.faq-list li .dt i {
  font-size: 1.125rem;
}
.faq-list li .wehha-job {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  display: none;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

.cp-show-cont2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 {
    margin-top: 1.5rem;
  }
}
.gd-body{
  overflow: visible;
}
.cp-show-cont2 .cp-show-sort1 {
  border-bottom: 1px solid #DDDDDD;
  position: sticky;
  top: var(--head-height);
  background: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-sort1 {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
            display: none;
  }
}
.cp-show-cont2 .cp-show-sort1 li {
  padding: 0 1em;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-sort1 li {
    width: 48%;
    padding: 0;
  }
}
.cp-show-cont2 .cp-show-sort1 li a {
  display: block;
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-sort1 li a {
    padding: 0.35rem 0;
  }
}
.cp-show-cont2 .cp-show-sort1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.cp-show-cont2 .cp-show-sort1 li:hover a {
  color: #0081CC;
}
.cp-show-cont2 .cp-show-sort1 li:hover a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cp-show-cont2 .cp-show-ast1 .gt-tit {
  color: #000000;
  font-size: 2rem;
  line-height: 1.5em;
  text-transform: capitalize;
}

 .gt-tit2 {
  color: #000000;
  font-size: 2rem;
  line-height: 1.5em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .gt-tit {
    font-size: 1.125rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 {
    margin-top: 1.25rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 {
    margin-top: 1.25rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li {
  margin-top: 1rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .img {
  width: 49.2857142857%;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .img img {
  width: 100%;
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .contp {
  width: 44.4285714286%;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .contp {
    width: 100%;
    margin-top: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .contp .tit {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .contp .tit {
    font-size: 1.25rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .contp{
  margin-top: 0.35em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li .contp p,.cp-show-cont2 .cp-show-ast1 .cont-as1 .contp,.cp-show-cont2 .cp-show-ast1 .cont-as1{
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.65em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as1 .dast1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as2 {
    margin-top: 1.5rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as2 table {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as2 table {
    margin-top: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as2 table tr td {
  border-color: #EFEFEF;
  color: #949494;
  font-size: 1.125rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as2 table tr td:nth-child(1) {
  background: #F7F7F9;
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 {
    margin-top: 1.5rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  padding: 1.5rem 0 0;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 450px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li {
  border: 1px solid #EAEAEA;
  padding: 2rem 7% 1.65rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li {
    padding: 1.5rem 6% 1.35rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .tit {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-top: 0.5rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .xaz-more {
  text-align: right;
  display: block;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .xaz-more {
    font-size: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .xaz-more:hover {
  color: var(--color-zt);
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .xaz-more i {
  font-size: 0.875rem;
  margin-right: 0.35rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li .xaz-more i {
    font-size: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as3 .sup-a1_list2 li:hover {
  box-shadow: 0.3125rem 0.3125rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as4 {
    margin-top: 2rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 {
  margin-top: 1.25rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 {
  overflow: hidden;
  /* border-radius: 1.125rem; */
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 {
    /* border-radius: 1rem; */
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 .img {
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 .img img {
  width: 100%;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 .tcas {
  width: 3.625rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .a1v1 .tcas img {
  width: 100%;
}
.cp-show-cont2 .cp-show-ast1 .cont-as4 .mySwiper7 .swiper-slide .tit {
  text-align: center;
  padding: 1rem 0;
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as5 {
    margin-top: 1.5rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb1 {
  margin-top: 0.5rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb1 p {
  color: #524F53;
  font-size: 1.125rem;
  margin-left: 1em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 {
  margin-top: 0.75rem;
  /* display: none; */
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 {
  width: 33.5714285714%;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .titax1 {
  color: #524F53;
  font-size: 1rem;
  line-height: 1.5em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa {
  margin-top: 1rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li {
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li {
    margin-top: 0;
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as1 {
  color: #949494;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
  width: 4rem;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as1 b {
  font-weight: 500;
  margin-right: 0.5em;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as2 {
  /* background: #F7F7F9;
  width: -webkit-calc(95% - 7.2rem);
  width: -moz-calc(95% - 7.2rem);
  width: calc(95% - 7.2rem);
  height: 1.1875rem;
  border-radius: 0.625rem; */
  position: relative;
  overflow: hidden;
  width: calc(70% - 7.2rem);
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as2 i{
  color: #0081CC;font-size: 1.375rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as2 {
    /* height: 1rem; */
  }
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as2 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #0081CC;
  height: 100%;
}
.cp-show-cont2 .cp-show-ast1 .cont-as5 .cont-asb2 .cont-asb2c1 .sdhxa li .as3 {
  width: 3.2rem;
  color: #949494;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: right;
}

.xx i {
  font-size: 1.375rem;
}
.xx i.icon-Frame {
  color: #EAEAEA;
}
.xx i.icon-Vector {
  color: #0081CC;
}

.cp_as-titxl {
  background: #F7F7F9;
  padding: 0 1em;
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .cp_as-titxl {
    margin-top: 1.5rem;
  }
}
.cp_as-titxl .tit {
  width: auto;
  color: #524F53;
}
.cp_as-titxl .werhcxsa {
  color: #524F53;
}
.cp_as-titxl .werhcxsa select {
  width: auto;
  height: 2.5rem;
  border: none;
  padding: 0 1.5em 0 0.25em;
  line-height: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/dipus0422/uploads/20240423/da85ad38c51655f563da2695a4e997c5.svg") no-repeat 96% center;
  -o-background-size: 0.75rem auto;
  background-size: 0.75rem auto;
  font-weight: 500;
  color: #524F53;
}
.cp_as-titxl .werhcxsa select option {
  font-size: 1rem;
}

.cp_as-titxlas {
  border-bottom: 1px solid #F7F7F9;
  margin-top: 1rem;
}
.cp_as-titxlas .wehxa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25rem;
  background: #F7F7F9;
}
.cp_as-titxlas select {
  width: auto;
  height: 2.5rem;
  border: none;
  padding: 0 1.5em 0 0.25em;
  line-height: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/dipus0422/uploads/20240423/da85ad38c51655f563da2695a4e997c5.svg") no-repeat 96% center;
  -o-background-size: 0.75rem auto;
  background-size: 0.75rem auto;
  font-weight: 500;
  color: #524F53;
}
.cp_as-titxlas select option {
  font-size: 1rem;
}

.pl-cont-p {
  margin-top: 1.5rem;
}
.pl-cont-p > li {
  padding: 1.4063rem 0;
}
@media (max-width: 768px) {
  .pl-cont-p > li {
    padding: 0.75rem 0;
  }
}
.pl-cont-p > li .pl-cont1 {
  width: 14.6428571429%;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #959595;
}
@media (max-width: 768px) {
  .pl-cont-p > li .pl-cont1 {
    width: 100%;
  }
}
.pl-cont-p > li .pl-cont1 div {
  color: #524F53;
}
.pl-cont-p > li .pl-cont2 {
  width: 84.4285714286%;
}
@media (max-width: 768px) {
  .pl-cont-p > li .pl-cont2 {
    width: 100%;
    margin-top: 0.65rem;
  }
}
.pl-cont-p > li .pl-cont2 .pf span {
  color: #524F53;
  font-size: 1.125rem;
  margin-left: 1em;
}
.pl-cont-p > li .pl-cont2 .tit {
  color: #524F53;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.pl-cont-p > li .pl-cont2 .p {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-top: 0.35rem;
}
.pl-cont-p > li .pl-cont2 .ashx_lit li {
  margin-top: 1rem;
  width: 7.0625rem;
  margin-right: 1rem;
}
.pl-cont-p > li .pl-cont2 .ashx_lit li img {
  width: 100%;
}
.pl-cont-p > li .pl-cont2 .text-list1 {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-top: 1rem;
}
.pl-cont-p > li .pl-cont2 .text-list1 i {
  display: inline-block;
  font-size: 0;
  width: 1.875rem;
  vertical-align: middle;
}
.pl-cont-p > li .pl-cont2 .text-list1 i img {
  width: 100%;
}
.pl-cont-p > li .pl-cont2 .text-list2 {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.pl-cont-p > li .pl-cont2 .text-list2 span {
  display: inline-block;
  width: 3.125rem;
  height: 1.5625rem;
  background: #F7F7F9;
  position: relative;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.pl-cont-p > li .pl-cont2 .text-list2 span img {
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cp-show-cont3 {
  background: #F7F7F9;
  padding: 5rem 0 3.3125rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cp-show-cont3 {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.cp-show-cont3 .mySwiper7 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .cp-show-cont3 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.cp-show-cont3 .mySwiper7 .swiper-slide a.img {
  display: block;
}
.cp-show-cont3 .mySwiper7 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  padding: 6%;
  background: #FFF;
  box-shadow: 0.3125rem 0.3125rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  /* border-radius: 1.875rem; */
  overflow: hidden;
}
.cp-show-cont3 .mySwiper7 .swiper-slide a.img u img {
  width: 100%;
}
.cp-show-cont3 .mySwiper7 .swiper-slide a.img .tit {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1rem;
}

.cp-show-cont4 {
  padding: 5.375rem 0;
}
@media (max-width: 768px) {
  .cp-show-cont4 {
    padding: 2rem 0;
  }
}
.cp-show-cont4 .ahxha-list1 {
  padding: 0 5%;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 {
    margin-top: 0;
    padding: 0;
  }
}
.cp-show-cont4 .ahxha-list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1.5rem;
  }
}
.cp-show-cont4 .ahxha-list1 li a.imga {
  display: block;
}
.cp-show-cont4 .ahxha-list1 li a.imga u {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 li a.imga u {
    width: 4rem;
  }
}
.cp-show-cont4 .ahxha-list1 li a.imga u img {
  width: 100%;
}
.cp-show-cont4 .ahxha-list1 li a.imga .tit {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 li a.imga .tit {
    font-size: 1.125rem;
  }
}
.cp-show-cont4 .ahxha-list1 li a.imga .more-asd {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  border: 1px solid #626262;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 li a.imga .more-asd {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cp-show-cont4 .ahxha-list1 li a.imga .more-asd i {
  color: #626262;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .ahxha-list1 li a.imga .more-asd i {
    font-size: 1rem;
  }
}
.cp-show-cont4 .ahxha-list1 li:hover a.imga u img {
  -webkit-filter: invert(51%) sepia(55%) saturate(6733%) hue-rotate(182deg) brightness(93%) contrast(101%);
          filter: invert(51%) sepia(55%) saturate(6733%) hue-rotate(182deg) brightness(93%) contrast(101%);
}
.cp-show-cont4 .ahxha-list1 li:hover a.imga .tit {
  color: #0081CC;
}
.cp-show-cont4 .ahxha-list1 li:hover a.imga .more-asd {
  border-color: #0081CC;
  background: #0078C7;
}
.cp-show-cont4 .ahxha-list1 li:hover a.imga .more-asd i {
  color: #fff;
}

.fxtc-cont3 {
  padding: 0;
  width: 72.9166666667%;
}
@media (max-width: 768px) {
  .fxtc-cont3 {
    width: 92%;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 {
  width: 30.7142857143%;
  padding: 1.625rem;
  background: #0081CC;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 {
    width: 100%;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .img {
  padding: 5%;
  background: #FFFFFF;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .img {
    border-radius: 1rem;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .img img {
  width: 100%;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .p {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.125em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .p {
    font-size: 1.25rem;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .p .p1 {
  font-size: 1.625rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b1 .p .p1 {
    font-size: 1.35rem;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 {
  width: 69.2857142857%;
  padding: 2.5rem 4.5%;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .tit1 {
  color: #262626;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .tit1 {
    font-size: 1.8rem;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .ftit {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a {
  color: #808080;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dt {
  font-weight: 500;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg1 {
  margin: 1.3rem 0;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg1 {
    margin: 0.5rem 0;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg1 dt {
  margin-right: 1.5em;
  font-weight: 500;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg1 dd .xx {
  margin-right: 1em;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg1 dd .xx i {
  background: #B4B4B4;
  color: #fff;
  width: 1.5625rem;
  line-height: 1.5625rem;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.3125rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd {
  border: 1px solid #E1E1E0;
  border-radius: 1.8rem;
  overflow: hidden;
  background: #fff;
  margin-top: 0.6rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd textarea {
  width: 100%;
  border: none;
  padding: 1rem 1.25rem;
  font-size: 1rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd .wejza {
  padding: 0.6875rem 1.25rem;
  border-top: 1px solid #E1E1E0;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd .wejza a.a {
  background: #0081CC;
  font-size: 1.125rem;
  line-height: 1.875rem;
  border-radius: 2rem;
  padding: 0 1em;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #0081CC;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd .wejza a.a:hover {
  background: #fff;
  color: #0081CC;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg2 dd .wejza p {
  margin-left: 1em;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #A8A8A8;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg3 {
  margin-top: 1rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg3 p {
  margin-right: 1em;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg3 .annurt a {
  display: inline-block;
  background: #F7F7F9;
  font-size: 0.875rem;
  border: 1px solid #D9D9D9;
  line-height: 1.6rem;
  border-radius: 2rem;
  text-align: center;
  color: #808080;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0.25rem 1.5rem 0.15rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-a dl.msg3 .annurt a:hover {
  background: #0081CC;
  border-color: #0081CC;
  color: #fff;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-b .msb {
  border-bottom: 1px solid #EBEBEB;
  color: #808080;
  font-size: 1rem;
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-b > div {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-b > div {
    padding: 1rem 0;
  }
}
.fxtc-cont3 .fxtc-a3v1 .fxtc-a3b2 .my-b input {
  width: 100%;
}

/* 购物车 */
.show-xw-body .m-bm-head .m-bm-head-box {
  border-bottom: 1px solid #f0f0f0;
}

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

.shopping-cont1 {
  padding: 4.875rem 0 4rem;
}
@media (max-width: 768px) {
  .shopping-cont1 {
    padding: 2rem 0;
  }
}
.shopping-cont1 .gwc-sort1 {
  background: #F7F7F9;
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.85rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .shopping-cont1 .gwc-sort1 {
    display: none;
  }
}
.shopping-cont1 .gwc-list1 li {
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .shopping-cont1 .gwc-list1 li {
    border: 1px solid #D9D9D9;
    padding: 1rem;
  }
  .shopping-cont1 .gwc-list1 li + li {
    margin-top: 1.5rem;
  }
}
.shopping-cont1 .gwc-list1 li .row {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C4948;
  font-size: 1rem;
}
.shopping-cont1 .gwc-list1 .cart__remove i {
  color: #848281;
  font-size: 1.25rem;
}
.shopping-cont1 .gwc-list1 .cart__remove:hover i {
  color: #0081CC;
}
.shopping-cont1 .gwc-list1 .ashe-cont .ashe-img {
  width: 31.6831683168%;
}
.shopping-cont1 .gwc-list1 .ashe-cont .ashe-img img {
  width: 100%;
}
.shopping-cont1 .gwc-list1 .ashe-cont .texta {
  width: 60.8910891089%;
  color: #848281;
  font-size: 0.875rem;
  line-height: 1.75em;
}
.shopping-cont1 .gwc-list1 .ashe-cont .texta b {
  display: block;
  font-weight: 700;
}
.shopping-cont1 .gwc-list1 .number-as {
  width: 80%;
  border: 1px solid #D9D9D9;
  border-radius: 2.5rem;
  padding: 0.65rem 1em;
  margin: 0 auto;
}
.number-as input {
  border: none;
  padding: 0;
  line-height: 1.1;
  height: calc(1.1em + .75rem + 2px);
}
.number-as .btn {
  color: #DDDDDD;
  font-size: 1.25rem;
  padding: 0;
  height: 100%;
  line-height: 100%;
}
@media (max-width: 768px) {
  .shopping-cont1 .gwc-list1 .number-as {
    margin: 1rem auto;
  }
  .number-as .btn{
    font-size: 1.125rem;
  }
}
.shopping-cont1 .gwc-list1 .number-as i {
  color: #DDDDDD;
  font-size: 1.25rem;
}
.shopping-cont1 .gwc-list1 .number-as input {
  text-align: center;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
          border: none;
}
.shopping-cont1 .gwc-list1 .number-as input[type=number]::-webkit-inner-spin-button,
.shopping-cont1 .gwc-list1 .number-as input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopping-cont1 .gwc-list1 .number-as input[type=number] {
  -moz-appearance: textfield;
}
.shopping-cont1 .gwc-list1 .number-as input[type=number] {
  -ms-appearance: textfield;
}
.shopping-cont1 a.more-b {
  width: 45.7142857143%;
}
@media (max-width: 768px) {
  .shopping-cont1 a.more-b {
    width: auto;
    margin-top: 1.5rem;
  }
}
.xuanza label input{
  margin-top: 0 !important;
  margin-right: 0.25rem;
}
.logo-txt {
  color: #323232;
  font-size: 1.875rem;
}
@media (max-width: 990px) {
  .logo-txt {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .logo-txt {
    font-size: 1.5rem;
  }
}
.layui-layer-page{
  /* width: 100%;
  max-width: 700px; */
}

.masixta {
  position: relative;
}
.masixta .maxt {
  color: #808080;
  font-size: 0.75rem;
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
}
.masixta select.form-control {
  padding: 1.5rem 1.5em 0.5rem;
  height: -webkit-calc(1.5em + 2.25rem + 2px);
  height: -moz-calc(1.5em + 2.25rem + 2px);
  height: calc(1.5em + 2.25rem + 2px);
}

.shopping-yscont1 {
  min-height: -webkit-calc(100vh - var(--head-height));
  min-height: -moz-calc(100vh - var(--head-height));
  min-height: calc(100vh - var(--head-height));
}
.shopping-yscont1 .shopping-ysca1 {
  padding: 2rem 3.125%;
  width: 50%;
  padding-left: var(--cbasta);
}
.masixta2{
  color: #808080;
  font-size: 1rem;
  margin-top: 1rem;
}
.masixta2 select{
  margin-top: 0 !important;
}
.masixta2 .form-control-static a{
  color: #0081CC !important;
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca1 {
    width: 100%;
    padding: 2rem var(--cbasta);
  }
  .masixta1{
    margin-top: 1rem;
  }
  .masixta1 label{
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
  }
  .masixta2 select{
    margin-top: 1rem !important;
  }
}
.shopping-yscont1 .shopping-ysca1 .gong-form .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca1 .gong-form .tit {
    font-size: 1.35rem;
  }
}
.shopping-yscont1 .shopping-ysca1 .gong-form input, .shopping-yscont1 .shopping-ysca1 .gong-form select {
  margin-top: 1rem;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax {
    margin-top: 1.25rem;
  }
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax .xuanza dl {
  border: 1px solid #D9D9D9;
  background: transparent;
  padding: 0.75rem 1em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 3rem;
  margin-top: 1rem;
  cursor: pointer;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax .xuanza dl dt {
  font-weight: 500;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax .xuanza dl dd span {
  margin-left: 1em;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax .xuanza dl dd span img{
  height: 1.25rem;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .xuanztax .xuanza dl.active {
  border: 1px solid #0081CC;
  background: #F0F5FF;
}
.shopping-yscont1 .shopping-ysca1 .gong-form .hwexas {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca1 .gong-form .hwexas {
    margin-top: 1.25rem;
  }
}
.shopping-yscont1 .shopping-ysca1 .gong-form .hwexas a.more-b {
  width: 100%;
  text-align: center;
}
.shopping-yscont1 .shopping-ysca2 {
  padding: 1rem 2.2916666667%;
  background: #F7F7F9;
  width: 50%;
  border-left: 1px solid #DCDCDC;
  padding-right: var(--cbasta);
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca2 {
    width: 100%;
    border-left: none;
    padding: 2rem var(--cbasta) 3rem;
  }
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li {
  padding: 1.35rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .img {
  width: 22.1712538226%;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .img > div {
  border: 1px solid #DCDCDC;
  background: #FFF;
  overflow: hidden;
  padding: 4%;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .img img {
  width: 100%;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p {
  width: 73.3944954128%;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .tit {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .fitt {
  color: #858585;
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 0.25rem;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .fitt p {
  margin-right: 1em;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa {
    margin-top: 1rem;
  }
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as {
  width: 6.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 2.5rem;
  padding: 0.4em 0.75em;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as i {
  color: #DDDDDD;
  font-size: 1rem;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as input {
  text-align: center;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: transparent;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as input[type=number]::-webkit-inner-spin-button,
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as input[type=number] {
  -moz-appearance: textfield;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .number-as input[type=number] {
  -ms-appearance: textfield;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .cart__remove i {
  color: #848281;
  font-size: 1.125rem;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list1 li .cont-p .wehxa .cart__remove i:hover {
  color: var(--color-zt);
}
.shopping-yscont1 .shopping-ysca2 .gwc-list2 li {
  border-bottom: none;
}
.shopping-yscont1 .shopping-ysca2 .gwc-list2 li .cont-p .fitt p {
  margin-right: 0;
}

.gong-tanc1 {
  width: 20.5729166667%;
  height: 100vh;
  min-width: 395px;
}
@media (max-width: 768px) {
  .gong-tanc1 {
    width: 100% !important;
  }
}
.gong-tanc1 .layui-layer-content::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 10px;
}
.gong-tanc1 .layui-layer-content::-webkit-scrollbar {
  width: 8px;
}
.gong-tanc1 .layui-layer-content::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.gong-tanc1 .layui-layer-setwin {
  top: 1.25rem;
  right: 1rem;
}
.gong-tanc1 .layui-layer-setwin span {
  width: auto;
  height: auto;
  font-size: 1.25rem;
}
.gong-tanc1 .layui-layer-setwin .layui-layer-close2 {
  background: none;
  color: #333;
  padding: 0;
  border: none;
  border-radius: 0;
  position: static;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.gong-tanc1 .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gong-tanc1 .tita1 {
  padding: 1rem 6%;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
}
.gong-tanc1 .tita2 {
  background: #F2F2F2;
  padding: 1rem 6%;
}
.gong-tanc1 .tita2 i {
  display: block;
  width: 1.25rem;
}
.gong-tanc1 .tita2 i img {
  width: 100%;
}
.gong-tanc1 .tita2 p {
  color: #858585;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.gong-tanc1 .tita2 p span {
  color: #000000;
}
.gong-tanc1 .cont-pasz {
  padding: 0 6%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.5rem 0;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .img {
  width: 33.6257309942%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .img > div {
  padding: 7%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .img img {
  width: 100%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p {
  width: 61.6959064327%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .tit {
  color: #848281;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35em;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .wehxa {
  margin-top: 0.25rem;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .wehxa .fitt {
  color: #848281;
  font-size: 0.75rem;
  line-height: 1.5em;
  width: 80%;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .wehxa .cart__remove i {
  color: #848281;
  font-size: 0.875rem;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .wehxa .cart__remove i:hover {
  color: var(--color-zt);
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as {
  width: 6.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 2.5rem;
  padding: 0.4em 0.75em;
  margin-top: 0.25rem;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as i {
  color: #DDDDDD;
  font-size: 1rem;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as input {
  text-align: center;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: transparent;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as input[type=number]::-webkit-inner-spin-button,
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as input[type=number] {
  -moz-appearance: textfield;
}
.gong-tanc1 .cont-pasz .gwc-list1 li .cont-p .number-as input[type=number] {
  -ms-appearance: textfield;
}
.gong-tanc1 .cont-pasz .form-check {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  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;
  margin-top: 0.65rem;
  padding-left: 0;
}
.gong-tanc1 .cont-pasz .form-check input {
  margin-right: 0.35rem;
}
.gong-tanc1 .cont-pasz .hwexas {
  margin-top: 1rem;
}
.gong-tanc1 .cont-pasz .hwexas .more-b {
  width: 100%;
  text-align: center;
  padding: 1rem 1.75rem;
}
.gong-tanc1 .gwckong {
  padding: 4.0625rem 6% 2rem;
  text-align: center;
  border-top: 1px solid #F2F2F2;
}
.gong-tanc1 .gwckong i {
  color: #323232;
  font-size: 2.2rem;
}
.gong-tanc1 .gwckong p {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
.gong-tanc1 .gwckong .hwexas {
  margin-top: 1rem;
}
.gong-tanc1 .gwckong .hwexas .more-b {
  width: 100%;
  text-align: center;
  padding: 1rem 1.75rem;
}

.login-cont1 {
  padding: 5.75rem 0;
}
.login-cont1 .login-a1v1 .gong-form a.google-dl {
  border: 2px solid #151515;
  padding: 0.6rem 1em;
  border-radius: 2rem;
}
.login-cont1 .login-a1v1 .gong-form a.google-dl i {
  display: block;
  font-size: 0;
  width: 1.125rem;
}
.login-cont1 .login-a1v1 .gong-form a.google-dl i img {
  width: 100%;
}
.login-cont1 .login-a1v1 .gong-form a.google-dl p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.75em;
  margin-left: 0.5em;
}
.login-cont1 .login-a1v1 .gong-form .p1 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1rem 0;
}
.login-cont1 .login-a1v1 .gong-form .cont-sd .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  color: #C3C3C3;
  font-size: 1.45rem;
  line-height: 1.75em;
  padding: 0.35rem 1em;
}
.login-cont1 .login-a1v1 .gong-form .msxt {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.login-cont1 .login-a1v1 .gong-form .msxt:hover {
  color: #0081CC;
}
.login-cont1 .login-a1v1 .gong-form .form-check-a label {
  color: #808080;
  font-size: 0.875rem;
}
.login-cont1 .login-a1v1 .gong-form .form-check-a label a {
  color: #808080;
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
}
.login-cont1 .login-a1v1 .gong-form .form-check-a label a:hover {
  color: #0081CC;
}
.login-cont1 .login-a1v1 .gong-form .hwexas .more-b1 {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  padding: 1rem 1.75rem;
}
.login-cont1 .login-a1v1 .gong-form .hwexas p {
  text-align: center;
  margin-top: 1rem;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.login-cont1 .login-a1v1 .gong-form .hwexas p a {
  color: #0081CC;
}
.login-cont1 .login-a1v2 {
  margin-top: 2rem;
}
.login-cont1 .login-a1v2 .gong-form a.google-dl {
  border: 1px solid #D9D9D9;
  padding: 0.6rem 1em;
  border-radius: 2rem;
  opacity: 0.6;
}
.login-cont1 .login-a1v2 .gong-form a.google-dl i {
  display: block;
  font-size: 0;
  width: 1.125rem;
}
.login-cont1 .login-a1v2 .gong-form a.google-dl i img {
  width: 100%;
}
.login-cont1 .login-a1v2 .gong-form a.google-dl p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.75em;
  margin-left: 0.5em;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li {
  border-top: 1px solid #E7E7E7;
  padding-top: 1rem;
  margin-top: 2rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .tit {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li input {
  margin-top: 1rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .p1 {
  color: #808080;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .more-b {
  width: 10rem;
  margin: 1.25rem auto 0;
  display: block;
  text-align: center;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta {
  position: relative;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta .maxt {
  color: #808080;
  font-size: 0.75rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input::-webkit-input-placeholder {
  color: transparent;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:-moz-placeholder {
  color: transparent;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input::-moz-placeholder {
  color: transparent;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:-ms-input-placeholder {
  color: transparent;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input::placeholder {
  color: transparent;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:-moz-placeholder-shown) {
  padding: 1rem 1em 0.2rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:-ms-input-placeholder) {
  padding: 1rem 1em 0.2rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:focus, .login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:placeholder-shown) {
  padding: 1rem 1em 0.2rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:-moz-placeholder-shown) ~ label {
  top: 0.25rem;
  -moz-transform: translateY(0);
       transform: translateY(0);
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:-ms-input-placeholder) ~ label {
  top: 0.25rem;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:focus ~ label, .login-cont1 .login-a1v2 .gong-form .xhas_sd li .masixta input:not(:placeholder-shown) ~ label {
  top: 0.25rem;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .cuana .form-check {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
.login-cont1 .login-a1v2 .gong-form .xhas_sd li .cuana .form-check input {
  margin-top: 0;
}

.forgotten-cont1 {
  padding: 12rem 0 10rem;
}
@media (max-width: 768px) {
  .forgotten-cont1 {
    padding: 10rem 0;
  }
}
.forgotten-cont1 .forgotten-a1v1 {
  text-align: center;
}
.forgotten-cont1 .forgotten-a1v1 .tit {
  color: #4C4948;
  font-size: 2.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .forgotten-cont1 .forgotten-a1v1 .tit {
    font-size: 2rem;
  }
}
.forgotten-cont1 .forgotten-a1v1 .p {
  color: #858585;
  font-size: 1rem;
  line-height: 1.35em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .forgotten-cont1 .forgotten-a1v1 .p {
    margin-top: 0.75rem;
  }
}
.forgotten-cont1 .forgotten-a1v1 form {
  padding: 0 10%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .forgotten-cont1 .forgotten-a1v1 form {
    padding: 0;
    margin-top: 0.75rem;
  }
}
.forgotten-cont1 .forgotten-a1v1 form .col-md-12 {
  margin-top: 1rem;
}
.forgotten-cont1 .forgotten-a1v1 form .hwexas a.more-b1 {
  width: 100%;
}

.fxtc-cont1 .fxtc-a1v1 {
  text-align: center;
}
.fxtc-cont1 .fxtc-a1v1 i {
  color: #0081CC;
  font-size: 2rem;
}
.fxtc-cont1 .fxtc-a1v1 .p {
  color: #858585;
  font-size: 1rem;
  line-height: 1.35em;
  margin: 0.75rem 0 1.5rem;
}
.fxtc-cont1 .fxtc-a1v1 .p span {
  color: #0081CC;
}
.fxtc-cont1 .fxtc-a1v1 .more-b {
  width: 80%;
}

.personal {
  background: #F6F6F6;
}
.personal .personalas li {
  padding: 0 2.5em;
}
@media (max-width: 768px) {
  .personal .personalas li {
    padding: 0 0.5rem;
  }
}
.personal .personalas li a {
  display: block;
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .personal .personalas li a {
    padding: 1rem 0;
  }
}
.personal .personalas li.active a, .personal .personalas li:hover a {
  color: #0081CC;
}

.order-cont1 {
  padding: 4.1875rem 0 3rem;
}
@media (max-width: 768px) {
  .order-cont1 {
    padding: 2rem 0;
  }
}
.order-cont1 .order-a1v1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .order-list1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .order-list1 li {
    padding: 0.15rem 0.5rem;
  }
}
.order-cont1 .order-a1v1 .order-list1 li + li {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .order-list1 li + li {
    margin-left: 0;
  }
}
.order-cont1 .order-a1v1 .order-list1 li a {
  display: block;
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.25rem 0;
}
.order-cont1 .order-a1v1 .order-list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0081CC;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.order-cont1 .order-a1v1 .order-list1 li:hover a {
  color: #0081CC;
}
.order-cont1 .order-a1v1 .order-list1 li:hover a::after {
  width: 100%;
}
.order-cont1 .order-a1v1 .cont-p {
  width: 37.1428571429%;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.order-cont1 .order-a1v1 .cont-p input {
  width: -webkit-calc(98% - 6.25rem);
  width: -moz-calc(98% - 6.25rem);
  width: calc(98% - 6.25rem);
  border: 1px solid #D9D9D9;
  background: url("../images/ssk.svg") no-repeat 1.125em center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
  padding: 0 1em 0 3em;
  border-radius: 2rem;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .cont-p input {
    width: 100%;
  }
}
.order-cont1 .order-a1v1 .cont-p button {
  width: 6.25rem;
  padding: 0;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v1 .cont-p button {
    width: 100%;
    margin-top: 1rem;
  }
}
.order-cont1 .order-a1v2 {
  margin-top: 1.5rem;
}
.order-cont1 .order-a1v2 p {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1rem;
}
.order-cont1 .order-a1v2 select {
  width: auto;
  height: 3rem;
  padding: 0 3rem 0 1.25rem;
  line-height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/dipus0422/uploads/20240423/da85ad38c51655f563da2695a4e997c5.svg") no-repeat 75% center #F6F6F6;
  border: 1px solid #ECECEC;
  -o-background-size: 0.75rem auto;
  background-size: 0.75rem auto;
  font-weight: 500;
  color: #524F53;
  border-radius: 3rem;
}
.order-cont1 .order-a1v2 select option {
  font-size: 1rem;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li {
  margin-top: 1.5rem;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt {
  background: #F7F7F9;
  padding: 1rem 2%;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt {
    padding: 1rem;
  }
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a {
  width: 45%;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a {
    width: 100%;
  }
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .as1 {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .werhsa .p1 {
  color: #0081CC;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .werhsa .p1 i {
  font-size: 0.75rem;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .werhsa .cneop {
  border-radius: 0.625rem;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 1rem;
  width: 22.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  left: -20%;
  top: 100%;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .werhsa .cneop {
    left: auto;
    right: 0;
  }
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as1a .werhsa:hover .cneop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as2a {
  width: 25%;
  text-align: center;
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as2a {
    width: 100%;
    margin-top: 1rem;
  }
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as2a .xjas1 li {
  text-align: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdt .as2ac1 a {
  color: #0081CC;
  font-size: 0.875rem;
  padding: 0 1em;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td {
  border-color: #ECECEC;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  color: #858585;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ls {
  color: var(--color-zt);
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .more-b {
  display: block;
  width: 10rem;
  margin: 0.6rem auto;
  padding: 0.75rem 0;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ashe-cont {
  text-align: left;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ashe-cont .ashe-img {
  width: 8rem;
  padding: 1rem;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ashe-cont .ashe-img img {
  width: 100%;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ashe-cont .texta {
  color: #848281;
  font-size: 0.875rem;
  line-height: 1.75em;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas1 table tr td .ashe-cont .texta b {
  display: block;
  font-weight: 700;
}

.shopping-ysca1cs1 .titas1 .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.shopping-ysca1cs1 .titas1 p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.shopping-ysca1cs1 .cont-pas {
  border-radius: 1.875rem;
  border: 1px solid #D9D9D9;
  background: #F7F7F9;
  overflow: hidden;
  margin-top: 1.5rem;
}
.shopping-ysca1cs1 .cont-pas .tit1 {
  padding: 1rem 2rem;
  border-bottom: 1px solid #D9D9D9;
}
.shopping-ysca1cs1 .cont-pas .tit1 .asjhx1 i {
  display: block;
  width: 1.375rem;
  margin-right: 0.5rem;
}
.shopping-ysca1cs1 .cont-pas .tit1 .asjhx1 i img {
  width: 100%;
}
.shopping-ysca1cs1 .cont-pas .tit1 .asjhx1 p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.shopping-ysca1cs1 .cont-pas .tit1 .xhgas1 {
  width: auto;
}
.shopping-ysca1cs1 .cont-pas .tit1 .xhgas1 li {
  width: 2.375rem;
}
.shopping-ysca1cs1 .cont-pas .tit1 .xhgas1 li + li {
  margin-left: 0.5rem;
}
.shopping-ysca1cs1 .cont-pas .tit1 .xhgas1 li img {
  width: 100%;
}
.shopping-ysca1cs1 .cont-pas .cont-sxdt {
  padding: 0 1.5rem 1.25rem;
}
.shopping-ysca1cs1 .cont-pas .cont-sxdt .prasjx1 {
  position: relative;
}
.shopping-ysca1cs1 .cont-pas .cont-sxdt .prasjx1 i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C3C3C3;
  font-size: 1.25rem;
}
.shopping-ysca1cs1 .cont-pas .tit2 {
  padding: 1rem 2rem;
  border-top: 1px solid #D9D9D9;
  background: #fff;
}
.shopping-ysca1cs1 .cont-pas .tit2 .form-check {
  margin-top: 0;
}
.shopping-ysca1cs1 .cont-pas .tit2 .form-check input {
  margin-top: 0;
}
.shopping-ysca1cs1 .cont-pas .tit2 u {
  display: block;
  width: 4.5rem;
}
.shopping-ysca1cs1 .cont-pas .tit2 u img {
  width: 100%;
}

.gwc-list3 li {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.gwc-list3 li .tit {
  color: #323232;
  font-weight: 600;
}

.gwc-list4 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .gwc-list4 {
    margin-top: 1.25rem;
  }
}
.gwc-list4 .tita {
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .gwc-list4 .tita {
    font-size: 1.25rem;
  }
}
.gwc-list4 .asjx {
  color: #0081CC;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .gwc-list4 .asjx {
    font-size: 1.25rem;
  }
}

.gwc-list4as1 {
  margin-top: 1rem;
}
.gwc-list4as1 .form-check {
  padding-left: 0;
  color: #808080;
  font-size: 0.875rem;
}

.order-a1v5 .xhas1 {
  position: relative;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .order-a1v5 .xhas1 {
    display: none;
  }
}
.order-a1v5 .xhas1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6875rem;
  height: 0.15rem;
  width: 100%;
  background: #0081CC;
  z-index: -1;
}
.order-a1v5 .xhas1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.order-a1v5 .xhas1 li b {
  background: #0081CC;
  width: 1.4375rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 0.875rem;
}
.order-a1v5 .xhas1 li p {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}

.order-a1v6 {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .order-a1v6 {
    font-size: 0.875rem;
  }
}
.order-a1v6 p + p {
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .order-a1v6 p + p {
    padding-left: 1rem;
  }
}

.order-a1v4 .p1 {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
}
.order-a1v4 .p2 li{
  padding: 0.25rem 0;
}
.order-a1v4 .p2 {
  color: #AEAEAE;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.order-a1v4 .p2 p {
  padding-left: 1em;
  position: relative;
}
.order-a1v4 .p2 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.address-cont1 {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .address-cont1 {
    padding: 2rem 0;
  }
}
.address-cont1 .address-list1 {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .address-cont1 .address-list1 {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.address-cont1 .address-list1 li {
  padding: 2rem 2%;
  border-top: 1px solid #E7E7E7;
}
@media (max-width: 768px) {
  .address-cont1 .address-list1 li {
    padding: 1rem 0;
  }
}
.address-cont1 .address-list1 li .asdt1 .p {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.5em;
}
.address-cont1 .address-list1 li .asdt2 {
  text-align: center;
  width: 15%;
}
@media (max-width: 768px) {
  .address-cont1 .address-list1 li .asdt2 {
    width: 50%;
    margin-top: 1rem;
  }
}
.address-cont1 .address-list1 li .asdt2 .form-check {
  padding-left: 0;
  color: #4C4948;
}
.address-cont1 .address-list1 li .asdt2 .form-check .form-check-input {
  position: static;
  display: block;
  margin: 0.75rem auto 0;
}
.address-cont1 .address-list1 li .asjat {
  margin-top: 0.5rem;
}
.address-cont1 .address-list1 li .asjat a {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1rem;
}
.address-cont1 .address-list1 li .asjat a i {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.address-a1v2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .address-a1v2 {
    margin-top: 1rem;
  }
}
.address-a1v2 input, .address-a1v2 select {
  margin-top: 1rem;
}
.address-a1v2 .masixta {
  position: relative;
}
.address-a1v2 .masixta .maxt {
  color: #808080;
  font-size: 0.75rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.address-a1v2 .masixta input::-webkit-input-placeholder {
  color: transparent;
}
.address-a1v2 .masixta input:-moz-placeholder {
  color: transparent;
}
.address-a1v2 .masixta input::-moz-placeholder {
  color: transparent;
}
.address-a1v2 .masixta input:-ms-input-placeholder {
  color: transparent;
}
.address-a1v2 .masixta input::placeholder {
  color: transparent;
}
.address-a1v2 .masixta input:not(:-moz-placeholder-shown), .address-a1v2 .masixta select:not(:-moz-placeholder-shown) {
  padding: 1rem 1.5em 0.2rem;
}
.address-a1v2 .masixta input:not(:-ms-input-placeholder), .address-a1v2 .masixta select:not(:-ms-input-placeholder) {
  padding: 1rem 1.5em 0.2rem;
}
.address-a1v2 .masixta input:focus, .address-a1v2 .masixta input:not(:placeholder-shown), .address-a1v2 .masixta select:focus, .address-a1v2 .masixta select:not(:placeholder-shown) {
  padding: 1rem 1.5em 0.2rem;
}
.address-a1v2 .masixta input:not(:-moz-placeholder-shown) ~ label, .address-a1v2 .masixta select:not(:-moz-placeholder-shown) ~ label {
  top: 0.25rem;
  -moz-transform: translateY(0);
       transform: translateY(0);
}
.address-a1v2 .masixta input:not(:-ms-input-placeholder) ~ label, .address-a1v2 .masixta select:not(:-ms-input-placeholder) ~ label {
  top: 0.25rem;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.address-a1v2 .masixta input:focus ~ label, .address-a1v2 .masixta input:not(:placeholder-shown) ~ label, .address-a1v2 .masixta select:focus ~ label, .address-a1v2 .masixta select:not(:placeholder-shown) ~ label {
  top: 0.25rem;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.address-a1v2 .masixta select {
  padding: 1rem 1.5em 0.2rem;
  height: -webkit-calc(1.5em + 1.2rem + 2px);
  height: -moz-calc(1.5em + 1.2rem + 2px);
  height: calc(1.5em + 1.2rem + 2px);
}
.address-a1v2 .ashxa-a {
  margin-top: 0.5rem;
}
.address-a1v2 .ashxa-a .form-check {
  margin-top: 0;
}
.address-a1v2 .more-b {
  display: block;
  width: 10rem;
  margin: 1.5rem auto 0;
  text-align: center;
}


/* 2024/6/12 */
.address_list label input{
  margin-top: 0 !important;
  margin-right: 0.25rem;
}
.hwexasr{
  width: 50%;
  margin: 0 auto;
  margin-top: 1rem !important;
}
.fc-comment-list-page a{
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
  margin: 0 0.2rem;
  font-weight: 500;
  line-height: 2.375rem;
}
.fc-comment-list-page a:hover{
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}
.ds-review{
  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;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 .ds-review li{
  margin-top: 0;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas2 table tr td{
  text-align: left;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas2 table tr td .thumbnail{
  padding: 0.5rem 0;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas2{
  overflow-x: auto;
}
.order-cont1 .order-a1v3 .order-a1v3_list1 li .tit-hdtas2 table{
  min-width: 768px;
}
.gong-tanc2 {
  width: 92%;
  max-width: 1440px;
}
.gong-tanc2  .layui-layer-setwin {
  top: 5%;
  right: 2%;
}
.gong-tanc2  .layui-layer-setwin span {
  width: auto;
  height: auto;
  font-size: 1.5rem;
}
.gong-tanc2  .layui-layer-setwin .layui-layer-close2 {
  background: none;
  color: #333;
  padding: 0;
  border: none;
  border-radius: 0;
  position: static;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.gong-tanc2  .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gong-tanc2 .layui-layer-content{
  padding: 5%;
}
.gong-tanc2 .layui-layer-content li{
  padding: 0.25rem 0;
}
.gong-tanc2 .layui-layer-content li{
  color: #AEAEAE;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.gong-tanc2 .layui-layer-content li p {
  padding-left: 1em;
  position: relative;
}
.gong-tanc2 .layui-layer-content li p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
@media (max-width: 768px){
  .gong-tanc2 .layui-layer-setwin{
    top: 2%;
  right: 2%;
  }
}
/*end*/
@media (min-width: 767px){
  .section4 {
    /* background: #f0f0f0 !important; */
    position: relative;
  }
  .section4::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .cont3 .title1{
    color: #323232;
    position: relative;
    z-index: 1;
  }
  .cont3 .a3_list1{
    position: relative;
    z-index: 1;
  }
  .cont3 .a3_list1 li a.imgax{
    color: #323232;
  }
  .cont3 .a3_list1 li a.imgax u img{
    filter: invert(36%) sepia(70%) saturate(2802%) hue-rotate(180deg) brightness(89%) contrast(101%);
  }
  .cont3 .a3_list1 li a.imgax .asxa{
    border-color: #323232;
  }
  .cont3 .a3_list1 li a.imgax .asxa i{
    color: #323232;
  }
  .cont3 .a3_list1 li a.imgax:hover .asxa i{
    color: #fff;
  }
}

/* 手机修改 */
@media (max-width: 768px) {
  .section4 .fp-tableCell{
    padding: 0;
  }
  .a3v1{
    padding: 2rem 0;
    background: #fff;
  }
  .a3v1 .title1{
    color: #323232;
  }
  .a3v2{
    padding: 2.5rem 0;
    background-image: url(/static/new/images/bj22.jpg);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .pro-cont1 .pro-a1list1>li a.tit{
    font-size: 1.45rem;
  }
  .pro-cont1 .pro-a1list1 .ashhx1 li .tit1 p{
    font-size: 1.25rem;
  }
}



.sup-cont1 .hasxt-a {
  background: #F7F7F9;
  padding: 2.5rem 3%;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .sup-cont1 .hasxt-a {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
  }
}
.sup-cont1 .hasxt-a form .content select {
  width: 43.5114503817%;
  height: 3.45rem;
  border: 1px solid #D9D9D9;
  border-radius: 1.875rem;
  padding: 0 1em;
  line-height: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/dipus0422/uploads/20240423/da85ad38c51655f563da2695a4e997c5.svg") no-repeat 96% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
@media (max-width: 768px) {
  .sup-cont1 .hasxt-a form .content select {
    width: 100%;
  }
}
.sup-cont1 .hasxt-a form .content .cont-p {
  width: 54.1984732824%;
}
@media (max-width: 768px) {
  .sup-cont1 .hasxt-a form .content .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.sup-cont1 .hasxt-a form .content .cont-p input {
  width: 81.25%;
  border: 1px solid #D9D9D9;
  background: url("../images/ssk.svg") no-repeat 1.125em center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
  padding: 0 1em 0 3em;
  border-radius: 2rem;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .sup-cont1 .hasxt-a form .content .cont-p input {
    width: 100%;
  }
}
.sup-cont1 .hasxt-a form .content .cont-p button {
  width: 16.7613636364%;
  padding: 0;
  line-height: 3.45rem;
}
@media (max-width: 768px) {
  .sup-cont1 .hasxt-a form .content .cont-p button {
    width: 100%;
    margin-top: 1rem;
  }
  .cont3 .title1{
    text-align: left;
  }
  .cont4 .a4b1 .cont-p{
    text-align: left;
  }
  .section4::after{
    display: none;
  }
  .cont4 .a4b2{
    margin-top: 0;
  }
  .cont4 .a4b2 li .imgax u img{
    filter: inherit;
  }
  .cont4 .a4b2 li .imgax{
    color: #fff;
  }
  .cont4 .a4b2 li .imgax .asxa{
    border-color: #fff;
  }
  .cont4 .a4b2 li .imgax .asxa i{
    color: #fff;
  }
  .cont4 .a4b2 li + li{
    border: none;
  }
}
.xg-a4v1{
  position: relative;
  z-index: 1;
}
.xg-a4v1 .title1 .tit1{
  text-indent: 4%;
}
.xg-a4v1 .cont31{
  width: 56%;
}
.xg-a4v1 .cont32{
  width: 44%;
  padding-left: 4%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 3rem;
}
.xg-a4v1 .a3_list1 {
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 {
    margin-top: 0rem;
  }
}
.xg-a4v1 .a3_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 li {
    /* -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%; */
    margin-top: 1.5rem;
  }
}
.xg-a4v1 .a3_list1 li a.imgax {
  color: #323232;
}
.xg-a4v1 .a3_list1 li a.imgax u {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 li a.imgax u {
    width: 3.25rem;
  }
}
.xg-a4v1 .a3_list1 li a.imgax u img {
  width: 100%;
}
.xg-a4v1 .a3_list1 li a.imgax .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 li a.imgax .tit {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
  }
}
.xg-a4v1 .a3_list1 li a.imgax .asxa {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #323232;
  border-radius: 50%;
  margin: 0 auto;
}
.social-share1{
  margin-top: 1rem;
}
.social-share1 a{
  display: block;
  font-size: 0;
  width: 2.75rem;
}
.social-share1 a+a{
  margin-left: 0.75rem;
}
.social-share1 a img{
  width: 100%;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 li a.imgax .asxa {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.xg-a4v1 .a3_list1 li a.imgax .asxa i {
  color: #323232;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .xg-a4v1 .a3_list1 li a.imgax .asxa i {
    font-size: 1rem;
  }
}
.xg-a4v1 .a3_list1 li a.imgax:hover u img{
  filter: invert(53%) sepia(84%) saturate(5346%) hue-rotate(183deg) brightness(93%) contrast(100%);
}
.xg-a4v1 .a3_list1 li a.imgax:hover .tit{
  color: #0078C7;
}
.xg-a4v1 .a3_list1 li a.imgax:hover .asxa {
  background: #0078C7;
  border-color: #0078C7;
}
.xg-a4v1 .a3_list1 li a.imgax:hover .asxa i{
  color: #fff;
}
@media (max-width: 768px){
  .section4 {
    background: none;
  }
  .xg-a4v1 .wh {
    padding: 0;
  }
  .xg-a4v1 .cont31{
    padding: 0;
    width: 100%;
  }
  .xg-a4v1 .cont32{
    width: 100%;
    border-left: none;
  }
  .a3v1{
    padding: 1.5rem var(--cbasta) 2rem;
  }
  .xg-a4v1 .a3_list1 li a.imgax{
    color: #fff;
  }
  .xg-a4v1 .a3_list1 li a.imgax u img{
    filter: brightness(0) invert(1);
  }
  .xg-a4v1 .cont32 .a3v2{
    background-image: url(/static/new/images/bj3.jpg);
  }
  .xg-a4v1 .a3_list1 li a.imgax .asxa{
    border-color: #fff;
  }
  .xg-a4v1 .a3_list1 li a.imgax .asxa i{
    color: #fff;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img.bscl .mySwiper6{
  background: #fff;
  border: 1px solid #f0f0f0;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img.bscl .xtast .mySwiper61 .swiper-slide .img{
  background: #fff;
}
.pro-cont1 .pro-a1list1.bscl>li .img{
  background: #fff;border: 1px solid #f0f0f0;
}
.wehxa-as{
  margin-top: 2rem;
}
.wehxa-as .ermax{
  width: 8rem;  margin-top: 1rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
.wehxa-as .ermax img{
  width: 100%;
}
.wehxa-as .erhxa1{
  margin-left: 1rem;
}
.wehxa-as .erhxa1 .ermax{
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.wehxa-as .erhxa1:hover .ermax{
  display: block;
}

.addr-right{
    width: 70%;
}

 .addr-right .erhxa1 .ermax{
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}              
.addr-right .erhxa1:hover .ermax{
  display: block;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst  .addr-right a.more-b{
    width: 100%;    padding: 0.75rem 0.75rem;
    
}

 .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .addr-right a.more-b{
        align-content: center;
        justify-content: center;
    }
@media (max-width: 768px){
   
    .addr-right {
    width: 100%;
   padding: 1rem;
}
    .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .bhaqst .addr-right a.more-b{
      padding: 0 1em;
    }
  .wehxa-as a.more-b{
    padding: 0.75rem 1rem;
  }
}
.ashrxa-list1{
  padding: 2rem 0;
}
.ashrxa-list1 li{
  margin: 0.5rem 0.65em;
}
.ashrxa-list1 li a{
  color: #999;
  font-size: .9375rem;
  position: relative;
  border: 1px solid #999;
  border-radius: 2rem;
  padding: 0.65em 1.25em;
  display: block;
}
.ashrxa-list1 li a::before{
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.15rem;
  display: none;
}
.ashrxa-list1 li a:hover,.ashrxa-list1 li a.active{
 color: #0081CC;border: 1px solid #0081CC;
}
.table-cont table tr td{
  color: #666;
  font-size: .9375rem;
  padding-left: 1.5em;
  vertical-align: middle;
}
.table-cont table tr td a{
  color: #666;
}
.table-cont table tr:nth-child(2n-1){
  background: #f0f0f0;
}
.table-cont table tr:nth-child(1){
  background: #0081CC;
}
.table-cont table tr:nth-child(1) td{
  color: #fff;
  line-height: 1.65em;
}
.table-cont{
  overflow-x: auto;
}
.table-cont table{
  min-width: 768px;
}
.video-div {
    
    display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 768px){
  .ashrxa-list1{
    padding: 1.5rem 0;
  }
  .ashrxa-list1 li{
    margin: 0.35em 0.75em;
  }
}
#translate{
  display: none;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2  .sku-ul-box{
    display: flex;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2  .sku-ul-box li img{
     margin-right: .5rem;
    width: 3rem;
    height: 2rem;
object-fit: cover;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2  .sku-ul-box li{
    padding: .5rem;
    width: auto;
    height: auto;
    margin-right: .5rem;
    border: 1px solid #ccc;
    margin-bottom: .5rem;
    cursor: pointer;
    
    border-radius: .5rem;
    display: flex;
        align-items: center;
    justify-content: center;
   
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2  .sku-ul-box li:last-child{
    margin-right: 0;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2  .sku-ul-box li.active{
    
    border: 1px solid #0081CC;
    
}
.cp-show-biaoge1 {
        margin-top: 5rem;
}
.biaoges{
    margin-top: 1.25rem;
    
}
.biaoges .table-bordered  tr td img{
width: 3rem;    
    
}.biaoges .table-bordered  tr td{
    padding: .5rem!important;
        vertical-align:middle;
        
        text-align: center;
        
}.biaoges .table-bordered  tr:nth-child(1) td{
    
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;    padding: 2rem!important;
    
}
.biaoges .table-bordered  tr:nth-child(even){
    
    background: #f7f7f7;
}

.biaoges .table-bordered  tr:nth-child(odd){
    
    background:#edf8ff;
}.biaoges .table-bordered  tr {
    cursor: pointer;
}.biaoges .table-bordered  tr:hover{
    background:#0081CC;
}.biaoges .table-bordered  tr:hover td {
    color: #fff;   
    
}

.biaoges .table-bordered  tr:hover td a{
    color: #fff;
}
.biaoges .table-bordered  tr:nth-child(1){
    background:#0081CC;

    
}