body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: 1.4rem;
  --color: #00a0e9;
  --color1: #45b035;
  --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;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --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;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
    --gap: 0.8rem;
  }
}
@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;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #00a0e9;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #00a0e9 #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: 0px;
  /*top: calc(var(--top) * -1 + 1px);*/
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy {
  border-bottom: 1px solid #e1e1e1;
}
.Privacy_Policy .cy_bot {
  width: min(11rem, 90vw);
  margin: 0.2rem auto 0;
}
.Privacy_Policy .cy_bot .content1 {
  font-size: var(--f36);
}
.Privacy_Policy .cy_bot .hr {
  border-top: 1px solid #eee;
  margin: 0.4rem 0 0.5rem;
}
.Privacy_Policy .cy_bot .content3 {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.Privacy_Policy .cy_bot .content3 a {
  display: inline-block;
  color: #45b035;
}
.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: #00a0e9;
}
.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(--f36);
  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: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
}
@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);
  }
}
.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(167, 167, 167, 0.3);
}
.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: #00a0e9;
}
@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;
  }
}
/*编译器m默认样式*/
.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 !important;
    height: auto !important;
  }
}
.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;
}
.pc_header {
  --h1: 0.6rem;
  --h2: 0.79rem;
  --h3: 0.38rem;
  --h4: 0.5rem;
  --h5: 0.54rem;
  z-index: 5;
  position: sticky;
  top: 0;
  width: 100%;
  transition: 0.6s;
}
.pc_header .he_box {
  background: #fff;
  filter: drop-shadow(0px 0px 16px rgba(168, 168, 168, 0.3));
  font-size: var(--f16);
}
.pc_header .he_box .le_box {
  padding: 0 var(--bj);
  border-right: 1px solid rgba(167, 167, 167, 0.3);
}
.pc_header .he_box .le_box a img {
  height: 1.1rem;
}
.pc_header .he_box .ri_box {
  flex: 1;
}
.pc_header .he_box .ri_box .box_top {
  padding: 0.1rem var(--bj) 0.1rem 0;
}
.pc_header .he_box .ri_box .box_top > div a {
  transition: 0.6s;
  min-width: 1.28rem;
  line-height: var(--h3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.18rem;
  border: 1px solid #00a0e9;
  border-radius: 5px;
}
.pc_header .he_box .ri_box .box_top > div a span {
  width: var(--f20);
}
.pc_header .he_box .ri_box .box_top > div a span img {
  max-width: 100%;
  transition: 0.4s;
}
.pc_header .he_box .ri_box .box_top > div a p {
  transition: 0.4s;
  color: #333;
  margin-left: 8px;
}
.pc_header .he_box .ri_box .box_top > div a + a {
  margin-left: 10px;
}
.pc_header .he_box .ri_box .box_top > div a:hover {
  background: #00a0e9;
}
.pc_header .he_box .ri_box .box_top > div a:hover span img {
  filter: brightness(0) invert(1);
}
.pc_header .he_box .ri_box .box_top > div a:hover p {
  color: #fff;
}
.pc_header .he_box .ri_box .box_bot {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  padding-right: var(--bj);
}
.pc_header .he_box .ri_box .box_bot .column .nav {
  font-size: var(--f20);
}
.pc_header .he_box .ri_box .box_bot .column .nav .item > p {
  position: relative;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item > p::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/102.svg") no-repeat center / cover;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item > p a {
  transition: 0.4s;
  position: relative;
  z-index: 2;
  line-height: var(--h2);
  color: #333;
  padding: 0 0.25rem;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 {
  display: none;
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0.25rem 0;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a .svg {
  width: var(--h5);
  height: var(--h5);
  border-radius: 0.1rem;
  background: #f1f7f0;
  display: flex;
  transition: 0.6s;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a .svg img {
  max-width: 50%;
  transition: 0.4s;
  margin: auto;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a .wz {
  margin-left: 0.14rem;
  font-size: var(--f18);
  color: #333;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a + a {
  margin-left: 1.2rem;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a.active .svg,
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a:hover .svg {
  background: #45b035;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a.active .svg img,
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a:hover .svg img {
  filter: brightness(0) invert(1);
}
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a.active .wz,
.pc_header .he_box .ri_box .box_bot .column .nav .item .down_1 > div a:hover .wz {
  color: #45b035;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item + .item {
  margin-left: 0.55rem;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item:hover .down_1 {
  display: block;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item:hover > p::before,
.pc_header .he_box .ri_box .box_bot .column .nav .item.active > p::before {
  opacity: 1;
}
.pc_header .he_box .ri_box .box_bot .column .nav .item:hover > p a,
.pc_header .he_box .ri_box .box_bot .column .nav .item.active > p a {
  color: #fff;
}
.pc_header .he_box .ri_box .box_bot .column .menu {
  margin-left: 0.75rem;
}
.pc_header .he_box .ri_box .box_bot .column .menu .search {
  cursor: pointer;
  width: var(--h4);
  height: var(--h4);
  background: #00a0e9;
  border-radius: 5px;
  display: flex;
}
.pc_header .he_box .ri_box .box_bot .column .menu .search img {
  max-width: 50%;
  margin: auto;
}
.pc_header.on {
  transform: translateY(-100%);
}
.pc_footer {
  position: relative;
  background: #fff;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 0.74rem 0 1.66rem;
}
.pc_footer .ter_top .nav .item .one {
  margin-bottom: 0.28rem;
}
.pc_footer .ter_top .nav .item .one a {
  color: #45b035;
  font-size: var(--f22);
}
.pc_footer .ter_top .nav .item .two a {
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
}
.pc_footer .ter_top .nav .item .two a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .nav .item .two a:hover {
  color: #45b035;
}
.pc_footer .ter_bot {
  border-top: 1px solid rgba(190, 190, 190, 0.5);
  padding: 0.42rem 0 0.65rem;
}
.pc_footer .ter_bot .content1 {
  padding-bottom: 0.7rem;
}
.pc_footer .ter_bot .content1 .logo {
  width: 1.22rem;
}
.pc_footer .ter_bot .content1 .logo a {
  width: 100%;
}
.pc_footer .ter_bot .content1 .logo a img {
  width: 100%;
}
.pc_footer .ter_bot .content1 .box .lxwm {
  font-size: var(--f20);
}
.pc_footer .ter_bot .content1 .box .lxwm a {
  transition: 0.4s;
  color: #333;
}
.pc_footer .ter_bot .content1 .box .lxwm a:first-child {
  color: #45b035;
  font-family: Bold;
  font-size: 1.15em;
}
.pc_footer .ter_bot .content1 .box .lxwm a + a {
  margin-top: 0.18rem;
}
.pc_footer .ter_bot .content1 .box .lxwm a:hover[href] {
  color: #45b035;
}
.pc_footer .ter_bot .content1 .box .code {
  margin-left: 1.3rem;
  position: relative;
  width: 1.32rem;
  overflow: hidden;
}
.pc_footer .ter_bot .content1 .box .code > img {
  border-radius: 0.1rem;
  width: 100%;
}
.pc_footer .ter_bot .content1 .box .code p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: runEwm 2s linear infinite;
}
.pc_footer .ter_bot .content1 .box .code p img {
  width: 100%;
}
.pc_footer .ter_bot .content2 .copy p {
  color: #333;
  margin-right: 6px;
}
.pc_footer .ter_bot .content2 .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .content2 .copy p a {
  transition: 0.4s;
  color: #333;
}
.pc_footer .ter_bot .content2 .copy p a:hover {
  color: #45b035;
}
.pc_footer .ter_bot .content2 .yszc a {
  transition: 0.4s;
  color: #333;
  margin-right: 6px;
}
.pc_footer .ter_bot .content2 .yszc a:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .content2 .yszc a:hover {
  color: #45b035;
}
@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 {
  --textys: #333;
  --h1: 0.55rem;
  width: fit-content;
}
.pu_link .a {
  cursor: pointer;
  position: relative;
  min-width: 1.8rem;
  line-height: var(--h1);
  outline: 2px solid #00a0e9;
  border-radius: 5px;
  text-align: center;
  font-family: Bold;
  font-size: var(--f18);
  color: var(--textys);
  padding: 0 0.36rem;
}
.pu_link .a::before {
  transition: 0.6s;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #00a0e9;
}
.pu_link .a span {
  z-index: 2;
  position: relative;
  transition: 0.4s;
}
.pu_link .a:hover::before {
  left: 0;
  width: 100%;
}
.pu_link .a:hover span {
  color: #fff;
}
.title_01 {
  font-size: var(--f46);
  color: #45b035;
  line-height: 1.4;
  font-weight: bold;
}
.mt {
  margin-top: 0.7rem;
}
.pu_point {
  --w: 8px;
  --bg: rgba(180, 180, 180, 0.4);
  display: flex;
  justify-content: center;
}
.pu_point .li,
.pu_point .swiper-pagination-bullet {
  cursor: pointer;
  transition: 0.4s;
  opacity: 1;
  background: var(--bg);
  width: var(--w);
  height: var(--w);
  border-radius: calc(var(--w) / 2);
  margin: 0 6px !important;
}
.pu_point .li.active,
.pu_point .swiper-pagination-bullet.active,
.pu_point .li-active,
.pu_point .swiper-pagination-bullet-active {
  background: #00a0e9;
  width: calc(var(--w) * 3.25);
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  --ys: #fff;
  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) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_img p img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.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;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t1 {
  transition: 0.5s 0s;
  opacity: 0;
  transform: translateY(0.6rem);
  height: 0.34rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t1 img {
  max-height: 100%;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 {
  transition: 0.5s 0.25s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin-top: 0.14rem;
  line-height: 1.33;
  color: var(--ys) !important;
  font-size: var(--f46);
  border: none !important;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 span {
  color: #45b035 !important;
  border: none !important;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.5s 0.5s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin-top: 0.46rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 .pu_link {
  --textys: var(--ys);
}
.index_banner .swiper .swiper-slide-active .slide_img .img2,
.index_banner .swiper .swiper-slide-active .slide_img .img1 {
  animation: 1.6s zdy_1 infinite linear;
}
.index_banner .swiper .swiper-slide-active .slide_img .img2 {
  animation-delay: 0.6s;
}
.index_banner .swiper .swiper-slide-active .slide_img .img5,
.index_banner .swiper .swiper-slide-active .slide_img .img4,
.index_banner .swiper .swiper-slide-active .slide_img .img3 {
  animation: 3s zdy_2 linear forwards;
}
.index_banner .swiper .swiper-slide-active .slide_img .img4 {
  animation-delay: 0.5s;
}
.index_banner .swiper .swiper-slide-active .slide_img .img5 {
  animation-delay: 0.8s;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t1,
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .div_ {
  --bg: rgba(255, 255, 255, 0.4);
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.48rem;
  padding: 0 var(--bj);
}
@keyframes zdy_1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zdy_2 {
  0% {
    opacity: 0;
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale_1 {
  0% {
   background-size: 100% 100%;
  }
  50% {
    background-size: 105% 105%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes scale_2 {
  0% {
   background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.index_about {
  position: relative;
  background: url("../images/1.jpg") no-repeat center / cover;
  animation: scale_1 3.6s ease-out infinite;
}
.index_about .ab_bot {
  width: min(14rem, 100%);
  margin: 0.85rem auto 0;
}
.index_about .ab_bot p {
  font-size: var(--f24);
  line-height: 1.6;
}
.index_about .ab_bot p > div {
  position: relative;
  display: inline-block;
  color: transparent;
  background: linear-gradient(to left, rgba(51, 51, 51, 0.4) 50%, #333333 50%) 100% / 200% 100% text;
  background-position-x: 100%;
}
.index_about .ab_bot p span {
  /*font-size: var(--f20);*/
  color: rgba(51, 51, 51, 0.4);
}
.index_about .ab_bot p + p {
  margin-top: 0.4rem;
}
.index_about .ab_bot p.p2 > div {
  --num: 0%;
}
.index_about .ab_bot p.p2 > div::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--num);
  height: 2px;
  background: #00a0e9;
}
.index_technology {
  position: relative;
}
.index_technology .gy_bk {
  transition: 3.6s;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  clip-path: circle(0% at 50% 50%);
}
.index_technology .gy_bk img {
  margin: auto;
  max-height: 90%;
}
.index_technology .gy_box {
  z-index: 2;
  position: relative;
}
.index_technology .gy_box > div .le_box {
  width: 45%;
}
.index_technology .gy_box > div .le_box > div {
  position: sticky;
  top: calc(var(--top) + 10px);
}
.index_technology .gy_box > div .le_box .content1 .desc {
  margin-top: 0.18rem;
  font-size: var(--f36);
  line-height: 1.55;
}
.index_technology .gy_box > div .le_box .content2 {
  margin-top: 0.7rem;
}
.index_technology .gy_box > div .ri_box {
  width: 50%;
}
.index_technology .gy_box > div .ri_box .item {
  position: sticky;
  top: calc(var(--top) + 10px);
}
.index_technology .gy_box > div .ri_box .item a {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_technology .gy_box > div .ri_box .item a .bk {
  width: 100%;
  overflow: inherit;
  overflow: hidden;
}
.index_technology .gy_box > div .ri_box .item a .bk img {
  transition: 0.4s;
  overflow: inherit;
  width: 100%;
}
.index_technology .gy_box > div .ri_box .item a .post {
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background: #f1f7f0;
  overflow: inherit;
  padding: 0.8rem;
}
.index_technology .gy_box > div .ri_box .item a .post > div {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_technology .gy_box > div .ri_box .item a .post > div .svg {
  width: 0.78rem;
}
.index_technology .gy_box > div .ri_box .item a .post > div .svg img {
  transition: 0.2s;
  max-width: 100%;
}
.index_technology .gy_box > div .ri_box .item a .post > div .text {
  padding-left: 0.4rem;
  flex: 1;
}
.index_technology .gy_box > div .ri_box .item a .post > div .text .t1 {
  transition: 0.4s;
  color: #45b035;
  font-size: var(--f40);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_technology .gy_box > div .ri_box .item a .post > div .text .t1 span {
  font-size: 1.15em;
}
.index_technology .gy_box > div .ri_box .item a .post > div .text .t2 {
  transition: 0.4s;
  margin-top: 8px;
  /*font-size: var(--f18);*/
  font-size: var(--f20);
  color: #333;
}
.index_technology .gy_box > div .ri_box .item + .item {
  margin-top: 0.2rem;
}
.index_technology .gy_box > div .ri_box .item.active a .post {
  background: none;
}
.index_technology .gy_box > div .ri_box .item.active a .post > div .svg img {
  filter: brightness(0) invert(1);
}
.index_technology .gy_box > div .ri_box .item.active a .post > div .text .t2,
.index_technology .gy_box > div .ri_box .item.active a .post > div .text .t1 {
  color: #fff;
}
.index_technology.active .gy_bk {
  clip-path: circle(50% at 50% 50%);
}
.index_certificate {
  --w1: 27px;
  position: relative;
  background: #eaf2f5;
}
.index_certificate .ce_bot {
  margin-top: 0.5rem;
}
.index_certificate .ce_bot .swiper {
  padding: 0.2rem 0 0;
}
.index_certificate .ce_bot .swiper .swiper-slide {
  transition: 0.4s;
}
.index_certificate .ce_bot .swiper .swiper-slide a {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_certificate .ce_bot .swiper .swiper-slide a .bk {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.index_certificate .ce_bot .swiper .swiper-slide a .bk img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post {
  transition: 0.4s;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  padding: 0.4rem;
  display: flex;
  border: 1px solid #939393;
  border-radius: inherit;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post > div .text .t1 {
  transition: 0.4s;
  font-size: var(--f24);
  line-height: 1.5;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post > div .text .t2 {
  margin-top: 0.1rem;
  transition: 0.4s;
  font-size: var(--f16);
  font-family: Medium;
  color: #666;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post > div .img {
  /*height: 1.28rem;*/
  height: 1.6rem;
}
.index_certificate .ce_bot .swiper .swiper-slide a .post > div .img img {
  max-height: 100%;
  cursor: pointer;
  max-width: 100%;
}
.index_certificate .ce_bot .swiper .swiper-slide:hover {
  transform: translateY(-0.2rem);
}
.index_certificate .ce_bot .swiper .swiper-slide:hover a .bk {
  opacity: 1;
}
.index_certificate .ce_bot .swiper .swiper-slide:hover a .post {
  border-color: transparent;
}
.index_certificate .ce_bot .swiper .swiper-slide:hover a .post > div .text .t1,
.index_certificate .ce_bot .swiper .swiper-slide:hover a .post > div .text .t2 {
  color: #fff;
}
.index_certificate .ce_bot .div_ {
  --num: 0px;
}
.index_certificate .ce_bot .div_ > div {
  position: relative;
  margin: 0 auto;
  width: min(6.18rem, 100%);
  height: 3px;
  background: #dcdcdc;
}
.index_certificate .ce_bot .div_ > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--num);
  height: 100%;
  background: #00a0e9;
}
.index_certificate .ce_bot .div_ > div .swiper-scrollbar-drag {
  cursor: pointer;
  top: calc((var(--w1) - 3px) / -2);
  height: var(--w1);
  background: url("../images/111.svg") no-repeat;
  background-size: 100%;
}
.index_cooperation {
  --w1: 3.08rem;
  --h1: 1.2rem;
  --h2: 0.84rem;
}
.index_cooperation .co_bot .box .content1 {
  margin-bottom: 0.4rem;
}
.index_cooperation .co_bot .box .content1 .svg {
  width: 0.3rem;
  display: flex;
}
.index_cooperation .co_bot .box .content1 .svg img {
  max-width: 100%;
  margin: auto;
}
.index_cooperation .co_bot .box .content1 .text {
  padding-left: 0.18rem;
  font-size: var(--f26);
}
.index_cooperation .co_bot .box .content2 {
  overflow: hidden;
}
.index_cooperation .co_bot .box .content2 ul {
  width: max-content;
  display: flex;
  animation: marquee 30s linear infinite;
}
.index_cooperation .co_bot .box .content2 ul li a {
  width: var(--w1);
  height: var(--h1);
  background: #f8f8f8;
  border-radius: 0.1rem;
  margin: 0 0.1rem;
  display: flex;
}
.index_cooperation .co_bot .box .content2 ul li a img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.index_cooperation .co_bot .box .content2 ul:hover {
  animation-play-state: paused;
}
.index_cooperation .co_bot .box .content3 .swiper .swiper-slide a {
  height: var(--h2);
  border-radius: 0.1rem;
  border: 1px solid #e4e4e4;
  display: flex;
}
.index_cooperation .co_bot .box .content3 .swiper .swiper-slide a img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.index_cooperation .co_bot .box + .box {
  margin-top: 0.7rem;
}
.index_news {
  background: #eaf2f5;
}
.index_news .ws_bot {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 0.3rem;
  font-size: var(--f16);
}
.index_news .ws_bot .item1 a {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index_news .ws_bot .item1 a .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.index_news .ws_bot .item1 a .bk img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.index_news .ws_bot .item1 a .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0.4rem 0.3rem 0.3rem;
}
.index_news .ws_bot .item1 a .post > div {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news .ws_bot .item1 a .post > div .tips {
  transition: 0.4s;
  width: fit-content;
  min-width: 1.08rem;
  padding: 0 0.2rem;
  line-height: 2.25;
  color: #fff;
  border-radius: 0.08rem;
  border: 1px solid #00a0e9;
}
.index_news .ws_bot .item1 a .post > div .text {
  transition: 0.6s;
  padding: 0.2rem 0.3rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.2rem);
  border-radius: 0.14rem;
}
.index_news .ws_bot .item1 a .post > div .text .t1 {
  transition: 0.4s;
  font-family: Medium;
  color: #00a0e9;
}
.index_news .ws_bot .item1 a .post > div .text .t2 {
  transition: 0.4s;
  margin-top: 0.1rem;
  font-size: var(--f24);
  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.6;
  height: 3.2em;
}
.index_news .ws_bot .item1 a:hover .bk img {
  transform: scale(1.05);
}
.index_news .ws_bot .item1 a:hover .post > div .tips {
  border-color: #fff;
}
.index_news .ws_bot .item1 a:hover .post > div .text {
  background: #45b035;
}
.index_news .ws_bot .item1 a:hover .post > div .text .t1,
.index_news .ws_bot .item1 a:hover .post > div .text .t2 {
  color: #fff;
}
.index_news .ws_bot .item2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news .ws_bot .item2 a {
  transition: 0.6s;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
  padding: 0.22rem;
}
.index_news .ws_bot .item2 a .img {
  width: 1.8rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot .item2 a .img img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.index_news .ws_bot .item2 a .box {
  padding-left: 0.38rem;
  flex: 1;
}
.index_news .ws_bot .item2 a .box .div1 .tips {
  transition: 0.4s;
  width: fit-content;
  min-width: 1.08rem;
  padding: 0 0.2rem;
  line-height: 2.25;
  color: #000;
  border-radius: 0.08rem;
  border: 1px solid #00a0e9;
}
.index_news .ws_bot .item2 a .box .div1 .time {
  margin-left: 0.2rem;
  transition: 0.4s;
  font-family: Medium;
  color: #00a0e9;
}
.index_news .ws_bot .item2 a .box .div2 {
  transition: 0.4s;
  margin-top: 0.14rem;
  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.55;
  height: 3.1em;
}
.index_news .ws_bot .item2 a:hover {
  background: #45b035;
}
.index_news .ws_bot .item2 a:hover .img img {
  transform: scale(1.05);
}
.index_news .ws_bot .item2 a:hover .box .div1 .tips {
  border-color: #fff;
  color: #fff;
}
.index_news .ws_bot .item2 a:hover .box .div1 .time {
  color: #fff;
}
.index_news .ws_bot .item2 a:hover .box .div2 {
  color: #fff;
}
@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.technology_01 {
  --w1: 1.54rem;
  position: relative;
}
.technology_01 .gy_bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.technology_01 .gy_bot .item a {
  transition: 0.6s;
  border-radius: 0.2rem;
  background: #f1f7f0;
  padding: 0.78rem 0.64rem;
}
.technology_01 .gy_bot .item a .svg {
  width: var(--w1);
  height: var(--w1);
  border-radius: 50%;
  background: #fff;
  display: flex;
}
.technology_01 .gy_bot .item a .svg img {
  max-width: 60%;
  margin: auto;
}
.technology_01 .gy_bot .item a .text {
  position: relative;
  flex: 1;
  margin-left: 0.66rem;
}
.technology_01 .gy_bot .item a .text .t1 {
  transition: 0.4s;
  font-size: var(--f28);
  color: #45b035;
}
.technology_01 .gy_bot .item a .text .t2 {
  transition: 0.4s;
  margin-top: 0.15rem;
  font-size: var(--f22);
  color: #333;
  line-height: 1.4;
}
.technology_01 .gy_bot .item a .text .t3 {
  transition: 0.4s;
  opacity: 0.0000001;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f16);
  line-height: 2;
  color: #fff;
  max-height: calc(2em * 5);
  overflow: auto;
  padding-right: 0.1rem;
}
.technology_01 .gy_bot .item a .text .t3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.technology_01 .gy_bot .item a .text .t3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ffffff;
}
.technology_01 .gy_bot .item a .text .t3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@-moz-document url-prefix() {
  .technology_01 .gy_bot .item a .text .t3 {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
@media (min-width: 1200px) {
  .technology_01 .gy_bot .item a:hover {
    background: #45b035;
  }
  .technology_01 .gy_bot .item a:hover .text .t1,
  .technology_01 .gy_bot .item a:hover .text .t2 {
    opacity: 0;
  }
  .technology_01 .gy_bot .item a:hover .text .t3 {
    opacity: 0.9999999;
  }
}
.technology_02 {
  position: relative;
  background: #f1f6f9 url("../images/bk-4.jpg") no-repeat center top / 100% auto;
  min-height: 100vh;
}
.technology_02 .gy_top .desc {
  margin-top: 0.22rem;
  font-size: var(--f22);
  line-height: 1.7;
  color: #333;
}
.technology_02 .gy_cen {
  margin: 0.7rem 0 var(--gap);
}
.technology_02 .gy_cen .content1 .desc {
  margin-top: 0.22rem;
  font-size: var(--f22);
  line-height: 1.7;
  color: #333;
}
.technology_02 .gy_cen .content2 {
  margin-top: var(--gap);
}
.technology_02 .gy_cen .content2 .le_box {
  position: relative;
  width: 54.5%;
}
.technology_02 .gy_cen .content2 .le_box .swiper .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
}
.technology_02 .gy_cen .content2 .le_box .swiper .swiper-slide img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.technology_02 .gy_cen .content2 .le_box .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.4rem;
}
.technology_02 .gy_cen .content2 .ri_box {
  width: 39%;
  position: relative;
  padding-top: 0.72rem;
}
.technology_02 .gy_cen .content2 .ri_box .swiper .swiper-slide {
  position: relative;
  text-align: center;
}
.technology_02 .gy_cen .content2 .ri_box .swiper .swiper-slide img {
  max-width: 54%;
  margin: 0 auto;
}
.technology_02 .gy_cen .content2 .ri_box .bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.technology_02 .gy_cen .content2 .ri_box .bk img {
  width: 100%;
}
.technology_02 .gy_cen .content2 .ri_box .div_ {
  margin-top: 0.2rem;
}
.technology_02 .gy_bot {
  padding-top: var(--gap);
  border-top: 1px solid #d0d5d7;
}
.technology_02 .gy_bot .item a .le_box {
  width: 49%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.technology_02 .gy_bot .item a .le_box img {
  border-radius: inherit;
  width: 100%;
  transition: 0.4s;
}
.technology_02 .gy_bot .item a .le_box:hover img {
  transform: scale(1.05);
}
.technology_02 .gy_bot .item a .ri_box {
  width: 43%;
}
.technology_02 .gy_bot .item a .ri_box .desc {
  margin-top: 0.22rem;
  font-size: var(--f22);
  line-height: 1.7;
  color: #333;
}
.clinical_01 {
  --w1: 210px;
  --w2: 210px;
  --w3: 670px;
  --w4: 250px;
  /*--w5: 93px;*/
  /*--h1: 36px;*/
  --h1: 0.84rem;
  --g1: 40px;
  --g2: 90px;
}
.clinical_01 .al_bot {
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
  padding-bottom: 10px;
}
.clinical_01 .al_bot::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.clinical_01 .al_bot::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00a0e9;
}
.clinical_01 .al_bot::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .clinical_01 .al_bot {
    scrollbar-color: #00a0e9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.clinical_01 .al_bot::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.clinical_01 .al_bot > div {
  border-top: 3px solid #00a0e9;
  width: max-content;
}
.clinical_01 .al_bot > div .thead {
  padding: 0.22rem 0.52rem;
  font-size: var(--f24);
  color: #333;
  display: flex;
}
.clinical_01 .al_bot > div .thead > div {
  flex: none;
  margin-right: var(--g1);
}
.clinical_01 .al_bot > div .thead > div:last-child {
  margin-right: 0;
}
.clinical_01 .al_bot > div .thead .th_1 {
  width: var(--w1);
  text-align: center;
}
.clinical_01 .al_bot > div .thead .th_2 {
  width: var(--w2);
  text-align: center;
  margin-right: var(--g2);
}
.clinical_01 .al_bot > div .thead .th_3 {
  flex: 1;
  min-width: var(--w3);
  display: flex;
  justify-content: space-between;
}
.clinical_01 .al_bot > div .thead .th_4 {
  width: var(--w4);
}
.clinical_01 .al_bot > div .tbody .item {
  --num: 0%;
  padding: 0 0.52rem;
  background: #f1f7f0;
  border-radius: 0.2rem;
}
.clinical_01 .al_bot > div .tbody .item .one {
  cursor: pointer;
  padding: 0.26rem 0;
  display: flex;
  align-items: center;
  font-size: var(--f18);
  color: #333;
  line-height: 1.44;
}
.clinical_01 .al_bot > div .tbody .item .one > div {
  flex: none;
  margin-right: var(--g1);
}
.clinical_01 .al_bot > div .tbody .item .one > div:last-child {
  margin-right: 0;
}
.clinical_01 .al_bot > div .tbody .item .one .on_1 {
  width: var(--w1);
}
.clinical_01 .al_bot > div .tbody .item .one .on_2 {
  width: var(--w2);
  text-align: center;
  margin-right: var(--g2);
}
.clinical_01 .al_bot > div .tbody .item .one .on_3 {
  width: var(--w3);
}
.clinical_01 .al_bot > div .tbody .item .one .on_3 p {
  width: 33px;
  transition: 1.2s;
  position: relative;
  overflow: hidden;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clinical_01 .al_bot > div .tbody .item .one .on_3 p .img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
}
.clinical_01 .al_bot > div .tbody .item .one .on_4 {
  width: var(--w4);
}
.clinical_01 .al_bot > div .tbody .item .two {
  display: none;
  border-top: 1px solid #d4dad3;
  padding: 0.58rem 0;
}
.clinical_01 .al_bot > div .tbody .item .two .img {
  width: calc(var(--w1) + var(--w2) + var(--g1));
  border-radius: 0.1rem;
  overflow: hidden;
}
.clinical_01 .al_bot > div .tbody .item .two .img img {
  border-radius: inherit;
  width: 100%;
  transition: 0.4s;
}
.clinical_01 .al_bot > div .tbody .item .two .img:hover img {
  transform: scale(1.05);
}
.clinical_01 .al_bot > div .tbody .item .two .box {
  padding-left: var(--g2);
  flex: 1;
  min-width: calc(var(--w3) + var(--w4));
}
.clinical_01 .al_bot > div .tbody .item .two .box .div1 .d1 {
  font-size: var(--f28);
  color: #45b035;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div1 .d2 {
  margin-top: 4px;
  font-size: var(--f22);
  color: #333;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div1 .d3 {
  margin-top: 0.13rem;
  font-size: var(--f16);
  line-height: 1.625;
  color: #333;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 {
  margin-top: 0.35rem;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d1 {
  color: #000;
  font-size: var(--f20);
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 {
  margin-top: 0.14rem;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 .li {
  /*cursor: pointer;*/
  position: relative;
  /*width: var(--w5);*/
  height: var(--h1);
  background: #fff;
  border-radius: 6px;
  display: flex;
  /*margin-right: 10px;*/
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 .li:last-child {
  /*margin-right: 0;*/
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 .li img {
  margin: auto;
  max-height: 80%;
  max-width: 80%;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 .li .post {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #45b035;
  display: flex;
}
.clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 .li:hover .post {
  opacity: 1;
}
.clinical_01 .al_bot > div .tbody .item + .item {
  margin-top: 10px;
}
.clinical_01.active .al_bot > div .tbody .item .one .on_3 p {
  width: var(--num);    
}
.clinical_02 {
  background: #eaf2f5;
}
.pu_imgPop {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.3);
}
.pu_imgPop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(6rem, 90vw);
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem;
}
.pu_imgPop .box .close {
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.pu_imgPop .box .close svg {
  width: var(--f22);
}
.pu_imgPop .box .close svg path {
  transition: 0.4s;
}
.pu_imgPop .box .close:hover svg path {
  fill: #45b035;
}
.pu_imgPop .box .main {
  text-align: center;
  display: flex;
  min-height: 4.6rem;
  max-height: 4.6rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.pu_imgPop .box .main::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pu_imgPop .box .main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00a0e9;
}
.pu_imgPop .box .main::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .pu_imgPop .box .main {
    scrollbar-color: #00a0e9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pu_imgPop .box .main img {
  margin: auto;
  max-width: 100%;
}
.pu_li_1 a {
  transition: 0.6s;
  border-radius: 0.2rem;
  background: #fff;
  overflow: hidden;
  padding: 0.4rem 0.3rem 0.3rem;
}
.pu_li_1 a .box {
  padding: 0 0.2rem;
  font-size: var(--f18);
}
.pu_li_1 a .box .x1 {
  transition: 0.4s;
  font-size: var(--f24);
  color: #00a0e9;
}
.pu_li_1 a .box .x2 {
  transition: 0.4s;
  margin: 0.16rem 0 0.36rem;
  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.55;
  height: 3.1em;
}
.pu_li_1 a .box .x3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_li_1 a .box .x3 span {
  transition: 0.4s;
  color: #333;
}
.pu_li_1 a .box .x3 i {
  transition: 0.4s;
  color: #00a0e9;
  margin-left: 4px;
}
.pu_li_1 a .img {
  margin-top: 0.4rem;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pu_li_1 a .img img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1 a:hover {
  background: #45b035 !important;
}
.pu_li_1 a:hover .box .x2,
.pu_li_1 a:hover .box .x1 {
  color: #fff;
}
.pu_li_1 a:hover .box .x3 i,
.pu_li_1 a:hover .box .x3 span {
  color: #fff;
}
.pu_li_1 a:hover .img img {
  transform: scale(1.05);
}
.pu_mbx {
  padding: 0.5rem 0;
}
.pu_mbx > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: var(--f18);
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #666;
}
.pu_mbx > div a:hover {
  color: #00a0e9;
}
.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.4;
  height: 1.4em;
}
.pu_mbx > div i {
  font-size: 0.6em;
  font-weight: bold;
  margin: 0 6px;
  color: #00a0e9;
}
.clinical_details_01 {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
}
.clinical_details_01 .ls_bot .le_box {
  flex: 1;
}
.clinical_details_01 .ls_bot .le_box .content1 {
  padding-bottom: 0.4rem;
}
.clinical_details_01 .ls_bot .le_box .content1 .time {
  color: #00a0e9;
  font-size: var(--f20);
}
.clinical_details_01 .ls_bot .le_box .content1 .text {
  margin-top: 8px;
  font-size: var(--f36);
  line-height: 1.55;
  color: #333;
}
.clinical_details_01 .ls_bot .le_box .content2 {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: var(--f18);
  line-height: 2.1;
  color: #333;
  padding: 0.55rem 0;
}
.clinical_details_01 .ls_bot .le_box .content2 ul {
  padding-left: 22px;
}
.clinical_details_01 .ls_bot .le_box .content2 ul li {
  list-style: disc;
}
.clinical_details_01 .ls_bot .le_box .content2 a {
  transition: 0.4s;
  color: #00a0e9;
}
.clinical_details_01 .ls_bot .le_box .content2 a:hover {
  text-decoration: underline;
}
.clinical_details_01 .ls_bot .le_box .content3 {
  margin-top: 0.5rem;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 {
  flex: 0.9;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 > div {
  display: flex;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 > div span {
  color: #45b035;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 > div a {
  transition: 0.4s;
  flex: 1;
  padding-left: 0.35rem;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 > div a:hover {
  color: #45b035;
}
.clinical_details_01 .ls_bot .le_box .content3 .div1 > div + div {
  margin-top: 0.14rem;
}
.clinical_details_01 .ls_bot .ri_box {
  padding-left: 7.4%;
  width: 32%;
}
.clinical_details_01 .ls_bot .ri_box > div {
  z-index: 5;
  position: sticky;
  left: 0;
  top: calc(var(--top) + 10px);
}
.clinical_details_01 .ls_bot .ri_box .content1 {
  font-size: var(--f32);
  color: #333;
  margin-bottom: 0.2rem;
}
.clinical_details_01 .ls_bot .ri_box .content2 a .time {
  font-size: var(--f16);
  color: #00a0e9;
}
.clinical_details_01 .ls_bot .ri_box .content2 a .text {
  transition: 0.4s;
  margin-top: 8px;
  font-size: var(--f18);
  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.55;
  height: 3.1em;
}
.clinical_details_01 .ls_bot .ri_box .content2 a:hover .text {
  font-weight: bold;
}
.clinical_details_01 .ls_bot .ri_box .content2 a + a {
  margin-top: 0.4rem;
}
.about_01 {
  position: relative;
  background: url("../images/bk-6.png") no-repeat center / cover;
  animation: scale_2 3.6s ease-out infinite;
}
.about_01 .ab_top .desc {
  margin-top: 0.4rem;
  font-size: var(--f22);
  color: #333;
  line-height: 1.7;
}
.about_01 .ab_bot {
  margin-top: 0.66rem;
  width: min(14rem, 100%);
}
.about_01 .ab_bot p {
  font-size: var(--f24);
  line-height: 1.6;
}
.about_01 .ab_bot p > div {
  position: relative;
  display: inline-block;
  color: transparent;
  background: linear-gradient(to left, rgba(51, 51, 51, 0.4) 50%, #333333 50%) 100% / 200% 100% text;
  background-position-x: 100%;
}
.about_01 .ab_bot p span {
  /*font-size: 0.2rem;*/
  color: rgba(51, 51, 51, 0.4);
}
.about_01 .ab_bot p + p {
  margin-top: 0.4rem;
}
.about_01 .ab_bot p.p2 > div {
  --num: 0%;
}
.about_01 .ab_bot p.p2 > div::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--num);
  height: 2px;
  background: #00a0e9;
}
.about_01 .ab_div {
  margin-top: 0.32rem;
}
.about_02 {
  --w1: 9.2rem;
  --h1: 6.3rem;
  background: #eaf2f5;
  position: relative;
}
.about_02 .ab_bot .item {
  transition: 0.6s;
  position: relative;
  flex: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.about_02 .ab_bot .item .box1 {
  transition: 0.4s;
  position: relative;
  border-radius: inherit;
}
.about_02 .ab_bot .item .box1 .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.about_02 .ab_bot .item .box1 .bk img {
  border-radius: inherit;
  width: 100%;
  height: var(--h1);
}
.about_02 .ab_bot .item .box1 .post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  padding: 0.5rem;
}
.about_02 .ab_bot .item .box1 .post > div {
  width: 100%;
  margin: auto 0 0;
}
.about_02 .ab_bot .item .box1 .post > div .t1 {
  font-size: var(--f26);
  color: #333;
}
.about_02 .ab_bot .item .box1 .post > div .t2 {
  margin-top: 0.1rem;
  color: #45b035;
  font-size: var(--f46);
  line-height: 1.4;
  font-family: Bold;
}
.about_02 .ab_bot .item .box2 {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: inherit;
}
.about_02 .ab_bot .item .box2 .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.about_02 .ab_bot .item .box2 .bk img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
  height: var(--h1);
}
.about_02 .ab_bot .item .box2 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: inherit;
  background: linear-gradient(180deg, rgba(69, 176, 53, 0) 43.81%, #45b035 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(image.png);
  padding: 0.5rem;
  display: flex;
}
.about_02 .ab_bot .item .box2 .post > div {
  transition: 0.4s;
  opacity: 0;
  transform: translateY(0.6rem);
  width: 100%;
  margin: auto 0 0;
}
.about_02 .ab_bot .item .box2 .post > div .t1 {
  color: #fff;
  font-size: var(--f26);
}
.about_02 .ab_bot .item .box2 .post > div .t2 {
  margin-top: 0.1rem;
  color: #fff;
  font-size: var(--f46);
  line-height: 1.4;
}
.about_02 .ab_bot .item + .item {
  margin-left: 0.2rem;
}
@media (min-width: 1200px) {
  .about_02 .ab_bot .item:hover {
    flex: 2.8;
  }
  .about_02 .ab_bot .item:hover .box1 {
    opacity: 0;
  }
  .about_02 .ab_bot .item:hover .box2 {
    opacity: 1;
  }
  .about_02 .ab_bot .item:hover .box2 .post > div {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}
.about_03 .ab_bot .le_box {
  width: 49.5%;
  position: relative;
}
.about_03 .ab_bot .le_box .swiper .swiper-slide {
  width: 100%;
  border-radius: 0.2rem;
}
.about_03 .ab_bot .le_box .swiper .swiper-slide img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.about_03 .ab_bot .le_box .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3%;
}
.about_03 .ab_bot .ri_box {
  width: 42%;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  
}
.about_03 .ab_bot .ri_box .x1 {
  font-size: var(--f20);
}
.about_03 .ab_bot .ri_box .x2 {
  margin-top: 0.2rem;
  font-size: var(--f20);
  /*font-size: var(--f16);*/
}
.about_04 {
  --w1: 3.65rem;
  --w3: calc((var(--vw) - var(--bj) * 2 - var(--w1) * 3) / 2);
  --h1: 0.9rem;
  position: relative;
  background: url("../images/bk-7.jpg") no-repeat center / cover;
}
.about_04 .ab_bot {
  margin-top: 1.64rem;
}
.about_04 .ab_bot .content1 .width_ {
  width: var(--w3);
  display: none;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide {
  width: auto;
  transition: 0.4s;
  opacity: 0.4;
  position: relative;
  padding-top: calc(var(--f50) * 1.2);
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .num {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--w1) + var(--w3));
  font-size: var(--f50);
  color: #45b035;
  font-family: Regular;
  display: flex;
  align-items: center;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .num p {
  flex: 1;
  position: relative;
  border: 1px dashed #b9b9b9;
  margin: 0 0.2rem;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .num p::after,
.about_04 .ab_bot .content1 .swiper .swiper-slide .num p::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #45b035;
  border-radius: 50%;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .num p::after {
  left: -8px;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .num p::before {
  right: -8px;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .desc {
  width: var(--w1);
  margin-top: 0.26rem;
  font-size: var(--f20);
  line-height: 1.7;
  color: #333;
  /*height: calc(1.7em * 8);*/
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00a0e9;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .about_04 .ab_bot .content1 .swiper .swiper-slide .desc {
    scrollbar-color: #00a0e9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_04 .ab_bot .content1 .swiper .swiper-slide-next .num p {
  opacity: 0;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide-active {
  opacity: 1;
}
.about_04 .ab_bot .content1 .swiper .swiper-slide-active .num span {
  font-weight: Bold;
}
.about_04 .ab_bot .content2 {
  margin-top: 1.2rem;
  position: relative;
  background: #fff;
  padding: 0.24rem var(--h1);
  border-radius: calc(var(--h1) / 2);
}
.about_04 .ab_bot .content2 .swiper .swiper-slide {
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f20);
  color: #333;
  text-align: center;
  line-height: 2.2;
  border-radius: 0.12rem;
}
.about_04 .ab_bot .content2 .swiper .swiper-slide:hover,
.about_04 .ab_bot .content2 .swiper .swiper-slide-thumb-active {
  background: #45b035;
  color: #fff;
}
.about_04 .ab_bot .content2 .div_ .prev,
.about_04 .ab_bot .content2 .div_ .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f18);
}
.about_04 .ab_bot .content2 .div_ .prev i,
.about_04 .ab_bot .content2 .div_ .next i {
  transition: 0.4s;
  color: #666;
}
.about_04 .ab_bot .content2 .div_ .prev:hover i,
.about_04 .ab_bot .content2 .div_ .next:hover i {
  color: #45b035;
}
.about_04 .ab_bot .content2 .div_ .prev {
  left: calc(var(--h1) / 2 - var(--f18) / 2);
}
.about_04 .ab_bot .content2 .div_ .next {
  right: calc(var(--h1) / 2 - var(--f18) / 2);
}
.about_05 {
  background: #fff;
}
.about_06 {
  position: relative;
  background: #eaf2f5;
}
.about_06 .le_box {
  width: 48%;
}
.about_06 .le_box .content1 .type_ {
  margin-top: 0.26rem;
  font-size: var(--f18);
  border-bottom: 1px solid #e1e1e1;
}
.about_06 .le_box .content1 .type_ p {
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.26rem;
}
.about_06 .le_box .content1 .type_ p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: #00a0e9;
}
.about_06 .le_box .content1 .type_ p + p {
  margin-left: 0.56rem;
}
.about_06 .le_box .content1 .type_ p:hover,
.about_06 .le_box .content1 .type_ p.active {
  font-weight: bold;
}
.about_06 .le_box .content1 .type_ p:hover::before,
.about_06 .le_box .content1 .type_ p.active::before {
  width: 100%;
}
.about_06 .le_box .content2 {
  margin-top: 0.9rem;
}
.about_06 .le_box .content2 .item {
  display: none;
}
.about_06 .le_box .content2 .item.active {
  display: block;
}
.about_06 .le_box .content2 .item .div1 .d1 {
  font-size: var(--f28);
  color: #333;
  font-weight: bold;
}
.about_06 .le_box .content2 .item .div1 .d2 {
  margin-top: 0.15rem;
  font-size: var(--f18);
  line-height: 2;
  font-weight: bold;
}
.about_06 .le_box .content2 .item .div2 {
  margin-top: 0.52rem;
}
.about_06 .le_box .content2 .item .div2 ul {
  padding-left: 23px;
}
.about_06 .le_box .content2 .item .div2 ul li {
  list-style: disc;
  font-size: var(--f18);
  line-height: 1.77;
}
.about_06 .le_box .content2 .item .div2 ul li::marker {
  color: #45b035;
}
.about_06 .ri_box {
  width: 45.8%;
}
.about_06 .ri_box p {
  width: 100%;
  display: none;
  border-radius: 0.3rem;
  overflow: hidden;
}
.about_06 .ri_box p img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.about_06 .ri_box p:hover img {
  transform: scale(1.05);
}
.about_06 .ri_box p.active {
  display: block;
}
.about_07 {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.about_07 .ab_box .content1 p,
.about_07 .ab_box .content3 p {
  font-size: var(--f24);
  line-height: 1.75;
  color: #333;
}
.about_07 .ab_box .content1 p span,
.about_07 .ab_box .content3 p span {
  font-weight: bold;
}
.about_07 .ab_box .content2 .item {
  margin-top: 1.6rem;
}
.about_07 .ab_box .content2 .item .div1 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.26rem;
}
.about_07 .ab_box .content2 .item .div1 > div {
  position: relative;
}
.about_07 .ab_box .content2 .item .div1 span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.92rem;
  line-height: 0.8;
  font-family: Bold;
  background: linear-gradient(180deg, #45b035 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.9;
}
.about_07 .ab_box .content2 .item .div1 p {
  z-index: 1;
  position: relative;
  font-size: var(--f32);
  line-height: 1.5;
  color: #333;
  padding-left: 0.3rem;
}
.about_07 .ab_box .content2 .item .div2 {
  margin: 0.2rem 0 0.62rem;
  font-size: var(--f24);
  line-height: 1.75;
  color: #333;
}
.about_07 .ab_box .content2 .item .div2 span {
  color: #45b035;
}
.about_07 .ab_box .content2 .item .div3 .li .i1 {
  width: fit-content;
  font-size: var(--f22);
  background: #45b035;
  color: #fff;
  line-height: 1.4;
  border-radius: calc(var(--f22) * 2);
  padding: 7px 0.24rem;
}
.about_07 .ab_box .content2 .item .div3 .li .i2 {
  padding: 0 0 0 0.24rem;
  margin-top: 0.16rem;
  font-size: var(--f18);
  line-height: 1.6;
  color: #333;
}
.about_07 .ab_box .content2 .item .div3 .li .i2 span {
  font-weight: bold;
}
.about_07 .ab_box .content2 .item .div3 .li + .li {
  margin-top: 0.3rem;
}
.about_07 .ab_box .content3 {
  margin-top: 1.1rem;
}
.news_01 {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.news_01 .ws_top .type_ {
  margin-top: 0.26rem;
  font-size: var(--f18);
  border-bottom: 1px solid #e1e1e1;
}
.news_01 .ws_top .type_ a {
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.26rem;
}
.news_01 .ws_top .type_ a::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: #00a0e9;
}
.news_01 .ws_top .type_ a + a {
  margin-left: 1rem;
}
.news_01 .ws_top .type_ a:hover,
.news_01 .ws_top .type_ a.active {
  font-weight: bold;
}
.news_01 .ws_top .type_ a:hover::before,
.news_01 .ws_top .type_ a.active::before {
  width: 100%;
}
.news_01 .ws_bot .content1 {
  position: relative;
}
.news_01 .ws_bot .content1 .swiper-slide a {
  transition: 0.6s;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #eaf2f5;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box {
  width: 34%;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div {
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.5rem;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .text .t1 {
  transition: 0.4s;
  color: #00a0e9;
  font-size: var(--f16);
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .text .t2 {
  transition: 0.4s;
  margin: 6px 0 0.22rem;
  font-size: var(--f28);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.35;
  height: 4.05em;
  font-weight: bold;
  color: #333;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .text .t3 {
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 10em;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .btn {
  margin-top: 0.65rem;
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .btn .more span {
  transition: 0.4s;
  color: #333;
  font-size: var(--f18);
}
.news_01 .ws_bot .content1 .swiper-slide a .le_box > div .btn .more i {
  transition: 0.4s;
  color: #00a0e9;
  margin-left: 4px;
}
.news_01 .ws_bot .content1 .swiper-slide a .ri_box {
  width: 66%;
  overflow: hidden;
  border-radius: 0 0.2rem 0.2rem 0;
}
.news_01 .ws_bot .content1 .swiper-slide a .ri_box img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.news_01 .ws_bot .content1 .swiper-slide a:hover {
  background: #45b035;
}
.news_01 .ws_bot .content1 .swiper-slide a:hover .le_box > div .text .t1,
.news_01 .ws_bot .content1 .swiper-slide a:hover .le_box > div .text .t2,
.news_01 .ws_bot .content1 .swiper-slide a:hover .le_box > div .text .t3 {
  color: #fff;
}
.news_01 .ws_bot .content1 .swiper-slide a:hover .le_box > div .btn .more i,
.news_01 .ws_bot .content1 .swiper-slide a:hover .le_box > div .btn .more span {
  color: #fff;
}
.news_01 .ws_bot .content1 .swiper-slide a:hover .ri_box img {
  transform: scale(1.05);
}
.news_01 .ws_bot .content1 .div_ {
  z-index: 2;
  position: absolute;
  width: 34%;
  padding: 0 0.5rem;
  left: 0;
  bottom: 0.5rem;
  justify-content: flex-start;
}
.news_01 .ws_bot .content2 {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.pu_li_2 a {
  transition: 0.6s;
  border-radius: 0.2rem;
  background: #eaf2f5;
  overflow: hidden;
  padding: 0.4rem 0.3rem 0.3rem;
}
.pu_li_2 a .box {
  padding: 0 0.2rem;
  font-size: var(--f18);
}
.pu_li_2 a .box .x1 {
  transition: 0.4s;
  font-size: var(--f16);
  color: #00a0e9;
}
.pu_li_2 a .box .x2 {
  transition: 0.4s;
  margin: 0.16rem 0 0.36rem;
  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.55;
  height: 3.1em;
}
.pu_li_2 a .box .x3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_li_2 a .box .x3 span {
  transition: 0.4s;
  color: #333;
}
.pu_li_2 a .box .x3 i {
  transition: 0.4s;
  color: #00a0e9;
  margin-left: 4px;
}
.pu_li_2 a .img {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 3rem;
  display: flex;
}
.pu_li_2 a .img img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
  margin: auto;
  max-height: 100%;
}
.pu_li_2 a:hover {
  background: #45b035 !important;
}
.pu_li_2 a:hover .box .x2,
.pu_li_2 a:hover .box .x1 {
  color: #fff;
}
.pu_li_2 a:hover .box .x3 i,
.pu_li_2 a:hover .box .x3 span {
  color: #fff;
}
.pu_li_2 a:hover .img img {
  transform: scale(1.05);
}
.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 {
  cursor: pointer;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: #666;
  font-weight: bold;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #45b035;
}
.pu_page .number {
  margin: 0 0.4rem;
  display: flex;
}
.pu_page .number a {
  transition: 0.6s;
  margin: 0 5px;
  width: var(--w1);
  height: var(--w1);
  line-height: var(--w1);
  text-align: center;
  color: #666;
  border-radius: 0.1rem;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  background: #45b035;
  color: #fff;
}
.news_datails_01 {
  border-bottom: none;
}
.news_datails_02 {
  position: relative;
  background: #eaf2f5;
}
.news_datails_02 .ls_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.news_datails_02 .ls_bot .pu_li_2 a {
  background: #fff;
}
.cooperation_01 {
  --h1: 0.84rem;
  border-bottom: 1px solid #e1e1e1;
}
.cooperation_01 .item {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.cooperation_01 .item .content2 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
}
.cooperation_01 .item .content2 p a {
  border-radius: 0.1rem;
  border: 1px solid #e4e4e4;
  display: flex;
  height: var(--h1);
  transition: 0.4s;
}
.cooperation_01 .item .content2 p a img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.cooperation_01 .item .content2 p a:hover {
  border-color: #45b035;
}
.cooperation_01 .item {
  margin-bottom: 0.8rem;
}
.cooperation_01 .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.join_01 {
  position: relative;
}
.join_01 .jo_bot .content1 {
  display: grid;
  grid-template-columns: 1.345fr 0.95fr 1fr 1fr;
  gap: 10px;
}
.join_01 .jo_bot .content1 p {
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
}
.join_01 .jo_bot .content1 p img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.join_01 .jo_bot .content1 p:hover img {
  transform: scale(1.05);
}
.join_01 .jo_bot .content1 p:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}
.join_01 .jo_bot .content1 p:nth-child(6) {
  grid-area: 2 / 3 / 3 / 5;
}
.join_01 .jo_bot .content2 {
  margin-top: 10px;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.join_01 .jo_bot .content2 .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.join_01 .jo_bot .content2 .bk img {
  border-radius: inherit;
  width: 100%;
}
.join_01 .jo_bot .content2 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 0.8rem;
  border-radius: inherit;
}
.join_01 .jo_bot .content2 .post > div {
  width: 100%;
  margin: auto;
  font-weight: bold;
}
.join_01 .jo_bot .content2 .post > div .text {
  color: #000;
  font-size: var(--f42);
  line-height: 1.33;
  margin-bottom: 0.2rem;
}
.join_02 {
  --w1: 0.68rem;
  position: relative;
  background: #eaf2f5;
}
.join_02 .jo_bot .content1 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join_02 .jo_bot .content1 .item .svg {
  transition: 0.6s;
  width: var(--w1);
  height: var(--w1);
  border-radius: 0.1rem;
  display: flex;
  background: #fff;
}
.join_02 .jo_bot .content1 .item .svg img {
  transition: 0.2s;
  max-width: 50%;
  margin: auto;
}
.join_02 .jo_bot .content1 .item .text {
  flex: 1;
  padding-left: 0.28rem;
}
.join_02 .jo_bot .content1 .item .text p {
  font-size: var(--f16);
  color: #666;
}
.join_02 .jo_bot .content1 .item .text a {
  margin-top: 6px;
  transition: 0.4s;
  color: #333;
  font-size: var(--f24);
  font-family: Medium;
}
.join_02 .jo_bot .content1 .item:hover .svg {
  background: #45b035;
}
.join_02 .jo_bot .content1 .item:hover .svg img {
  filter: brightness(0) invert(1);
}
.join_02 .jo_bot .content1 .item:hover .text a {
  color: #45b035;
}
.join_02 .jo_bot .content2 {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0.2rem;
}
.join_02 .jo_bot .content2 .le_box {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.2rem;
}
.join_02 .jo_bot .content2 .le_box .item {
  transition: 0.6s;
  border: 1px solid #45b035;
  border-radius: 0.1rem;
  padding: 0 0.6rem;
  display: flex;
}
.join_02 .jo_bot .content2 .le_box .item > div {
  width: 100%;
  margin: auto;
}
.join_02 .jo_bot .content2 .le_box .item > div .t1 {
  transition: 0.4s;
  color: #333;
  font-size: var(--f28);
}
.join_02 .jo_bot .content2 .le_box .item > div .t2 {
  transition: 0.4s;
  margin-top: 0.15rem;
  font-size: var(--f18);
  line-height: 1.55;
  color: #333;
}
.join_02 .jo_bot .content2 .le_box .item.active,
.join_02 .jo_bot .content2 .le_box .item:hover {
  background: #45b035;
}
.join_02 .jo_bot .content2 .le_box .item.active > div .t1,
.join_02 .jo_bot .content2 .le_box .item:hover > div .t1,
.join_02 .jo_bot .content2 .le_box .item.active > div .t2,
.join_02 .jo_bot .content2 .le_box .item:hover > div .t2 {
  color: #fff;
}
.join_02 .jo_bot .content2 .ri_box p {
  width: 100%;
  display: none;
  border-radius: 0.1rem;
  overflow: hidden;
}
.join_02 .jo_bot .content2 .ri_box p a {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.join_02 .jo_bot .content2 .ri_box p a img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.join_02 .jo_bot .content2 .ri_box p a:hover img {
  transform: scale(1.05);
}
.join_02 .jo_bot .content2 .ri_box p.active {
  display: block;
}
.join_03 {
  --h1: 0.7rem;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.join_03 .jo_bot form {
  font-size: var(--f16);
}
.join_03 .jo_bot form .div1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.join_03 .jo_bot form .div1 .label {
  width: 100%;
}
.join_03 .jo_bot form .div1 .label textarea,
.join_03 .jo_bot form .div1 .label input {
  transition: 0.4s;
  width: 100%;
  border: 1px solid #f1f7f0;
  height: var(--h1);
  background: #f1f7f0;
  border-radius: 0.1rem;
  color: #333;
  font-weight: bold;
  padding: 0 0.3rem;
}
.join_03 .jo_bot form .div1 .label textarea::placeholder,
.join_03 .jo_bot form .div1 .label input::placeholder {
  color: #666;
  font-weight: 400;
}
.join_03 .jo_bot form .div1 .label textarea:focus,
.join_03 .jo_bot form .div1 .label input:focus {
  border-color: #45b035;
}
.join_03 .jo_bot form .div1 .label:last-child {
  grid-area: 2 / 1 / 3 / 5;
}
.join_03 .jo_bot form .div1 .label:last-child textarea {
  height: calc(var(--h1) * 2.5);
  padding: 0.2rem 0.3rem;
}
.join_03 .jo_bot form .div2 {
  margin: 0.35rem 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join_03 .jo_bot form .div2 .layui-form-checkbox[lay-skin="primary"] > i {
  border-radius: 50%;
  border-color: #45b035;
}
.join_03 .jo_bot form .div2 p {
  color: #666;
}
.join_03 .jo_bot form .div2 p a {
  transition: 0.4s;
  color: #45b035;
  display: inline;
}
.join_03 .jo_bot form .div3 label + label {
  margin-left: 0.2rem;
}
.join_03 .jo_bot form .div3 label:nth-child(1) .pu_link .a {
  outline-color: #45b035;
}
.join_03 .jo_bot form .div3 label:nth-child(1) .pu_link .a::before {
  background: #45b035;
}
.join_03 .jo_bot form .div3 label:nth-child(1) .pu_link .a:hover {
  color: #fff;
}
.recruitment_01 {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.recruitment_01 .re_bot .content1 .item a .le_box {
  width: 50%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.recruitment_01 .re_bot .content1 .item a .le_box img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.recruitment_01 .re_bot .content1 .item a .le_box:hover img {
  transform: scale(1.05);
}
.recruitment_01 .re_bot .content1 .item a .ri_box {
  width: 43%;
}
.recruitment_01 .re_bot .content1 .item a .ri_box > div .text {
  font-size: var(--f32);
  color: #333;
  font-weight: bold;
}
.recruitment_01 .re_bot .content1 .item a .ri_box > div .desc {
  margin: 0.28rem 0 0.5rem;
  font-size: var(--f16);
  line-height: 1.75;
}
.recruitment_01 .re_bot .content1 .item a .ri_box > div .desc .d1 {
  color: #333;
  font-weight: bold;
}
.recruitment_01 .re_bot .content1 .item a .ri_box > div .desc .d2 {
  color: #666;
}
.recruitment_01 .re_bot .content1 .item:nth-child(even) a {
  flex-direction: row-reverse;
}
.recruitment_01 .re_bot .content1 .item + .item {
  margin-top: var(--gap);
}
.recruitment_01 .re_bot .content2 {
  position: relative;
  margin-top: var(--gap);
  border-radius: 0.2rem;
  overflow: hidden;
}
.recruitment_01 .re_bot .content2 .bk {
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
}
.recruitment_01 .re_bot .content2 .bk img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.recruitment_01 .re_bot .content2 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 0.8rem;
}
.recruitment_01 .re_bot .content2 .post > div {
  width: 100%;
  margin: auto;
}
.recruitment_01 .re_bot .content2 .post > div .text {
  color: #fff;
  font-size: var(--f42);
  margin-bottom: 0.2rem;
}
.recruitment_01 .re_bot .content2 .post > div .pu_link .a {
  color: #fff;
}
.pu_zhaomu {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.2);
}
.pu_zhaomu .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(9rem, 90vw);
  background: #fff;
  border-radius: 0.2rem;
  min-height: 6rem;
  padding: 0.6rem;
}
.pu_zhaomu .box .close {
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.pu_zhaomu .box .close svg {
  width: var(--f22);
}
.pu_zhaomu .box .close svg path {
  transition: 0.4s;
}
.pu_zhaomu .box .close:hover svg path {
  fill: #45b035;
}
.pu_zhaomu .box .main .item {
  display: none;
  font-size: var(--f16);
}
.pu_zhaomu .box .main .item .div1 {
  font-size: var(--f32);
  color: #333;
}
.pu_zhaomu .box .main .item .div2 {
  margin: 0.32rem 0;
  max-height: 4.2rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.pu_zhaomu .box .main .item .div2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pu_zhaomu .box .main .item .div2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00a0e9;
}
.pu_zhaomu .box .main .item .div2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .pu_zhaomu .box .main .item .div2 {
    scrollbar-color: #00a0e9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pu_zhaomu .box .main .item .div2 .li .i1 {
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
}
.pu_zhaomu .box .main .item .div2 .li .i1 span {
  font-size: var(--f16);
  font-weight: 400;
}
.pu_zhaomu .box .main .item .div2 .li .i2 {
  line-height: 2;
  color: #333;
}
.pu_zhaomu .box .main .item .div2 .li + .li {
  margin-top: 0.32rem;
}
.pu_zhaomu .box .main .item .div3 {
  line-height: 2;
  color: #333;
}
.pu_zhaomu .box .main .item .div4 {
  margin: 0.3rem 0 0.4rem;
  background: #f1f7f0;
  border-radius: 0.1rem;
  padding: 0.18rem 0.25rem;
}
.pu_zhaomu .box .main .item .div4 .d1 {
  line-height: 1.75;
  color: #333;
  font-weight: bold;
}
.pu_zhaomu .box .main .item .div4 .d2 {
  display: flex;
}
.pu_zhaomu .box .main .item .div4 .d2 a {
  font-size: var(--f20);
  color: #45b035;
  font-family: Bold;
}
.pu_zhaomu .box .main .item .div4 .d2 a + a {
  margin-left: 0.24rem;
}
.pu_zhaomu .box .main .item .div4 .d3 {
  margin-top: 0.14rem;
  color: #333;
  line-height: 1.75;
}
.pu_zhaomu .box .main .item.active {
  display: block;
}
.search_01 {
  --h1: 0.72rem;
  position: relative;
  background: #eaf2f5;
}
.search_01 .ch_bot {
  margin-top: 0.2rem;
}
.search_01 .ch_bot .content1 {
  font-size: var(--f46);
}
.search_01 .ch_bot .content2 {
  padding: 0.36rem 0 0.64rem;
  border-bottom: 1px solid #cfdade;
}
.search_01 .ch_bot .content2 form {
  width: min(5.9rem, 100%);
  font-size: var(--f16);
}
.search_01 .ch_bot .content2 form .label {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0.25rem;
  border: 1px solid #fff;
}
.search_01 .ch_bot .content2 form .label input {
  flex: 1;
  height: var(--h1);
  border: none;
  background: none;
  color: #333;
}
.search_01 .ch_bot .content2 form .label input::placeholder {
  color: #999;
}
.search_01 .ch_bot .content2 form .label label {
  cursor: pointer;
}
.search_01 .ch_bot .content2 form .label:focus-within {
  border-color: #00a0e9;
}
.search_01 .ch_bot .content3 {
  margin-top: 0.2rem;
}
.search_01 .ch_bot .content3 .div1 {
  font-size: var(--f20);
  color: #333;
}
.search_01 .ch_bot .content3 .div1 span {
  color: #45b035;
}
.search_01 .ch_bot .content3 .div2 {
  margin: 0.65rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.search_01 .ch_bot .content3 .div2 .pu_li_2 a {
  background: #fff;
}
.search_01 .ch_bot .content4 {
  margin-top: 0.2rem;
  min-height: 20vh;
}
.search_01 .ch_bot .content4 p {
  font-size: var(--f20);
  color: #333;
}
.search_01 .ch_bot .content4 p span {
  color: #45b035;
}
@media (max-width: 1500px) {
  .pu_zhaomu .box .main .item .div2 {
    max-height: 3.4rem;
  }
  .about_04 {
    --w1: 4.8rem;
  }
  .pc_header .he_box .ri_box .box_top > div a span {
    width: var(--f18);
  }
  .about_01 .ab_bot {
    width: min(15rem, 100%);  
  }
  .pu_li_2 a .img {
     height: 3.2rem; 
  }
}
@media (max-width: 1400px) {
  .index_news .ws_bot .item1 a .bk img {
    min-height: 5.56rem;
  }
}
@media (max-width: 1300px) {
  .pu_zhaomu .box .main .item .div2 {
    max-height: 3rem;
  }
  .index_news .ws_bot .item1 a .bk img {
    min-height: 5.76rem;
  }
}
@media (max-width: 1200px) {
  .mt {
    margin-top: 0.5rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 50px;
  }
  .index_banner .swiper .swiper-slide .slide_img p {
    display: none;
  }
  .pu_banner .ban_bk img {
    min-height: 4rem;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
    min-height: 6rem;
  }
  .index_banner .div_ {
    bottom: 0.28rem;
  }
  .index_technology .gy_box > div .le_box .content2 {
    margin-top: 0.2rem;
  }
  .index_technology .gy_box > div .ri_box .item {
    position: initial;
  }
  .index_technology .gy_box > div .ri_box .item a .post > div .svg img {
    filter: brightness(0) invert(1);
  }
  .index_technology .gy_box > div .ri_box .item a .post > div .text .t2,
  .index_technology .gy_box > div .ri_box .item a .post > div .text .t1 {
    color: #fff;
  }
  .index_technology .gy_box > div .ri_box .item a .post {
    background: none;
    padding: 0.6rem;
  }
  .index_news .ws_bot .item2 a + a {
    margin-top: 0.2rem;
  }
  .pc_footer .ter_bot .content1 .box {
    margin-top: 0.2rem;
  }
  .pc_footer .ter_bot {
    border-top: none;
  }
  .pc_footer .ter_bot .content1 .box {
    justify-content: space-between;
  }
  .pc_footer .ter_bot .content1 .box .lxwm {
    max-width: calc(100% - 1.32rem * 1.5);
  }
  .pc_footer .ter_bot .content1 .box .code {
    margin-left: 0;
  }
  .pc_footer .ter_bot .content2 {
    line-height: 1.6;
  }
  .about_02 .ab_bot .item {
    flex: auto;
  }
  .about_02 .ab_bot .item .box1 {
    display: none;
  }
  .about_02 .ab_bot .item .box2 {
    position: initial;
    opacity: 1;
  }
  .about_02 .ab_bot .item .box2 .post > div {
    opacity: 1;
    transform: translateY(0);
  }
  .about_02 .ab_bot .item + .item {
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .about_04 {
    --w1: 5.4rem;
    --w3: 40px;
  }
  .news_01 .ws_bot .content1 .swiper-slide a .ri_box {
    order: -1;
  }
  .news_01 .ws_bot .content1 .swiper-slide a .le_box > div .btn {
    margin-top: 0.35rem;
  }
  .news_01 .ws_bot .content1 .div_ {
    width: 100%;
    position: initial;
    margin-top: 0.4rem;
    justify-content: center;
  }
  .pu_page .number {
    margin: 0 10px;
  }
  .pu_page .number a {
    display: none;
  }
  .cooperation_01 .item .content2 {
    grid-template-columns: repeat(5, 1fr);
  }
  .join_03 .jo_bot form .div1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .join_03 .jo_bot form .div1 .label:last-child {
    grid-area: 3 / 1 / 4 / 3;
  }
  .join_02 .jo_bot .content1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .join_02 .jo_bot .content2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .join_02 .jo_bot .content2 .le_box .item {
    padding: 0.6rem;
  }
  .recruitment_01 .re_bot .content2 .bk img,
  .join_01 .jo_bot .content2 .bk img {
    min-height: 3rem;
  }
  .recruitment_01 .re_bot .content2 .post,
  .join_01 .jo_bot .content2 .post {
    padding: 0 0.6rem;
  }
  .technology_01 .gy_bot .item a {
    padding: 0.6rem;
  }
  .technology_01 .gy_bot .item a .text {
    margin-left: 0;
    margin-top: 0.4rem;
    width: 100%;
    flex: auto;
  }
  .technology_01 .gy_bot .item a .text .t3 {
    position: initial;
    opacity: 1;
    color: #666;
    transform: translateY(0);
    max-height: fit-content;
    padding-right: 0;
  }
  .clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 {
    grid-template-columns: repeat(5, 1fr);  
  }
  .technology_01 .gy_bot,
  .index_news .ws_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .search_01 .ch_bot .content3 .div2,
  .news_datails_02 .ls_bot,
  .news_01 .ws_bot .content2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .index_technology .gy_bk,
  .clinical_details_01 .ls_bot .ri_box,
  .pc_footer .ter_top {
    display: none;
  }
  .recruitment_01 .re_bot .content1 .item a .ri_box,
  .about_06 .ri_box,
  .about_03 .ab_bot .ri_box,
  .technology_02 .gy_bot .item a .ri_box,
  .index_technology .gy_box > div .ri_box {
    margin-top: 0.6rem;
  }
  .recruitment_01 .re_bot .content1 .item a .ri_box,
  .recruitment_01 .re_bot .content1 .item a .le_box,
  .news_01 .ws_bot .content1 .swiper-slide a .ri_box,
  .news_01 .ws_bot .content1 .swiper-slide a .le_box,
  .about_06 .ri_box,
  .about_06 .le_box,
  .about_03 .ab_bot .ri_box,
  .about_03 .ab_bot .le_box,
  .technology_02 .gy_bot .item a .ri_box,
  .technology_02 .gy_bot .item a .le_box,
  .pc_footer .ter_bot .content1 .box,
  .index_technology .gy_box > div .ri_box,
  .index_technology .gy_box > div .le_box {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 750px) {
  .pu_link {
    --h1: 0.7rem;
  }
  .pu_link .a {
    min-width: 2rem;
    padding: 0 0.4rem;
  }
  .index_technology .gy_box > div .ri_box .item a .post {
    padding: 0 0.4rem;
  }
  .index_technology .gy_box > div .ri_box .item a .bk img {
    min-height: 3rem;
  }
  .index_certificate .ce_bot .swiper .swiper-slide a .post > div .img {
    height: 2.18rem;
  }
  .index_cooperation {
    --w1: 3.28rem;
    --h1: 1.4rem;
    --h2: 1.2rem;
  }
  .index_cooperation .co_bot .box .content1 .svg {
    width: 0.5rem;
  }
  .index_news .ws_bot .item2 a .box {
    padding-left: 0;
    padding: 0.4rem 0;
  }
  .pc_footer .ter_bot .content1 .box .code {
    width: 1.72rem;
  }
  .search_01 {
    --h1: 0.88rem;
  }
  .join_01 .jo_bot .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .join_01 .jo_bot .content1 p {
    grid-area: auto !important;
  }
  .join_01 .jo_bot .content1 p img {
    height: 2.6rem;
  }
  .join_02 {
    --w1: 0.88rem;
  }
  .join_03 {
    --h1: 0.9rem;
  }
  .clinical_01,
  .cooperation_01 {
    --h1: 1.2rem;
  }
  .clinical_01 .al_bot > div .tbody .item .two .box .div2 .d2 {
        grid-template-columns: repeat(6, 1fr);  
  }
  .join_03 .jo_bot form .div1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .join_03 .jo_bot form .div1 .label:last-child {
    grid-area: auto;
  }
  .cooperation_01 .item .content2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .clinical_details_01 .ls_bot .le_box .content3 .div2 {
    margin-top: 0.4rem;
  }
  .news_01 .ws_top .type_ a + a {
    margin-left: 0.3rem;
  }
  .about_07 .ab_box .content2 .item .div3 .li .i1 {
    padding: 8px 0.4rem;
  }
  .about_07 .ab_box .content2 .item .div1 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .about_07 .ab_box .content2 .item .div1 > div span {
    position: initial;
    font-size: 0.72rem;
  }
  .about_07 .ab_box .content2 .item .div1 > div p {
    flex: 1;
  }
  .about_04 {
    --w1: 70vw;
    --w3: 20px;
  }
  .about_04 .ab_bot .content1 .swiper .swiper-slide .num p {
    margin: 0 0.3rem;
  }
  .technology_02 .gy_cen .content2 .ri_box {
    margin-top: 0.6rem;
  }
  .technology_01 .gy_bot .item a {
    padding: 0.4rem;
  }
  .pu_li_2 a .img {
      height: 4.25rem;
  }
  .join_02 .jo_bot .content1,
  .search_01 .ch_bot .content3 .div2,
  .news_datails_02 .ls_bot,
  .news_01 .ws_bot .content2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .technology_02 .gy_cen .content2 .le_box,
  .technology_02 .gy_cen .content2 .ri_box,
  .clinical_details_01 .ls_bot .le_box .content3 .div2,
  .clinical_details_01 .ls_bot .le_box .content3 .div1,
  .index_news .ws_bot .item2 a .box,
  .index_news .ws_bot .item2 a .img {
    width: 100%;
    flex: auto;
  }
}
