body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: 0.9rem;
  --color: #006244;
  --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;
}
@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: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --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;
    --gap: 0.8rem;
    --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.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
    --gap: 0.6rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #006244;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #006244 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -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(--f48);
  color: #000;
  font-weight: bold;
}
.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: #006244;
}
.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(--f48);
  color: #000;
  font-weight: bold;
}
.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: #006244;
}
.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: #006244;
}
.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: #006244;
}
.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: #006244;
}
.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: #006244;
}
.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: #006244;
}
@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: #006244;
}
@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;
  }
}
.pc_header {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.pc_header .he_box {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.36rem;
}
.pc_header .he_box .column .nav .item {
  position: relative;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  line-height: var(--top);
  color: #333;
}
.pc_header .he_box .column .nav .item .down {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0.22rem;
  border-radius: 6px;
}
.pc_header .he_box .column .nav .item .down > div a {
  transition: 0.4s;
  font-size: var(--f16);
  white-space: nowrap;
  color: #333;
}
.pc_header .he_box .column .nav .item .down > div a:hover {
  color: #006244;
}
.pc_header .he_box .column .nav .item .down > div a + a {
  margin-top: 0.16rem;
}
.pc_header .he_box .column .nav .item:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #125e42;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .menu {
  margin-left: 1.45rem;
}
.pc_header .he_box .column .menu .lang {
  position: relative;
}
.pc_header .he_box .column .menu .lang > a {
  line-height: 1;
}
.pc_header .he_box .column .menu .lang > a .g1 {
  width: var(--f20);
}
.pc_header .he_box .column .menu .lang > a .g1 img {
  width: 100%;
}
.pc_header .he_box .column .menu .lang > a .g2 {
  margin-left: 4px;
}
.pc_header .he_box .column .menu .lang > a .g2 span {
  color: #333;
}
.pc_header .he_box .column .menu .lang > a .g2 i {
  font-size: 0.8em;
  color: #125e42;
  font-weight: bold;
}
.pc_header .he_box .column .menu .lang > a:hover .g2 span {
  color: #125e42;
}
.pc_header .he_box .column .menu .lang .down {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0.22rem;
  border-radius: 6px;
}
.pc_header .he_box .column .menu .lang .down > div a {
  transition: 0.4s;
  font-size: var(--f16);
  white-space: nowrap;
  color: #333;
}
.pc_header .he_box .column .menu .lang .down > div a.active,
.pc_header .he_box .column .menu .lang .down > div a:hover {
  color: #006244;
}
.pc_header .he_box .column .menu .lang .down > div a + a {
  margin-top: 0.16rem;
}
.pc_header .he_box .column .menu .lang:hover .down {
  display: block;
}
.pc_header.active .he_box {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.pc_header.sticky {
  position: sticky;
}
.pc_footer {
  --h1: 0.5rem;
  --w1: 0.9rem;
  --w2: 0.42rem;
  position: relative;
  background: #125e42;
  color: #fff;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 0.46rem 0 0.36rem;
}
.pc_footer .ter_top .logo a img {
  height: 0.4rem;
  filter: brightness(0) invert(1);
}
.pc_footer .ter_top .yqlj {
  position: relative;
  width: min(3.2rem, 100%);
}
.pc_footer .ter_top .yqlj .div1 {
  cursor: pointer;
  width: 100%;
  line-height: var(--h1);
  padding: 0 0.3rem;
  font-size: var(--f16);
  border-radius: calc(var(--h1) / 2);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pc_footer .ter_top .yqlj .div1 span {
  color: rgba(255, 255, 255, 0.7);
}
.pc_footer .ter_top .yqlj .div1 i {
  color: #fff;
}
.pc_footer .ter_top .yqlj .div2 {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.pc_footer .ter_top .yqlj .div2 a {
  transition: 0.4s;
  color: #fff;
  padding: 0 0.3rem;
  opacity: 0.7;
  line-height: calc(var(--h1) * 0.8);
}
.pc_footer .ter_top .yqlj .div2 a:hover {
  opacity: 1;
}
.pc_footer .ter_cen {
  padding: 0.5rem 0 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pc_footer .ter_cen .content1 {
  width: 4rem;
}
.pc_footer .ter_cen .content1 .item {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.pc_footer .ter_cen .content1 .item span {
  width: 16px;
  height: calc(var(--f18) * 1.2);
  display: flex;
}
.pc_footer .ter_cen .content1 .item span img {
  margin: auto;
  max-width: 100%;
}
.pc_footer .ter_cen .content1 .item p {
  flex: 1;
  padding-left: 0.12rem;
}
.pc_footer .ter_cen .content1 .item p a {
  color: #fff;
}
.pc_footer .ter_cen .content1 .item p a + a {
  margin-top: 0.12rem;
}
.pc_footer .ter_cen .content1 .item + .item {
  margin-top: 0.32rem;
}
.pc_footer .ter_cen .content2 {
  width: 40%;
}
.pc_footer .ter_cen .content2 .item {
  max-width: 24%;
}
.pc_footer .ter_cen .content2 .item .one {
  margin-bottom: 0.2rem;
}
.pc_footer .ter_cen .content2 .item .one a {
  font-size: var(--f20);
  color: #fff;
}
.pc_footer .ter_cen .content2 .item .two a {
  color: #fff;
  opacity: 0.7;
  transition: 0.4s;
}
.pc_footer .ter_cen .content2 .item .two a + a {
  margin-top: 0.14rem;
}
.pc_footer .ter_cen .content2 .item .two a:hover {
  opacity: 1;
}
.pc_footer .ter_cen .content3 .div1 .item {
  text-align: center;
  margin-right: 0.2rem;
}
.pc_footer .ter_cen .content3 .div1 .item .img {
  width: var(--w1);
  border-radius: 5px;
  overflow: hidden;
}
.pc_footer .ter_cen .content3 .div1 .item .img img {
  border-radius: inherit;
  width: 100%;
}
.pc_footer .ter_cen .content3 .div1 .item .text {
  margin-top: 0.12rem;
  font-size: var(--f14);
  color: #fff;
  opacity: 0.7;
}
.pc_footer .ter_cen .content3 .div1 .item:last-child {
  margin-right: 0;
}
.pc_footer .ter_cen .content3 .div2 {
  margin-top: 0.54rem;
}
.pc_footer .ter_cen .content3 .div2 .item {
  margin-right: 0.1rem;
  position: relative;
}
.pc_footer .ter_cen .content3 .div2 .item > a {
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  width: var(--w2);
  height: var(--w2);
}
.pc_footer .ter_cen .content3 .div2 .item > a img {
  max-width: 50%;
  transition: 0.4s;
  margin: auto;
  filter: brightness(0) invert(1);
}
.pc_footer .ter_cen .content3 .div2 .item .post {
  transition: 0.4s;
  z-index: 1;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%) scale(0);
  transform-origin: top center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  white-space: nowrap;
  border-radius: 6px;
}
.pc_footer .ter_cen .content3 .div2 .item .post::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pc_footer .ter_cen .content3 .div2 .item .post img {
  width: var(--w1);
}
.pc_footer .ter_cen .content3 .div2 .item .post a {
  color: #fff;
  opacity: 0.5;
  font-size: var(--f14);
}
.pc_footer .ter_cen .content3 .div2 .item .post a + a {
  margin-top: 0.16rem;
}
.pc_footer .ter_cen .content3 .div2 .item .post a:hover {
  opacity: 1;
}
.pc_footer .ter_cen .content3 .div2 .item:hover > a {
  background: #fff;
}
.pc_footer .ter_cen .content3 .div2 .item:hover > a img {
  filter: brightness(1) invert(0);
}
.pc_footer .ter_cen .content3 .div2 .item:hover .post {
  transform: translate(-50%) scale(1);
}
.pc_footer .ter_cen .content3 .div2 .item:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot {
  padding-bottom: 0.34rem;
}
.pc_footer .ter_bot .copy p {
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .ter_bot .copy p a {
  display: inline;
  color: #fff;
  opacity: 0.6;
  transition: 0.4s;
}
.pc_footer .ter_bot .copy p a:hover {
  opacity: 1;
}
.pc_footer .ter_bot .yszc a {
  color: #fff;
  opacity: 0.6;
  transition: 0.4s;
}
.pc_footer .ter_bot .yszc a:hover {
  opacity: 1;
}
.pc_footer .ter_bot .yszc a + a {
  margin-left: 0.18rem;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  --h1: 0.46rem;
  width: fit-content;
}
.pu_link .a {
  transition: 0.4s;
  min-width: 1.46rem;
  background: #006244;
  color: #fff;
  line-height: var(--h1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.25rem;
  font-size: var(--f16);
}
.pu_link .a span {
  margin-left: 10px;
  width: 8px;
}
.pu_link .a span svg {
  width: 100%;
}
.pu_link .a span svg path {
  transition: 0.4s;
}
.pu_link:hover .a {
  transform: translateY(-10px);
  box-shadow: 0 6px 6px rgba(0, 98, 68, 0.5);
}
.index_banner {
  --w1: 40px;
  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: calc(var(--vh));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_banner .div_ .prev,
.index_banner .div_ .next {
  opacity: 0.001;
  cursor: pointer;
  z-index: 2;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--w1);
  height: var(--w1);
  background: #fff;
  display: flex;
}
.index_banner .div_ .prev svg,
.index_banner .div_ .next svg {
  margin: auto;
}
.index_banner .div_ .prev svg path,
.index_banner .div_ .next svg path {
  transition: 0.4s;
}
.index_banner .div_ .prev:hover,
.index_banner .div_ .next:hover {
  background: #006244;
}
.index_banner .div_ .prev:hover svg path,
.index_banner .div_ .next:hover svg path {
  fill: #fff;
}
.index_banner .div_ .prev {
  left: calc((var(--bj) - var(--w1)) / 2);
}
.index_banner .div_ .prev svg {
  transform: rotate(180deg);
}
.index_banner .div_ .next {
  right: calc((var(--bj) - var(--w1)) / 2);
}
.index_banner:hover .div_ .prev,
.index_banner:hover .div_ .next {
  opacity: 1;
}
.title_01 {
  font-size: var(--f48);
  color: #000;
  font-weight: bold;
}
.index_about {
  --w1: 8.8rem;
  position: relative;
  overflow: hidden;
}
.index_about .bk .diqiu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.index_about .bk .diqiu #diqiu {
  position: relative;    
  margin: auto;
  width: var(--w1);
  height: var(--w1);
  border-radius: 50%;
}
.index_about .bk .diqiu #diqiu .earth-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 30px rgba(216, 234, 245, 0.5);
}
.index_about .bk .text {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
  padding: 0 var(--bj);
  opacity: 0.001;
}
.index_about .bk .text img {
  width: 100%;
}
.index_about .post {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: var(--gap) var(--bj);
}
.index_about .post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_about .post .ab_top {
  text-align: center;
  opacity: 0.001;
}
.index_about .post .ab_top .title_01 {
  color: #006244;
}
.index_about .post .ab_top .desc {
  margin-top: 0.52rem;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.index_about .post .ab_top .btn {
  margin-top: 0.52rem;
}
.index_about .post .ab_bot {
  opacity: 0.001;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.index_about .post .ab_bot .item {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  transition: 0.4s;
}
.index_about .post .ab_bot .item > div {
  padding: 0.48rem 0.36rem;
}
.index_about .post .ab_bot .item > div .svg {
  width: 0.58rem;
  display: flex;
}
.index_about .post .ab_bot .item > div .svg img {
  margin: auto;
  max-width: 100%;
}
.index_about .post .ab_bot .item > div .data {
  padding-left: 0.2rem;
  flex: 1;
}
.index_about .post .ab_bot .item > div .data p {
  font-size: var(--f40);
  color: #006244;
  font-family: Bold;
  line-height: 0.8;
  font-weight: bold;
}
.index_about .post .ab_bot .item > div .data span {
  display: block;
  font-size: var(--f18);
  margin-top: 0.16rem;
}
.index_about .post .ab_bot .item:hover {
  transform: translateY(-10px);
}
.index_about.active .post .ab_top {
  opacity: 1;
  animation: fadeInUp 0.6s linear;
}
.index_about.active .post .ab_bot {
  opacity: 1;
  animation: fadeInUp 0.6s linear;
}
.index_business {
  --h1: 0.72rem;
  position: relative;
}
.index_business .ss_bot {
  margin-top: 0.5rem;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item {
  position: relative;
  --bg: #006244;
  --jbs: linear-gradient(180deg, var(--bg) 0%, rgba(0, 0, 0, 0) 74.17%);
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 123%;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: calc(100% - 0.2rem);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .bk {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--jbs);
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .bk img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .post {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.4rem 0.24rem;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .post > div {
  color: #fff;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .post > div .text .t1 {
  font-size: var(--f22);
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .post > div .text .t2 {
  transition: 0.4s;
  opacity: 0.001;
  margin-top: 0.1rem;
  font-size: var(--f16);
  line-height: 1.5;
}
.index_business .ss_bot .content1 .swiper .swiper-slide .item a .post > div .btn {
  transition: 0.4s;
  opacity: 0.001;
  margin-top: 0.26rem;
}
.index_business .ss_bot .content1 .swiper .swiper-slide-active .item a {
  height: 100%;
}
.index_business .ss_bot .content1 .swiper .swiper-slide-active .item a .post > div .text .t2 {
  opacity: 1;
}
.index_business .ss_bot .content1 .swiper .swiper-slide-active .item a .post > div .btn {
  opacity: 1;
}
.index_business .ss_bot .content2 .item {
  --bg: #006244;
  display: none;
}
.index_business .ss_bot .content2 .item > div {
  display: flex;
  flex-wrap: wrap;
  background: var(--bg);
}
.index_business .ss_bot .content2 .item > div a {
  position: relative;
  flex: 1;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: var(--h1);
  padding: 0 10px;
}
.index_business .ss_bot .content2 .item > div a::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: calc(var(--h1) / 1.8);
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.index_business .ss_bot .content2 .item > div a p {
  max-width: calc(100% - 0.3rem - 11px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_business .ss_bot .content2 .item > div a span {
  width: 0px;
  transition: 0.4s;
  overflow: hidden;
}
.index_business .ss_bot .content2 .item > div a span img {
  width: 11px;
}
.index_business .ss_bot .content2 .item > div a:last-child::before {
  display: none;
}
.index_business .ss_bot .content2 .item > div a:hover span {
  margin-left: 0.3rem;
  width: 11px;
}
.index_business .ss_bot .content2 .item.active {
  display: block;
}
.more_01 {
  --h1: 0.36rem;
  width: fit-content;
}
.more_01 .a {
  transition: 0.4s;
  display: flex;
  min-width: 0.72rem;
  height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  border: 1px solid #fff;
}
.more_01 .a svg {
  margin: auto;
}
.more_01 .a svg path {
  transition: 0.4s;
}
.index_development {
  position: relative;
}
.index_development .nt_title {
  position: absolute;
  top: var(--gap);
  left: 0;
  width: 100%;
  padding: 0 var(--bj);
}
.index_development .nt_bk {
  width: 100%;
}
.index_development .nt_bk img,
.index_development .nt_bk video {
  width: 100%;
}
.index_culture {
  position: relative;
}
.index_culture .cu_bk {
  position: relative;
  width: 100%;
}
.index_culture .cu_bk img,
.index_culture .cu_bk video {
  width: 100%;
  height: var(--vh);
}
.index_culture .cu_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) var(--bj);
}
.index_culture .cu_post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.index_culture .cu_post > div .content1 .title_01 {
  opacity: 0.001;
  color: #006244;
}
.index_culture .cu_post > div .content1 .desc {
  opacity: 0.001;
  margin-top: 0.32rem;
  font-size: var(--f24);
  color: #333;
  line-height: 1.5;
}
.index_culture .cu_post > div .content2 {
  opacity: 0.001;
  font-size: var(--f26);
  line-height: 1.76;
  color: #333;
}
.index_culture .cu_post > div .content2 span {
  color: #006244;
  font-family: Bold;
}
.index_culture .cu_post.active > div .content1 .desc,
.index_culture .cu_post.active > div .content1 .title_01 {
  opacity: 1;
  animation: fadeInUp 0.6s linear;
}
.index_culture .cu_post.active > div .content2 {
  opacity: 1;
  animation: fadeInUp 0.6s linear;
}
.index_contact {
  --w1: 360px;
  position: relative;
}
.index_contact .ct_title {
  z-index: 1;
  position: absolute;
  top: var(--gap);
  left: 0;
  width: 100%;
  padding: 0 var(--bj);
}
.index_contact .ct_box1 {
  position: relative;
}
.index_contact .ct_box1 .bk {
  width: 100%;
}
.index_contact .ct_box1 .bk img {
  width: 100%;
}
.index_contact .ct_box1 .post .dian {
  cursor: pointer;
  position: absolute;
  left: 0%;
  top: 0%;
}
.index_contact .ct_box1 .post .dian p {
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  background: #d03627;
  border-radius: 50%;
}
.index_contact .ct_box1 .post .dian p::after,
.index_contact .ct_box1 .post .dian p::before {
  content: "";
  position: absolute;
  background: rgba(208, 54, 39, 0.15);
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  animation: pulse 3.6s infinite ease-out;
}
.index_contact .ct_box1 .post .dian p::after {
  animation-delay: 1s;
}
.index_contact .ct_box1 .post .dian .wz {
  transition: 0.4s;
  font-size: var(--f14);
  position: absolute;
  top: 50%;
  left: 200%;
  transform: translateY(-50%);
  transform-origin: left center;
  white-space: nowrap;
  font-weight: bold;
}
.index_contact .ct_box1 .post .dian.active .wz {
  transform: translateY(-50%) scale(1.28);
}
.index_contact .ct_box1 .post .dian.d5.active .wz {
  transform: translateX(-50%) scale(1.28);
}
.index_contact .ct_box1 .post .d6 .wz,
.index_contact .ct_box1 .post .d8 .wz,
.index_contact .ct_box1 .post .d4 .wz,
.index_contact .ct_box1 .post .d1 .wz {
  left: auto;
  right: 200%;
  transform-origin: right center;
}
.index_contact .ct_box1 .post .d1 {
  top: 66%;
  left: 55%;
}
.index_contact .ct_box1 .post .d2 {
  top: 83%;
  left: 55.4%;
}
.index_contact .ct_box1 .post .d3 {
  top: 67%;
  left: 59.5%;
}
.index_contact .ct_box1 .post .d4 {
  top: 54%;
  left: 63%;
}
.index_contact .ct_box1 .post .d5 {
  top: 55%;
  left: 63.6%;
}
.index_contact .ct_box1 .post .d5 .wz {
  top: 200%;
  left: 50%;
  transform: translateX(-50%);  
  transform-origin: top center;
}
.index_contact .ct_box1 .post .d6 {
  top: 28%;
  left: 64.8%;
}
.index_contact .ct_box1 .post .d7 {
  top: 92.2%;
  left: 67.4%;
}
.index_contact .ct_box1 .post .d8 {
  top: 42%;
  left: 68%;
}
.index_contact .ct_box1 .post .d9 {
  top: 53.8%;
  left: 68.15%;
}
.index_contact .ct_box1 .post .d10 {
  top: 42.2%;
  left: 68.5%;
}
.index_contact .ct_box1 .post .d11 {
  top: 33.2%;
  left: 80.5%;
}
.index_contact .ct_box2 {
  z-index: 1;
  position: absolute;
  top: 30%;
  left: calc(var(--bj) + 1.8rem);
  width: var(--w1);
}
.index_contact .ct_box2 > div .item {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.index_contact .ct_box2 > div .item .img {
  width: 100%;
}
.index_contact .ct_box2 > div .item .img img {
  width: 100%;
}
.index_contact .ct_box2 > div .item .content {
  padding: 0.3rem;
}
.index_contact .ct_box2 > div .item .content .div1 .d1 {
  font-size: var(--f24);
  font-weight: bold;
}
.index_contact .ct_box2 > div .item .content .div1 .d2 {
  margin-top: 8px;
  font-size: var(--f18);
  font-weight: bold;
}
.index_contact .ct_box2 > div .item .content .div2 {
  margin: 0.22rem 0 0.32rem;
}
.index_contact .ct_box2 > div .item .content .div2 p {
  font-size: var(--f16);
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.6);
}
.index_contact .ct_box2 > div .item .content .div2 p a {
  transition: 0.4s;
  color: #000;
  display: inline;
  font-family: Medium;
}
.index_contact .ct_box2 > div .item .content .div2 p a:hover {
  color: #006244;
}
.index_contact .ct_box2 > div .item .content .div3 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
}
.index_contact .ct_box2 > div .item .content .div3 a span {
  width: var(--f18);
}
.index_contact .ct_box2 > div .item .content .div3 a span img {
  width: 100%;
}
.index_contact .ct_box2 > div .item .content .div3 a p {
  margin-left: 8px;
  color: #006244;
}
.index_contact .ct_box2 > div .item.active {
  display: block;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0.001;
  }
}
.index_news {
  position: relative;
}
.index_news .ws_bot {
  margin-top: 0.6rem;
  align-items: flex-start;
}
.index_news .ws_bot .le_box {
  width: 44.5%;
}
.index_news .ws_bot .le_box a {
  background: #f5f5f5;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot .le_box a .img {
  position: relative;
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.index_news .ws_bot .le_box a .img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 47.2%;
}
.index_news .ws_bot .le_box a .img img {
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.index_news .ws_bot .le_box a .content {
  padding: 0.4rem 0.3rem;
}
.index_news .ws_bot .le_box a .content .time {
  font-size: var(--f18);
  color: #999;
}
.index_news .ws_bot .le_box a .content .text {
  margin-top: 0.14rem;
  transition: 0.4s;
  color: #000;
  font-size: var(--f22);
  font-weight: bold;
  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;
}
.index_news .ws_bot .le_box a .content .desc {
  margin-top: 0.14rem;
  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.5;
  height: 3em;
}
.index_news .ws_bot .le_box a:hover .img img {
  transform: scale(1.05);
}
.index_news .ws_bot .le_box a:hover .content .text {
  color: #006244;
}
.index_news .ws_bot .ri_box {
  --height: 0px;
  width: 50%;
  border-top: 1px solid #d9d9d9;
  height: var(--height);
  overflow: auto;
  padding-right: 0.1rem;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #006244;
}
.index_news .ws_bot .ri_box::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .index_news .ws_bot .ri_box {
    scrollbar-color: #006244 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.index_news .ws_bot .ri_box > div a {
  padding: 0.26rem 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: calc(var(--height) / 3 - 1px);
}
.index_news .ws_bot .ri_box > div a .div1 {
  flex: 0.9;
}
.index_news .ws_bot .ri_box > div a .div1 .time {
  font-size: var(--f16);
  color: #999;
}
.index_news .ws_bot .ri_box > div a .div1 .text {
  margin-top: 0.14rem;
  transition: 0.4s;
  color: #000;
  font-weight: bold;
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 1.3em;
}
.index_news .ws_bot .ri_box > div a .div1 .desc {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #333;
  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 .ri_box > div a .div2 .more_01 .a {
  border-color: #006244;
}
.index_news .ws_bot .ri_box > div a .div2 .more_01 .a svg path {
  fill: #006244;
}
.index_news .ws_bot .ri_box > div a:hover .div1 .text {
  color: #006244;
}
.index_news .ws_bot .ri_box > div a:hover .div2 .more_01 .a {
  border-color: #006244;
  background: #006244;
}
.index_news .ws_bot .ri_box > div a:hover .div2 .more_01 .a svg path {
  fill: #fff;
}
.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: var(--top) var(--bj) 0;
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
}
.pu_banner .ban_post > div p {
  color: #fff;
  font-size: var(--f58);
  font-weight: bold;
}
.news_01 {
  position: relative;
}
.news_01 .ws_cen {
  padding: 0.6rem 0 0.88rem;
}
.news_01 .ws_cen .swiper .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: var(--f16);
}
.news_01 .ws_cen .swiper .swiper-slide a .le_box {
  width: 49.5%;
  border-radius: inherit;
  overflow: hidden;
}
.news_01 .ws_cen .swiper .swiper-slide a .le_box img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box {
  width: 50.5%;
  padding: 0.36rem 0.8rem 0.36rem 0.6rem;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .text .t1 {
  color: #999;
  font-size: var(--f20);
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .text .t2 {
  margin-top: 0.15rem;
  transition: 0.4s;
  color: #000;
  font-size: var(--f30);
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .text .t3 {
  margin-top: 0.26rem;
  font-size: var(--f18);
  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.66;
  height: 3.32em;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips {
  display: flex;
  flex-wrap: wrap;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips p {
  transition: 0.4s;
  color: #333;
  background: #eee;
  font-size: var(--f16);
  padding: 0 0.18rem;
  line-height: 2.2em;
  border-radius: calc(2.2em / 2);
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips p:last-child {
  margin-right: 0;
}
.news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips p:hover {
  color: #006244;
}
.news_01 .ws_cen .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.news_01 .ws_cen .swiper .swiper-slide a:hover .ri_box > div .text .t2 {
  color: #006244;
}
.news_01 .ws_cen .div_ {
  margin-top: 0.6rem;
}
.news_01 .ws_cen .div_ > div {
  position: relative;
  width: 3rem;
  margin: 0;
  margin: 0 auto;
  background: rgba(0, 98, 68, 0.15);
  height: 0.04rem;
  border-radius: 0.04rem;
}
.news_01 .ws_cen .div_ > div span {
  background: #006244;
}
.news_01 .ws_bot {
  border-top: 1px solid #d9d9d9;
  padding: 0.8rem 0 0;
}
.news_01 .ws_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.news_01 .ws_bot .content1 .item {
  border: 1px solid #d9d9d9;
  border-radius: 0.1rem;
  padding: 0.3rem;
}
.news_01 .ws_bot .content1 .item a .time {
  font-size: var(--f18);
  color: #999;
}
.news_01 .ws_bot .content1 .item a .text {
  margin-top: 0.12rem;
  transition: 0.4s;
  color: #000;
  font-size: var(--f24);
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.news_01 .ws_bot .content1 .item a .tips {
  margin-top: 0.48rem;
  display: flex;
  flex-wrap: wrap;
}
.news_01 .ws_bot .content1 .item a .tips p {
  transition: 0.4s;
  color: #333;
  background: #eee;
  font-size: var(--f16);
  padding: 0 0.18rem;
  line-height: 2.2em;
  border-radius: calc(2.2em / 2);
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.news_01 .ws_bot .content1 .item a .tips p:last-child {
  margin-right: 0;
}
.news_01 .ws_bot .content1 .item a .tips p:hover {
  color: #006244;
}
.news_01 .ws_bot .content1 .item a:hover .text {
  color: #006244;
}
.news_01 .ws_bot .content2 {
  margin-top: 0.6rem;
}
.pu_page {
  --w1: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--f18);
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  border: 1px solid #006244;
  border-radius: 50%;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  margin: auto;
  color: #006244;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #006244;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  margin: 0 0.4rem;
  display: flex;
}
.pu_page .number a {
  position: relative;
  transition: 0.4s;
  margin: 0 0.15rem;
  line-height: var(--w1);
  color: #b8b8b8;
  font-weight: bold;
}
.pu_page .number a::before {
  transition: 0.4s;
  opacity: 0.001;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #006244;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #000;
}
.pu_page .number a:hover::before,
.pu_page .number a.active::before {
  opacity: 1;
}
.pu_mbx {
  padding: 0.3rem 0 0;
}
.pu_mbx .box {
  padding: 0 var(--bj);
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_mbx .box a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.4);
}
.pu_mbx .box a:hover {
  color: #006244;
}
.pu_mbx .box i {
  margin: 0 0.08rem;
}
.pu_mbx .box span {
  color: #006244;
}
.news_details_01 {
  background: #f5f5f5;
}
.news_details_01 .ls_bot {
  padding: 0.68rem 0 0.8rem;
}
.news_details_01 .ls_bot > div {
  padding: 0 var(--bj);
}
.news_details_01 .ls_bot > div .time {
  color: #999;
  font-size: var(--f18);
}
.news_details_01 .ls_bot > div .text {
  margin-top: 0.1rem;
  font-size: var(--f40);
  font-weight: bold;
}
.news_details_01 .ls_bot > div .tips {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.news_details_01 .ls_bot > div .tips p {
  transition: 0.4s;
  color: #333;
  background: #ddd;
  font-size: var(--f16);
  padding: 0 0.18rem;
  line-height: 2.2em;
  border-radius: calc(2.2em / 2);
  margin-right: 0.1rem;
}
.news_details_01 .ls_bot > div .tips p:last-child {
  margin-right: 0;
}
.news_details_01 .ls_bot > div .tips p:hover {
  color: #006244;
}
.news_details_02 {
  position: relative;
}
.news_details_02 .box {
  padding: var(--gap) var(--bj);
}
.news_details_02 .box .le_box {
  flex: 1;
}
.news_details_02 .box .le_box .content1 {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee4e6;
}
.news_details_02 .box .le_box .content2 {
  margin-top: 0.5rem;
}
.news_details_02 .box .le_box .content2 .div1 {
  flex: 0.9;
}
.news_details_02 .box .le_box .content2 .div1 a {
  transition: 0.4s;
  font-size: var(--f18);
  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_02 .box .le_box .content2 .div1 a:hover {
  color: #006244;
}
.news_details_02 .box .le_box .content2 .div2 .pu_link .a {
  background: transparent;
  color: #006244;
  border: 1px solid #006244;
}
.news_details_02 .box .le_box .content2 .div2 .pu_link .a span {
  width: 15px;
}
.news_details_02 .box .le_box .content2 .div2 .pu_link .a:hover {
  background: #006244;
  color: #fff;
}
.news_details_02 .box .le_box .content2 .div2 .pu_link .a:hover svg path {
  fill: #fff;
}
.news_details_02 .box .ri_box {
  margin-left: 1.4rem;
  width: 4.3rem;
}
.news_details_02 .box .ri_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.news_details_02 .box .ri_box > div .content1 {
  font-size: var(--f32);
  font-weight: bold;
}
.news_details_02 .box .ri_box > div .content2 a {
  padding: 0.42rem 0;
  font-size: var(--f16);
  border-bottom: 1px solid #dadada;
}
.news_details_02 .box .ri_box > div .content2 a .text {
  transition: 0.4s;
  font-size: var(--f20);
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}
.news_details_02 .box .ri_box > div .content2 a .time {
  margin-top: 0.1rem;
  color: #999;
}
.news_details_02 .box .ri_box > div .content2 a:hover .text {
  color: #006244;
}
.mt60 {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1500px) {
  .pu_link {
    --h1: 0.52rem;
  }
  .pu_link .a {
    padding: 0 0.3rem;
  }
  .index_contact .ct_box2 {
    top: 26%;
  }
  .pc_footer {
    --w2: 0.5rem;
  }
  .news_details_02 .box .ri_box {
    margin-left: 0.8rem;
  }
  .index_news .ws_bot .ri_box > div a .div1 .desc {
    margin-top: 0.1rem;
  }
}
@media (max-width: 1200px) {
  .index_culture .cu_bk img,
  .index_culture .cu_bk video,
  .index_development .nt_bk img,
  .index_development .nt_bk video {
    height: 8rem;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .MobileMain .HeaderMobile .box .button .Language {
    position: relative;
  }
  .MobileMain .HeaderMobile .box .button .Language > a {
    line-height: 1;
  }
  .MobileMain .HeaderMobile .box .button .Language > a .g1 {
    width: 20px;
  }
  .MobileMain .HeaderMobile .box .button .Language > a .g1 img {
    width: 100%;
  }
  .MobileMain .HeaderMobile .box .button .Language > a .g2 {
    margin-left: 4px;
  }
  .MobileMain .HeaderMobile .box .button .Language > a .g2 span {
    color: #333;
  }
  .MobileMain .HeaderMobile .box .button .Language > a .g2 i {
    font-size: 0.8em;
    color: #125e42;
    font-weight: bold;
  }
  .MobileMain .HeaderMobile .box .button .Language > a:hover .g2 span {
    color: #125e42;
  }
  .MobileMain .HeaderMobile .box .button .Language .down {
    display: none;
    position: absolute;
    min-width: 100%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0.22rem;
    border-radius: 6px;
  }
  .MobileMain .HeaderMobile .box .button .Language .down > div a {
    text-align: center;
    transition: 0.4s;
    font-size: var(--f16);
    white-space: nowrap;
    color: #333;
  }
  .MobileMain .HeaderMobile .box .button .Language .down > div a.active,
  .MobileMain .HeaderMobile .box .button .Language .down > div a:hover {
    color: #006244;
  }
  .MobileMain .HeaderMobile .box .button .Language .down > div a + a {
    margin-top: 0.16rem;
  }
  .MobileMain .HeaderMobile .box .button .Language:hover .down {
    display: block;
  }
  .MobileMain .HeaderMobile .box .button .Language > a span {
    margin-left: 0;
  }
  .index_about .post {
    height: auto;
  }
  .index_business .ss_bot .content1 .item a .post > div .text .t2,
  .index_business .ss_bot .content1 .item a .post > div .btn,
  .index_about .post .ab_top,
  .index_about .bk .text,
  .index_about .post .ab_top .btn,
  .index_about .post .ab_top .desc,
  .index_about .post .ab_top .title_01,
  .index_about .post .ab_bot {
    opacity: 1;
  }
  .index_about .post .ab_bot {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .index_business .ss_bot .content2 {
    margin-top: 0.1rem;
  }
  .index_business .ss_bot .content2 .item {
    overflow: auto;
  }
  .index_business .ss_bot .content2 .item::-webkit-scrollbar {
    display: none;
  }
  .index_business .ss_bot .content2 .item > div {
    flex-wrap: nowrap;
    width: max-content;
  }
  .index_business .ss_bot .content2 .item > div a {
    width: calc((100vw - var(--bj) * 2) / 3);
  }
  .index_business .ss_bot .content1 .swiper .swiper-slide .item a {
    height: 100%;
  }
  .index_about {
    --w1: 100%;
  }
  .index_about .bk .diqiu {
    top: 34%;
  }
  .index_contact {
    background: #f5f5f5;
    padding-bottom: var(--gap);
  }
  .index_contact .ct_box2 {
    margin-top: 0.6rem;
    position: initial;
    overflow: auto;
    width: 100%;
    padding-left: var(--bj);
  }
  .index_contact .ct_box2::-webkit-scrollbar {
    display: none;
  }
  .index_contact .ct_box2 > div {
    display: flex;
    width: max-content;
  }
  .index_contact .ct_box2 > div .item {
    display: block;
    margin-right: 0.2rem;
    width: calc((100vw - var(--bj) * 2 - 0.2rem) / 2);
  }
  .index_contact .ct_box2 > div .item:last-child {
    margin-right: 0;
  }
  .index_news .ws_bot .ri_box {
    margin-top: 0.2rem;
    height: auto !important;
  }
  .pu_link {
    --h1: 0.6rem;
  }
  .pu_link .a {
    padding: 0 0.35rem;
  }
  .pu_link .a span {
    margin-left: 0.3rem;
  }
  .pc_footer .ter_top .logo a img {
    height: 32px;
  }
  .pc_footer .ter_cen .content3 {
    margin-top: 0.6rem;
  }
  .pc_footer .ter_cen .content3 .div2 {
    justify-content: center;
  }
  .pc_footer {
    --h1: 0.66rem;
    --w1: 1.2rem;
    --w2: 0.62rem;
  }
  .pc_footer .ter_top .yqlj {
    width: min(3.6rem, 100%);
  }
  .pc_footer .ter_bot {
    line-height: 1.6;
  }
  .pu_banner .ban_bk img {
    min-height: 3.6rem;
  }
  .news_01 .ws_cen .swiper .swiper-slide a .ri_box {
    padding: 0.5rem 0 0 0;
  }
  .news_01 .ws_bot .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_details_01 .ls_bot > div .tips p,
  .news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips p,
  .news_01 .ws_bot .content1 .item a .tips p {
    padding: 0 0.26rem;
  }
  .news_01 .ws_cen .swiper .swiper-slide a .ri_box > div .tips {
    margin-top: 0.4rem;
  }
  .pu_mbx .box {
    line-height: 1.4;
  }
  .news_details_02 .box .le_box .content2 .div2 {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pu_banner .ban_post {
    padding: 0 var(--bj);
  }
  .index_news .ws_bot .ri_box > div a {
    min-height: auto;
  }
  .news_details_02 .box .ri_box,
  .index_contact .ct_box1 .post,
  .pc_footer .ter_cen .content2 {
    display: none;
  }
  .news_details_02 .box .le_box .content2 .div1,
  .news_01 .ws_cen .swiper .swiper-slide a .ri_box,
  .news_01 .ws_cen .swiper .swiper-slide a .le_box,
  .pc_footer .ter_cen .content3,
  .pc_footer .ter_cen .content1,
  .index_news .ws_bot .ri_box,
  .index_news .ws_bot .le_box {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 750px) {
  .pu_link {
    --h1: 0.74rem;
  }
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .index_about {
    background: rgba(222, 222, 222, 0.4);
  }
  .index_about .post .ab_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_about .post .ab_top .desc br {
    display: none;
  }
  .index_about .bk .text,
  .index_about .bk .diqiu {
    top: 70%;
  }
  .index_about .post .ab_bot .item > div .svg {
    width: 0.88rem;
  }
  .more_01 {
    --h1: 0.6rem;
  }
  .more_01 .a {
    min-width: 1.2rem;
  }
  .index_business .ss_bot .content2 .item > div a {
    width: calc((100vw - var(--bj)) / 2);
  }
  .index_business {
    --h1: 0.88rem;
  }
  .index_culture .cu_post > div .content2 br {
    display: none;
  }
  .index_contact .ct_box2 > div .item {
    width: calc(100vw - var(--bj) * 2);
  }
  .index_news .ws_bot .ri_box > div a .div2 {
    margin-top: 0.2rem;
  }
  .pc_footer {
    --h1: 0.76rem;
    --w1: 1.6rem;
    --w2: 0.8rem;
  }
  .index_news .ws_bot .ri_box > div a .div2,
  .index_news .ws_bot .ri_box > div a .div1 {
    width: 100%;
    flex: none;
  }
}
