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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #2B2B2B;
  --color-zt: #EE7836;
  --head-height: 3.75rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
  --cbjls: 3.125rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
    --cbjls: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.more-b {
  display: inline-block;
  padding: 0.8rem 2.45rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  border: 2px solid var(--color-zt);
  text-transform: uppercase;
}
.more-b i {
  font-size: 0.65rem;
  display: inline-block;
  margin-left: 0.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.8rem 1.85rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}
.more-b.hs {
  color: #2B2B2B;
  border-color: #2B2B2B;
}
.more-b.hs::after {
  background-color: #2B2B2B;
}
.more-b.hs:hover {
  color: #fff;
}
.more-b.hst {
  color: var(--color-zt);
  border-color: var(--color-zt);
}
.more-b.hst::after {
  background-color: var(--color-zt);
}
.more-b.hst:hover {
  color: #fff;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.625rem;
}
.head .head2 .zywen {
  color: #fff;
  font-size: 1rem;
  margin-left: 0.75em;
}
.head .head2 .zywen i {
  font-size: 1rem;
  margin-right: 0.125rem;
}
.head .head2 .toubuas {
  background: #2B2B2B;
}
.head .head2 .toubuas .anta_w {
  cursor: pointer;
  width: -webkit-calc(var(--head-height) * 1.25);
  width: -moz-calc(var(--head-height) * 1.25);
  width: calc(var(--head-height) * 1.25);
  height: var(--head-height);
}
.head .head2 .toubuas .anta_w .menu {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .anta_w .menu span {
  margin: auto;
  display: block;
  width: 1.5625rem;
  height: 1px;
  background: var(--color-bs);
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.head .head2 .toubuas .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.55rem;
  right: 0;
  height: 1px;
  width: 1.5625rem;
  background: var(--color-bs);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.55rem;
  height: 1px;
  width: 1.5625rem;
  background: var(--color-bs);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .anta_w .menu.active span:before {
  top: 0px;
  right: 0;
  width: 1.5rem;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.5rem;
  right: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .anta_w .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
.head.active #menu {
  display: none;
}
.head.active .zywen {
  opacity: 0;
}

#menu {
  padding: 0 1rem;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
}
#menu .nav_a1 li > a {
  font-size: 0.875rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  padding: 0 1.25rem;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a span {
    padding: 0 1em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a span {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a span {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span u img {
  width: 2.8125rem;
}
#menu .nav_a1 li > a span::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);
}
#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: 0%;
  z-index: 9;
  text-align: left;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#menu .nav_a1 li .sec a span {
  display: block;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
  font-weight: bold;
  font-size: 1.125rem;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.navigators {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -999;
  -webkit-transition: opacity 0.3s 0.1s, background-color 2s 0.1s;
  -o-transition: opacity 0.3s 0.1s, background-color 2s 0.1s;
  -moz-transition: opacity 0.3s 0.1s, background-color 2s 0.1s;
  transition: opacity 0.3s 0.1s, background-color 2s 0.1s;
}
.navigators.active {
  background-color: rgba(50, 50, 50, 0.5);
  backdrop-filter: saturate(240%) blur(64px);
  -webkit-backdrop-filter: saturate(240%) blur(64px);
  opacity: 1;
  z-index: 98;
}
.navigators .kasras .weggta {
  height: 100vh;
}
.navigators .kasras .weggta .xl-nav li > a {
  color: #FFFFFF;
  font-size: 2.45rem;
  line-height: 1.75em;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}
.navigators .kasras .weggta .xl-nav li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
  width: 0.5em;
  height: 0.1rem;
  background: var(--color-zt);
}
.navigators .kasras .weggta .xl-nav li > a:hover {
  color: var(--color-zt);
}
.navigators .kasras .weggta .xl-nav li .sdec {
  padding: 0.5rem 0;
  padding-left: 2.45rem;
}
.navigators .kasras .weggta .xl-nav li .sdec > span {
  padding: 0 0.75rem;
  color: #FFFFFF;
}
.navigators .kasras .weggta .xl-nav li .sdec a {
  display: block;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.75em;
}
.navigators .kasras .weggta .xl-nav li .sdec a:hover {
  color: var(--color-zt);
}

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

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

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

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

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

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

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

/* end */
@-webkit-keyframes expandWidth1 {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 36%;
    opacity: 1;
  }
  100% {
    width: 36%;
    opacity: 0;
  }
}
@-moz-keyframes expandWidth1 {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 36%;
    opacity: 1;
  }
  100% {
    width: 36%;
    opacity: 0;
  }
}
@-o-keyframes expandWidth1 {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 36%;
    opacity: 1;
  }
  100% {
    width: 36%;
    opacity: 0;
  }
}
@keyframes expandWidth1 {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 36%;
    opacity: 1;
  }
  100% {
    width: 36%;
    opacity: 0;
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.9375%;
  height: 0.75rem;
  background: var(--color-zt);
  z-index: 1;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.21);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img #myvideo {
    display: none;
  }
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.pc-banner .mySwipera .banwez1 .tit {
  color: #FFFFFF;
}
.pc-banner .mySwipera .banwez1 .tit .typed-effect {
  font-size: 3.5625rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit .typed-effect {
    font-size: 2.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit .typed-effect strong {
  font-weight: 600;
  background: -webkit-linear-gradient(bottom, var(--color-zt) 0.5rem, rgba(0, 0, 0, 0) 0%);
  background: -moz-linear-gradient(bottom, var(--color-zt) 0.5rem, rgba(0, 0, 0, 0) 0%);
  background: -o-linear-gradient(bottom, var(--color-zt) 0.5rem, rgba(0, 0, 0, 0) 0%);
  background: linear-gradient(0deg, var(--color-zt) 0.5rem, rgba(0, 0, 0, 0) 0%);
}
.pc-banner .mySwipera .banwez1 .tit .typed-effect sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit .typed-effect sup {
    font-size: 1.25rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit .typed-effect:after {
  content: ".";
  display: inline-block;
  -webkit-animation: blink 0.7s infinite;
     -moz-animation: blink 0.7s infinite;
       -o-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}
.pc-banner .mySwipera .banwez1 .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  display: inline-block;
  font-weight: 400;
}
.pc-banner .mySwipera .scroll-downs {
  position: absolute;
  right: 0;
  bottom: 5rem;
  left: 0;
  margin: auto;
  width: 2.125rem;
  height: 3.4375rem;
  z-index: 1;
  cursor: pointer;
}
.pc-banner .mySwipera .scroll-downs .mousey {
  width: 0.1875rem;
  padding: 0.625rem 0.9375rem;
  height: 2.1875rem;
  border: 2px solid #fff;
  border-radius: 1.5625rem;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.pc-banner .mySwipera .scroll-downs .mousey .scroller {
  width: 0.1875rem;
  height: 0.625rem;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
     -moz-animation-name: scroll;
       -o-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
     -moz-animation-duration: 2.2s;
       -o-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
     -moz-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
       -o-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
}

.fp-viewing-0 .pc-banner .mySwipera::after {
  -webkit-animation: expandWidth1 4s forwards;
     -moz-animation: expandWidth1 4s forwards;
       -o-animation: expandWidth1 4s forwards;
          animation: expandWidth1 4s forwards;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.9375rem);
            transform: translateY(0.9375rem);
    opacity: 0;
  }
}

@-moz-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0.9375rem);
         transform: translateY(0.9375rem);
    opacity: 0;
  }
}

@-o-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0.9375rem);
       transform: translateY(0.9375rem);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.9375rem);
       -moz-transform: translateY(0.9375rem);
         -o-transform: translateY(0.9375rem);
            transform: translateY(0.9375rem);
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.section.bj-yy::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section .bj-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section .bj-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fp-tableCell {
  position: relative;
}

#fp-nav {
  z-index: 9;
  right: 60px !important;
  -webkit-transition: opacity 1s 0.5s;
  -o-transition: opacity 1s 0.5s;
  -moz-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
  opacity: 1;
}
@media (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav ul li {
  margin: 0;
  width: auto;
  height: auto;
}
#fp-nav ul li a {
  height: 3rem;
  width: 2px;
  background: #fff;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active {
  background: var(--color-zt);
}

.fp-viewing-0 #fp-nav, .fp-viewing-4 #fp-nav {
  opacity: 0;
  pointer-events: none;
}

.fp-viewing-1 #fp-nav ul li a span, .fp-viewing-1 .fp-slidesNav ul li a span {
  background: #fff;
}

.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: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #2B2B2B;
}
.title1 .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1.bs {
  color: #fff;
}

.cont1 .a1v1 {
  position: relative;
  z-index: 1;
}
.cont1 .a1v1 .tita1 {
  background: #EE7836;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  padding: 0 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.cont1 .a1v1 .titlea1 {
  margin-left: 3.5%;
  width: 42%;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .titlea1 {
    width: 100%;
    margin-left: 0;
  }
}
.cont1 .a1v1 .titlea1 .tit {
  font-size: 3.5625rem;
  line-height: 1em;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .titlea1 .tit {
    font-size: 2.35rem;
  }
}
.cont1 .a1v1 .titlea1 .tit::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: var(--color-zt);
  margin-top: 0.65rem;
}
.cont1 .a1v1 .titlea1 .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0 1.5rem;
}
.cont1 .a1v1 .titlea1 .p .padda p {
  padding-left: 0.75em;
  position: relative;
}
.cont1 .a1v1 .titlea1 .p .padda p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.cont1 .a1v1 .a1v1c1 {
  width: 45.66%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1c1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1v1c1 .titlea1 {
  width: 85%;
  margin-left: 6%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1c1 .titlea1 {
    width: 100%;
    margin-left: 0;
  }
}
.cont1 .a1v1 .a1v1c2 {
  width: 50%;
  opacity: 0.98;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1v1c2 {
    width: 100%;
    margin-top: -65vw;
    opacity: 0.75;
  }
}
.cont1 .a1v1 .a1v1c2 img {
  width: 100%;
}
.cont1 .a1v1 .a1v1c2 #earth {
  width: 100%;
  position: relative;
}
.cont1 .a1v1 .a1v1c2 #earth::after {
  content: "";
  background-repeat: no-repeat;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-image: url(https://s-files.bcdn8.com/sxh0214/uploads/20250228/79d76b24b17f87420034ad81419636f8.png);
  background-position: 50%;
  -o-background-size: 76% 76%;
     background-size: 76% 76%;
  left: 0;
  top: 0;
}
.cont1 .a1v1 .a1v1c2 #earth canvas {
  display: block;
  width: 100%;
  height: 100%;
}

#tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  font-size: 1rem;
  pointer-events: none;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1000;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#tooltip img {
  width: 100%;
  margin-top: 0.25rem;
  border-radius: 3px;
}
#tooltip:empty {
  display: none;
}

.foot-fot {
  position: relative;
  background: #2B2B2B;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .dseca p {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 2em;
}
.foot-fot .foota1 .fo-a2 p {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 2em;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a,
.foot-fot .foota1 .fo-a2 .social-share a i
{
  color: #fff;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  font-weight: 100;
  margin: 0;
}
.foot-fot .foota1 .fo-a2 .social-share a i:hover,
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}
.foot-fot .foota2 {
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.65em;
  font-weight: 400;
  padding: 0.8em 0;
}
@media (max-width: 768px) {
  .foot-fot .foota2 {
    font-size: 1rem;
  }
}
.foot-fot .foota2 a {
  color: #777777;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .fo-a2 {
  padding: 2rem 4% 1rem;
}
.foot1-m .fo-a2 .foot-tit {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.foot1-m .fo-a2 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot1-m .fo-a2 p {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 2em;
}
.foot1-m .fo-a2 .social-share {
  margin-top: 0.8rem;
  text-align: center;
}
.foot1-m .fo-a2 .social-share a {
  color: #fff;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  font-weight: 100;
  margin: 0;
}
.foot1-m .fo-a2 .social-share a:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.5rem;
}
.zd_erha .dtasxz a.fanhui {
  background: #ee7836;
  color: #fff;
  font-size: 0.75rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 0.5rem;
}
.zd_erha .dtasxz a.fanhui i {
  display: block;
}
.zd_erha .dtasxz a.fanhui i img {
  height: 1.5rem;
}
.zd_erha .dtasxz a.fanhui p {
  width: 100%;
  line-height: 1em;
}
.zd_erha .aat_list li {
  position: relative;
  display: none;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: var(--color-zt);
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.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);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

/*内页end*/
@-webkit-keyframes expandheght {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes expandheght {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes expandheght {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes expandheght {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
  position: relative;
}
.nbanner .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.nbanner .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .nbanner .img video {
    display: none;
  }
}
.nbanner .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .nbanner .img img {
    height: 100%;
  }
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 63%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  position: relative;
}
.nbanner .nbanner-wen1 .banner-cont .xian1 {
  display: block;
  position: absolute;
  left: var(--cbjls);
  top: 105%;
  width: 3px;
  height: -webkit-calc(140% + 10.5625rem);
  height: -moz-calc(140% + 10.5625rem);
  height: calc(140% + 10.5625rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .xian1 {
    height: 9rem;
    width: 2px;
  }
}
.nbanner .nbanner-wen1 .banner-cont .xian1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-zt);
  -webkit-animation: expandheght 4s forwards;
     -moz-animation: expandheght 4s forwards;
       -o-animation: expandheght 4s forwards;
          animation: expandheght 4s forwards;
}
.nbanner .nbanner-wen1 .banner-cont > span {
  background: #EE7836;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  padding: 0 1.5em;
  text-transform: uppercase;
  display: inline-block;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0.8rem 0 0 var(--cbjls);
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.85rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 1.125rem;
  line-height: 1.6em;
  margin: 0.8rem 0 0 var(--cbjls);
  text-transform: capitalize;
  width: 70%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1rem;
    width: 100%;
  }
}
.nbanner .nbanner-wen1 .banner-cont .asxhas2 {
  margin: 0.8rem 0 0 var(--cbjls);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem;
}
.nbanner .nbanner-wen1 .banner-cont .asxhas2 li a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: 0.6em 1.125em;
}
.nbanner .nbanner-wen1 .banner-cont .asxhas2 li a:hover {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.nbanner .nbanner-wen1 .banner-cont .more-b {
  margin: 2rem 0 0 var(--cbjls);
}

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

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

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes scale2 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

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

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

.ny-body .head.sticky {
  background: #2B2B2B;
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}
.ny-body.active .head {
  background: transparent !important;
}

.ny-bjzs {
  padding: 16.5625rem 0 9.6875rem;
  position: relative;
}
@media (max-width: 768px) {
  .ny-bjzs {
    padding: 6.5rem 0 2.5rem;
  }
}
.ny-bjzs .xian {
  position: absolute;
  left: -webkit-calc(var(--cbasta) + var(--cbjls));
  left: -moz-calc(var(--cbasta) + var(--cbjls));
  left: calc(var(--cbasta) + var(--cbjls));
  top: 0;
  background: var(--color-zt);
  width: 3px;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ny-bjzs .xian {
    width: 2px;
    left: 4%;
  }
}
.ny-bjzs.on .xian {
  height: 11.5625rem;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .ny-bjzs.on .xian {
    height: 5rem;
  }
}

.abt-cont1 {
  padding: 16.5625rem 0 9.6875rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 6.5rem 0 2.5rem;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-left: var(--cbjls);
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 49.5542347697%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
    margin-top: 0.75rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 40.8618127786%;
  margin-top: 4.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li {
  width: 50%;
  color: #2B2B2B;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .date {
  font-weight: 600;
  line-height: 1em;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .date span {
  font-size: 6rem;
  line-height: 1em;
  display: inline-block;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .date span {
    font-size: 2.65rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .date b {
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .date b {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .wenata .p span {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

.iconfont1 {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.loca-cont1 {
  padding: 11.5625rem 0 7.6875rem;
  position: relative;
}
@media (max-width: 768px) {
  .loca-cont1 {
    padding: 6.5rem 0 2.5rem;
  }
}
.loca-cont1 .loca-a1v1 {
  padding: 0 var(--cbjls);
}
.loca-cont1 .loca-a1v1 .loca-a1v1c1 {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c1 {
    margin-top: 0.5rem;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c1 .loca-a1v1c1d1 {
  width: 49.5174461767%;
  position: relative;
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c1 .loca-a1v1c1d1 {
    width: 100%;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c1 .loca-a1v1c1d2 {
  width: 33.9272457313%;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c1 .loca-a1v1c1d2 {
    width: 70%;
    margin: 1.5rem auto 0;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c1 .loca-a1v1c1d2 img {
  width: 100%;
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li {
  background: #31899D;
  text-align: center;
  color: #fff;
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c2 li {
    padding: 2rem 0;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li i img {
  width: 100%;
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li .tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .loca-cont1 .loca-a1v1 .loca-a1v1c2 li .tit {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li:nth-child(1) {
  background: #EE7836;
}
.loca-cont1 .loca-a1v1 .loca-a1v1c2 li:nth-child(3) {
  background: #14B3A4;
}

.loca-cont2 {
  position: relative;
  padding: 0;
}
.loca-cont2 .loca-a2_list1 li {
  position: relative;
  display: none;
}
.loca-cont2 .loca-a2_list1 li .img {
  position: relative;
}
.loca-cont2 .loca-a2_list1 li .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.loca-cont2 .loca-a2_list1 li .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_list1 li .img img {
    height: 65vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.loca-cont2 .loca-a2_list1 li .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_list1 li .img video {
    display: none;
  }
}
.loca-cont2 .loca-a2_list1 li .con-p {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_list1 li .con-p {
    top: 38%;
  }
}
.loca-cont2 .loca-a2_list1 li .con-p .asjxa-at {
  margin-left: var(--cbjls);
}
.loca-cont2 .loca-a2_list1 li .con-p .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_list1 li .con-p .tit {
    font-size: 2rem;
  }
}
.loca-cont2 .loca-a2_list1 li .con-p .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
  width: 42%;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_list1 li .con-p .p1 {
    width: 100%;
  }
}
.loca-cont2 .loca-a2_list1 li .con-p .p1 .padda p {
  padding-left: 0.75em;
  position: relative;
}
.loca-cont2 .loca-a2_list1 li .con-p .p1 .padda p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.loca-cont2 .loca-a2_a1v1 {
  position: absolute;
  left: 0;
  bottom: 11%;
  width: 100%;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_a1v1 {
    bottom: 3.5%;
  }
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 {
  margin-left: var(--cbjls);
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li {
  width: 31.375464684%;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li {
    width: 48%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a {
  color: #fff;
  display: block;
  border-top: 1px solid #EE7836;
  background: -webkit-linear-gradient(top, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%);
  background: -moz-linear-gradient(top, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%);
  background: -o-linear-gradient(top, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%);
  background: linear-gradient(180deg, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%);
  padding: 1.5rem 5.125%;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a {
    padding: 1.125rem 1.5rem;
  }
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a .tit {
  font-size: 2rem;
  line-height: 1.125em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a .tit {
    font-size: 1.25rem;
  }
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a .asxz {
  margin-left: auto;
  color: #fff;
  display: block;
  width: 1.6875rem;
  margin-left: auto;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a .asxz {
    margin-top: 1rem;
  }
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a .asxz img {
  width: 100%;
}
.loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a:hover, .loca-cont2 .loca-a2_a1v1 .loca-a2_list2 li a.on {
  background: -webkit-linear-gradient(top, #EE7836 0%, rgba(238, 120, 54, 0) 100%);
  background: -moz-linear-gradient(top, #EE7836 0%, rgba(238, 120, 54, 0) 100%);
  background: -o-linear-gradient(top, #EE7836 0%, rgba(238, 120, 54, 0) 100%);
  background: linear-gradient(180deg, #EE7836 0%, rgba(238, 120, 54, 0) 100%);
}

.loca-cont3 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 18.5625rem 0 24rem;
  position: relative;
}
@media (max-width: 768px) {
  .loca-cont3 {
    padding: 6.5rem 0 2.5rem;
  }
}
.loca-cont3 .loca-a3v1 {
  margin-left: var(--cbjls);
  width: 70%;
}
@media (max-width: 768px) {
  .loca-cont3 .loca-a3v1 {
    width: 100%;
  }
}
.loca-cont3 .loca-a3v1 .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
  color: #fff;
}
.loca-cont3 .loca-a3v1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .loca-cont3 .loca-a3v1 .more-b {
    margin-top: 1rem;
  }
}

.loca-cont31 {
  padding: 0;
}
.loca-cont31 .xian {
  z-index: 12;
}
.loca-cont31 .mySwiper5 .swiper-slide, .loca-cont31 .mySwiper5a .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 13.875rem 0;
}
@media (max-width: 768px) {
  .loca-cont31 .mySwiper5 .swiper-slide, .loca-cont31 .mySwiper5a .swiper-slide {
    padding: 5.5rem 0;
  }
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p, .loca-cont31 .mySwiper5a .swiper-slide .cont-p {
  margin-left: var(--cbjls);
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p .tit, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
  width: 70%;
}
@media (max-width: 768px) {
  .loca-cont31 .mySwiper5 .swiper-slide .cont-p .tit, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .tit {
    font-size: 1.8rem;
    width: 100%;
  }
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p .p1, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
  width: 41.5%;
}
@media (max-width: 768px) {
  .loca-cont31 .mySwiper5 .swiper-slide .cont-p .p1, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .p1 {
    width: 100%;
  }
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p .asxhas1, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .asxhas1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .loca-cont31 .mySwiper5 .swiper-slide .cont-p .asxhas1, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .asxhas1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p .asxhas1 li, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .asxhas1 li {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.loca-cont31 .mySwiper5 .swiper-slide .cont-p .asxhas1 li img, .loca-cont31 .mySwiper5a .swiper-slide .cont-p .asxhas1 li img {
  width: 100%;
}
.loca-cont31 .mySwiper5 .swiper-pagination1, .loca-cont31 .mySwiper5a .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 2;
}
.loca-cont31 .mySwiper5 .swiper-pagination1 span, .loca-cont31 .mySwiper5a .swiper-pagination1 span {
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  margin: 0 0.25rem;
}
.loca-cont31 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active, .loca-cont31 .mySwiper5a .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.loca-cont4 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 18.5625rem 0 21.375rem;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .loca-cont4 {
    padding: 6.5rem 0 2.5rem;
  }
}
.loca-cont4 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .loca-cont4 video {
    display: none;
  }
}
.loca-cont4 .loca-a4v1 {
  margin-left: var(--cbjls);
  position: relative;
  z-index: 2;
}
.loca-cont4 .loca-a4v1 .title1 .tit {
  color: #fff;
}
.loca-cont4 .loca-a4v1 .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
  width: 42%;
}
@media (max-width: 768px) {
  .loca-cont4 .loca-a4v1 .p1 {
    width: 100%;
  }
}
.loca-cont4 .loca-a4v1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .loca-cont4 .loca-a4v1 .more-b {
    margin-top: 1rem;
  }
}

.abt-cont2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 19rem 0 11.6875rem;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 6.5rem 0 2.5rem;
  }
}
.abt-cont2 .title1 {
  margin-left: var(--cbjls);
}
.abt-cont2 .abt-a2v1 {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    margin-top: 2rem;
  }
}
.abt-cont2 .abt-a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.85rem;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1::after {
    top: 3.5rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide {
  text-align: center;
  color: #fff;
}
.abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide .tit {
  font-size: 3.5625rem;
  line-height: 1.25em;
  position: relative;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide .tit {
    font-size: 2.5625rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide .tit::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 auto;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide .tit::after {
    width: 0.81rem;
    height: 0.81rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper1 .swiper-slide .p1 {
  font-size: 1rem;
  line-height: 1.35em;
  margin-top: 1.65rem;
}

.abt-cont3 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 22rem 0 12.5rem;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 6.5rem 0 4rem;
  }
}
.abt-cont3 .abt-a3v1 {
  margin-left: var(--cbjls);
}
.abt-cont3 .abt-a3v1 .abt-a3v1c1 {
  padding-right: 15%;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3v1c1 {
    padding-right: 0;
    margin-top: 1.125rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3v1c1 li img {
  height: 6.625rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3v1c1 li img {
    height: 3rem;
  }
}

.abt-cont4 .abt-a4v1 {
  margin-left: var(--cbjls);
}
.abt-cont4 .abt-a4v1 .xw_lista1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .xw_lista1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .xw_lista1 li a.img {
  display: block;
  font-size: 0;
}
.abt-cont4 .abt-a4v1 .xw_lista1 li a.img img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .xw_lista1 li .tit {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.125em;
  margin: 1rem 0;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.abt-cont4 .abt-a4v1 .xw_lista1 li .tit:hover {
  color: var(--color-zt);
}
.abt-cont4 .abt-a4v1 .xw_lista1 li span {
  display: block;
  color: #474747;
  font-size: 1rem;
  line-height: 1.5em;
}
.abt-cont4 .abt-a4v1 .more-b {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .more-b {
    margin-top: 1.5rem;
  }
}

.abt-cont5 .abt-a5vat1 {
  margin-left: var(--cbjls);
}
.abt-cont5 .more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont5 .more-b {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .asx_a1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .asx_a1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .abt-cont5 .asx_a1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.abt-cont5 .asx_a1 li a.block {
  display: block;
}
.abt-cont5 .asx_a1 li a.block u {
  display: block;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.abt-cont5 .asx_a1 li a.block u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.abt-cont5 .asx_a1 li a.block u > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abt-cont5 .asx_a1 li a.block .m-asxt {
  position: relative;
}
.abt-cont5 .asx_a1 li a.block .m-asxt i {
  display: block;
  font-size: 0;
  width: 2rem;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.abt-cont5 .asx_a1 li a.block .m-asxt i img {
  width: 100%;
}
.abt-cont5 .asx_a1 li a.block p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.75em;
  text-transform: capitalize;
  color: #333;
}

.product-content .product-list > li {
  padding: 9.5rem 0 8.5rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li {
    padding: 2.5rem 0;
  }
}
.product-content .product-list > li:nth-child(2n-1) {
  background: #EFEFEF;
}
.product-content .product-list > li .cont-p {
  width: 41.5555555556%;
  margin-left: var(--cbjls);
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5rem;
  }
}
.product-content .product-list > li .cont-p a.tit {
  color: #2B2B2B;
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p a.tit {
    font-size: 2rem;
  }
}
.product-content .product-list > li .cont-p .p1 {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .p1 {
    margin: 0.5rem 0 0.85rem;
  }
}
.product-content .product-list > li .img {
  width: 39.2592592593%;
  display: block;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .product-list > li .img {
    width: 100%;
  }
}
.product-content .product-list > li .img .img-a {
  padding: 10% 8% 0;
}
.product-content .product-list > li .img img {
  width: 100%;
}
.product-content .product-list > li .img .cont-pk {
  position: relative;
}
.product-content .product-list > li .img .cont-pk .asxta li {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  width: 6.75rem;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .product-content .product-list > li .img .cont-pk .asxta li {
    width: 5rem;
  }
}
.product-content .product-list > li .img .cont-pk .asxta li img {
  width: 50%;
}
.product-content .product-list > li .img .cont-pk .asxta li:hover {
  background: #EE7836;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(1) {
  right: auto;
  left: 20%;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(2) {
  right: 20%;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(3) {
  right: auto;
  left: 0%;
  top: 35%;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(4) {
  right: 0;
  top: 35%;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(5) {
  right: auto;
  left: 10%;
  top: auto;
  bottom: 5%;
}
.product-content .product-list > li .img .cont-pk .asxta li:nth-child(6) {
  right: 10%;
  top: auto;
  bottom: 5%;
}
.product-content .product-list > li .img .cont-pk.cont-p3 .asxta li:nth-child(1) {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
.product-content .product-list > li .img .cont-pk.cont-p3 .asxta li:nth-child(2) {
  right: auto;
  left: 0%;
  top: 35%;
}
.product-content .product-list > li .img .cont-pk.cont-p3 .asxta li:nth-child(3) {
  left: auto;
  right: 0;
  top: 35%;
}
.product-content .product-list > li .img .cont-pk.cont-p1 .asxta li:nth-child(1) {
  left: auto;
  right: 20%;
}

.pro-show-cont1 {
  padding: 5.5rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 34.4444444444%;
  margin-left: var(--cbjls);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #2B2B2B;
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b {
    margin-top: 0.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 51.8518518519%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .ny-tit1 {
  color: #2B2B2B;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li {
  background: #EE7836;
  text-align: center;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li {
    padding: 0.75rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li u {
  display: block;
  font-size: 0;
  width: 3.8125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li u {
    width: 3.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li u img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li .name {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.165rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2b1 .prro-sh-a2b1c1 li .name {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 .astxlist1 {
  padding: 0.75rem 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 .astxlist1 li {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 .astxlist1 li {
    margin-right: 0.75rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 .astxlist1 li img {
  height: 3.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .prro-sh-a2bas1 .astxlist1 li img {
    height: 3.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  font-size: 0;
  overflow: hidden;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}

.ny-tit {
  color: #2B2B2B;
  font-size: 2.75rem;
  line-height: 1.2em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ny-tit {
    font-size: 1.5rem;
  }
}

.pro-show-cont2 {
  background: #EFEFEF;
  padding: 4.625rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2rem 0;
  }
}
.pro-show-cont2 .prro-sh-a2b2 {
  margin-left: var(--cbjls);
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .prro-sh-a2b2 .content .table-cont {
    margin-top: 0.5rem;
  }
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont .tit {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #EE7836;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .prro-sh-a2b2 .content .table-cont .tit {
    font-size: 1.25rem;
    padding: 0.85rem 0;
  }
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table {
  border-right: none;
  border-left: none;
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tr {
  border-right: none;
  border-left: none;
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tr td {
  border-right: none;
  border-left: none;
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tbody {
  border-top: none;
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tbody tr:nth-child(2n) {
  background: #fff;
}
.pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tbody tr td {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.125em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .pro-show-cont2 .prro-sh-a2b2 .content .table-cont table tbody tr td {
    font-size: 0.875rem;
    padding: 0.75rem 1rem !important;
  }
}

.pro-show-cont3 {
  padding: 3rem 0 5.3125rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2.5rem 0;
  }
}
.dow_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.dow_list1 li .img{
  cursor: pointer;
}
.dow_list1 li .img i {
  display: block;
  width: 3rem;
}
@media (max-width: 768px) {
  .dow_list1 li .img i {
    width: 2.5rem;
  }
}
.dow_list1 li .img i img {
  width: 100%;
}
.dow_list1 li .img .cont-p {
  width: -webkit-calc(95% - 3rem);
  width: -moz-calc(95% - 3rem);
  width: calc(95% - 3rem);
}
@media (max-width: 768px) {
  .dow_list1 li .img .cont-p {
    width: -webkit-calc(92% - 2.5rem);
    width: -moz-calc(92% - 2.5rem);
    width: calc(92% - 2.5rem);
  }
}
.dow_list1 li .img .cont-p .tit {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .dow_list1 li .img .cont-p .tit {
    font-size: 1rem;
  }
}
.dow_list1 li .img .cont-p .asxa {
  color: #EE7836;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.dow_list1 li .img .cont-p .asxa i {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.dow_list1 li .img .cont-p span {
  color: #676767;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .dow_list1 li .img .cont-p span {
    font-size: 0.875rem;
  }
}
.news-content {
  padding: 7rem 0 2rem;
}
@media (max-width: 768px) {
  .news-content {
    padding: 2.5rem 0 1rem;
  }
}
.news-content .news-cont-v1 {
  margin-left: var(--cbjls);
}
.news-content .news-cont-v1 .xw-sort1 {
  border-bottom: 1px solid #F2F2F2;
}
.news-content .news-cont-v1 .xw-sort1 li a {
  display: block;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.9em 1.75em;
  position: relative;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .xw-sort1 li a {
    padding: 0.78em 1.75em;
  }
}
.news-content .news-cont-v1 .xw-sort1 li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EC681A;
  position: absolute;
  left: 0;
  bottom: -1px;
  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);
}
.news-content .news-cont-v1 .xw-sort1 li:hover a::after, .news-content .news-cont-v1 .xw-sort1 li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-content .news-cont-v1 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa {
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li.sdtxa {
    grid-column: 1;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa a.img {
  display: block;
  font-size: 0;
  width: 44.1394658754%;
  position: relative;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li.sdtxa a.img {
    width: 100%;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa a.img img {
  width: 100%;
}
.news-content .news-cont-v1 .news-list li.sdtxa a.img .asbx {
  width: 3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li.sdtxa a.img .asbx {
    width: 2.125rem;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa .cont-p {
  width: 48.8130563798%;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li.sdtxa .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa .cont-p .name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li.sdtxa .cont-p .name {
    margin: 0.5rem 0;
    font-size: 1.125rem;
  }
}
.news-content .news-cont-v1 .news-list li.sdtxa .cont-p .data {
  color: #474747;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) a.img {
  display: block;
  font-size: 0;
  position: relative;
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) a.img img {
  width: 100%;
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) a.img .asbx {
  width: 2.125rem;
  z-index: 1;
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) .cont-p a.name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .news-content .news-cont-v1 .news-list li:not(.sdtxa) .cont-p a.name {
    margin: 0.75rem 0;
    font-size: 1.125rem;
  }
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-content .news-cont-v1 .news-list li:not(.sdtxa) .cont-p .data {
  color: #474747;
  font-size: 1rem;
  line-height: 1.5em;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}
.ny-show_bodyxw .head {
  background: #2B2B2B;
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

.xw-show_cont1 {
  padding: 7.4375rem 0 1.625rem;
}
@media (max-width: 768px) {
  .xw-show_cont1 {
    padding: 2rem 0 1.25rem;
  }
}
.xw-show_cont1 .cont-astx {
  margin-left: var(--cbjls);
}
.xw-show_cont1 .cont-astx a.fh-more {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5em;
}
.xw-show_cont1 .cont-astx a.fh-more i {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
.xw-show_cont1 .cont-astx a.fh-more:hover {
  color: var(--color-zt);
}
.xw-show_cont1 .cont-astx .title-a {
  color: #000000;
  font-size: 2.75rem;
  line-height: 1.125em;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  .xw-show_cont1 .cont-astx .title-a {
    font-size: 1.85rem;
  }
}
.xw-show_cont1 .cont-astx .title-b {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw-show_cont1 .cont-astx .title-b {
    margin-top: 0.5rem;
  }
}
.xw-show_cont1 .cont-astx .title-b .social-share a {
  color: #2B2B2B;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  font-weight: 100;
  margin: 0;
  margin-right: 0.25rem;
}
.xw-show_cont1 .cont-astx .title-b .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.xw-show_cont1 .imgast {
  padding-bottom: 43.2142857143%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
}
.xw-show_cont1 .imgast > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.xw-show_cont1 .imgast img {
  width: 100%;
}
.xw-show_cont1 .show-news-content {
  margin-left: var(--cbjls);
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .xw-show_cont1 .show-news-content {
    margin-top: 1.125rem;
  }
}
.xw-show_cont1 .show-news-content .xinwn-consss {
  width: 74.2245199409%;
}
@media (max-width: 768px) {
  .xw-show_cont1 .show-news-content .xinwn-consss {
    width: 100%;
  }
}
.xw-show_cont1 .show-news-content .xinwn-consss .content {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_cont1 .show-news-content .xinwn-consss .shanys {
  border-top: 1px solid #A5A5A5;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .xw-show_cont1 .show-news-content .xinwn-consss .shanys {
    margin-top: 1.125rem;
    padding-top: 1rem;
  }
}
.xw-show_cont1 .show-news-content .xinwn-consss .shanys a {
  color: #2B2B2B;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.xw-show_cont1 .show-news-content .xinwn-consss .shanys a i {
  font-size: 0.65rem;
  padding: 0 0.25rem;
}
.xw-show_cont1 .show-news-content .xinwn-consss .shanys a:hover {
  color: var(--color-zt);
}
.xw-show_cont1 .show-news-content .xinwn-asxt1 {
  width: 17.8729689808%;
}
@media (max-width: 768px) {
  .xw-show_cont1 .show-news-content .xinwn-asxt1 {
    width: 100%;
    display: none;
  }
}
.xw-show_cont1 .show-news-content .xinwn-asxt1 .tit {
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_cont1 .show-news-content .xinwn-asxt1 .asrx {
  margin-top: 0.5rem;
}
.xw-show_cont1 .show-news-content .xinwn-asxt1 .asrx a {
  display: inline-block;
  color: #2B2B2B;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: underline;
  margin-right: 1em;
  margin-top: 0.25rem;
}

.app-cont1 > li {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 17.875rem 0 15.25rem;
}
@media (max-width: 768px) {
  .app-cont1 > li {
    padding: 5.5rem 0 2.5rem;
  }
}
.app-cont1 > li .cont-p {
  margin-left: var(--cbjls);
}
.app-cont1 > li .cont-p .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .app-cont1 > li .cont-p .tit {
    font-size: 1.8rem;
  }
}
.app-cont1 > li .cont-p .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
  width: 70%;
}
.app-cont1 > li .cont-p .p1 em {
  font-style: italic;
}
@media (max-width: 768px) {
  .app-cont1 > li .cont-p .p1 {
    width: 100%;
  }
}
.app-cont1 > li .cont-p .asxhas2 {
  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;
}
.app-cont1 > li .cont-p .asxhas2 li + li {
  margin-left: 2.75em;
}
@media (max-width: 768px) {
  .app-cont1 > li .cont-p .asxhas2 li + li {
    margin-left: 1.5em;
  }
}
.app-cont1 > li .cont-p .asxhas2 li a.asa {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .app-cont1 > li .cont-p .asxhas2 li a.asa {
    font-size: 1rem;
  }
}
.app-cont1 > li .cont-p .asxhas2 li a.asa::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.app-cont1 > li .cont-p .asxhas2 li a.asa:hover {
  color: var(--color-zt);
}
.app-cont1 > li .cont-p .asxhas2 li a.asa:hover::after {
  width: 100%;
}
.app-cont1 > li .cont-p .asxhas1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.5rem;
  visibility: hidden;
}
@media (max-width: 768px) {
  .app-cont1 > li .cont-p .asxhas1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}
.app-cont1 > li .cont-p .asxhas1 li {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.app-cont1 > li .cont-p .asxhas1 li img {
  width: 100%;
}

.asia-cont1 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 17.875rem 0 6.6875rem;
}
@media (max-width: 768px) {
  .asia-cont1 {
    padding: 5.5rem 0 2.5rem;
  }
}
.asia-cont1 .asia-a1v1 {
  margin-left: var(--cbjls);
}
.asia-cont1 .asia-a1v1 .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .asia-cont1 .asia-a1v1 .tit {
    font-size: 1.8rem;
  }
}
.asia-cont1 .asia-a1v1 .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
  width: 70%;
}
@media (max-width: 768px) {
  .asia-cont1 .asia-a1v1 .p1 {
    width: 100%;
  }
}
.asia-cont1 .asia-a1v1 .asia-a1b1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 12.5rem;
}
@media (max-width: 768px) {
  .asia-cont1 .asia-a1v1 .asia-a1b1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}
.asia-cont1 .asia-a1v1 .asia-a1b1 li {
  font-size: 1rem;
  line-height: 1.25em;
  border-top: 2px solid #fff;
  padding-top: 0.75em;
  position: relative;
}
.asia-cont1 .asia-a1v1 .asia-a1b1 li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-zt);
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .asia-cont1 .asia-a1v1 .asia-a1b1 li {
    padding-top: 0.5em;
  }
}
.asia-cont1 .asia-a1v1 .asia-a1b1 li:hover::after {
  width: 100%;
}

.asia-cont2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 18.125rem 0 20rem;
}
@media (max-width: 768px) {
  .asia-cont2 {
    padding: 5.5rem 0 2.5rem;
  }
}
.asia-cont2 .asia-a2v1 {
  margin-left: var(--cbjls);
}
.asia-cont2 .asia-a2v1 .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .asia-cont2 .asia-a2v1 .tit {
    font-size: 1.8rem;
  }
}
.asia-cont2 .asia-a2v1 .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0;
  width: 41.5%;
}
@media (max-width: 768px) {
  .asia-cont2 .asia-a2v1 .p1 {
    width: 100%;
  }
}

.asia-cont3 {
  padding: 16.625rem 0 5.8125rem;
}
@media (max-width: 768px) {
  .asia-cont3 {
    padding: 5.5rem 0 2.5rem;
  }
}
.asia-cont3 .asia-a3v1 {
  margin-left: var(--cbjls);
}
.asia-cont3 .asia-a3v1 .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
  color: #2B2B2B;
}
@media (max-width: 768px) {
  .asia-cont3 .asia-a3v1 .tit {
    font-size: 1.8rem;
  }
}
.asia-cont3 .asia-a3v1 .ashxq1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .asia-cont3 .asia-a3v1 .ashxq1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.asia-cont3 .asia-a3v1 .ashxq1 li a.img {
  display: block;
  font-size: 0;
  position: relative;
}
.asia-cont3 .asia-a3v1 .ashxq1 li a.img img {
  width: 100%;
}
.asia-cont3 .asia-a3v1 .ashxq1 li a.img .asbx {
  width: 2.5rem;
  z-index: 1;
}
.asia-cont3 .asia-a3v1 .ashxq1 li .cont-p a.name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .asia-cont3 .asia-a3v1 .ashxq1 li .cont-p a.name {
    margin: 0.75rem 0;
    font-size: 1.125rem;
  }
}
.asia-cont3 .asia-a3v1 .ashxq1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.asia-cont3 .asia-a3v1 .ashxq1 li .cont-p .data {
  color: #474747;
  font-size: 1rem;
  line-height: 1.5em;
}

.asia-cont4 {
  background: #F9F9F9;
  padding: 16rem 0 10rem;
}
@media (max-width: 768px) {
  .asia-cont4 {
    padding: 5.5rem 0 2.5rem;
  }
}
.asia-cont4 .asia-a4v1 {
  margin-left: var(--cbjls);
}
.asia-cont4 .asia-a4v1 .tit {
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 600;
  color: #2B2B2B;
}
@media (max-width: 768px) {
  .asia-cont4 .asia-a4v1 .tit {
    font-size: 1.8rem;
  }
}
.asia-cont4 .asia-a4v1 .msg-a2-ca1 label {
  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-bottom: 0;
}
.asia-cont4 .asia-a4v1 .msg-a2-ca1 label + label {
  margin-left: 1.5rem;
}
.asia-cont4 .asia-a4v1 .msg-a2-ca1 label input {
  width: 1rem !important;
  height: 1rem;
  margin-right: 0.5rem;
}
.asia-cont4 .asia-a4v1 form {
  margin-top: 0.75rem;
}
.asia-cont4 .asia-a4v1 form .inpt .m_label {
  color: #212D3A;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .asia-cont4 .asia-a4v1 form .inpt .m_label {
    line-height: 1.25em;
  }
}
.asia-cont4 .asia-a4v1 form .inpt .m_label span {
  color: #BD1717;
}
.asia-cont4 .asia-a4v1 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.2rem;
  padding: 0 1em;
}
.asia-cont4 .asia-a4v1 form .inpt select {
  width: 100%;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.2rem;
  background: #fff;
  height: 3.125rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1em;
  background: url(../images/jtax.svg) no-repeat 96% center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
.asia-cont4 .asia-a4v1 form .msg-a1 .inpt {
  width: 31.0267857143%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .asia-cont4 .asia-a4v1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.asia-cont4 .asia-a4v1 form .msg-a2 {
  margin-top: 1rem;
}
.asia-cont4 .asia-a4v1 form .msg-a2 textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.2rem;
  padding: 0.75em 1em;
  border: none;
}
.asia-cont4 .asia-a4v1 form .msg-a3 {
  margin-top: 0.25rem;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz 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;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz 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;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz p {
  font-size: 0.875rem;
  color: #404040;
  line-height: 2em;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz p a {
  color: #404040;
  text-decoration: underline;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .msg-aaxz p span {
  color: #BD1717;
}
.asia-cont4 .asia-a4v1 form .msg-a3 .txt {
  color: #404040;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding-right: 35%;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .asia-cont4 .asia-a4v1 form .msg-a3 .txt {
    padding-right: 0;
  }
}
.asia-cont4 .asia-a4v1 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .asia-cont4 .asia-a4v1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.asia-cont4 .asia-a4v1 form .div_aghgha button {
  background: transparent;
}
.asia-cont4 .asia-a4v1 form .div_aghgha button i {
  margin-left: 1rem;
}

.lx-cont1 {
  padding: 12.1875rem 0 5.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 5.5rem 0 2.5rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-left: var(--cbjls);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 {
  width: 48%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 + .lx-a1b1c1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .tit {
  color: #2B2B2B;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .tit {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .p1 {
  color: #2B2B2B;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .p1 {
    font-size: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .p1 a {
  color: var(--color-zt);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 .more-b {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 dl .p1 {
  padding-right: 30%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 dl .p1 {
    padding-right: 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 dl + dl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .lx-a1b1c1 dl + dl {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #myMap {
  height: 37.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 #myMap {
    height: 25rem;
  }
}

.MicrosoftMap .Infobox .infobox-info {
  max-height: inherit !important;
}

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

.tcmgs-a {
  display: none;
  width: 92%;
  max-width: 63.5rem;
  padding: 1.95rem 2.8% 2.6rem;
}
@media (max-width: 768px) {
  .tcmgs-a {
    padding: 1.5rem 5% 1.75rem;
  }
}
.tcmgs-a .carousel__button.is-close {
  top: 1rem;
  color: #A5A5A5;
  right: 1rem;
}
.tcmgs-a .msg-v1 .tit {
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.5rem;
  }
}
.tcmgs-a .msg-v1 form {
  margin-top: 0.75rem;
}
.tcmgs-a .msg-v1 form .inpt .m_label {
  color: #212D3A;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .inpt .m_label {
    line-height: 1.25em;
  }
}
.tcmgs-a .msg-v1 form .inpt .m_label span {
  color: #BD1717;
}
.tcmgs-a .msg-v1 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.2rem;
  padding: 0 1em;
  background: #F9F9F9;
}
.tcmgs-a .msg-v1 form .inpt select {
  width: 100%;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.2rem;
  background: #fff;
  height: 3.125rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1em;
  background: url(../images/jtax.svg) no-repeat 96% center #F9F9F9;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
.tcmgs-a .msg-v1 form .msg-a1 .inpt {
  width: 47.8260869565%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.tcmgs-a .msg-v1 form .msg-a2 {
  margin-top: 1rem;
}
.tcmgs-a .msg-v1 form .msg-a2 textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.2rem;
  background: #F9F9F9;
  padding: 0.75em 1em;
  border: none;
}
.tcmgs-a .msg-v1 form .msg-a3 {
  margin-top: 0.25rem;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz 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;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz 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;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz p {
  font-size: 0.875rem;
  color: #404040;
  line-height: 2em;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz p a {
  color: #404040;
  text-decoration: underline;
}
.tcmgs-a .msg-v1 form .msg-a3 .msg-aaxz p span {
  color: #BD1717;
}
.tcmgs-a .msg-v1 form .msg-a3 .txt {
  color: #404040;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding-right: 35%;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .msg-a3 .txt {
    padding-right: 0;
  }
}
.tcmgs-a .msg-v1 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.tcmgs-a .msg-v1 form .div_aghgha button {
  background: transparent;
}
.tcmgs-a .msg-v1 form .div_aghgha button i {
  margin-left: 1rem;
}

#bodymask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(9px);
  display: none;
}

.dow-cont1 {
  padding: 12rem 0 8rem;
  background: #F9F9F9;
}
@media (max-width: 768px) {
  .dow-cont1 {
    padding: 5.5rem 0 2.5rem;
  }
}
.dow-cont1 .dow-a1v1 {
  margin-left: var(--cbjls);
}
.dow-cont1 .dow-a1v1 form {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-a1v1 form {
    margin-top: 1rem;
  }
}
.dow-cont1 .dow-a1v1 form .contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.5rem;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-a1v1 form .contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.dow-cont1 .dow-a1v1 form .contact .dts1 .weha-a {
  color: #404040;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 0.3rem;
}
.dow-cont1 .dow-a1v1 form .contact .dts1 .weha-a span {
  color: #BD1717;
}
.dow-cont1 .dow-a1v1 form .contact .dts1 select {
  color: #404040;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 96% center #fff;
  -o-background-size: 1.25rem auto;
  background-size: 1.25rem auto;
  border: none;
}
.dow-cont1 .dow-a1v1 .ashx1a1 .ttz {
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-a1v1 .ashx1a1 .ttz {
    margin-top: 1.5rem;
  }
}
.dow-cont1 .dow-a1v1 .ashx1a1 .ttz .tit-astx {
  font-size: 1.65rem;
  line-height: 1.1em;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.dow-cont1 .dow-a1v1 .dow_list1 {
  gap: 2rem 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dow-cont1 .dow-a1v1 .dow_list1 {
    margin-top: 1rem;
    gap: 1.25rem 1rem;
  }
}

.dow-cont2 .dow-a2v1 {
  margin-left: var(--cbjls);
}
.dow-cont2 .dow-a2v1 .dow_list1 {
  gap: 1.85rem 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow-cont2 .dow-a2v1 .dow_list1 {
    margin-top: 1.5rem;
    gap: 1.25rem 1rem;
  }
}

.pro-list1 {
  padding: 10rem 0 8rem;
}
.pro-list1 .title1 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .pro-list1 {
    padding: 7rem 0 2.5rem;
  }
  .pro-list1 .table-cont {
    overflow-x: auto;
  }
  .pro-list1 .title1 {
    margin-bottom: 1.5rem;
  }
}
.pro-list1 .table-cont {
  margin-left: var(--cbjls);
}
.pro-list1 table {
  border-right: none;
  border-left: none;
  border-top: 2px solid var(--color-zt);
  width: 100%;
}
@media (max-width: 768px) {
  .pro-list1 table {
    min-width: 768px;
  }
}
.pro-list1 table tr td {
  text-align: center;
  vertical-align: middle;
  color: #555555;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 1rem 0.75rem !important;
}
.pro-list1 table tr td a {
  color: #555555;
}
.pro-list1 table tr td a:hover {
  color: var(--color-zt);
}
.pro-list1 table tr td .asgrt {
  margin-top: 0.5rem;
}
.pro-list1 table tr td .asgrt img {
  height: 2rem;
  margin: 0 0.25rem;
}

#fullpage1 .nbanner .img img {
  height: 100vh;
}

.show-nbanner .img img {
  height: auto;
}
@media (max-width: 768px) {
  .show-nbanner .img img {
    height: 100%;
  }
}
.show-nbanner .nbanner-wen1 .banner-cont .xian1 {
  height: -webkit-calc(140% + 1rem);
  height: -moz-calc(140% + 1rem);
  height: calc(140% + 1rem);
}
@media (max-width: 768px) {
  .show-nbanner .nbanner-wen1 .banner-cont .xian1 {
    height: -webkit-calc(110% + 1rem);
    height: -moz-calc(110% + 1rem);
    height: calc(110% + 1rem);
  }
}

.ny-cp-body .nbanner-wen1 .banner-cont .xian1 {
  height: -webkit-calc(140% + 1rem);
  height: -moz-calc(140% + 1rem);
  height: calc(140% + 1rem);
}

.tcmgs-a {
  display: none;
  width: 92%;
  max-width: 37.5rem;
  padding: 1.95rem 2.8% 2.6rem;
}
.tcmgs-a .carousel__button {
  box-shadow: none;
}
@media (max-width: 768px) {
  .tcmgs-a {
    padding: 1.5rem 5% 1.75rem;
  }
}
.tcmgs-a .msg-v1 .tit {
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.5rem;
  }
}
.tcmgs-a .msg-v1 form .sggta dl {
  margin-bottom: 0;
}
.tcmgs-a .msg-v1 form .sggta dl dd {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .sggta dl dd {
    margin-top: 1rem;
  }
}
.tcmgs-a .msg-v1 form .sggta dl dd input {
  width: 100%;
  font-size: 1rem;
  line-height: 2.85em;
  text-indent: 1em;
  width: 100%;
  background: #F4F4F4;
  border: none;
}
.tcmgs-a .msg-v1 form .sggta dl dd input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea {
  width: 100%;
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75em 1em;
  width: 100%;
  background: #F4F4F4;
  border: none;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta .more-b {
  margin-top: 1.25rem;
  background: transparent;
  color: #DC5A2D;
  line-height: 2em;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .sggta .more-b {
    margin-top: 1rem;
    line-height: 2em;
  }
}
.tcmgs-a .msg-v1 form .sggta .more-b:hover {
  background: #DC5A2D;
  color: #fff;
}