@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;
  }
}
/* 300 Light */
@font-face {
  font-family: "ChillRoundGothic";
  src: url("../font/ChillRoundGothic_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* 400 Regular */
@font-face {
  font-family: "ChillRoundGothic";
  src: url("../font/ChillRoundGothic_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 500 Medium */
@font-face {
  font-family: "ChillRoundGothic";
  src: url("../font/ChillRoundGothic_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 700 Bold */
@font-face {
  font-family: "ChillRoundGothic";
  src: url("../font/ChillRoundGothic_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Archivo", "ChillRoundGothic", sans-serif !important;
}

body * {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #222222;
  --color-zt: #0d3845;
  --head-height: 4.6875rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
.theme-red{
     --color-zt: #BE2623;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
  }
}
.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 2.6041666667%;
}

@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 "Archivo";
  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: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.85rem 2rem;
  color: #222222;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  border: 1px solid #222222;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .more-b {
    padding: 0.65rem 1.5rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition:
    transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b i {
  font-size: 1.25rem;
  margin-left: 0.35rem;
}

.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 > * {
  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;
  background: transparent;
  border-color: #fff;
}

.more-b.bs > * {
  color: #fff;
}

.more-b.bs::after {
  background: var(--color-zt);
}

.more-b.bs:hover {
  border-color: var(--color-zt);
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

.head .head2 {
  line-height: var(--head-height);
  position: relative;
  --as-calore: #222222;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.65);
}

.head .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.head .head2 .logo a img {
  height: 2.25rem;
}

.head .head2 .zywena {
  margin: 0 1rem;
  position: relative;
}

.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  /* display: block; */
  padding: 0 1.5rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt .weja {
  margin-left: 0.35rem;
}
.head .head2 .zywena a.rhgxt .weja i{
  font-size: .75rem !important;
  margin-left: 0.25rem;
}
.head .head2 .zywena::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 2rem;
  /* pointer-events: none; */
}

.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  transform: translateX(-50%) translateY(10px);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
.head .head2 .zywena:hover .yy-sec {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 2em;
  font-size: 1rem;
  font-weight: 500;
}

.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}

.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}

.head .head2 .more-sxa {
  background: var(--color-zt);
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.8rem;
  padding: 0 1.5em;
  border-radius: 2rem;
}

.head .head2 .sska a {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}

.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}

.head.sticky .head2 {
  --head-height: 3.75rem;
}

.head.sticky .head2 .logo a img {
  height: 2rem;
}

.head.sticky .head2 #menu .nav_a1 > li > a {
  font-size: 0.875rem;
}

.head.sticky .head2 .zywena a.rhgxt i {
  font-size: 1.125rem;
}

.head.sticky .head2 .sska a i {
  font-size: 1.125rem;
}

#menu .nav_a1 > li {
  float: left;
  position: relative;
}

#menu .nav_a1 > li a {
  display: block;
  color: var(--as-calore);
  font-family: "ChillRoundGothic";
}

#menu .nav_a1 > li > a {
  font-size: 1rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 400;
  position: relative;
}

#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}

#menu .nav_a1 > li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.35rem);
  top: -moz-calc(100% + 0.35rem);
  top: calc(100% + 0.35rem);
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 0.2rem -3px rgba(0, 0, 0, 0.06);
  -webkit-transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -o-transition:
    opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  -moz-transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
}

#menu .nav_a1 > li .sec > a {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.4rem 0;
  text-align: center;
}

#menu .nav_a1 > li .sec > a:hover {
  color: var(--color-zt);
}

#menu .nav_a1 > li:hover .sec {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#menu .nav_a1 > li:hover > a,
#menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}

#menu .nav_a1 > li:hover > a i,
#menu .nav_a1 > li.active > a i {
  opacity: 1;
}

#menu .nav_a1 > li:hover > a span::after,
#menu .nav_a1 > li.active > a span::after {
  width: 100%;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 28.125rem;
  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: 0;
  font-size: 1rem;
  text-indent: 1em;
}

.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 0;
}

.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: poArchivo;
  -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);
}

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
}

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

.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: 40px;
  max-width: 40%;
}

.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.m-bm-head .m-bm-head-box .m-bm-logo a p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.m-bm-head .m-bm-head-box .sskza {
  color: #000;
  font-family: "Archivo";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  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: var(--color-zt);
}

.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: "Archivo";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Archivo";
  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 .tit1 {
  position: relative;
}

.m-bm-nav > li .sec .tit1 .aniut {
  height: 35px;
  line-height: 35px;
}

.m-bm-nav > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}

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

.cp_sort1 {
  background: #f4f5f5;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
  padding: 1rem;
}

.cp_sort1 > li {
  position: relative;
}

.cp_sort1 > li + li {
  margin-top: 1rem;
}

.cp_sort1 > li > .sec {
  padding: 0;
}

.cp_sort1 > li > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #dedede;
}

.cp_sort1 > li > .sec > .tit1 > a.clicked,
.cp_sort1 > li > .sec > .tit1 > a:hover {
  color: var(--color-zt);
}

.cp_sort1 > li > .sec > .tit1 > .sec {
  padding: 0;
  border-bottom: 1px solid #dedede;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 {
  padding: 0 2%;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 .aniut {
  right: 2%;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.875rem;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #dedede;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked,
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: var(--color-zt);
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec {
  padding: 0;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.75rem;
  line-height: 2rem;
}

.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a.clicked,
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: var(--color-zt);
}

.cp_sort1 > li > a {
  display: block;
  line-height: 3.5rem;
  font-size: 1rem;
  color: #020202;
  font-family: "Archivo";
  padding: 0 8%;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
}

.cp_sort1 > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Archivo";
  font-weight: 500;
}

.cp_sort1 > li > a.clicked {
  background: var(--color-zt);
  color: #fff;
}

.cp_sort1 > li > a.clicked + .aniut i {
  color: #fff;
}

.cp_sort1 > li .sec {
  display: none;
  padding: 1rem 0 0.1rem;
}

.cp_sort1 > li .sec .tit1 {
  position: relative;
  padding: 0 8%;
}

.cp_sort1 > li .sec .tit1 .aniut {
  height: 2.8125rem;
  line-height: 2.8125rem;
  right: 8%;
}

.cp_sort1 > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}

.cp_sort1 > li .sec .tit1 a {
  color: #020202;
  font-size: 1rem;
  line-height: 2.8125rem;
}

.cp_sort1 > li .sec a {
  display: block;
  font-size: 12px;
  color: #020202;
  line-height: 35px;
}

.cp_sort1 > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.cp_sort1 .aniut {
  position: absolute;
  width: auto;
  height: 3.5rem;
  line-height: 3.5rem;
  right: 8%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.cp_sort1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #888888;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide:hover .img .imgxa2 {
  z-index: 1;
}

.pc-banner .mySwipera .banwez1 {
  width: 100%;
  z-index: 99;
  top: 55%;
  color: #ffffff;
}

.pc-banner .mySwipera .banwez1 .tit img {
  height: 2.625rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit img {
    height: 1.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .p1 {
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p1 {
    font-size: 1.35rem;
    margin-top: 1rem;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  padding: 0.75rem 0;
  width: 8.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.pc-banner .mySwipera .banwez1 a.more-b i {
  margin-left: 0;
  margin-right: 0.5rem;
  width: 1.75rem;
  display: block;
}

.pc-banner .mySwipera .banwez1 a.more-b i img {
  width: 100%;
}

.pc-banner .mySwipera .banwez1 .cont-pa {
  position: relative;
}

.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pc-banner .mySwipera .swiper-pagination1 span {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.4rem;
}

.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}

.pc-banner a.mouse p {
  color: #ffffff;
  font: 400 0.875rem/1.5em "Archivo";
  margin-top: 0.5em;
}

.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}

.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
  -moz-animation: scroll2 1s linear infinite;
  -o-animation: scroll2 1s linear infinite;
  animation: scroll2 1s linear infinite;
}

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

@media (max-width: 990px) {
  .sp-vode {
    display: none;
  }
}
@-webkit-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-webkit-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.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-pagination span {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}

.gong-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.gong-pagination.hs span {
  background: rgba(0, 0, 0, 0.3);
}

.gong-pagination.hs span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.gong-p {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.x1 {
  position: absolute;
  left: -2.25rem;
  top: 1.5rem;
  width: 0.625rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .x1 {
    display: none;
  }
}
.x1 img,
.x1 svg {
  width: 100%;
}

.title1 {
  position: relative;
}

.title1 .u-img {
  padding: 0.75rem 0 1.5rem;
}

@media (max-width: 768px) {
  .title1 .u-img {
    padding: 0.35rem 0 1rem;
  }
}
.title1 .u-img img {
  height: 2.1875rem;
}

@media (max-width: 768px) {
  .title1 .u-img img {
    height: 1.25rem;
  }
}
.title1 .entit {
  color: rgba(34, 34, 34, 0.7);
  font-size: 3rem;
  line-height: 1.35em;
}

@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.25rem;
  }
}
.title1 .tit {
  color: var(--color-zt);
  font-size: 2.75rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 > .txt {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .title1 > .txt {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.iconfont1 {
  font-family: "iconfont" !important;
}

body {
  background: #efede7;
}

.yy2 {
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(
    top,
    #efede7 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    #efede7 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(top, #efede7 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #efede7 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 0.5rem;
}

.yy2 img {
  width: 100%;
  opacity: 0.85;
}

.yy2.hs {
  background: -webkit-linear-gradient(
    top,
    #2e373c 0%,
    rgba(46, 55, 60, 0) 100%
  );
  background: -moz-linear-gradient(top, #2e373c 0%, rgba(46, 55, 60, 0) 100%);
  background: -o-linear-gradient(top, #2e373c 0%, rgba(46, 55, 60, 0) 100%);
  background: linear-gradient(180deg, #2e373c 0%, rgba(46, 55, 60, 0) 100%);
}

.yy1 {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(
    bottom,
    #efede7 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #efede7 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    #efede7 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(0deg, #efede7 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 0.5rem;
}

.yy1 img {
  width: 100%;
  opacity: 0.85;
}

.yy1.hs {
  background: -webkit-linear-gradient(
    bottom,
    #2e373c 0%,
    rgba(46, 55, 60, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #2e373c 0%,
    rgba(46, 55, 60, 0) 100%
  );
  background: -o-linear-gradient(bottom, #2e373c 0%, rgba(46, 55, 60, 0) 100%);
  background: linear-gradient(0deg, #2e373c 0%, rgba(46, 55, 60, 0) 100%);
}

.yy1.hs1 {
  background: -webkit-linear-gradient(
    bottom,
    #0d3845 0%,
    rgba(46, 55, 60, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #0d3845 0%,
    rgba(46, 55, 60, 0) 100%
  );
  background: -o-linear-gradient(bottom, #0d3845 0%, rgba(46, 55, 60, 0) 100%);
  background: linear-gradient(0deg, #0d3845 0%, rgba(46, 55, 60, 0) 100%);
}

.a1v1 {
  padding: 7.1875rem 0 8.125rem;
}

@media (max-width: 768px) {
  .a1v1 {
    padding: 2rem 0;
  }
}
.a1v1 .p1 {
  color: #222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .a1v1 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    padding-bottom: 1rem;
  }
}
.cont1 .a1v2 {
  position: relative;
}

.cont1 .a1v2 .a1v1c1 {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.cont1 .a1v2 .a1v1c1 img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c1 > img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont1 .a1v2 .a1v1c2 {
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 {
    position: static;
    color: #333;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 2rem;
  }
}
.cont1 .a1v2 .a1v1c2 .a1v1c2d1 {
  width: 21.2857142857%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 .a1v1c2d1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cont1 .a1v2 .a1v1c2 .a1v1c2d1 li {
  padding: 2rem 0;
  border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 .a1v1c2d1 li {
    border-top: none;
    padding: 0.5rem 0;
    width: 48%;
  }
}
.cont1 .a1v2 .a1v1c2 .a1v1c2d1 li .tit {
  color: #fff;
  text-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.14);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 .a1v1c2d1 li .tit {
    font-size: 1.125rem;
    color: var(--color-zt);
  }
}
.cont1 .a1v2 .a1v1c2 .a1v1c2d1 li .tit span {
  font-size: 3.375rem;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 .a1v1c2d1 li .tit span {
    font-size: 2.35rem;
  }
}
.cont1 .a1v2 .a1v1c2 .a1v1c2d1 li p {
  font-size: 1.125rem;
  margin-top: 0.125rem;
}

@media (max-width: 768px) {
  .cont1 .a1v2 .a1v1c2 .a1v1c2d1 li p {
    font-size: 1rem;
  }
}
.cont2 .a2v2 {
  position: relative;
}

.cont2 .a2v2 .a2v1c1 {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.cont2 .a2v2 .a2v1c1 img {
  width: 100%;
}

.cont2 .a2v2 .a2v1c1 > img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cont2 .a2v2 .a2v1c1 > img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont2 .a2v2 .a2v1c2 {
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 100%;
  z-index: 2;
  color: #ffffff;
}

.cont2 .a2v2 .a2v1c2 .a2v1c2-ax {
  width: 17.25rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  .cont2 .a2v2 .a2v1c2 .a2v1c2-ax {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cont2 .a2v2 .a2v1c2 .a2v1c2-ax .tit {
  font-size: 1.875rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cont2 .a2v2 .a2v1c2 .a2v1c2-ax .tit {
    font-size: 1.35rem;
  }
}
.cont2 .a2v2 .a2v1c2 .a2v1c2-ax b {
  font-size: 4rem;
  line-height: 1.25em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cont2 .a2v2 .a2v1c2 .a2v1c2-ax b {
    font-size: 2.125rem;
  }
}
.cont31 {
  padding: 4.875rem 0 7.625rem;
  background: #efede7;
  position: relative;
}
@media (max-width: 768px) {
  .cont31 {
    padding: 2.75rem 0 3.25rem;
  }
}
.cont31 .as1a1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .cont31 .as1a1 {
    margin-top: 0.75rem;
  }
}
.cont31 .as1a1 li {
  margin-top: 1rem;
}
.cont31 .as1a1 li:nth-child(2) {
  background: rgba(13, 56, 69, 0.05);
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li:nth-child(2) {
    border-top: none;
  }
  .cont31 .as1a1 li + li {
    border-top: 1px solid #f0f0f0;
    padding: 0.75rem 0 0.35rem;
  }
}
.cont31 .as1a1 li > div:nth-child(1) {
  width: 14.9210903874%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li > div:nth-child(1) {
    width: 25%;
  }
}
.cont31 .as1a1 li > div:nth-child(2) {
  width: 9.1822094692%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li > div:nth-child(2) {
    width: 25%;
  }
}
.cont31 .as1a1 li > div:nth-child(3) {
  width: 9.1822094692%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li > div:nth-child(3) {
    width: 25%;
  }
}
.cont31 .as1a1 li > div:nth-child(4) {
  width: 45.9110473458%;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li > div:nth-child(4) {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.cont31 .as1a1 li > div:nth-child(5) {
  width: 9.1822094692%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont31 .as1a1 li > div:nth-child(5) {
    width: 25%;
  }
}
.cont31 .as1a1 li .tit1 {
  color: #0e3746;
  font-size: 1.25rem;
  line-height: 1.25em;
  padding: 1.125rem 0;
}
.cont31 .as1a1 li .t1 {
  color: #222222;
  font-size: 1.25rem;
  line-height: 1.25em;
  padding: 1rem 0;
}
.cont31 .as1a1 li .t1 img {
  height: 1.5rem;
}
.cont31 .as1a1 li .t2 .asta1 {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: center;
}
.cont31 .as1a1 li .t2 .asta1 img {
  width: 2.3125rem;
  margin: 0 auto;
}
.cont31 .as1a1 li .t2 .asta2 {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: center;
}
.cont31 .as1a1 li .t2 .asta2 img {
  width: 2.3125rem;
  margin: 0 auto;
}
.cont31 .as1a1 li .t2 .asxct {
  width: -webkit-calc(100% - 3.8125rem);
  width: -moz-calc(100% - 3.8125rem);
  width: calc(100% - 3.8125rem);
}
.cont31 .as1a1 li .t2 .asxct.asxct-ax {
  gap: 0.5rem;
}
.cont31 .as1a1 li .t2 .asxct .p1 {
  width: 20%;
  height: 0.8125rem;
  background: var(--color-zt);
  border-radius: 1rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cont31 .as1a1 li .t2 .asxct .p2 {
  width: 85%;
  height: 0.8125rem;
  background: var(--color-zt);
  border-radius: 1rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cont31 .as1a1 li .t2 .asxct .p21 {
  width: 22%;
  height: 0.8125rem;
  background: var(--color-zt);
  border-radius: 1rem;
  margin-top: 0.85rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cont31 .as1a1 li .t2 .asxct .p3 {
  width: 40%;
  height: 0.8125rem;
  background: var(--color-zt);
  border-radius: 1rem;
  margin-top: 0.85rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cont31 .as1a1 li .t2 .asxct .p4 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.8125rem;
  background: var(--color-zt);
  border-radius: 1rem;
  margin-top: 0.85rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cont31 .as1a1 li:nth-child(1) {
  border-bottom: 1px solid #0e3746;
  margin-bottom: 0.75rem;
}
.cont31.scroll-on .as1a1 li .asxct .p1 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  -o-transform-origin: 0%;
  transform-origin: 0%;
  transition:
    transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -moz-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -o-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cont31.scroll-on .as1a1 li .asxct .p2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  -o-transform-origin: 0%;
  transform-origin: 0%;
  transition:
    transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -moz-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -o-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cont31.scroll-on .as1a1 li .asxct .p21 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  -o-transform-origin: 0%;
  transform-origin: 0%;
  transition:
    transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -moz-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -o-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cont31.scroll-on .as1a1 li .asxct .p3 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  -o-transform-origin: 0%;
  transform-origin: 0%;
  transition:
    transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -moz-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -o-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cont31.scroll-on .as1a1 li .asxct .p4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  -o-transform-origin: 0%;
  transform-origin: 0%;
  transition:
    transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -moz-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    -o-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cont3 .a1v1 .p1 .tit1 {
  color: #222222;
  font-size: 1.6875rem;
  font-weight: 700;
}

.cont3 .a1v1 .a3v1c2d1 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont3 .a1v1 {
    padding-bottom: 1rem;
  }
  .cont3 .a1v1 .p1 .tit1 {
    font-size: 1.25rem;
  }
  .cont3 .a1v1 .a3v1c2d1 {
    margin-top: 2rem;
  }
}
.cont3 .a3v2 {
  position: relative;
}

.cont3 .a3v2 .a3v1c2 {
  position: absolute;
  left: 0;
  bottom: 13%;
  width: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .cont3 .a3v2 .a3v1c2 {
    position: static;
    padding: 0 0 1rem;
  }
}
.a3v1c1 {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.a3v1c1 img {
  width: 100%;
}

.a3v1c2d1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .a3v1c2d1 {
    gap: 1rem 0;
  }
}
.a3v1c2d1 li {
  text-align: center;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media (max-width: 768px) {
  .a3v1c2d1 li {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 33.333%;
  }
}
.a3v1c2d1 li u {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .a3v1c2d1 li u {
    width: 3.5rem;
  }
}
.a3v1c2d1 li u img {
  width: 100%;
}

.a3v1c2d1 li .tit {
  color: rgba(34, 34, 34, 0.4);
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .a3v1c2d1 li .tit {
    font-size: 1.35rem;
  }
}
.a3v1c2d1 li .tit span {
  color: #222222;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .a3v1c2d1 li .tit span {
    font-size: 1.5rem;
  }
}
.a3v1c2d1 li .tit div div div:nth-child(1) {
  color: var(--color-zt);
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .a3v1c2d1 li .tit div div div:nth-child(1) {
    font-size: 1.5rem;
  }
}
.a3v1c2d1 li > p {
  color: #222222;
  font-size: 2rem;
  line-height: 1.35em;
}

@media (max-width: 768px) {
  .a3v1c2d1 li > p {
    font-size: 1.35rem;
  }
}
.a3v1c2d1 li .p2 {
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .a3v1c2d1 li .p2 {
    font-size: 1rem;
  }
}
.cont4 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.5rem 0 14.0625rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0 1.5rem;
  }
}
.cont4 .a4v2 {
  padding-left: var(--cbasta);
}

@media (max-width: 768px) {
  .cont4 .a4v2 {
    padding: 0 var(--cbasta);
  }
}
.cont4 .a4v2 .mySwiper1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont4 .a4v2 .mySwiper1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4v2 .mySwiper1 .swiper-slide a.img {
  display: block;
}

.cont4 .a4v2 .mySwiper1 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont4 .a4v2 .mySwiper1 .swiper-slide a.img u img {
  width: 100%;
}

.cont4 .a4v2 .mySwiper1 .swiper-slide a.img .data {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 0.75em;
}

@media (max-width: 768px) {
  .cont4 .a4v2 .mySwiper1 .swiper-slide a.img .data {
    font-size: 1.125rem;
    margin-top: 0.5em;
  }
}
.cont4 .a4v2 .mySwiper1 .swiper-slide a.img .name {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cont4 .a4v2 .mySwiper1 .swiper-slide a.img .name {
    font-size: 1.25rem;
  }
}
.cont4 .a4v2 .mySwiper1 .swiper-slide a.img:hover .name {
  color: var(--color-zt);
}

.cont5 {
  position: relative;
  padding: 6.25rem 0 0;
  background: #fff;
}

@media (max-width: 768px) {
  .cont5 {
    padding-top: 2.5rem;
  }
}
.cont5 .a5v1 .a5b1 {
  width: 25.2857142857%;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b1 {
    margin: 0 auto;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 70%;
  }
}
.cont5 .a5v1 .a5b1 img {
  width: 100%;
}

.cont5 .a5v1 .a5b2 {
  width: 42.1428571429%;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 {
    width: 100%;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c1 {
  text-align: right;
  width: -webkit-calc(95% - 9rem);
  width: -moz-calc(95% - 9rem);
  width: calc(95% - 9rem);
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 .a5b2c1 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    padding: 0.85rem 0 0.5rem;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c1 .tit {
  font-size: 2.125rem;
  line-height: 1.5em;
  color: #222222;
  font-weight: 300;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 .a5b2c1 .tit {
    font-size: 1.8rem;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c1 .tit span {
  color: var(--color-zt);
}

.cont5 .a5v1 .a5b2 .a5b2c1 p {
  color: rgba(34, 34, 34, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
}

.cont5 .a5v1 .a5b2 .a5b2c1 .p1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 .a5b2c1 .p1 {
    margin-top: 1rem;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c2 {
  width: 9rem;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 .a5b2c2 {
    margin: 0 auto;
    width: 8rem;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c2 .img {
  border: 1px solid #0e3746;
  border-radius: 0.625rem;
  padding: 0.25rem;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .a5b2 .a5b2c2 .img {
    border-radius: 0.5rem;
    padding: 0.2rem;
  }
}
.cont5 .a5v1 .a5b2 .a5b2c2 .img img {
  width: 100%;
}

.foot-fot {
  position: relative;
  background: #f4f2ec;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.foot-fot .foota1 .foot-tit a {
  color: #222222;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.65em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(34, 34, 34, 0.7);
  font-size: 0.875rem;
  line-height: 1.9em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.foot-fot .foota1 .dseca > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--color-zt);
}

.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}

.foot-fot .foota1 .dseca > a:hover::after {
  width: 100%;
}

.foot-fot .foota1 .foota1b1 {
  padding: 3.875rem 0 5.75rem;
}

.foot-fot .foota1 .foota1b1 .erhjxsct {
  width: 48.5714285714%;
}

.foot-fot .foota1 .foota1b1 .dlogo img {
  height: 2.75rem;
}

.foot-fot .foota1 .foota1b2 .ast1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

.foot-fot .foota1 .foota1b2 .ast1 li {
  position: relative;
}

.foot-fot .foota1 .foota1b2 .ast1 li + li {
  margin-left: 2rem;
}

.foot-fot .foota1 .foota1b2 .ast1 li a {
  display: block;
  width: 1.35rem;
}

.foot-fot .foota1 .foota1b2 .ast1 li a img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.foot-fot .foota1 .foota1b2 .ast1 li a:hover img {
  -webkit-filter: invert(18%) sepia(15%) saturate(2229%) hue-rotate(147deg)
    brightness(89%) contrast(94%);
  filter: invert(18%) sepia(15%) saturate(2229%) hue-rotate(147deg)
    brightness(89%) contrast(94%);
}

.foot-fot .foota1 .foota1b2 .ast1 li .cont-p {
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5rem;
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px #aaa;
  display: none;
}

.foot-fot .foota1 .foota1b2 .ast1 li .cont-p img {
  width: 100%;
}

.foot-fot .foota1 .foota1b2 .ast1 li:hover .cont-p {
  display: block;
}

.foot-fot .foota2 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
}

.foot-fot .foota2 .foot-2vt {
  padding: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 990px) {
  .foot-fot .foota2 .foot-2vt {
    border-top: none;
  }
}
.foot-fot .foota2 a {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.foot-fot .foota2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.7);
}

.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}

.foot-fot .foota2 a:hover::after {
  width: 100%;
}

.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}

.foot-fot .foota2 p.as1 a + a {
  margin-left: 1rem;
}

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

.foot1-m .m-bm-head-box .m-bm-navbtn span,
.foot1-m .m-bm-head-box .m-bm-navbtn:after,
.foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.foot1-m .m-bm-menu {
  background: #fff;
}

.foot1-m .m-bm-nav > li,
.foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.foot1-m .m-bm-nav > li > a,
.foot1-m .m-bm-nav .aniut i,
.foot1-m .m-bm-nav > li .sec a,
.foot1-m .mrhgxt {
  color: #000;
}

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}

.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  position: relative;
  background: var(--color-zt);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 1rem 0.125rem rgba(0, 20, 60, 0.2);
}

.zd_erha .aat_list 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 .aat_list li > a i img {
  height: 1.875rem;
}

.zd_erha .aat_list 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 .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}
.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}
.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #a7a5a5;
  font: 400 1rem/2rem "ChillRoundGothic";
  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: 700 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 700 1.35rem/1.5em "ChillRoundGothic";
  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 "ChillRoundGothic";
  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 "ChillRoundGothic";
  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 "ChillRoundGothic";
  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-size: 1.25rem;
  line-height: 1.35em;
  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-size: 1rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-b {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "ChillRoundGothic";
  padding: 1rem 0 3rem;
}

.shzr-content strong {
  color: #333;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
  overflow: hidden;
}

.nbanner .img {
  width: 100%;
  font-size: 0;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 99;
  top: 73%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    top: auto;
    transform: translateX(-50%) translateY(0);
    bottom: 10%;
    display: none;
  }
  .nbanner .nbanner-wen1.ast-a4 {
    top: 60%;
  }
}
.nbanner .nbanner-wen1 .tit img {
  height: 2.1875rem;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .tit img {
    height: 1.5rem;
  }
}
.nbanner .nbanner-wen1 .p1 {
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .p1 {
    font-size: 1.35rem;
    margin-top: 0;
  }
}
.nbanner .nbanner-wen1 .txt {
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
  white-space: pre-wrap;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .txt {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.5rem;
  }
}
.nbanner .nbanner-wen1 .cont-pa {
  position: relative;
}

.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 "ChillRoundGothic";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a {
  color: var(--color-zt);
}

.n_mbx .n_src li:hover a::after,
.n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}
@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}

@media (max-width: 990px) {
  #abt1,
  #abt2,
  #abt3,
  #abt4,
  #abt5,
  #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}
.cp-cont1 .a1v1 .p1 .tit {
  color: #222222;
  font-size: 1.6875rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cp-cont1 .a1v1 .p1 .tit {
    font-size: 1.25rem;
  }
}
.cp-cont1 .a3v1c2d1 {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .cp-cont1 .a3v1c2d1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cp-cont2 .a1v1 {
    padding-bottom: 1rem;
  }
}
.cp-cont2 .cp-a2v1 {
  position: relative;
  background: #efede7;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 {
    padding-top: 2.25rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 {
  position: absolute;
  left: 0;
  top: 8.5%;
  width: 100%;
  z-index: 2;
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 {
    position: relative;
    top: 0;
    color: #333;
    padding-bottom: 1.5rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li {
  width: 26%;
  padding: 1.5625rem 0;
  position: relative;
}

.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.5625rem;
  height: -webkit-calc(100% - 3.125rem);
  height: -moz-calc(100% - 3.125rem);
  height: calc(100% - 3.125rem);
  width: 1px;
  background: var(--color-zt);
  display: block;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li {
    width: 50%;
    padding: 0.5rem 0;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .tit {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .tit {
    font-size: 0.875rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .tit span {
  font-size: 3.375rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .tit span {
    font-size: 1.85rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li .p1 {
    font-size: 0.875rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li:nth-child(3n)::after {
  display: none;
}

.cp-cont2 .cp-a2v1 .a3v1c1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 70%;
  background: -webkit-linear-gradient(
    top,
    #efede7 42%,
    rgba(255, 255, 255, 0) 60%
  );
  background: -moz-linear-gradient(
    top,
    #efede7 42%,
    rgba(255, 255, 255, 0) 60%
  );
  background: -o-linear-gradient(top, #efede7 42%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(180deg, #efede7 42%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .a3v1c1 {
    margin-top: -3.5rem;
  }
  .cp-cont2 .cp-a2v1 .a3v1c1::after {
    background: -webkit-linear-gradient(
      top,
      #efede7 33%,
      rgba(255, 255, 255, 0) 45%
    );
    background: -moz-linear-gradient(
      top,
      #efede7 33%,
      rgba(255, 255, 255, 0) 45%
    );
    background: -o-linear-gradient(
      top,
      #efede7 33%,
      rgba(255, 255, 255, 0) 45%
    );
    background: linear-gradient(
      180deg,
      #efede7 33%,
      rgba(255, 255, 255, 0) 45%
    );
  }
}
@media (max-width: 768px) {
  .cp-cont3 .a1v1 {
    padding-bottom: 1rem;
  }
}
.cp-cont3 .cp-a3v1 {
  position: relative;
}

.cp-cont3 .cp-a3v1 .cp-a3c1 {
  position: absolute;
  left: 0;
  bottom: 16%;
  width: 100%;
  z-index: 2;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 {
    position: static;
    color: #333;
    padding-bottom: 1.5rem;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 {
    gap: 1rem 0;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li {
  width: 17%;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li {
    width: 100%;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li:first-child {
  width: 24.2857142857%;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li:first-child {
    width: 100%;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li:last-child {
  width: 10.7142857143%;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li:last-child {
    width: 100%;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li .tit {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li .tit {
    font-size: 1.35rem;
  }
}
.cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li .p1 {
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.35em;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 .cp-a3c1 .cp-a3c1_list1 li .p1 {
    font-size: 0.875rem;
    margin-top: 0.25em;
  }
}
.cp-cont5 .a1v1 {
  background: var(--color-zt);
}

.cp-cont5 .a1v1 .title1 .tit {
  color: #fff;
}

.cp-cont5 .a1v1 .p1 {
  color: #fff;
}

.cp-cont6 {
  padding-bottom: 9.375rem;
}

@media (max-width: 768px) {
  .cp-cont6 {
    padding-bottom: 2rem;
  }
}
.cp-cont6 .cp-a6v1 {
  padding: 7.1875rem 0 5.125rem;
}

@media (max-width: 768px) {
  .cp-cont6 .cp-a6v1 {
    padding: 2rem 0 1rem;
  }
}
.cp-cont6 .a4v2 {
  padding-left: var(--cbasta);
}

@media (max-width: 768px) {
  .cp-cont6 .a4v2 {
    padding: 0 var(--cbasta);
  }
}
.cp-cont6 .a4v2 .mySwiper1 .swiper-slide i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cp-cont6 .a4v2 .mySwiper1 .swiper-slide i img {
  width: 100%;
  aspect-ratio: 809/476;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp-cont6 .a4v2 .mySwiper1 .swiper-slide .wenata {
  color: #222222;
  margin-top: 1.5rem;
}

.cp-cont6 .a4v2 .mySwiper1 .swiper-slide .wenata .name {
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cp-cont6 .a4v2 .mySwiper1 .swiper-slide .wenata .name {
    font-size: 1.25rem;
  }
}
.cp-cont6 .a4v2 .mySwiper1 .swiper-slide .wenata .p {
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .cp-cont6 .a4v2 .mySwiper1 .swiper-slide .wenata .p {
    font-size: 1rem;
    line-height: 1.75em;
  }
}
.abt-cont1 .yy1 {
  background: -webkit-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.abt-cont1 .a1v1 {
  padding-bottom: 5.125rem;
}

@media (max-width: 768px) {
  .abt-cont1 .a1v1 {
    padding-bottom: 2rem;
  }
}
.abt-cont2 {
  padding: 8.125rem 0 0;
  background: #fff;
  position: relative;
}
.abt-cont2 .heng-a1 {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 .heng-a1 {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .heng-a1 img {
  width: 100%;
}

.abt-cont2 .yy1 {
  background: linear-gradient(0deg, #0d3845 0%, rgba(46, 55, 60, 0) 95%);
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0 0;
  }
}
.abt-cont2 .abt-a2_list1 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 {
    margin-top: 0;
  }
}
.abt-cont2 .abt-a2_list1 li {
  width: 48.5714285714%;
  background: url(../images/ctbj1.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 2.5rem 3.1428571429% 0 4.6428571429%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li {
    width: 100%;
    margin-top: 1.25rem;
    padding: 1.5rem 3.1428571429% 0 4.6428571429%;
  }
}
.abt-cont2 .abt-a2_list1 li i {
  display: block;
  font-size: 0;
  width: 44.5035460993%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li i {
    width: 40%;
  }
}
.abt-cont2 .abt-a2_list1 li i img {
  width: 100%;
}

.abt-cont2 .abt-a2_list1 li .cont-p {
  width: 46.2783171521%;
  color: #222222;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p {
    width: 55%;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .tit {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .ftit {
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .ftit {
    font-size: 1rem;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .xt1 {
  background: -webkit-linear-gradient(
    left,
    #0d3845 0%,
    rgba(13, 56, 69, 0) 100%
  );
  background: -moz-linear-gradient(left, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  background: -o-linear-gradient(left, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  background: linear-gradient(90deg, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  display: block;
  height: 0.5rem;
  width: 4.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .xt1 {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2_list1 li .cont-p .p1 {
  font-size: 1.25rem;
  line-height: 1.85em;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li:nth-child(2n) i {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.abt-cont2 .abt-a2v1 {
  display: block;
  font-size: 0;
  margin: 4.125rem auto 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    margin: 1.85rem auto 0;
  }
}
.abt-cont2 .abt-a2v1 img {
  width: 100%;
}
.abt-cont2 .abt-a2v2 {
  padding: 8.5rem 0 12.25rem;
  background: #f4f2ec;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 {
    padding: 2.5rem 0 3.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 {
  margin-top: 1.5rem;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 {
    width: 100%;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li + li {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li + li {
    margin-top: 1.125rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li i {
  display: block;
  font-size: 0;
  width: 4.625rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li i {
    width: 2.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li i img {
  width: 100%;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li .p1 {
  width: -webkit-calc(96% - 5rem);
  width: -moz-calc(96% - 5rem);
  width: calc(96% - 5rem);
  color: #000000;
  font-size: 2rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li .p1 {
    width: -webkit-calc(96% - 3rem);
    width: -moz-calc(96% - 3rem);
    width: calc(96% - 3rem);
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li .p1 span {
  font-size: 3rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li .p1 span {
    font-size: 2rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d1 .as1 li .p1 b {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1em;
  display: block;
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d2 {
  width: 49.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a2v2 .abt-a2v2c1 .abt-a2v2c1d2 img {
  width: 100%;
}

.abt-cont3 {
  padding: 5.875rem 0 5.4375rem;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.25rem 0 1.5rem;
  }
  .abt-cont3 .title1 > .txt {
    margin-bottom: 1rem;
  }
}
.abt-cont3 .abt-a3v2 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v2 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img {
  display: block;
}

.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img u img {
  width: 100%;
}

.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .cont-p {
  padding: 2rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .cont-p {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .data {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .data {
    font-size: 1.125rem;
  }
}
.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .name {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img .name {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img:hover .cont-p {
  background: #f4f2ec;
}

.abt-cont3 .abt-a3v2 .mySwiper2 .swiper-slide a.img:hover .name {
  color: var(--color-zt);
}

.abt-cont4 {
  padding: 5.25rem 0 12.125rem;
  background: var(--color-zt);
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 1.5rem 0 2rem;
  }
}
.abt-cont4 .title1 {
  position: relative;
  z-index: 9;
}

.abt-cont4 .title1 .tit {
  color: #ffffff;
}

.abt-cont4 .abt-a4v1 {
  position: relative;
}

.abt-cont4 .abt-a4v1 .mySwiper3 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p {
  width: 40.7142857143%;
  color: #fff;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .name {
  font-size: 3.375rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .name {
    font-size: 1.8rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .p {
  font-size: 1.125rem;
  line-height: 1.65em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .p {
    font-size: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .p p {
  margin-top: 0.75em;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .cont-p .p p {
    margin-top: 0.35em;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .img {
  width: 51.5%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .img {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper3 .as-v3s1 .img img {
  width: 100%;
}

.abt-cont4 .abt-a4v1 .swiper-button-next1 {
  position: absolute;
  right: -2%;
  bottom: 15%;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  z-index: 1;
  background: #efede7;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .swiper-button-next1 {
    width: 3rem;
    height: 3rem;
    bottom: 13%;
  }
}
.abt-cont4 .abt-a4v1 .swiper-button-next1 i {
  font-size: 1.85rem;
  color: #222222;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .swiper-button-next1 i {
    font-size: 1.35rem;
  }
}
.abt-cont4 .abt-a4v1 .ash_list1 li {
  margin-top: 2rem;
  color: #222222;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ash_list1 li {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .ash_list1 li .name {
  font-size: 3.375rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ash_list1 li .name {
    font-size: 1.8rem;
  }
}
.abt-cont4 .abt-a4v1 .ash_list1 li .p {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ash_list1 li .p {
    font-size: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .ash_list1 li .p p {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ash_list1 li .p p {
    margin-top: 0.5em;
  }
}
.news-content {
  padding: 4.75rem 0 3.5rem;
}

@media (max-width: 768px) {
  .news-content {
    padding: 2rem 0 1.25rem;
  }
}
.news-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.25rem;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .news-content .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.news-content .news-list li.a {
  margin-bottom: 2.25rem;
}

@media (max-width: 768px) {
  .news-content .news-list li.a {
    margin-bottom: 0;
  }
}
.news-content .news-list li.a a.img {
  display: block;
}

.news-content .news-list li.a a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.news-content .news-list li.a a.img u img {
  width: 100%;
  aspect-ratio: 452/280;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-content .news-list li.a a.img .cont-p {
  padding: 1.5rem 2rem 2rem;
  background: #f4f2ec;
}

@media (max-width: 768px) {
  .news-content .news-list li.a a.img .cont-p {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.news-content .news-list li.a a.img .data {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .news-content .news-list li.a a.img .data {
    font-size: 1.125rem;
  }
}
.news-content .news-list li.a a.img .name {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .news-content .news-list li.a a.img .name {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.news-content .news-list li.a a.img:hover .name {
  color: var(--color-zt);
}

.news-content .news-list li.b {
  grid-column: 1/4;
}

@media (max-width: 768px) {
  .news-content .news-list li.b {
    grid-column: inherit;
  }
}
.news-content .news-list li.b a.xat {
  border-bottom: 1px solid #222222;
  padding: 2.25rem 3.1875rem 2.875rem;
  display: block;
}

@media (max-width: 768px) {
  .news-content .news-list li.b a.xat {
    padding: 1.25rem 5% 1.5rem;
  }
}
.news-content .news-list li.b a.xat .data {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .news-content .news-list li.b a.xat .data {
    font-size: 1.125rem;
  }
}
.news-content .news-list li.b a.xat .name {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .news-content .news-list li.b a.xat .name {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.news-content .news-list li.b a.xat:hover {
  background: #f4f2ec;
  border-bottom: transparent;
}

.news-content .news-list li.b a.xat:hover .name {
  color: var(--color-zt);
}

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

.ny-body-xw {
  background: -webkit-linear-gradient(top, #cfd7da -4.39%, #fff 48.06%);
  background: -moz-linear-gradient(top, #cfd7da -4.39%, #fff 48.06%);
  background: -o-linear-gradient(top, #cfd7da -4.39%, #fff 48.06%);
  background: linear-gradient(180deg, #cfd7da -4.39%, #fff 48.06%);
}

.ny-body-xw1 {
  background: -webkit-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: -moz-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: -o-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: linear-gradient(180deg, #cfd7da -0.68%, #fff 76.01%);
}

.show-news-content {
  padding: 3rem 0 6.5625rem;
}

@media (max-width: 768px) {
  .show-news-content {
    padding: 1.5rem 0 2rem;
  }
}
.show-news-content .xw-show-conent {
  width: clamp(320px, 100%, 56.25rem);
  margin: 0 auto;
}

.show-news-content .xw-show-conent .xw-show_bja {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding-bottom: 0.75rem;
}

.show-news-content .xw-show-conent .fh-mre {
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .show-news-content .xw-show-conent .fh-mre {
    font-size: 1.125rem;
  }
}
.show-news-content .xw-show-conent .fh-mre i {
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.5rem;
}

.show-news-content .xw-show-conent .title-a {
  color: var(--color-zt);
  font-size: 2.125rem;
  line-height: 1.25em;
  margin: 0.75em 0 0.5em;
}

@media (max-width: 768px) {
  .show-news-content .xw-show-conent .title-a {
    font-size: 1.5rem;
    margin: 0.5em 0 0.35em;
  }
}
.show-news-content .xw-show-conent .title-b .date-a {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .show-news-content .xw-show-conent .title-b .date-a {
    margin-right: 1em;
  }
}
.show-news-content .xw-show-conent .title-b .fen-xiang p {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-right: 1rem;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li {
  position: relative;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li + li {
  margin-left: 0.75rem;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li a {
  display: block;
  width: 1.35rem;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li a img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: invert(54%) sepia(0%) saturate(0%) hue-rotate(227deg)
    brightness(106%) contrast(82%);
  filter: invert(54%) sepia(0%) saturate(0%) hue-rotate(227deg) brightness(106%)
    contrast(82%);
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li a:hover img {
  -webkit-filter: invert(18%) sepia(15%) saturate(2229%) hue-rotate(147deg)
    brightness(89%) contrast(94%);
  filter: invert(18%) sepia(15%) saturate(2229%) hue-rotate(147deg)
    brightness(89%) contrast(94%);
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li .cont-p {
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5rem;
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px #aaa;
  display: none;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li .cont-p img {
  width: 100%;
}

.show-news-content .xw-show-conent .title-b .fen-xiang .ast1 li:hover .cont-p {
  display: block;
}

.show-news-content .xw-show-conent .show-news-a1_v1 {
  padding: 3.4375rem 0 1rem;
  color: #222;
  font-size: 1rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .show-news-content .xw-show-conent .show-news-a1_v1 {
    padding: 1.5rem 0 1rem;
    line-height: 1.75em;
  }
}
.show-news-content .xw-show-conent .show-news-a1_v1 img.w100 {
  width: 100%;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .show-news-content .xw-show-conent .show-news-a1_v1 img.w100 {
    border-radius: 0.75rem;
  }
}
.job-cont2 {
  padding: 6.875rem 0 5.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .p1-txt {
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .job-cont2 .p1-txt {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.85em;
  }
}
.job-cont2 .job-a2v1 {
  margin-top: 4.875rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 {
    margin-top: 1.25rem;
  }
}
.job-cont2 .job-a2v1 .job-a2b1 {
  width: 34.1428571429%;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b1 {
    width: 100%;
  }
}
.job-cont2 .job-a2v1 .job-a2b1 .search-box input {
  border: 1px solid var(--color-zt);
  color: #222222;
  font-size: 1rem;
  line-height: 3.3125rem;
  padding: 0 1.5em;
  display: block;
  width: 100%;
  background: transparent;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b1 .search-box input {
    line-height: 3rem;
    padding: 0 1em;
  }
}
.job-cont2 .job-a2v1 .job-a2b1 .search-box input + input {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b1 .search-box input + input {
    margin-top: 0.75rem;
  }
}
.job-cont2 .job-a2v1 .job-a2b1 .search-box input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #222222;
}

.job-cont2 .job-a2v1 .job-a2b1 .search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
}

.job-cont2 .job-a2v1 .job-a2b1 .search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
}

.job-cont2 .job-a2v1 .job-a2b1 .search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222222;
}

.job-cont2 .job-a2v1 .job-a2b2 {
  width: 61.7857142857%;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.job-cont2 .job-a2v1 .job-a2b2 .job-list li {
  border-top: 1px solid var(--color-zt);
}

.job-cont2 .job-a2v1 .job-a2b2 .job-list li + li {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b2 .job-list li + li {
    margin-top: 0.35em;
  }
}
.job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx {
  display: block;
  padding: 1.25rem 0;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx {
    padding: 1rem 0;
  }
}
.job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx .name {
  color: #222222;
  font-size: 1.25rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx .name {
    font-size: 1.125rem;
  }
}
.job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx .data {
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.35em;
  gap: 1.5em;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx .data {
    gap: 1em;
    font-size: 1rem;
    margin-top: 0.25em;
  }
}
.job-cont2 .job-a2v1 .job-a2b2 .job-list li a.img-asx:hover .name {
  color: var(--color-zt);
}

.lx-cont1 {
  padding: 7.1875rem 0 12.3125rem;
}

@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0 2.5rem;
  }
}
.lx-cont1 .lx-a1v1 {
  width: clamp(320px, 100%, 56.25rem);
  margin: 0 auto;
}

.lx-cont1 .lx-a1v1 .title1 > .txt {
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .title1 > .txt {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 form {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 form {
    margin-top: 0;
  }
}
.lx-cont1 .lx-a1v1 form .msg-a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lx-cont1 .lx-a1v1 form .msg-a1 .inpt {
  width: 48%;
  position: relative;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 form .msg-a1 .inpt .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}

.lx-cont1 .lx-a1v1 form .msg-a1 .inpt input {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
}

.lx-cont1 .lx-a1v1 form .msg-a1 .inpt select {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  height: -webkit-calc(3.125rem + 2px);
  height: -moz-calc(3.125rem + 2px);
  height: calc(3.125rem + 2px);
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center transparent;
  -o-background-size: 1.35rem auto;
  background-size: 1.35rem auto;
}

.lx-cont1 .lx-a1v1 form .msg-a3 {
  margin-top: 1.5rem;
}

.lx-cont1 .lx-a1v1 form .msg-a3 .inpt {
  position: relative;
}

.lx-cont1 .lx-a1v1 form .msg-a3 .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}

.lx-cont1 .lx-a1v1 form .msg-a3 textarea {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 1.5em;
  background: transparent;
  border: 1px solid #222222;
  padding: 0.5em 1.5em;
}

.lx-cont1 .lx-a1v1 form .div_aghgha {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 form .div_aghgha button {
  margin-left: auto;
  background: transparent;
}

.show-job-content {
  padding: 3rem 0 6.5625rem;
}

@media (max-width: 768px) {
  .show-job-content {
    padding: 1.5rem 0 3rem;
  }
}
.show-job-content .xw-show-conent {
  width: clamp(320px, 100%, 56.25rem);
  margin: 0 auto;
}

.show-job-content .xw-show-conent .xw-show_bja {
  padding-bottom: 0.75rem;
}

.show-job-content .xw-show-conent .xw-show_bja a.imgs {
  display: block;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .xw-show_bja a.imgs {
    margin-bottom: 1rem;
  }
}
.show-job-content .xw-show-conent .xw-show_bja a.imgs img {
  width: 7.25rem;
}

.show-job-content .xw-show-conent .fh-mre {
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .fh-mre {
    font-size: 1.125rem;
  }
}
.show-job-content .xw-show-conent .fh-mre i {
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.5rem;
}

.show-job-content .xw-show-conent .ash-act {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .ash-act {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.show-job-content .xw-show-conent .ash-act a.more-b {
  background: var(--color-zt);
  color: #fff;
  padding: 0.85rem 3.5rem;
}

.show-job-content .xw-show-conent .title-a {
  color: var(--color-zt);
  font-size: 2.125rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .title-a {
    font-size: 1.5rem;
  }
}
.show-job-content .xw-show-conent .title-b {
  margin-top: 0.5em;
}

.show-job-content .xw-show-conent .title-b .date-a {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .title-b .date-a {
    margin-right: 1em;
  }
}
.show-job-content .xw-show-conent .show-news-a1_v1 {
  padding: 1.5rem 0 1rem;
  color: #222;
  font-size: 1rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .show-news-a1_v1 {
    padding: 1rem 0;
  }
}
.show-job-content .xw-show-conent .show-news-a1_v1 a {
  color: #222;
}

.show-job-content .xw-show-conent .show-news-a1_v1 a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .show-news-a1_v1 {
    padding: 1.5rem 0 1rem;
    line-height: 1.75em;
  }
}
.show-job-content .xw-show-conent .show-news-a1_v1 img.w100 {
  width: 100%;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .show-news-a1_v1 img.w100 {
    border-radius: 0.75rem;
  }
}
.show-job-content .xw-show-conent .jl-tj {
  margin-top: 1rem;
}

.show-job-content .xw-show-conent .jl-tj .tit {
  color: var(--color-zt);
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .jl-tj .tit {
    font-size: 1.5rem;
  }
}
.show-job-content .xw-show-conent .jl-tj form .msg-a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a1 .inpt {
  width: 48%;
  position: relative;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .jl-tj form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.show-job-content .xw-show-conent .jl-tj form .msg-a1 .inpt .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a1 .inpt input {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a1 .inpt select {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  height: -webkit-calc(3.125rem + 2px);
  height: -moz-calc(3.125rem + 2px);
  height: calc(3.125rem + 2px);
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center transparent;
  -o-background-size: 1.35rem auto;
  background-size: 1.35rem auto;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a5 {
  margin-top: 1.5rem;
  padding: 1.5rem 5% 2.8125rem;
  text-align: center;
  border: 1px solid var(--color-zt);
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .jl-tj form .msg-a5 {
    padding: 1.25rem 4% 2.25rem;
  }
}
.show-job-content .xw-show-conent .jl-tj form .msg-a5 .p_upload .p_uploadBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}

.show-job-content
  .xw-show-conent
  .jl-tj
  form
  .msg-a5
  .p_upload
  .p_uploadBtn
  input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.show-job-content
  .xw-show-conent
  .jl-tj
  form
  .msg-a5
  .p_upload
  .p_uploadBtn
  img {
  width: 3.875rem;
  margin: 0 auto;
}

.show-job-content
  .xw-show-conent
  .jl-tj
  form
  .msg-a5
  .p_upload
  .p_uploadBtn
  button {
  background: transparent;
}

.show-job-content
  .xw-show-conent
  .jl-tj
  form
  .msg-a5
  .p_upload
  .p_uploadBtn:hover
  .more-b {
  color: #fff;
  background-color: #51b6d0;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a5 .p_upload .layuitext,
.show-job-content .xw-show-conent .jl-tj form .msg-a5 .p_upload .s_other {
  color: var(--color-zt);
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}

.show-job-content .xw-show-conent .jl-tj form .msg-a5 .p_upload .layuitext > p,
.show-job-content .xw-show-conent .jl-tj form .msg-a5 .p_upload .s_other > p {
  font-size: 1rem;
  line-height: 1.5em;
}

.show-job-content .xw-show-conent .jl-tj form .div_aghgha {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show-job-content .xw-show-conent .jl-tj form .div_aghgha {
    margin-top: 1rem;
  }
}
.show-job-content .xw-show-conent .jl-tj form .div_aghgha button {
  margin-left: auto;
  background: transparent;
}

@media (max-width: 768px) {
  .ny-show_body-job {
    padding-top: 1rem !important;
  }
}
.tabs-wrapper {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .tabs-wrapper {
    margin-top: 1rem;
  }
}
.tabs-wrapper li + li {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .tabs-wrapper li + li {
    margin-left: 1.5em;
  }
}
.tabs-wrapper li a {
  display: block;
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
  position: relative;
}

.tabs-wrapper li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}

.tabs-wrapper li a:hover,
.tabs-wrapper li a.active {
  color: var(--color-zt);
}

.tabs-wrapper li a:hover::after,
.tabs-wrapper li a.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.ny-show_body-axt {
  background: #cfd7da;
}

.xw-cont1 {
  position: relative;
}

.xw-cont1 .yy1 {
  background: -webkit-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.xw-cont1 .xw-a1v1 {
  padding: 4.4375rem 0 5.0625rem;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 {
    padding: 2rem 0;
  }
}
.xw-cont1 .xw-a1v1 .xw_list1-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.25rem;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 .xw_list1-a1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img {
  display: block;
}

.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img u img {
  width: 100%;
  aspect-ratio: 452/280;
  -o-object-fit: cover;
  object-fit: cover;
}

.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .cont-p {
  padding: 1.5rem 2rem 2rem;
  background: #f4f2ec;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .cont-p {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .data {
  color: #7e7e7e;
  font-size: 1.25rem;
  line-height: 2em;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .data {
    font-size: 1.125rem;
  }
}
.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .name {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img .name {
    font-size: 1.25rem;
    margin-top: 0.35rem;
  }
}
.xw-cont1 .xw-a1v1 .xw_list1-a1 li a.img:hover .name {
  color: var(--color-zt);
}

.xw-cont1 .xw-a1v1 .more-axf .more-b {
  margin: 3.125rem auto 0;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v1 .more-axf .more-b {
    margin-top: 1.5rem;
  }
}
.xw-cont1 .xw-a1v2 {
  padding: 4.6875rem 0 9.5rem;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v2 {
    padding: 0.75rem 0 3.5rem;
  }
}
.xw-cont1 .xw-a1v2 .title1 > .txt {
  line-height: 2em;
}

.xw-cont1 .xw-a1v2 .mtzx_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4375rem;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v2 .mtzx_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.xw-cont1 .xw-a1v2 .mtzx_list li a.img {
  display: block;
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img u img {
  width: 100%;
  
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img u i {
  display: block;
  width: 2.0625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img u i img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img .name {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0.75em;
}

.xw-cont1 .xw-a1v2 .mtzx_list li a.img:hover .name {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .xw-cont1 .xw-a1v2 .mtzx_list li a.img .name {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.xw-cont2 {
  padding: 6.875rem 0 8.75rem;
  background: #fff;
}

@media (max-width: 768px) {
  .xw-cont2 {
    padding: 2.5rem 0;
  }
}
.xw-cont2 form {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .xw-cont2 form {
    margin-top: 0;
  }
}
.xw-cont2 form .msg-a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.xw-cont2 form .msg-a1 .inpt {
  width: 31.5714285714%;
  position: relative;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .xw-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.xw-cont2 form .msg-a1 .inpt .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}

.xw-cont2 form .msg-a1 .inpt input {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
}

.xw-cont2 form .msg-a1 .inpt select {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  height: -webkit-calc(3.125rem + 2px);
  height: -moz-calc(3.125rem + 2px);
  height: calc(3.125rem + 2px);
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center transparent;
  -o-background-size: 1.35rem auto;
  background-size: 1.35rem auto;
}

.xw-cont2 form .msg-a3 {
  margin-top: 1.5rem;
}

.xw-cont2 form .msg-a3 .inpt {
  position: relative;
}

.xw-cont2 form .msg-a3 .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}

.xw-cont2 form .msg-a3 textarea {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 1.5em;
  background: transparent;
  border: 1px solid #222222;
  padding: 0.5em 1.5em;
}

.xw-cont2 form .yszc-cont label {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .xw-cont2 form .yszc-cont label {
    width: -webkit-calc(98% - 1.5rem);
    width: -moz-calc(98% - 1.5rem);
    width: calc(98% - 1.5rem);
  }
}
.xw-cont2 form .yszc-cont label a {
  color: #222222;
}

.xw-cont2 form .yszc-cont label a:hover {
  color: var(--color-zt);
}

.xw-cont2 form .yszc-cont input[type="checkbox"] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.xw-cont2 form .yszc-cont input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.xw-cont2 form .yszc-cont input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.xw-cont2 form .div_aghgha {
  margin-top: 2rem;
  gap: 1rem;
}

@media (max-width: 768px) {
  .xw-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}
.xw-cont2 form .div_aghgha button {
  margin-left: auto;
  background: transparent;
}

.mx-cont1 {
  position: relative;
  overflow: hidden;
  background: #cdced0;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .mx-cont1 {
    padding: 4rem 0;
  }
}
.mx-cont1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .mx-cont1 u {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.mx-cont1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .mx-cont1 u img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mx-cont1 .mx-a1v1 {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .mx-cont1 .mx-a1v1 {
    position: static;
    text-align: left;
  }
}
.mx-cont1 .mx-a1v1 .p1 {
  color: #222;
  margin-top: 1.35rem;
  padding: 0 21%;
  text-align: center;
}
@media (max-width: 768px) {
  .mx-cont1 .mx-a1v1 .p1 {
    padding: 0;
    margin-top: 1rem;
    text-align: left;
  }
}
.mx-cont1 .mx-a1v1 .p1 p {
  margin-top: 1em;
}
.mx-cont1.tzgsx-cont1 {
  padding: 0;
  background: none;
}
@media (max-width: 768px) {
  .mx-cont1.tzgsx-cont1 {
    padding: 4rem 0;
  }
}
.mx-cont1.tzgsx-cont1 .mx-a1v1 {
  position: absolute;
  top: 16rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 1366px) {
  .mx-cont1.tzgsx-cont1 .mx-a1v1 {
    top: 12rem;
  }
}
@media (max-width: 768px) {
  .mx-cont1.tzgsx-cont1 .mx-a1v1 {
    position: static;
  }
}

.mx-cont2 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.625rem 0 8.875rem;
}
@media (max-width: 768px) {
  .mx-cont2 {
    padding: 2rem 0 2.5rem;
  }
}
.mx-cont2 .mx-a2v1 {
  padding: 0 21%;
}
@media (max-width: 768px) {
  .mx-cont2 .mx-a2v1 {
    padding: 0;
  }
}
.mx-cont2 .mx-a2v1 .title1 {
  text-align: center;
}
.mx-cont2 .mx-a2v1 .title1 .p1 {
  color: #222222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 0.25rem;
  font-weight: 400;
}
.mx-cont2 .mx-a2v1 form {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .mx-cont2 .mx-a2v1 form {
    margin-top: 0;
  }
}
.mx-cont2 .mx-a2v1 form .msg-a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mx-cont2 .mx-a2v1 form .msg-a1 .inpt {
  width: 48%;
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .mx-cont2 .mx-a2v1 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.mx-cont2 .mx-a2v1 form .msg-a1 .inpt .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}
.mx-cont2 .mx-a2v1 form .msg-a1 .inpt input {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
}
.mx-cont2 .mx-a2v1 form .msg-a1 .inpt select {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  height: -webkit-calc(3.125rem + 2px);
  height: -moz-calc(3.125rem + 2px);
  height: calc(3.125rem + 2px);
  line-height: 3.125rem;
  background: transparent;
  border: 1px solid #222222;
  padding: 0 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jtax.svg) no-repeat 95% center transparent;
  -o-background-size: 1.35rem auto;
  background-size: 1.35rem auto;
}
.mx-cont2 .mx-a2v1 form .msg-a3 {
  margin-top: 1.5rem;
}
.mx-cont2 .mx-a2v1 form .msg-a3 .inpt {
  position: relative;
}
.mx-cont2 .mx-a2v1 form .msg-a3 .m_label {
  color: #222222;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}
.mx-cont2 .mx-a2v1 form .msg-a3 textarea {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  line-height: 1.5em;
  background: transparent;
  border: 1px solid #222222;
  padding: 0.5em 1.5em;
}
.mx-cont2 .mx-a2v1 form .yszc-cont label {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mx-cont2 .mx-a2v1 form .yszc-cont label {
    width: -webkit-calc(98% - 1.5rem);
    width: -moz-calc(98% - 1.5rem);
    width: calc(98% - 1.5rem);
  }
}
.mx-cont2 .mx-a2v1 form .yszc-cont label a {
  color: #222222;
}
.mx-cont2 .mx-a2v1 form .yszc-cont label a:hover {
  color: var(--color-zt);
}
.mx-cont2 .mx-a2v1 form .yszc-cont input[type="checkbox"] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.mx-cont2 .mx-a2v1 form .yszc-cont input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.mx-cont2 .mx-a2v1 form .yszc-cont input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.mx-cont2 .mx-a2v1 form .div_aghgha {
  margin-top: 2rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .mx-cont2 .mx-a2v1 form .div_aghgha {
    margin-top: 1rem;
  }
}
.mx-cont2 .mx-a2v1 form .div_aghgha button {
  background: transparent;
}

.cx-cont1 {
  background: -webkit-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: -moz-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: -o-linear-gradient(top, #cfd7da -0.68%, #fff 76.01%);
  background: linear-gradient(180deg, #cfd7da -0.68%, #fff 76.01%);
  padding: 20rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .cx-cont1 {
    padding-top: 6rem;
  }
}
.cx-cont1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cx-cont1 u img {
  width: 100%;
}
.cx-cont1 .wh {
  position: relative;
  z-index: 1;
}
.cx-cont1 .title1 {
  text-align: center;
}
.cx-cont1 .title1 .p1 {
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.85em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cx-cont1 .title1 .p1 {
    margin-top: 0.75rem;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .tita1 {
  text-align: center;
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.85em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b1 .tita1 {
    margin-top: 1.125rem;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.75rem 0;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b1 .as1 {
    gap: 1.5rem 1.5rem;
    margin-top: 1.85rem;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li {
  width: 33.3333333333%;
  padding: 0 5%;
  color: #222;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: -webkit-calc((100% - 1.5rem) / 2);
    width: -moz-calc((100% - 1.5rem) / 2);
    width: calc((100% - 1.5rem) / 2);
    padding: 0;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li i {
  display: block;
  font-size: 0;
  width: 3.875rem;
  margin: 0 auto;
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li i img {
  width: 100%;
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25em;
  padding: 0.5em 0;
  font-weight: 500;
}
.cx-cont1 .cx-a1v1 .cx-a1b1 .as1 li .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 {
  padding: 0 18.5714285714%;
  margin-top: 17.75rem;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b2 {
    padding: 0;
    margin-top: 2.75rem;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c1 {
  width: 36.2745098039%;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c1 {
    width: 50%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 1.5rem auto 0;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c1 img {
  width: 100%;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 {
  width: 60.7843137255%;
  text-align: center;
  color: #222222;
  font-size: 1.125rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 {
    width: 100%;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 p {
  font-size: 1rem;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 b {
  display: block;
  font-size: 1.125rem;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 .img {
  border: 1px solid #0e3746;
  padding: 0.5rem;
  border-radius: 0.6rem;
  width: 9.0625rem;
  margin: 1rem auto;
  background: #fff;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 .img img {
  width: 100%;
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 .a1ta {
  font-size: 2.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 .a1ta {
    font-size: 1.75rem;
  }
}
.cx-cont1 .cx-a1v1 .cx-a1b2 .cx-a1b2c2 .p1ae1 {
  color: rgba(34, 34, 34, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.qweha-a1 .mySwiper5 {
  padding: 0 1px;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .qweha-a1 .mySwiper5 {
    margin-top: 1.35rem;
  }
}
.qweha-a1 .mySwiper5 .swiper-slide i {
  display: block;
  font-size: 0;
  border: 1px solid #e4e4e4;
}
.qweha-a1 .mySwiper5 .swiper-slide i img {
  width: 100%;
}

.qweha-a2 {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .qweha-a2 {
    margin-top: 3rem;
  }
}

.lls-cont1 {
  padding: 7.1875rem 0 8.125rem;
}
@media (max-width: 768px) {
  .lls-cont1 {
    padding: 2rem 0;
  }
}
.lls-cont1 .title1 .p12 {
  color: #222222;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .lls-cont1 .title1 .p12 {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
.lls-cont1 .as1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.75rem 0;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .lls-cont1 .as1 {
    gap: 1.5rem 1.5rem;
    margin-top: 1.85rem;
  }
}
.lls-cont1 .as1 li {
  width: 33.3333333333%;
  padding: 0 5%;
  color: #222;
}
@media (max-width: 768px) {
  .lls-cont1 .as1 li {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: -webkit-calc((100% - 1.5rem) / 2);
    width: -moz-calc((100% - 1.5rem) / 2);
    width: calc((100% - 1.5rem) / 2);
    padding: 0;
    width: 100%;
  }
}
.lls-cont1 .as1 li i {
  display: block;
  font-size: 0;
  width: 3.875rem;
  margin: 0 auto;
}
.lls-cont1 .as1 li i img {
  width: 100%;
}
.lls-cont1 .as1 li .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25em;
  padding: 0.5em 0;
  font-weight: 500;
}
.lls-cont1 .as1 li .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
}

.lls-cont2 {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.lls-cont2 img {
  width: 100%;
}

.lls-cont3 {
  padding: 6.75rem 0 6.125rem;
}
@media (max-width: 768px) {
  .lls-cont3 {
    padding: 2rem 0;
  }
}
.lls-cont3 .p1 {
  color: #222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lls-cont3 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.lls-cont3 .imga1 {
  display: block;
  font-size: 0;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .lls-cont3 .imga1 {
    margin-top: 1.25rem;
  }
}
.lls-cont3 .imga1 img {
  width: 100%;
}

.lls-cont4 {
  padding: 10.75rem 0 6.125rem;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .lls-cont4 {
    padding: 2rem 0;
  }
}
.lls-cont4 .p1 {
  color: #222;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lls-cont4 .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.lls-cont4 .lls-a4v1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 {
    margin-top: 1.5rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b1 {
  width: 36.8571428571%;
  margin-right: -2.2142857143%;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b1 {
    width: 100%;
    margin-right: 0;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b1 li {
  color: rgba(34, 34, 34, 0.64);
  border-bottom: 1px solid #d9d9d9;
  padding: 2.35rem 1rem 2.35rem 1.85rem;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b1 li {
    padding: 1.5rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b1 li .tit {
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 700;
}
.lls-cont4 .lls-a4v1 .lls-aa4b1 li .txt {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b1 li .txt {
    font-size: 1rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b1 li.on {
  background: -webkit-linear-gradient(
    left,
    #0d3845 0%,
    rgba(13, 56, 69, 0) 100%
  );
  background: -moz-linear-gradient(left, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  background: -o-linear-gradient(left, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  background: linear-gradient(90deg, #0d3845 0%, rgba(13, 56, 69, 0) 100%);
  color: #fff;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b1 li.on {
    background: -webkit-linear-gradient(
      left,
      #0d3845 0%,
      rgba(13, 56, 69, 0) 150%
    );
    background: -moz-linear-gradient(
      left,
      #0d3845 0%,
      rgba(13, 56, 69, 0) 150%
    );
    background: -o-linear-gradient(left, #0d3845 0%, rgba(13, 56, 69, 0) 150%);
    background: linear-gradient(90deg, #0d3845 0%, rgba(13, 56, 69, 0) 150%);
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 {
  width: 65.0714285714%;
  position: relative;
  z-index: 1;
  height: 38.5rem;
  background: #efede7;
  border-radius: 1.625rem;
  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;
  padding: 1rem 4% 1rem 6%;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 {
    width: 100%;
    height: auto;
    padding: 1.75rem 8%;
    margin-top: 1.5rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta {
  display: none;
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 2.5rem;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li u {
  display: block;
  font-size: 0;
  width: 3.875rem;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li u {
    width: 3rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li u img {
  width: 100%;
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax {
  width: -webkit-calc(93% - 4rem);
  width: -moz-calc(93% - 4rem);
  width: calc(93% - 4rem);
  color: #222;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax {
    width: -webkit-calc(93% - 3rem);
    width: -moz-calc(93% - 3rem);
    width: calc(93% - 3rem);
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax .name {
  font-size: 1.25rem;
  line-height: 2em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax .name {
    font-size: 1.125rem;
  }
}
.lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax .text {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lls-cont4 .lls-a4v1 .lls-aa4b2 .tta .as1 li .cont-pax .text {
    font-size: 1rem;
  }
}

.lls-cont5 {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.lls-cont5 img {
  width: 100%;
}

.lls-cont6 {
  padding: 6.75rem 0 6.125rem;
}
@media (max-width: 768px) {
  .lls-cont6 {
    padding: 2.5rem 0;
  }
}
.lls-cont6 .lls-a6v1-ctv {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1-ctv {
    margin-top: 0;
  }
}
.lls-cont6 .lls-a6v1-ctv img {
  width: 100%;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct {
  position: relative;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct {
    margin-top: 1.35rem;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as1 li {
  display: none;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct .as1 li img {
    aspect-ratio: 9/14;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(13, 56, 69, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 i {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 i {
    width: 3.5rem;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 i img {
  width: 100%;
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 .tit {
  text-align: center;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li .wejha1 .tit {
    font-size: 1.35rem;
    margin-top: 0.75rem;
  }
}
.lls-cont6 .lls-a6v1 .lls-a6v1-ct .as2 li:hover::after {
  opacity: 1;
}
.lls-cont6 .lls-a6v2 .title1 .p1 {
  color: #222222;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .title1 .p1 {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 {
    margin-top: 2rem;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .a1-st1 {
  width: 49.2142857143%;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 .a1-st1 {
    width: 100%;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .a1-st1 li img {
  width: 100%;
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 {
  width: 44.9285714286%;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 {
    width: 100%;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.85rem 0;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li {
    padding: 1.125rem 0;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li .dt {
  color: rgba(34, 34, 34, 0.4);
  font-size: 1.5rem;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li .dt {
    font-size: 1.25rem;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li .wehha-job {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.85em;
  margin-top: 0.5em;
  display: none;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li .wehha-job {
    font-size: 1rem;
  }
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li.on .dt {
  color: #222;
}
.lls-cont6 .lls-a6v2 .lls-a6v2c1 .job-list1 li.on .wehha-job {
  display: block;
}
.lls-cont6 .lls-a6v3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.75em;
  padding: 10rem 0 5rem;
}
@media (max-width: 768px) {
  .lls-cont6 .lls-a6v3 {
    padding: 2.65rem 0 1rem;
    font-size: 1.35rem;
  }
}

.mx-a1b1 .mx-a1b1-v1 {
  width: 72.3571428571%;
  margin: 7.1875rem auto;
  position: relative;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 {
    width: 100%;
    margin: 1.5rem auto;
  }
}
.mx-a1b1 .mx-a1b1-v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 u {
    display: none;
  }
}
.mx-a1b1 .mx-a1b1-v1 u img {
  width: 100%;
}
.mx-a1b1 .mx-a1b1-v1 .title-ax {
  position: absolute;
  left: 49.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .title-ax {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 1.35rem;
    text-align: center;
  }
  .mx-a1b1 .mx-a1b1-v1 .title-ax br {
    display: none;
  }
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-top: 1.5rem;
  }
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li {
  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;
  position: absolute;
  width: 7.5rem;
  text-align: center;
  gap: 0.5rem 0;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 li {
    position: static;
    width: 33.33%;
  }
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(1) {
  left: 20%;
  top: -15%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(2) {
  right: 21%;
  top: -15%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(3) {
  left: -10%;
  top: 21%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(4) {
  right: -10%;
  top: 21%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(5) {
  left: 20%;
  bottom: -15%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(5) i {
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(5) i {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(6) {
  right: 21%;
  bottom: -15%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(6) i {
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 li:nth-child(6) i {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li i {
  display: block;
  width: 3.875rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 li i {
    width: 3.35rem;
  }
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li i img {
  width: 100%;
}
.mx-a1b1 .mx-a1b1-v1 .ash1 li .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #000000;
  width: 100%;
}
@media (max-width: 768px) {
  .mx-a1b1 .mx-a1b1-v1 .ash1 li .tit {
    font-size: 1rem;
    font-weight: 500;
  }
}

.mx-a1b2 {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .mx-a1b2 {
    padding-top: 4rem;
  }
}
.mx-a1b2 .ash1 {
  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;
  padding: 0 21%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .mx-a1b2 .ash1 {
    padding: 0;
    margin-top: 1.5rem;
    gap: 1rem 0;
  }
}
.mx-a1b2 .ash1 li {
  text-align: center;
}
@media (max-width: 768px) {
  .mx-a1b2 .ash1 li {
    width: 50%;
  }
}
.mx-a1b2 .ash1 li i {
  display: block;
  width: 3.875rem;
  margin: 0 auto;
}
.mx-a1b2 .ash1 li i img {
  width: 100%;
}
.mx-a1b2 .ash1 li .tit {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #000000;
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .mx-a1b2 .ash1 li .tit {
    font-size: 1rem;
  }
}

.lxwm-cont1 {
  background-color: #fff;
  padding-top: 6.875rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 {
    padding-top: 2.25rem;
  }
}
.lxwm-cont1 .lxwm-st1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.lxwm-cont1 .lxwm-st1 li {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li {
    padding: 0;
  }
}
.lxwm-cont1 .lxwm-st1 li:nth-child(2n) {
  border-left: 1px solid #999;
  padding-left: 18%;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li:nth-child(2n) {
    padding-left: 0;
    border-left: none;
  }
}
.lxwm-cont1 .lxwm-st1 li i {
  display: block;
  font-size: 0;
  width: 2.5rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li i {
    width: 2rem;
  }
}
.lxwm-cont1 .lxwm-st1 li i img {
  width: 100%;
}
.lxwm-cont1 .lxwm-st1 li .cont-p {
  width: -webkit-calc(96% - 2.5rem);
  width: -moz-calc(96% - 2.5rem);
  width: calc(96% - 2.5rem);
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li .cont-p {
    width: -webkit-calc(96% - 2rem);
    width: -moz-calc(96% - 2rem);
    width: calc(96% - 2rem);
  }
}
.lxwm-cont1 .lxwm-st1 li .cont-p .tit {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.lxwm-cont1 .lxwm-st1 li .cont-p .p {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-st1 li .cont-p .p {
    font-size: 1rem;
  }
}
@media (min-width: 767px) {
  .lxwm-cont1 .lxwm-st1 li:last-child .cont-p .p p {
    white-space: nowrap;
  }
}

.head .head2 .logo .dkerxa {
  line-height: 1.5em;
  position: relative;
  margin-left: 1.5rem;
}
.head .head2 .logo .dkerxa .tita {
  font-size: 1rem;
}
.head .head2 .logo .dkerxa .tita i {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.65rem;
  color: var(--color-zt);
}
.head .head2 .logo .dkerxa .sec {
  position: absolute;
  left: 50%;
  transform: translateX(-20%) translateY(10px);
  top: 100%;
  width: 7rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 0.2rem -3px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.head .head2 .logo .dkerxa .sec a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65em;
  color: #0d3845;
}
.head .head2 .logo .dkerxa .sec a:nth-child(1){
    display: none;
}
.head .head2 .logo .dkerxa .sec a:nth-child(2){
    color: #be2623;
}
.theme-red .head .head2 .logo .dkerxa .sec a:nth-child(1){
    display: block;
}
.theme-red .head .head2 .logo .dkerxa .sec a:nth-child(2){
    display: none;
}
.head .head2 .logo .dkerxa .sec a:hover {
  /*color: var(--color-zt);*/
}
.head .head2 .logo .dkerxa:hover .sec {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-20%) translateY(0);
}



.m-bm-head-box .dkerxa {
  line-height: 1.5em;
  position: absolute;left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.m-bm-head-box .dkerxa .tita {
  font-size: 1rem;
}
.m-bm-head-box .dkerxa .tita i {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.65rem;
  color: var(--color-zt);
}
.m-bm-head-box .dkerxa .sec {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  top: 100%;
  width: 7rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 0.2rem -3px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.m-bm-head-box .dkerxa:hover .sec{
        opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}   
.m-bm-head-box .dkerxa .sec a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65em;
      color: #0d3845;
}
.m-bm-head-box .dkerxa .sec a:nth-child(1){
  display: none;
}
.m-bm-head-box .dkerxa .sec a:nth-child(2){
        color: #be2623;
}
.theme-red .m-bm-head-box .dkerxa .sec a:nth-child(1){
  display: block;
}
.theme-red .m-bm-head-box .dkerxa .sec a:nth-child(2){
  display: none;
}
.m-bm-head-box .dkerxa .sec a:hover {
  /*color: var(--color-zt);*/
}
.theme-red .m-bm-head .m-bm-head-box .m-bm-logo img{
    filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}

.dow-show_body {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .dow-show_body {
    padding-top: -webkit-calc(60px + 2rem) !important;
    padding-top: -moz-calc(60px + 2rem) !important;
    padding-top: calc(60px + 2rem) !important;
  }
}

.dow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.dow-list li a.img {
  display: block;
}
.dow-list li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.dow-list li a.img u img {
  width: 100%;
}
.dow-list li a.img u i {
  display: block;
  width: 2.0625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dow-list li a.img u i img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dow-list li a.img .name {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .dow-list li a.img .name {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.dow-list li a.img .name i {
  font-size: 1.125rem;
  font-weight: 500;
}

.theme-red .title1 .tit{
        color: var(--color-zt);
}
.theme-red .x1 path{
        stroke: #be2623;
            fill: #be2623;
}
.theme-red .head .head2 .logo a img,.theme-red .lxwm-cont1 .lxwm-st1 li i img,.theme-red .foot-fot .foota1 .foota1b1 .dlogo img{
    filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}
.theme-red .abt-cont4{
    background: #be2623;
}
.theme-red .abt-cont4 .title1 .tit{
    color: #fff;
}
.theme-red .abt-cont4 .x1 path,.theme-red .cp-cont5 .x1 path{
     stroke: #fff;
            fill: #fff;
}
.theme-red .abt-cont2 .yy1,.theme-red .cp-cont4 .yy1.hs1{
     background: linear-gradient(0deg, #be2623 0%, rgba(46, 55, 60, 0) 95%);
}
.theme-red .cp-cont5 .yy2.hs{
        background: linear-gradient(180deg, #be2623 0%, rgba(46, 55, 60, 0) 100%);
}
.theme-red .abt-cont2 .yy1 img,.theme-red .cp-cont4 .yy1.hs1 img,.theme-red .cp-cont5 .yy2.hs img{
    filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}
.theme-red .title1 .u-img img{
     filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}
.theme-red .cp-cont2 .cp-a2v1 .cp-a2c1{
    color: #be2623;
}
.theme-red .cp-cont2 .cp-a2v1 .cp-a2c1 .sz_list1 li::after,.theme-red .cp-cont5 .a1v1{
    background: #be2623;
}
.theme-red .cont31 .as1a1 li .tit1{
    color: #be2623;
}
.theme-red .cont31 .as1a1 li .t1 img{
    filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}
.theme-red .lls-cont4 .lls-a4v1 .lls-aa4b1 li.on{
        background: linear-gradient(90deg, #be2623 0%, rgba(13, 56, 69, 0) 100%);
}
.logo-img {
  display: none;
}

html.theme-blue .logo-blue {
  display: block;
}

html.theme-red .logo-red {
  display: block;
}
.theme-red .show-job-content .xw-show-conent .xw-show_bja a.imgs img{
     filter: invert(36%) sepia(100%) saturate(6727%) hue-rotate(354deg) brightness(80%) contrast(82%);
}
