body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: 1rem;
  --color: #7fbe25;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
  --f66: 0.66rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 20px;
    --f26: 20px;
    --f28: 0.32rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --f66: 0.58rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.4rem;
    --f30: 0.4rem;
    --f32: 0.42rem;
    --f34: 0.42rem;
    --f36: 0.42rem;
    --f38: 0.46rem;
    --f40: 0.46rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.52rem;
    --f64: 0.54rem;
    --f66: 0.56rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #7fbe25;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #7fbe25 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.maodian {
  position: relative;
  top: calc(var(--h80) * -1 + 1px);
}
html,
body {
  scroll-behavior: smooth;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f46);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #7fbe25;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #7fbe25;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #7fbe25;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #7fbe25;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #7fbe25;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #7fbe25;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #7fbe25;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto;
    height: auto;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: disc;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: decimal;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_search .ch_box .form {
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #7fbe25;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
:root {
  --h80: 0.8rem;
  --jb_ys: linear-gradient(90deg, #7bb52d 0%, #1c9343 100%);
  --p130: 1.3rem;
}
.pc_header {
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.6s;
}
.pc_header .he_box {
  transition: 0.4s;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  transition: 0.4s;
  height: 0.4rem;
  filter: brightness(0) invert(1);
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  position: relative;
  color: #fff;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item > p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--jb_ys);
  width: 0%;
  height: 2px;
  transition: 0.4s;
}
.pc_header .he_box .column .nav .item .down1 {
  display: none;
  position: absolute;
  width: 100%;
  background: #f7fbff;
  left: 0;
  top: 100%;
}
.pc_header .he_box .column .nav .item .down1 > div {
  padding: 0.33rem 0;
}
.pc_header .he_box .column .nav .item .down1 > div .li {
  display: flex;
  align-items: center;
}
.pc_header .he_box .column .nav .item .down1 > div .li p {
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, rgba(123, 181, 45, 0.2) 0%, rgba(28, 147, 67, 0.2) 100%);
  border-radius: 50%;
  display: flex;
}
.pc_header .he_box .column .nav .item .down1 > div .li p img {
  max-width: 50%;
  margin: auto;
}
.pc_header .he_box .column .nav .item .down1 > div .li span {
  margin-left: 6px;
  transition: 0.4s;
  color: #333;
}
.pc_header .he_box .column .nav .item .down1 > div .li + .li {
  margin-left: 0.8rem;
}
.pc_header .he_box .column .nav .item .down1 > div .li:hover span,
.pc_header .he_box .column .nav .item .down1 > div .li.active span {
  color: #7fbe25;
}
.pc_header .he_box .column .nav .item .down2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9.5rem;
  background: #f7fbff;
  border-radius: 0 0 0.2rem 0.2rem;
  min-height: 3rem;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box {
  width: 51%;
  border-right: 1px solid #dee4e6;
  padding: 0.3rem 0 0.3rem 0.8rem;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a {
  transition: 0.6s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: var(--f20);
  padding: 0 0.8rem 0 0.5rem;
  line-height: 0.6rem;
  border-radius: 10px 0 0 10px;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a div {
  flex: 0.9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a div p {
  width: var(--f20);
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a div p img {
  max-width: 100%;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a div span {
  padding-left: 0.12rem;
  flex: 1;
  transition: 0.4s;
  color: #000;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a i {
  color: #7fbe25;
  font-weight: bold;
  font-size: 0.88em;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a:hover,
.pc_header .he_box .column .nav .item .down2 > div .le_box a.active {
  background: rgba(127, 190, 37, 0.2);
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a:hover div span,
.pc_header .he_box .column .nav .item .down2 > div .le_box a.active div span {
  color: #7fbe25;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box {
  width: 49%;
  padding: 0.5rem 0.8rem 0.3rem 0.8rem;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li {
  display: none;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li a {
  transition: 0.4s;
  color: #333;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li a + a {
  margin-top: 0.36rem;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li a:hover {
  color: #7fbe25;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li.active {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a::before,
.pc_header .he_box .column .nav .item.active > p a::before {
  width: 100%;
}
.pc_header .he_box .column .nav .item:hover .down2,
.pc_header .he_box .column .nav .item:hover .down1 {
  display: block;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.8rem;
}
.pc_header.sticky .he_box,
.pc_header:hover .he_box,
.pc_header.active .he_box {
  background: #fff;
}
.pc_header.sticky .he_box .logo a img,
.pc_header:hover .he_box .logo a img,
.pc_header.active .he_box .logo a img {
  filter: brightness(1) invert(0);
}
.pc_header.sticky .he_box .column .nav .item > p a,
.pc_header:hover .he_box .column .nav .item > p a,
.pc_header.active .he_box .column .nav .item > p a {
  color: #000;
}
.pc_header.sticky .he_box .column .nav .item:hover > p a,
.pc_header:hover .he_box .column .nav .item:hover > p a,
.pc_header.active .he_box .column .nav .item:hover > p a,
.pc_header.sticky .he_box .column .nav .item.active > p a,
.pc_header:hover .he_box .column .nav .item.active > p a,
.pc_header.active .he_box .column .nav .item.active > p a {
  color: #7fbe25;
}
.pc_header.on {
  transform: translateY(-100%);
}
.pc_header.sticky {
  position: sticky;
}
.pc_footer {
  position: relative;
  background: #f2f2f2;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pc_footer .ter_top .logo a img {
  height: 0.5rem;
}
.pc_footer .ter_top .sing {
  margin-left: 0.23rem;
  font-size: var(--f24);
  font-weight: bold;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.pc_footer .ter_top .div2 {
  position: relative;
}
.pc_footer .ter_top .div2 .post {
  transition: 0.4s;
  position: absolute;
  min-width: 100%;
  bottom: 100%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
  padding: 0.2rem;
  border-radius: 0.1rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}
.pc_footer .ter_top .div2 .post a {
  white-space: nowrap;
  transition: 0.4s;
  color: #333;
}
.pc_footer .ter_top .div2 .post a:hover {
  color: #7fbe25;
}
.pc_footer .ter_top .div2 .post a + a {
  margin-top: 0.15rem;
}
.pc_footer .ter_top .div2:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_bot {
  padding: 0.4rem 0;
}
.pc_footer .ter_bot .content1 .le_box .lxwm {
  font-size: var(--f20);
}
.pc_footer .ter_bot .content1 .le_box .lxwm a {
  width: fit-content;
  line-height: 1.6;
}
.pc_footer .ter_bot .content1 .le_box .lxwm .tel,
.pc_footer .ter_bot .content1 .le_box .lxwm .email {
  font-size: 1.2em;
  font-family: Medium;
}
.pc_footer .ter_bot .content1 .le_box .lxwm .tel {
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.pc_footer .ter_bot .content1 .le_box .code {
  margin-top: 0.64rem;
}
.pc_footer .ter_bot .content1 .le_box .code p {
  position: relative;
  width: 1.2rem;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.pc_footer .ter_bot .content1 .le_box .code p img {
  width: 100%;
  border-radius: inherit;
}
.pc_footer .ter_bot .content1 .le_box .code p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: runEwm 2s linear infinite;
}
.pc_footer .ter_bot .content1 .le_box .code p span img {
  width: 100%;
}
.pc_footer .ter_bot .content1 .ri_box {
  width: 60%;
}
.pc_footer .ter_bot .content1 .ri_box .item {
  max-width: 19%;
}
.pc_footer .ter_bot .content1 .ri_box .item .one {
  margin-bottom: 0.35rem;
}
.pc_footer .ter_bot .content1 .ri_box .item .one a {
  font-size: var(--f22);
  font-weight: bold;
}
.pc_footer .ter_bot .content1 .ri_box .item .two a {
  font-size: var(--f18);
  transition: 0.4s;
  color: #000;
}
.pc_footer .ter_bot .content1 .ri_box .item .two a + a {
  margin-top: 0.15rem;
}
.pc_footer .ter_bot .content1 .ri_box .item .two a:hover {
  color: #7fbe25;
}
.pc_footer .ter_bot .content2 {
  margin-top: 0.66rem;
}
.pc_footer .ter_bot .content2 .copy p {
  margin-right: 6px;
}
.pc_footer .ter_bot .content2 .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .content2 .copy p a {
  color: #000;
  transition: 0.4s;
}
.pc_footer .ter_bot .content2 .copy p a:hover {
  color: #7fbe25;
}
.pc_footer .ter_bot .content2 .yszc a {
  color: #000;
  transition: 0.4s;
  margin-right: 6px;
}
.pc_footer .ter_bot .content2 .yszc a:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .content2 .yszc a:hover {
  color: #7fbe25;
}
@keyframes runEwm {
  0% {
    top: 0;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 0;
  }
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  --h1: 0.48rem;
  width: fit-content;
}
.pu_link .a {
  cursor: pointer;
  min-width: 1.5rem;
  line-height: var(--h1);
  background: var(--jb_ys);
  color: #fff;
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.26rem;
  font-size: var(--f18);
  display: flex;
}
.pu_link .a span {
  margin-right: 0.2rem;
}
.pu_link .a i {
  transition: 0.4s;
  font-size: 0.88em;
}
.pu_link .a:hover i {
  transform: translateX(6px);
}
.pu_link_2 {
  --h1: 0.48rem;
  width: fit-content;
}
.pu_link_2 .a {
  cursor: pointer;
  transition: 0.6s;
  position: relative;
  min-width: 1.5rem;
  line-height: var(--h1);
  color: #fff;
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.26rem;
  font-size: var(--f18);
}
.pu_link_2 .a::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: var(--jb_ys) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.pu_link_2 .a span {
  z-index: 1;
  position: relative;
  margin-right: 0.2rem;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.pu_link_2 .a i {
  z-index: 1;
  position: relative;
  font-size: 0.88em;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.pu_link_2 .a:hover {
  background: var(--jb_ys);
}
.pu_link_2 .a:hover i,
.pu_link_2 .a:hover span {
  -webkit-text-fill-color: #fff;
}
.pu_link_3 {
  --h1: 0.48rem;
  width: fit-content;
}
.pu_link_3 .a {
  cursor: pointer;
  transition: 0.4s;
  min-width: 1.5rem;
  line-height: var(--h1);
  background: #fff;
  color: #333;
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.26rem;
  font-size: var(--f18);
}
.pu_link_3 .a span {
  margin-right: 0.2rem;
}
.pu_link_3 .a i {
  font-size: 0.88em;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.pu_link_3 .a:hover {
  background: var(--jb_ys);
  color: #fff;
}
.pu_link_3 .a:hover i {
  -webkit-text-fill-color: #fff;
}
.title_01 {
  position: relative;
  font-size: var(--f46);
  color: #000;
  font-weight: bold;
}
.title_01::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: calc(1em / -2);
  width: 100%;
  font-family: Bold;
  font-size: 1.52em;
  text-transform: uppercase;
  line-height: 1;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
}
.an_ {
  --w1: 0.5rem;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  border-radius: calc(var(--w1) / 2);
  width: var(--w1);
  height: var(--w1);
  display: flex;
}
.an_::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  background: var(--jb_ys) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.an_ svg {
  margin: auto;
}
.an_ svg path {
  transition: 0.4s;
}
.an_:hover {
  background: var(--jb_ys);
}
.an_:hover svg path {
  fill: #fff;
}
.mt {
  margin-top: 0.6rem;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: 0.6s 0.3s;
  font-size: var(--f64);
  line-height: 1.25;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: 0.6s 0.6s;
  margin-top: 0.5rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_banner .div_ .li {
  transition: 0.4s;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  margin: 0 4px;
}
.index_banner .div_ .li.active {
  width: 0.3rem;
  background: var(--jb_ys);
}
.index_banner .toggle {
    opacity: 0;
  transition: .4s;
}
.index_banner .toggle .next,
.index_banner .toggle .prev {
  
  z-index: 2;    
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .toggle .next {
  right: calc(var(--bj) / 2 - var(--w1) / 2);      
}
.index_banner .toggle .prev {
  left: calc(var(--bj) / 2 - var(--w1) / 2);  
}
.index_banner:hover .toggle {
  opacity: 1;     
}

.index_about {
  --w1: 0.9rem;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index_about .bk2,
.index_about .bk1 {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_about .bk2 p,
.index_about .bk1 p,
.index_about .bk2 video,
.index_about .bk1 video,
.index_about .bk2 img,
.index_about .bk1 img {
  width: 100%;
  height: 100%;
}
.index_about .bk1 {
  z-index: 1;
}
.index_about .bk1 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.0125);
   /*width: 100%;*/
  /*height: 100%;*/
}

@media (min-width: 1921px) {
 .index_about .bk1 svg {
   transform: translate(-50%,-50%) scale(0.014);  
 }      
}

.index_about .bk2 {
  background: url("../images/bk2.jpg") top no-repeat;
  background-size: 100% auto;
}
.index_about .bk2 p {
  mix-blend-mode: screen;
}
.index_about .ab_box {
  opacity: 0;
  z-index: 2;
  position: relative;
}
.index_about .ab_box > div {
  padding-top: var(--p130);
  padding-bottom: var(--p130);
}
.index_about .ab_box .le_box {
  width: 44%;
}
.index_about .ab_box .le_box .desc {
  margin-top: 0.52rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.77;
}
.index_about .ab_box .le_box .btn {
  margin-top: 0.72rem;
}
.index_about .ab_box .ri_box {
  width: 36%;
}
.index_about .ab_box .ri_box .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--bg2);
  padding: 0.5rem 0;
}
.index_about .ab_box .ri_box .item .text {
  flex: 1;
}
.index_about .ab_box .ri_box .item .text .t1 {
  transition: 0.4s;
  font-size: var(--f28);
  font-weight: bold;
}
.index_about .ab_box .ri_box .item .text .t2 {
  margin-top: 0.22rem;
  font-size: var(--f18);
  color: #333;
}
.index_about .ab_box .ri_box .item .svg {
  width: var(--w1);
  height: var(--w1);
  background: var(--bg1);
  border-radius: 50%;
  display: flex;
}
.index_about .ab_box .ri_box .item .svg img {
  max-width: 60%;
  margin: auto;
}
.index_about .ab_box .ri_box .item:hover .text .t1 {
  color: var(--bg2);
}
.index_about .ab_box .ri_box .item1 {
  --bg1: rgba(124, 190, 37, 0.2);
  --bg2: #7cbe25;
  padding: 0 0 0.5rem;
}
.index_about .ab_box .ri_box .item2 {
  --bg1: rgba(28, 147, 67, 0.2);
  --bg2: #1c9343;
}
.index_about .ab_box .ri_box .item3 {
  --bg1: rgba(95, 186, 233, 0.2);
  --bg2: #5fbae9;
}
.index_business {
  position: relative;
  overflow: hidden;
}
.index_business .bu_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_business .bu_bk picture {
  /*opacity: 0;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .4s;
}
.index_business .bu_bk picture img {
  width: 100%;
  height: 100%;
}
.index_business .bu_bk picture.active {
  /*opacity: 1;*/
  z-index: 1;
  animation: grow 1.2s ease forwards;
}
.index_business .bu_box {
  z-index: 2;
  position: relative;
}
.index_business .bu_box > div {
  padding-top: var(--p130);
  padding-bottom: 0.35rem;
}
.index_business .bu_box .bu_bot {
  margin-top: 1.57rem;
}
.index_business .bu_box .bu_bot .content1 {
  position: relative;
  width: min(7.3rem, 100%);
}
.index_business .bu_box .bu_bot .content1 .item {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index_business .bu_box .bu_bot .content1 .item .text .t1 {
  font-size: var(--f36);
}
.index_business .bu_box .bu_bot .content1 .item .text .t2 {
  margin-top: 0.32rem;
  color: #333;
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.77;
  height: 7.08em;
}
.index_business .bu_box .bu_bot .content1 .item .btn {
  margin-top: 0.5rem;
}
.index_business .bu_box .bu_bot .content1 .item.active {
  opacity: 1;
  position: initial;
  animation: fadeInUp 1s forwards;
}
.index_business .bu_box .bu_bot .content2 .swiper {
  padding-top: 0.45rem;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .svg {
  height: 40px;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .svg img {
  max-height: 100%;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .text {
  margin-top: 0.23rem;
  font-size: var(--f22);
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .btn {
  transition: 0.4s;
  margin-top: 0.26rem;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .btn .an_ {
  margin: 0 auto;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .box1 {
  position: relative;
  bottom: 0.4rem;
  transition: 0.4s;
  opacity: 0;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 0.72rem 0 0.24rem;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide .box2 {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.4rem;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide.active .box1 {
  opacity: 1;
  bottom: 0;
  z-index: 1;
}
.index_business .bu_box .bu_bot .content2 .swiper .swiper-slide.active .box2 {
  opacity: 0;
}
@keyframes grow {
  0% {
    transform: scale(1.05);
    /*opacity: 0;*/
  }
  100% {
    transform: scale(1);
    /*opacity: 1;*/
  }
}
.index_news .wMain {
  padding-top: var(--p130);
}
.index_news .ws_bot {
  margin-top: 0.6rem;
  background: #f7fdff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot .le_box {
  width: 50%;
}
.index_news .ws_bot .le_box a {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot .le_box a .bk {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.index_news .ws_bot .le_box a .bk::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.2%;
  z-index: 0;
}
.index_news .ws_bot .le_box a .bk img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.4s;
}
.index_news .ws_bot .le_box a .post {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(28, 147, 67, 0) 57.4%, rgba(28, 147, 67, 0.8) 100%);
  padding: 0.25rem 0.4rem;
  display: flex;
}
.index_news .ws_bot .le_box a .post > div {
  width: 100%;
  color: #fff;
  margin: auto 0 0;
}
.index_news .ws_bot .le_box a .post > div .t1 {
  font-size: var(--f18);
  font-family: Regular;
}
.index_news .ws_bot .le_box a .post > div .t2 {
  margin-top: 4px;
  font-size: var(--f22);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  height: 1.45em;
}
.index_news .ws_bot .le_box a .post > div .t3 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  height: 3.25em;
}
.index_news .ws_bot .le_box a:hover .bk img {
  transform: scale(1.05);
}
.index_news .ws_bot .ri_box {
  width: 50%;
  padding: 0 0.7rem;
  overflow: auto;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #7fbe25;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0);
}
.index_news .ws_bot .ri_box a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.32rem 0;
}
.index_news .ws_bot .ri_box a .t1 {
  color: #7fbe25;
  font-size: var(--f18);
  font-family: Regular;
}
.index_news .ws_bot .ri_box a .t2 {
  transition: 0.4s;
  margin-top: 0.1rem;
  color: #000;
  font-size: var(--f22);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  height: 1.45em;
}
.index_news .ws_bot .ri_box a:last-child {
  border-bottom: none;
}
.index_news .ws_bot .ri_box a:hover .t2 {
  color: #7fbe25;
}
@-moz-document url-prefix() {
  .index_news .ws_bot .ri_box {
    scrollbar-color: #7fbe25 rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_main {
  position: relative;
  background: url("../images/bk4.png") no-repeat top center / 100% auto;
}
.about_01 {
  --h1: 3rem;
  padding: calc(var(--h1) - var(--top)) 0 0;
}
.about_01 .ab_top {
  width: calc(100% - var(--bj) * 2);
  margin: 0 auto;
  position: sticky;
  position: -webkit-sticky;
  top: var(--h1);
  height: var(--h1);
  z-index: 4;
}
.about_01 .ab_top .text {
  font-size: var(--f54);
  width: 100%;
  height: 100%;
}
.about_01 .ab_top .text .t1 {
  font-size: 0.89em;
  width: fit-content;
  text-transform: uppercase;
  font-family: Medium;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.about_01 .ab_top .text .t2 {
  margin-top: 0.1rem;
  color: #000;
}
.about_01 .ab_top .text1 {
  z-index: 1;
  position: relative;
  clip-path: inset(0px 0px 0%);
}
.about_01 .ab_top .text2 {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(100% 0 0 0);
}
.about_01 .ab_top .text2 .t2,
.about_01 .ab_top .text2 .t1 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.about_01 .ab_bot {
  position: relative;
  overflow: hidden;  
}
.about_01 .ab_bot::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 41.8%;
}
.about_01 .ab_bot > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_01 .ab_bot picture, 
.about_01 .ab_bot img {
  width: 100%;
  max-height: 100%;
}
.about_01 .ab_width {
  display: none;
  width: calc(100% - var(--bj) * 2);
}
.pu_leval {
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  background: #fff;
}
.pu_leval::-webkit-scrollbar {
  display: none;
}
.pu_leval > div {
  padding: 0 var(--bj);
  display: flex;
  white-space: nowrap;
  width: max-content;
}
.pu_leval > div a {
  font-size: var(--f16);
  color: #000;
  transition: 0.4s;
  line-height: var(--h80);
  margin-right: 0.7rem;
}
.pu_leval > div a:last-child {
  margin-right: 0;
}
.pu_leval > div a.active,
.pu_leval > div a:hover {
  color: #7fbe25;
}
.about_02 {
  position: relative;
}
.about_02 .ab_top .desc {
  margin-top: 0.52rem;
  font-size: var(--f20);
  line-height: 1.8;
  color: #000;
}
.about_02 .ab_bot {
  margin-top: 0.82rem;
}
.about_02 .ab_bot .item .data p {
  font-size: var(--f66);
  font-family: Medium;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.about_02 .ab_bot .item .desc {
  font-size: var(--f20);
}
.about_03 {
  position: relative;
  background: url("../images/bk5.jpg") no-repeat center / cover;
}
.about_03 .ab_bot {
  margin-top: 0.6rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about_03 .ab_bot .bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.about_03 .ab_bot .bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(95, 186, 233, 0) 37.67%, #5fbae9 100%);
  border-radius: inherit;
}
.about_03 .ab_bot .bk p {
  z-index: 0;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.about_03 .ab_bot .bk p img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.about_03 .ab_bot .bk p.active {
  opacity: 1;
}
.about_03 .ab_bot .post {
  z-index: 2;
  position: relative;
  height: 6rem;
  border-radius: inherit;
  display: flex;
}
.about_03 .ab_bot .post .item {
  transition: 0.6s;
  flex: 1;
  position: relative;
  border-radius: inherit;
}
.about_03 .ab_bot .post .item .img {
  display: none;
  border-radius: inherit;
}
.about_03 .ab_bot .post .item .img img {
  width: 100%;
  border-radius: inherit;
}
.about_03 .ab_bot .post .item .box {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  border-radius: inherit;
}
.about_03 .ab_bot .post .item .box > div {
  color: #fff;
  width: 100%;
  margin: auto 0 0;
}
.about_03 .ab_bot .post .item .box > div .svg {
  height: 40px;
}
.about_03 .ab_bot .post .item .box > div .svg img {
  max-height: 100%;
}
.about_03 .ab_bot .post .item .box > div .text {
  margin-top: 0.35rem;
}
.about_03 .ab_bot .post .item .box > div .text .t1 {
  font-size: var(--f24);
}
.about_03 .ab_bot .post .item .box > div .text .t2 {
  margin-top: 0.15rem;
  font-size: var(--f18);
  line-height: 1.66;
}
.about_03 .ab_bot .post .item .box1 {
  text-align: center;
  padding: 0.7rem 10px;
}
.about_03 .ab_bot .post .item .box2 {
  opacity: 0;
  top: 20%;
  padding: 0.7rem 1rem;
}
.about_03 .ab_bot .post .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) {
  .about_03 .ab_bot .post .item.active {
    flex: 2.66;
  }
  .about_03 .ab_bot .post .item.active .box1 {
    opacity: 0;
  }
  .about_03 .ab_bot .post .item.active .box2 {
    opacity: 1;
    top: 0;
    transition-delay: 0.6s;
  }
}
.about_04 {
  --h1: 0.44rem;
  position: relative;
}
.about_04 .le_box {
  width: 32%;
}
.about_04 .le_box .content2 {
  margin-top: 0.36rem;
}
.about_04 .le_box .content2 p {
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  min-width: 1.3rem;
  line-height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  text-align: center;
  padding: 0 0.25rem;
  font-size: var(--f20);
  margin-right: 0.16rem;
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.about_04 .le_box .content2 p:last-child {
  margin-right: 0;
}
.about_04 .le_box .content2 p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: var(--jb_ys) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.about_04 .le_box .content2 p:hover,
.about_04 .le_box .content2 p.active {
  background: var(--jb_ys);
  -webkit-text-fill-color: #fff;
}
.about_04 .le_box .content3 {
  position: relative;
  margin-top: 0.68rem;
}
.about_04 .le_box .content3 .item {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  max-height: calc((var(--f18) * 1.5 * 9) + (0.2rem * 8));
  overflow: auto;
  padding-right: 0;
}
.about_04 .le_box .content3 .item::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_04 .le_box .content3 .item::-webkit-scrollbar-thumb {
  background: var(--jb_ys);  
}
.about_04 .le_box .content3 .item::-webkit-scrollbar-track {
  background: rgba(0,0,0,.2);   
}

.about_04 .le_box .content3 .item p {
  position: relative;
  font-size: var(--f18);
  line-height: 1.5;
  color: #000;
  padding-left: 20px;
}
.about_04 .le_box .content3 .item p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: calc(var(--f18) * 1.5 / 2 - 6px);
  left: 0;
  border: 2px solid transparent;
  width: 12px;
  height: 12px;
  background: var(--jb_ys) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50%;
}
.about_04 .le_box .content3 .item p + p {
  margin-top: 0.2rem;
}
.about_04 .le_box .content3 .item.active {
  opacity: 1;
  position: initial;
  animation: fadeInUp 1s forwards;
}
.about_04 .ri_box {
  width: 65%;
}
.about_04 .ri_box p {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about_04 .ri_box p img {
  border-radius: inherit;
  width: 100%;
}
.about_04 .ri_box p.active {
  opacity: 1;
  position: initial;
  animation: fadeInUp 1s forwards;
}
.about_05 {
  position: relative;
  background: #f2f6fa;
}
.about_05 .ab_top .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  line-height: 2;
  color: #000;
}
.about_05 .ab_bot {
  margin-top: 0.64rem;
}
.about_05 .ab_bot .item {
  position: sticky;
  top: calc(var(--h80) + 0.2rem);
  background: #f2f6fa;
}
.about_05 .ab_bot .item .le_box {
  width: 43.5%;
}
.about_05 .ab_bot .item .le_box .div1 .svg {
  width: 0.5rem;
}
.about_05 .ab_bot .item .le_box .div1 .svg img {
  max-width: 100%;
}
.about_05 .ab_bot .item .le_box .div1 .text {
  padding-left: 0.22rem;
  flex: 1;
}
.about_05 .ab_bot .item .le_box .div1 .text .t1 {
  color: var(--ys);
  font-size: var(--f32);
  font-weight: bold;
}
.about_05 .ab_bot .item .le_box .div1 .text .t2 {
  margin-top: 0.15rem;
  font-size: var(--f22);
}
.about_05 .ab_bot .item .le_box .div2 {
  margin-top: 0.48rem;
  max-height: calc((var(--f18) * 1.66 * 8) + (0.3rem * 3));
  overflow: auto;
  padding-right: 10px;
}
.about_05 .ab_bot .item .le_box .div2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_05 .ab_bot .item .le_box .div2::-webkit-scrollbar-thumb {
  background: var(--ys);  
}
.about_05 .ab_bot .item .le_box .div2::-webkit-scrollbar-track {
  background: rgba(0,0,0,.2);   
}
.about_05 .ab_bot .item .le_box .div2 p {
  position: relative;
  font-size: var(--f18);
  line-height: 1.66;
  padding-left: 20px;
  color: #666;
}
.about_05 .ab_bot .item .le_box .div2 p span {
  color: #333;
  font-weight: bold;
}
.about_05 .ab_bot .item .le_box .div2 p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: calc(var(--f18) * 1.66 / 2 - 6px);
  left: 0;
  border: 2px solid transparent;
  width: 12px;
  height: 12px;
  background: var(--ys) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50%;
}
.about_05 .ab_bot .item .le_box .div2 p + p {
  margin-top: 0.3rem;
}
.about_05 .ab_bot .item .ri_box {
  width: 50.65%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about_05 .ab_bot .item .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.about_05 .ab_bot .item .ri_box:hover img {
  transform: scale(1.05);
}
/*.about_05 .ab_bot .item + .item {*/
/*  margin-top: var(--gap);*/
/*}*/
.about_05 .ab_bot .item1 {
  --ys: #7fbe25;
}
.about_05 .ab_bot .item2 {
  --ys: #1c9343;
}
.about_05 .ab_bot .item3 {
  --ys: #5fbae9;
}
.about_05 .maodian {
  top: calc((var(--h80) + .2rem) * -1 + 1px);     
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  width: 100%;
  color: #fff;
  margin: auto;
  font-size: var(--f54);
}
.pu_banner .ban_post > div .t1 {
  font-size: 0.89em;
  text-transform: uppercase;
  font-family: Medium;
}
.pu_banner .ban_post > div .t2 {
  margin-top: 0.1rem;
}
.business_01 {
  position: relative;
}
.business_01 .bu_bot {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.pu_more {
  --w1: 0.26rem;
}
.pu_more .a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #7fbe25;
  font-size: var(--f20);
}
.pu_more .a p {
  margin-right: 0.18rem;
}
.pu_more .a span {
  width: var(--w1);
  height: var(--w1);
  border: 2px solid #7fbe25;
  border-radius: 50%;
  display: flex;
}
.pu_more .a span i {
  font-size: 0.5em;
  margin: auto;
  font-weight: bold;
}
.pu_li_1 a {
  border-radius: 0.1rem;
  overflow: hidden;
}
.pu_li_1 a .img {
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.pu_li_1 a .img::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  padding-top: 58%;
  border-radius: inherit;
}
.pu_li_1 a .img img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: 0.4s;
}
.pu_li_1 a .box {
  transition: 0.6s;
  z-index: 2;
  position: relative;
  background: #f2f6fa;
  padding: 0.38rem 0.3rem;
}
.pu_li_1 a .box .text .t1 {
  transition: 0.4s;
  font-size: var(--f32);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.pu_li_1 a .box .text .t2 {
  margin-top: 0.16rem;
  color: #333;
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.77;
  height: 3.54em;
}
.pu_li_1 a .box .btn {
  position: absolute;
  left: 0.3rem;
  bottom: 0.38rem;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.pu_li_1 a:hover .img img {
  transform: scale(1.05);
}
.pu_li_1 a:hover .box {
  margin-top: -0.6rem;
  padding: 0.38rem 0.3rem 1rem;
  background: rgba(242, 246, 250, 0.8);
  backdrop-filter: blur(7.5px);
  border-radius: 0.1rem;
}
.pu_li_1 a:hover .box .text .t1 {
  color: #7fbe25;
}
.pu_li_1 a:hover .box .btn {
  opacity: 1;
}
.business_details_01 {
  --w1: 1rem;
  position: relative;
  background: url("../images/bk6.jpg") no-repeat center / cover;
}
.business_details_01 .ls_top {
  padding: 0 var(--bj);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.business_details_01 .ls_bot {
  padding: 0.8rem var(--bj) var(--gap);
}
.business_details_01 .ls_bot .le_box {
  width: 40%;
}
.business_details_01 .ls_bot .le_box .text .t1 {
  font-size: var(--f46);
  font-weight: bold;
}
.business_details_01 .ls_bot .le_box .text .t2 {
  margin-top: 0.4rem;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.business_details_01 .ls_bot .le_box .btn {
  margin-top: 0.62rem;
}
.business_details_01 .ls_bot .ri_box {
  position: relative;
  width: 50.62%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.business_details_01 .ls_bot .ri_box img {
  width: 100%;
  transition: 0.4s;
  border-radius: inherit;
}
.business_details_01 .ls_bot .ri_box .play {
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--w1);
  height: var(--w1);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(13px);
  border-radius: 50%;
  display: flex;
}
.business_details_01 .ls_bot .ri_box .play svg {
  max-width: 75%;
  margin: auto;
}
.business_details_01 .ls_bot .ri_box .play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.business_details_02 {
  --w1: calc((100vw - 9px - (var(--bj) * 2)) / 2);
}
.business_details_02 .ls_bot {
  margin-top: 0.6rem;
}
.business_details_02 .ls_bot .scroll {
  overflow: auto;
  padding-right: 0.1rem;
  padding-bottom: 6px;
  padding-right: 0;
}
.business_details_02 .ls_bot .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.business_details_02 .ls_bot .scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #7fbe25;
}
.business_details_02 .ls_bot .scroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .business_details_02 .ls_bot .scroll {
    scrollbar-color: #7fbe25 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.business_details_02 .ls_bot table {
  min-width: 100%;
  width: max-content;
  border-color: #d9d9d9;
  font-size: var(--f18);
}
.business_details_02 .ls_bot table tbody tr td {
  width: var(--w1);
  padding: 0.24rem 0.6rem;
}
.business_details_02 .ls_bot table tbody tr td div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.business_details_02 .ls_bot table tbody tr td span:last-child {
  color: #666;
}
.business_details_02 .ls_bot table tbody tr:nth-child(odd) {
  background: rgba(127, 190, 37, 0.08);
}
.pu_mbx > div {
  padding: 0.3rem 0;
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #666;
}
.pu_mbx > div a:hover {
  color: #7fbe25;
}
.pu_mbx > div i {
  margin: 0 4px;
  font-size: 0.8em;
  font-weight: bold;
  color: #7fbe25;
}
.pu_mbx > div span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
  color: #000;
  font-weight: bold;
}
.business_details_03 {
  --h1: 6.5rem;
  --w1: 1.45rem;
  position: relative;
  background: #f2f6fa;
}
.business_details_03 .ls_bot {
  margin-top: 0.5rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.business_details_03 .ls_bot .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.business_details_03 .ls_bot .bk .item {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.business_details_03 .ls_bot .bk .item img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.business_details_03 .ls_bot .bk .item .box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.3rem;
  background: linear-gradient(180deg, rgba(0, 55, 19, 0) 47.54%, rgba(0, 55, 19, 0.8) 100%);
  border-radius: inherit;
}
.business_details_03 .ls_bot .bk .item .box > div {
  width: 100%;
  margin: auto 0 0;
  color: #fff;
}
.business_details_03 .ls_bot .bk .item .box > div .t1 {
  font-size: var(--f24);
}
.business_details_03 .ls_bot .bk .item .box > div .t2 {
  margin-top: 0.28rem;
  font-size: var(--f18);
}
.business_details_03 .ls_bot .bk .item.active {
  opacity: 1;
}
.business_details_03 .ls_bot .post {
  position: relative;
  height: var(--h1);
  background: linear-gradient(180deg, rgba(0, 55, 19, 0) 47.54%, rgba(0, 55, 19, 0.8) 100%);
  border-radius: inherit;
  display: flex;
  padding: 0.3rem;
}
.business_details_03 .ls_bot .post > div {
  width: 100%;
  margin: auto 0 0;
}
.business_details_03 .ls_bot .post > div .div1 {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.business_details_03 .ls_bot .post > div .div1 p {
  position: relative;
  min-width: var(--w1);
  cursor: pointer;
  font-size: var(--f24);
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.18rem;
  text-align: center;
  margin-right: 0.46rem;
}
.business_details_03 .ls_bot .post > div .div1 p:last-child {
  margin-right: 0;
}
.business_details_03 .ls_bot .post > div .div1 p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--jb_ys);
}
.business_details_03 .ls_bot .post > div .div1 p:hover,
.business_details_03 .ls_bot .post > div .div1 p.active {
  color: #fff;
}
.business_details_03 .ls_bot .post > div .div1 p:hover::before,
.business_details_03 .ls_bot .post > div .div1 p.active::before {
  width: 100%;
}
.business_details_03 .ls_bot .post > div .div2 {
  margin-top: 0.28rem;
  color: #fff;
  font-size: var(--f18);
  text-align: center;
}
.business_details_03 .ls_bot .post > div .div2 p {
  display: none;
  min-height: calc(var(--f18) * 1.2 * 2);
}
.business_details_03 .ls_bot .post > div .div2 p.active {
  display: block;
}
.business_details_06,
.business_details_04 {
  position: relative;
}
.business_details_06 .ls_bot,
.business_details_04 .ls_bot {
  margin-top: 0.6rem;
}
.business_details_06 {
  background: #f2f6fa;
}
.business_details_06 .ls_bot .pu_li_1 a .box {
  background: #fff;
}
.business_details_06 .ls_bot .pu_li_1 a:hover .box {
  background: rgba(255, 255, 255, 0.8);
}
.pu_toggle {
  display: flex;
}
.pu_toggle .next {
  margin-left: 0.16rem;
}
.business_details_05 {
  position: relative;
}
.business_details_05 .ls_bot {
  margin-top: 0.6rem;
}
.business_details_05 .ls_bot .swiper {
  padding-left: var(--bj);
}
.business_details_05 .ls_bot .swiper .swiper-slide .item .img {
  border-radius: 0.1rem;
  overflow: hidden;
}
.business_details_05 .ls_bot .swiper .swiper-slide .item .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.business_details_05 .ls_bot .swiper .swiper-slide .item .text {
  margin-top: 0.3rem;
}
.business_details_05 .ls_bot .swiper .swiper-slide .item .text .t1 {
  font-size: var(--f28);
}
.business_details_05 .ls_bot .swiper .swiper-slide .item .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #666;
}
.business_details_05 .ls_bot .swiper .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.business_details_05 .ls_bot .div_ {
  margin-top: 0.44rem;
}
.news_01 .swiper .swiper-slide a {
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_01 .swiper .swiper-slide a .img {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.news_01 .swiper .swiper-slide a .img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.2%;
  z-index: 0;
}
.news_01 .swiper .swiper-slide a .img img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.4s;
}
.news_01 .swiper .swiper-slide a .box {
  z-index: 2;
  transition: 0.6s;
  position: relative;
  background: #f2f6fa;
  padding: 0.4rem 0.3rem 0.48rem;
}
.news_01 .swiper .swiper-slide a .box .text {
  font-size: var(--f18);
}
.news_01 .swiper .swiper-slide a .box .text .t1 {
  color: #7fbe25;
  font-family: Regular;
}
.news_01 .swiper .swiper-slide a .box .text .t2 {
  margin: 0.1rem 0;
  font-size: var(--f22);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  height: 2.9em;
}
.news_01 .swiper .swiper-slide a .box .text .t3 {
  font-size: var(--f16);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  height: 3.25em;
}
.news_01 .swiper .swiper-slide a .box .btn {
  transition: 0.4s;
  position: absolute;
  left: 0.3rem;
  bottom: 0.48rem;
  opacity: 0;
}
.news_01 .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.news_01 .swiper .swiper-slide a:hover .box {
  margin-top: -0.6rem;
  background: rgba(242, 246, 250, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 0.1rem;
  padding: 0.4rem 0.3rem 1.08rem;
}
.news_01 .swiper .swiper-slide a:hover .box .btn {
  opacity: 1;
}
.news_01 .div_ {
  margin-top: 0.6rem;
}
.news_02 {
  position: relative;
}
.news_02 .ws_top .item a {
  transition: 0.6s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.35rem 0;
  background: #f2f6fa;
  border-radius: 0.1rem;
}
.news_02 .ws_top .item a .div1 {
  width: 1.98rem;
  text-align: center;
}
.news_02 .ws_top .item a .div1 .d1 {
  transition: 0.4s;
  color: #666;
  font-size: var(--f48);
  font-family: Bold;
}
.news_02 .ws_top .item a .div1 .d2 {
  margin-top: 0.12rem;
  transition: 0.4s;
  color: #666;
  font-size: var(--f18);
  font-family: Regular;
}
.news_02 .ws_top .item a .div2 {
  transition: 0.4s;
  flex: 1;
  border-left: 1px solid #dee4e6;
  padding: 0 1rem 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_02 .ws_top .item a .div2 .le_box {
  flex: 0.9;
}
.news_02 .ws_top .item a .div2 .le_box .d1 {
  display: flex;
  align-items: center;
}
.news_02 .ws_top .item a .div2 .le_box .d1 span {
  transition: 0.4s;
  width: fit-content;
  font-size: var(--f14);
  color: #7fbe25;
  line-height: 2;
  padding: 0 12px;
  border-radius: var(--f14);
  background: rgba(127, 190, 37, 0.1);
}
.news_02 .ws_top .item a .div2 .le_box .d1 p {
  display: none;
  margin-left: 0.2rem;
  transition: 0.4s;
  font-size: var(--f16);
  color: #666;
  font-family: Medium;
}
.news_02 .ws_top .item a .div2 .le_box .d2 {
  transition: 0.4s;
  margin-top: 0.22rem;
  font-size: var(--f22);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  height: 1.45em;
}
.news_02 .ws_top .item a .div2 .le_box .d3 {
  transition: 0.4s;
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  height: 3.25em;
}
.news_02 .ws_top .item a:hover {
  background: var(--jb_ys);
}
.news_02 .ws_top .item a:hover .div1 .d2,
.news_02 .ws_top .item a:hover .div1 .d1 {
  color: rgba(255, 255, 255, 0.8);
}
.news_02 .ws_top .item a:hover .div2 .le_box .d1 span {
  background: #fff;
  color: #7fbe25;
}
.news_02 .ws_top .item a:hover .div2 .le_box .d1 p {
  color: #fff;
}
.news_02 .ws_top .item a:hover .div2 .le_box .d2,
.news_02 .ws_top .item a:hover .div2 .le_box .d3 {
  color: #fff;
}
.news_02 .ws_top .item a:hover .div2 .ri_box .an_ {
  background: #fff;
}
.news_02 .ws_top .item a:hover .div2 .ri_box .an_::before {
  opacity: 0;
}
.news_02 .ws_top .item a:hover .div2 .ri_box .an_ svg path {
  fill: url(#paint0_linear_358_53111);
}
.news_02 .ws_top .item + .item {
  margin-top: 0.3rem;
}
.news_02 .ws_bot {
  margin-top: 0.8rem;
}
.pu_page {
  --w1: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--f18);
}
.pu_page .prev a i,
.pu_page .next a i {
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
  color: #666;
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #7fbe25;
}
.pu_page .number {
  margin: 0 0.4rem;
  display: flex;
}
.pu_page .number a {
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  line-height: var(--w1);
  border-radius: 50%;
  text-align: center;
  color: #666;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  background: var(--jb_ys);
  color: #fff;
}
.news_details_01 .ls_top {
  padding: 0 var(--bj);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_details_01 .ls_bot {
  padding: 0.8rem 0 var(--gap);
}
.news_details_01 .ls_bot .le_box {
  flex: 1;
}
.news_details_01 .ls_bot .le_box .content1 {
  padding: 0 0 0.48rem;
}
.news_details_01 .ls_bot .le_box .content1 .desc {
  margin-top: 0.36rem;
  display: flex;
  align-items: center;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content1 .desc span {
  background: var(--jb_ys);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
.news_details_01 .ls_bot .le_box .content1 .desc p {
  margin-left: 0.58rem;
  color: #999;
}
.news_details_01 .ls_bot .le_box .content2 {
  border-top: 1px solid #dee4e6;
  border-bottom: 1px solid #dee4e6;
  padding: 0.52rem 0;
  font-size: var(--f18);
  line-height: 1.77;
  color: #333;
}
.news_details_01 .ls_bot .le_box .content3 {
  margin-top: 0.3rem;
}
.news_details_01 .ls_bot .le_box .content3 .box {
  font-size: var(--f18);
  line-height: 2;
  flex: 0.8;
}
.news_details_01 .ls_bot .le_box .content3 .box a {
  transition: 0.4s;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 2em;
}
.news_details_01 .ls_bot .le_box .content3 .box a:hover {
  color: #7fbe25;
}
.news_details_01 .ls_bot .le_box .content3 .return a {
  font-size: var(--f16);
  color: #7fbe25;
}
.news_details_01 .ls_bot .le_box .content3 .return a span {
  margin-right: 0.12rem;
}
.news_details_01 .ls_bot .ri_box {
  margin-left: 1.1rem;
  width: 3.93rem;
}
.news_details_01 .ls_bot .ri_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.news_details_01 .ls_bot .ri_box .content1 {
  font-size: var(--f32);
  font-weight: bold;
}
.news_details_01 .ls_bot .ri_box .content2 a {
  border-bottom: 1px solid #dee4e6;
  padding: 0.26rem 0;
}
.news_details_01 .ls_bot .ri_box .content2 a .t1 {
  color: #7fbe25;
  font-size: var(--f16);
  font-family: Regular;
}
.news_details_01 .ls_bot .ri_box .content2 a .t2 {
  transition: 0.4s;
  margin-top: 0.14rem;
  font-size: var(--f18);
  line-height: 1.55;
  color: #333;
}
.news_details_01 .ls_bot .ri_box .content2 a:hover .t2 {
  color: #7fbe25;
}
.join_01 {
  position: relative;
}
.join_01 .jo_bot {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.join_01 .jo_bot .item {
  position: relative;
  overflow: hidden;
}
.join_01 .jo_bot .item img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.join_01 .jo_bot .item .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.32rem 0.4rem;
}
.join_01 .jo_bot .item .post > div {
  width: 100%;
  color: #fff;
  font-size: var(--f26);
}
.join_01 .jo_bot .item:hover img {
  transform: scale(1.05);
}
.join_01 .jo_bot .item1 {
  grid-area: 1 / 1 / 2 / 3;
}
.join_01 .jo_bot .item6 {
  grid-area: 3 / 1 / 4 / 4;
}
.join_02 {
  position: relative;
  background: #f2f6fa;
}
.join_02 .jo_bot {
  margin-top: 0.6rem;
}
.join_02 .jo_bot .content1 .item {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.join_02 .jo_bot .content1 .item .thead {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.join_02 .jo_bot .content1 .item .thead .div1 {
  flex: 0.9;
  font-size: var(--f28);
}
.join_02 .jo_bot .content1 .item .thead .div2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 43%;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box {
  display: flex;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box > div {
  font-size: var(--f18);
  display: flex;
  align-items: center;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box > div p {
  display: flex;
  width: 0.29rem;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box > div p img {
  margin: auto;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box > div span {
  margin-left: 8px;
  color: #333;
}
.join_02 .jo_bot .content1 .item .thead .div2 .box > div + div {
  margin-left: 0.6rem;
}
.join_02 .jo_bot .content1 .item .thead .div2 .btn p {
  position: relative;
}
.join_02 .jo_bot .content1 .item .thead .div2 .btn p span {
  transition: 0.4s;
  position: relative;
  width: 15px;
  height: 3px;
  background: var(--jb_ys);
  margin: auto;
  border-radius: 3px;
}
.join_02 .jo_bot .content1 .item .thead .div2 .btn p span::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: var(--jb_ys);
  border-radius: inherit;
}
.join_02 .jo_bot .content1 .item .thead .div2 .btn p:hover span:before,
.join_02 .jo_bot .content1 .item .thead .div2 .btn p:hover span {
  background: #fff;    
}
.join_02 .jo_bot .content1 .item .tbody {
  display: none;
  padding: 0.4rem 0 0.56rem;
  border-top: 1px solid #dee4e6;
}
.join_02 .jo_bot .content1 .item .tbody .div1 .li .i1 {
  font-weight: bold;
  font-size: var(--f20);
}
.join_02 .jo_bot .content1 .item .tbody .div1 .li .i2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  line-height: 2.25;
  color: #333;
}
.join_02 .jo_bot .content1 .item .tbody .div1 .li + .li {
  margin-top: 0.4rem;
}
.join_02 .jo_bot .content1 .item .tbody .div2 {
  margin-top: 0.4rem;
  font-size: var(--f20);
  line-height: 1.5;
}
.join_02 .jo_bot .content1 .item .tbody .div2 p {
  font-weight: bold;
  color: #000;
}
.join_02 .jo_bot .content1 .item .tbody .div2 a {
  color: #7fbe25;
}
.join_02 .jo_bot .content1 .item + .item {
  margin-top: 0.2rem;
}
.join_02 .jo_bot .content1 .item.active .thead .div2 .btn p {
  background: var(--jb_ys);
}
.join_02 .jo_bot .content1 .item.active .thead .div2 .btn p span {
  background: #fff;
}
.join_02 .jo_bot .content1 .item.active .thead .div2 .btn p span::before {
  background: #fff;
  transform: translate(-50%, -50%) rotate(0deg);
}
.join_02 .jo_bot .content2 {
  margin-top: 0.8rem;
}
.contact_01 {
  position: relative;
  background: url("../images/bk7.jpg") no-repeat center / cover;
}
.contact_01 .ct_bot {
  margin-top: 0.6rem;
}
.contact_01 .ct_bot .content1 .le_box {
  width: 50%;
}
.contact_01 .ct_bot .content1 .le_box span {
  display: block;
  height: 37px;
}
.contact_01 .ct_bot .content1 .le_box span img {
  max-height: 100%;
}
.contact_01 .ct_bot .content1 .le_box a {
  transition: 0.4s;
  margin-top: 0.2rem;
  font-size: var(--f28);
  line-height: 1.6;
}
.contact_01 .ct_bot .content1 .le_box a:hover {
  color: #7fbe25;
}
.contact_01 .ct_bot .content1 .ri_box {
  width: 47%;
}
.contact_01 .ct_bot .content1 .ri_box p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_01 .ct_bot .content1 .ri_box p span {
  width: 38px;
  height: 38px;
  display: flex;
  background: rgba(127, 190, 37, 0.35);
  border-radius: 50%;
}
.contact_01 .ct_bot .content1 .ri_box p span img {
  max-width: 50%;
  margin: auto;
}
.contact_01 .ct_bot .content1 .ri_box p a {
  flex: 1;
  transition: 0.4s;
  padding-left: 0.14rem;
  font-size: var(--f28);
  color: #000;
  font-family: Medium;
}
.contact_01 .ct_bot .content1 .ri_box p a:hover {
  color: #7fbe25;
}
.contact_01 .ct_bot .content1 .ri_box p + p {
  margin-top: 0.56rem;
}
.contact_01 .ct_bot .content2 {
  margin-top: 0.9rem;
}
.contact_01 .ct_bot .content2 a {
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact_01 .ct_bot .content2 a img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.contact_01 .ct_bot .content2 a:hover img {
  transform: scale(1.05);
}
.contact_02 {
  position: relative;
  background: #f2f6fa;
}
.contact_02 .ct_bot {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}
.contact_02 .ct_bot .item {
  position: relative;
}
.contact_02 .ct_bot .item > img {
  width: 100%;
}
.contact_02 .ct_bot .item .post {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.35rem 0.4rem;
  background: #fff;
}
.contact_02 .ct_bot .item .post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_02 .ct_bot .item .post > div .t1 {
  transition: 0.4s;
  font-size: var(--f28);
  color: #000;
}
.contact_02 .ct_bot .item .post > div .t2 p {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f20);
}
.contact_02 .ct_bot .item .post > div .t2 p span {
  display: flex;
  height: calc(var(--f20) * 1.2);
  width: 18px;
}
.contact_02 .ct_bot .item .post > div .t2 p span img {
  transition: 0.4s;
  max-width: 100%;
  margin: auto;
}
.contact_02 .ct_bot .item .post > div .t2 p a {
  padding-left: 0.16rem;
  flex: 1;
  transition: 0.4s;
  color: #000;
  font-family: Medium;
}
.contact_02 .ct_bot .item .post > div .t2 p + p {
  margin-top: 0.16rem;
}
.contact_02 .ct_bot .item:hover .post {
  background: transparent;
}
.contact_02 .ct_bot .item:hover .post > div .t1 {
  color: #fff;
}
.contact_02 .ct_bot .item:hover .post > div .t2 p span img {
  filter: brightness(0) invert(1);
}
.contact_02 .ct_bot .item:hover .post > div .t2 p a {
  color: #fff;
}
.contact_03 {
  --h1: 0.7rem;
  position: relative;
}
.contact_03 .ct_bot {
  margin-top: 0.6rem;
}
.contact_03 .ct_bot form .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.3rem;
}
.contact_03 .ct_bot form .div1 .label {
  position: relative;
  font-size: var(--f20);
}
.contact_03 .ct_bot form .div1 .label textarea,
.contact_03 .ct_bot form .div1 .label input {
  width: 100%;
  height: var(--h1);
  background: #f2f6fa;
  border-radius: 0.1rem;
  border: none;
  color: #000;
  padding: 0 0.3rem;
}
.contact_03 .ct_bot form .div1 .label textarea:not(:placeholder-shown) + p,
.contact_03 .ct_bot form .div1 .label input:not(:placeholder-shown) + p {
  display: none;
}
.contact_03 .ct_bot form .div1 .label textarea:focus + p,
.contact_03 .ct_bot form .div1 .label input:focus + p {
  color: #7fbe25;
}
.contact_03 .ct_bot form .div1 .label p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  transition: 0.4s;
  padding: 0 0.3rem;
  pointer-events: none;
}
.contact_03 .ct_bot form .div1 .label p span {
  color: #7fbe25;
}
.contact_03 .ct_bot form .div1 .label:last-child {
  grid-area: 3 / 1 / 4 / 3;
}
.contact_03 .ct_bot form .div1 .label:last-child textarea {
  height: calc(var(--h1) * 2.5);
  padding: 0.26rem 0.3rem;
}
.contact_03 .ct_bot form .div1 .label:last-child p {
  top: 0;
  padding: 0.26rem 0.3rem;
  transform: translateY(0);
}
.contact_03 .ct_bot form .div2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_03 .ct_bot form .div2 .layui-form-checkbox[lay-skin="primary"] {
  min-width: 16px;
  min-height: 16px;
}
.contact_03 .ct_bot form .div2 .layui-form-checkbox[lay-skin="primary"] > i {
  border-radius: 50%;
  border-color: #7fbe25;
  font-size: 10px;
}
.contact_03 .ct_bot form .div2 p {
  flex: 1;
  color: #666;
  font-size: var(--f16);
}
.contact_03 .ct_bot form .div2 p a {
  display: inline;
  color: #7fbe25;
}
.contact_03 .ct_bot form .div3 {
  margin-top: 0.7rem;
}
@media (max-width: 1600px) {
}

@media (max-width: 1500px) { 
  .pc_header .he_box .column .nav .item .down2 {
      width: 10.5rem; 
  } 
  .about_04 {
    --h1: 0.54rem;
  }
  .about_05 .ab_bot .item .le_box .div2 {
    max-height: calc((var(--f18) * 1.66 * 6) + (0.3rem * 3));
  }
  .about_04 .le_box .content3 .item {
    max-height: calc((var(--f18) * 1.5 * 8) + (0.2rem * 7));
  }
}

@media (max-width: 1400px) {
}

@media (max-width: 1300px) {
 .about_05 .ab_bot .item .le_box .div2 {
    max-height: calc((var(--f18) * 1.66 * 5) + (0.3rem * 3));
  }
  .about_04 .le_box .content3 .item {
    max-height: calc((var(--f18) * 1.5 * 7) + (0.2rem * 6));
  }
}
@media (max-width: 1200px) {
  .pc_footer .ter_bot .content1 .le_box .code p {
    width: 1.4rem;
  }
  .pc_footer .ter_bot .content2 {
    line-height: 2;
  }
  .pc_footer .ter_top .div2 {
    margin-top: 0.4rem;
  }
  :root {
    --p130: 1rem;
  }
  .pu_link,
  .pu_link_2,
  .pu_link_3 {
    --h1: 0.58rem;
  }
  .pu_link .a,
  .pu_link_2 .a,
  .pu_link_3 .a {
    padding: 0 0.36rem;
  }
  .index_news .ws_bot .ri_box {
    height: fit-content !important;
    padding: 0 0.4rem;
  }
  .index_business .bu_box .bu_bot {
    margin-top: 1.2rem;
  }
  .index_about {
    --w1: 1rem;
    height: fit-content;
  }
  .index_about .ab_box {
    opacity: 1;
  }
  .index_about .ab_box .le_box .btn {
    margin-top: 0.4rem;
  }
  .index_about .ab_box .ri_box {
    margin-top: var(--gap);
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_banner .div_ {
    bottom: 12px;
  }
  .about_01 {
    --h1: 2rem;
  }
  .pu_leval {
    position: relative;
  }
  .maodian {
    top: calc(60px * -1 + 1px);
  }
  .about_03 .ab_bot .post {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: fit-content;
  }
  .about_03 .ab_bot .post .item .img {
    display: block;
  }
  .about_03 .ab_bot .post .item .img img {
    min-height: 4rem;
  }
  .about_03 .ab_bot .post .item .box1 {
    display: none;
  }
  .about_03 .ab_bot .post .item .box2 {
    opacity: 1;
    top: 0;
    padding: 0.4rem;
    background: linear-gradient(180deg, rgba(95, 186, 233, 0) 37.67%, #5fbae9 100%);
  }
  .about_03 .ab_bot .post .item .box > div .svg {
    height: 36px;
  }
  .about_04 {
    --h1: 0.5rem;
  }
  .about_05 .ab_bot .item .le_box .div1 .svg {
    width: 0.6rem;
  }
  .about_05 .ab_bot .item {
    position: relative;
    top: 0;
  }
  .pu_leval > div a {
    margin-right: 0.4rem;
  }
  .about_01 .ab_bot img,
  .pu_banner .ban_bk img {
    min-height: 5rem;
  }
  .business_details_01 .ls_bot .le_box .btn {
    margin-top: 0.4rem;
  }
  .business_details_02 .ls_bot table tbody tr td {
    padding: 0.24rem;
  }
  .pu_page,
  .an_ {
    --w1: 0.6rem;
  }
  .contact_02 .ct_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .business_details_03 .ls_bot .bk {
    position: initial;
  }
  .business_details_03 .ls_bot .bk .item {
    position: relative;
    opacity: 1;
  }
  .business_details_03 .ls_bot .bk .item .box {
    display: flex;
  }
  .business_details_03 .ls_bot .bk .item + .item {
    margin-top: 0.2rem;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .news_02 .ws_top .item a .div2 {
    padding: 0 0.6rem;
  }
  .join_02 .jo_bot .content1 .item .thead .div2 {
    width: auto;
  }
  .contact_01 .ct_bot .content1 .ri_box {
    margin-top: 0.56rem;
  }
  .business_01 .bu_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_05 .ab_bot .item .le_box .div2 {
    max-height: fit-content;  
  }
  
  .business_details_01 .ls_bot .ri_box,
  .about_05 .ab_bot .item .ri_box,
  .about_04 .ri_box {
    margin-top: 0.6rem;
  }
  .index_banner .toggle,
  .join_02 .jo_bot .content1 .item .thead .div2 .box,
  .news_details_01 .ls_bot .ri_box,
  .business_details_03 .ls_bot .post,
  .about_03 .ab_bot .bk,
  .index_about .bk2,
  .index_about .bk1,
  .pc_footer .ter_bot .content1 .ri_box {
    display: none;
  }
  .contact_01 .ct_bot .content1 .ri_box,
  .contact_01 .ct_bot .content1 .le_box,
  .news_details_01 .ls_bot .ri_box,
  .business_details_01 .ls_bot .ri_box,
  .business_details_01 .ls_bot .le_box,
  .about_05 .ab_bot .item .ri_box,
  .about_05 .ab_bot .item .le_box,
  .about_04 .ri_box,
  .about_04 .le_box,
  .index_about .ab_box .ri_box,
  .index_about .ab_box .le_box,
  .index_news .ws_bot .ri_box,
  .index_news .ws_bot .le_box,
  .pc_footer .ter_top .div1,
  .pc_footer .ter_bot .content1 .le_box {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 750px) {
  :root {
    --h80: 1rem;
  }
  .pu_link,
  .pu_link_2,
  .pu_link_3 {
    --h1: 0.78rem;
  }
  .index_about {
    --w1: 1.2rem;
  }
  .index_business .bu_box .bu_bot .content2 .swiper {
    padding-top: 0.9rem;
  }
  .pc_footer .ter_bot .content2 {
    font-size: 0.24rem;
  }
  .pc_footer .ter_bot .content1 .le_box .code p {
    width: 1.8rem;
  }
  .pc_footer .ter_top .logo a img {
    height: 36px;
  }
  .pc_footer .ter_top .sing {
    margin-left: 0;
    margin-top: 10px;
  }
  .about_02 .ab_bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .about_03 .ab_bot .post .item .box > div .svg {
    height: 30px;
  }
  .about_04 {
    --h1: 0.66rem;
  }
  .about_04 .le_box .content2 p {
    padding: 0 0.35rem;
  }
  .business_details_01 {
    --w1: 1.2rem;
  }
  .business_details_02 {
    --w1: calc(100vw - 1px - (var(--bj) * 2));
  }
  .business_details_03 .ls_bot .bk .item img {
    min-height: 4rem;
  }
  .pu_page,
  .an_ {
    --w1: 0.7rem;
  }
  .news_02 .ws_top .item a .div1 {
    display: none;
  }
  .news_02 .ws_top .item a {
    padding: 0.4rem;
  }
  .news_02 .ws_top .item a .div2 {
    border-left: none;
    padding: 0;
  }
  .news_02 .ws_top .item a .div2 .le_box .d1 p {
    display: block;
  }
  .news_02 .ws_top .item a .div2 .ri_box {
    margin-top: 0.26rem;
  }
  .news_details_01 .ls_bot .le_box .content3 .return {
    margin-top: 0.3rem;
  }
  .join_01 .jo_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .join_01 .jo_bot .item {
    grid-area: auto;
  }
  .contact_03 .ct_bot form .div1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_03 .ct_bot form .div1 .label {
    grid-area: auto !important;
  }
  .join_02 .jo_bot .content1 .item .thead .div2 .btn p span {
    width: 12px;
    height: 2px;
    border-radius: 2px;
  }
  .contact_03 {
    --h1: 1rem;
  }
  .pu_more .a span {
      --w1: .4rem;
  }
  .contact_01 .ct_bot .content1 .le_box a,
  .contact_01 .ct_bot .content1 .ri_box p a {
    font-size: 0.36rem;
  }
  .news_details_01 .ls_bot .le_box .content3 .box,
  .news_02 .ws_top .item a .div2 .ri_box,
  .news_02 .ws_top .item a .div2 .le_box {
    width: 100%;
    flex: none;
  }
}
