body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: calc(var(--top1) + var(--top2));
  --color: #eeb033;
  --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;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
  --f66: 0.66rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.32rem;
    --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;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --f66: 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.42rem;
    --f34: 0.42rem;
    --f36: 0.42rem;
    --f38: 0.46rem;
    --f40: 0.46rem;
    --f42: 0.46rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.5rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.52rem;
    --f64: 0.54rem;
    --f66: 0.54rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #003c7c;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #eeb033 #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);
}
.maodian3,
.maodian2 {
  top: calc((var(--h80) + var(--top1) + var(--top2)) * -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(--f42);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #eeb033;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  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(--f42);
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #eeb033;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #eeb033;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #eeb033;
}
.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #eeb033;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  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 {
  -webkit-transition: 0.4s;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  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: #eeb033;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  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 {
  -webkit-transition: 0.4s;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  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: #eeb033;
}
@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 !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;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.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;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_search .ch_box .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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::-webkit-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input:-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-ms-input-placeholder {
  color: #999;
}
.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #eeb033;
}
@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 {
  --w1: 3rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  font-size: var(--f16);
  background: #fff;
}
.pc_header .he_top {
  background: #003c7c;
  color: #fff;
  padding: 0 var(--bj);
}
.pc_header .he_top .content1 {
  line-height: var(--top1);
}
.pc_header .he_top .content2 div span {
  width: 0.2rem;
  margin-right: 0.08rem;
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
}
.pc_header .he_top .content2 div span img {
  width: 100%;
}
.pc_header .he_top .content2 div p {
  font-family: Regular;
}
.pc_header .he_top .content2 div a {
  font-family: Regular;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.pc_header .he_top .content2 div a:hover {
  color: #eeb033;
}
.pc_header .he_top .content2 div + div {
  margin-left: 0.42rem;
}
.pc_header .he_bot {
  padding: 0 var(--bj);
}
.pc_header .he_bot .logo a img {
  height: 0.38rem;
}
.pc_header .he_bot .column .nav .item > p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--top2);
}
.pc_header .he_bot .column .nav .item > p a i {
  font-size: 0.8em;
}
.pc_header .he_bot .column .nav .item .down {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 90, 186, 0.2);
  box-shadow: 0px 0px 14px rgba(0, 90, 186, 0.2);
}
.pc_header .he_bot .column .nav .item .down > div .le_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.55rem 0.8rem;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div1 {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div1 span {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div1 span img {
  margin: auto;
  max-height: 100%;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div1 p {
  padding-left: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #000;
  font-weight: bold;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div2 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div2 a span {
  color: #666;
  font-size: 0.8em;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div2 a + a {
  margin-top: 0.2rem;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div2 a.active,
.pc_header .he_bot .column .nav .item .down > div .le_box .content1 .li .div2 a:hover {
  color: #003c7c;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div1 {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div1 span {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div1 span img {
  margin: auto;
  max-height: 100%;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div1 p {
  padding-left: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #000;
  font-weight: bold;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div2 > div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div2 > div a + a {
  margin-top: 0.2rem;
}
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div2 > div a.active,
.pc_header .he_bot .column .nav .item .down > div .le_box .content2 .div2 > div a:hover {
  color: #003c7c;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box {
  background: #f8f9ff;
  padding: 0.55rem 0.8rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content1 {
  font-size: var(--f20);
  color: #003c7c;
  font-weight: bold;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 {
  width: var(--w1);
  position: relative;
  margin-top: 0.22rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .img {
  width: 100%;
  overflow: hidden;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .text {
  margin-top: 0.1rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  font-size: var(--f18);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 2em;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .text .t2 {
  color: #333;
  font-size: var(--f14);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a .btn {
  margin-top: 0.3rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a:hover .text .t1 {
  color: #eeb033;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .swiper .swiper-slide a:hover .btn .more_01 .a i {
  margin-left: 0.12rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .div_ {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .div_ .swiper-pagination-bullet {
  background: #e7e7e7;
  opacity: 1;
  border-radius: 0;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
  width: 11px;
  height: 6px;
  margin: 0;
  margin-right: 0.12rem;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .div_ .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.pc_header .he_bot .column .nav .item .down > div .ri_box .content2 .div_ .swiper-pagination-bullet-active {
  background: #eeb033;
}
.pc_header .he_bot .column .nav .item .down1 {
  width: 11.5rem;
}
.pc_header .he_bot .column .nav .item .down1 > div .le_box .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.pc_header .he_bot .column .nav .item .down1 > div .le_box .content1 .li .div2.grid_2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.pc_header .he_bot .column .nav .item .down2 {
  width: 7.8rem;
}
.pc_header .he_bot .column .nav .item .down3 {
  width: 9.3rem;
}
.pc_header .he_bot .column .nav .item .down4 {
  width: 12rem;
}
.pc_header .he_bot .column .nav .item + .item {
  margin-left: 0.42rem;
}
.pc_header .he_bot .column .nav .item:hover .down {
  display: block;
}
.pc_header .he_bot .column .nav .item:hover > p a,
.pc_header .he_bot .column .nav .item.active > p a {
  color: #003c7c;
}
.pc_header .he_bot .menu .div1 > div {
  text-align: center;
}
.pc_header .he_bot .menu .div1 > div span {
  display: block;
  height: 0.28rem;
}
.pc_header .he_bot .menu .div1 > div span img {
  max-height: 100%;
}
.pc_header .he_bot .menu .div1 > div p {
  margin-top: 5px;
  font-size: 0.12rem;
  line-height: 1.4;
}
.pc_header .he_bot .menu .div1 > div + div {
  margin-left: 0.3rem;
}
.pc_header .he_bot .menu .div2 {
  margin-left: 0.4rem;
}
.pc_header.active {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
}
@-webkit-keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
@keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
.pc_footer {
  --w1: 1rem;
  --w2: 48px;
  --w3: 1.06rem;
  position: relative;
  background: #0c2138;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 1.45rem var(--bj) 0.5rem;
}
.pc_footer .ter_top .le_box {
  width: 26%;
}
.pc_footer .ter_top .le_box .content1 a img {
  height: 0.47rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pc_footer .ter_top .le_box .content2 {
  margin-top: 0.38rem;
}
.pc_footer .ter_top .le_box .content2 p {
  font-size: var(--f20);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.pc_footer .ter_top .le_box .content2 a {
  width: fit-content;
  color: #fff;
  font-size: var(--f30);
}
.pc_footer .ter_top .le_box .content3 {
  margin-top: 0.3rem;
}
.pc_footer .ter_top .le_box .content3 p {
  color: #fff;
  line-height: 2.25;
}
.pc_footer .ter_top .le_box .content3 p a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.pc_footer .ter_top .le_box .content3 p a:hover {
  color: #eeb033;
}
.pc_footer .ter_top .le_box .content4 {
  margin-top: 0.3rem;
}
.pc_footer .ter_top .le_box .content4 .item img {
  width: var(--w1);
}
.pc_footer .ter_top .le_box .content4 .item p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .ter_top .ri_box {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.pc_footer .ter_top .ri_box .content1 .item {
  margin-right: 0.2rem;
}
.pc_footer .ter_top .ri_box .content1 .item:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .ri_box .content1 .item .one {
  margin-bottom: 0.16rem;
}
.pc_footer .ter_top .ri_box .content1 .item .one a {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.pc_footer .ter_top .ri_box .content1 .item .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc_footer .ter_top .ri_box .content1 .item .two div p {
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.16rem;
}
.pc_footer .ter_top .ri_box .content1 .item .two div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f14);
  color: rgba(255, 255, 255, 0.7);
}
.pc_footer .ter_top .ri_box .content1 .item .two div a span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8em;
}
.pc_footer .ter_top .ri_box .content1 .item .two div a + a {
  margin-top: 0.16rem;
}
.pc_footer .ter_top .ri_box .content1 .item .two div a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .content1 .item .two div + div {
  margin-left: 0.4rem;
}
.pc_footer .ter_top .ri_box .content2 {
  margin-top: 0.3rem;
}
.pc_footer .ter_top .ri_box .content2 .item {
  position: relative;
  margin-right: 0.16rem;
}
.pc_footer .ter_top .ri_box .content2 .item > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: var(--w2);
  height: var(--w2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_footer .ter_top .ri_box .content2 .item > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
  max-width: 50%;
  margin: auto;
}
.pc_footer .ter_top .ri_box .content2 .item .post {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.pc_footer .ter_top .ri_box .content2 .item .post::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
.pc_footer .ter_top .ri_box .content2 .item .post img {
  width: var(--w3);
  border-radius: var(--r10);
}
.pc_footer .ter_top .ri_box .content2 .item:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .ri_box .content2 .item:hover > a {
  background: #eeb033;
}
.pc_footer .ter_top .ri_box .content2 .item:hover > a img {
  opacity: 1;
}
.pc_footer .ter_top .ri_box .content2 .item:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_bot {
  padding: 0.26rem var(--bj);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.pc_footer .ter_bot .copy p {
  color: #999999;
}
.pc_footer .ter_bot .copy p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  color: #999999;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #fff;
}
.pc_footer .ter_bot .yszc a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999999;
  margin-right: 0.2rem;
}
.pc_footer .ter_bot .yszc a:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .yszc a:hover {
  color: #fff;
}
.pu_aside {
  --w1: 0.6rem;
  --w2: 0.92rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
  position: fixed;
  top: 50%;
  right: calc(var(--w1) * -1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pu_aside .box .top_ {
  width: var(--w1);
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(26, 48, 77, 0.16);
  box-shadow: 0px 0px 10px 2px rgba(26, 48, 77, 0.16);
  border-radius: calc(var(--w1) / 2);
  padding: 0 0.08rem;
}
.pu_aside .box .top_ .item {
  position: relative;
  padding: 0.12rem 0 0.1rem;
}
.pu_aside .box .top_ .item > a {
  cursor: pointer;
}
.pu_aside .box .top_ .item > a span {
  margin: 0 auto;
  width: calc(var(--w1) * 0.633);
  height: calc(var(--w1) * 0.633);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.pu_aside .box .top_ .item > a span img {
  z-index: 1;
  position: relative;
  margin: auto;
  max-width: 50%;
}
.pu_aside .box .top_ .item > a p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.15rem;
  font-size: var(--f14);
  color: #666;
  line-height: 1.28;
  text-align: center;
}
.pu_aside .box .top_ .item .post {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  position: absolute;
  right: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 0.2rem;
}
.pu_aside .box .top_ .item .post > div {
  position: relative;
  border-radius: var(--r10);
  white-space: nowrap;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
}
.pu_aside .box .top_ .item .post > div::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}
.pu_aside .box .top_ .item .post1 > div {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.12rem 0.14rem;
  min-width: 2.6rem;
}
.pu_aside .box .top_ .item .post1 > div .img {
  width: 0.46rem;
}
.pu_aside .box .top_ .item .post1 > div .img img {
  width: 100%;
}
.pu_aside .box .top_ .item .post1 > div .text {
  margin-left: 0.13rem;
}
.pu_aside .box .top_ .item .post1 > div .text .t1 {
  font-size: var(--f18);
  color: #eeb033;
  font-weight: bold;
}
.pu_aside .box .top_ .item .post1 > div .text .t2 {
  margin-top: 0.08rem;
  font-size: var(--f14);
  color: #333;
}
.pu_aside .box .top_ .item .post2 > div {
  background: linear-gradient(215deg, rgba(238, 176, 51, 0) 68.41%, rgba(238, 176, 51, 0.1) 98.14%), linear-gradient(195.18deg, rgba(68, 126, 249, 0.18) 2.06%, rgba(68, 126, 249, 0) 37.37%), #ffffff;
  padding: 0.3rem 0.24rem;
}
.pu_aside .box .top_ .item .post2 > div .li {
  text-align: center;
}
.pu_aside .box .top_ .item .post2 > div .li span {
  font-size: var(--f14);
  color: #666;
  line-height: 1.28;
}
.pu_aside .box .top_ .item .post2 > div .li p {
  margin: 0.13rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border: 1px solid #003c7c;
  border-radius: var(--r10);
}
.pu_aside .box .top_ .item .post2 > div .li p img {
  width: var(--w2);
}
.pu_aside .box .top_ .item .post2 > div .li a {
  margin-top: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: #000;
}
.pu_aside .box .top_ .item .post2 > div .li a:hover {
  color: #003c7c;
}
.pu_aside .box .top_ .item .post2 > div .li + .li {
  margin-top: 0.2rem;
}
.pu_aside .box .top_ .item:first-child > a span {
  position: relative;
  background: #003c7c;
}
.pu_aside .box .top_ .item:first-child > a span::after,
.pu_aside .box .top_ .item:first-child > a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--w1);
  height: var(--w1);
  background: rgba(42, 94, 162, 0.2);
  border-radius: inherit;
  -webkit-animation: mask-diffusion2 2.6s ease-out infinite;
  animation: mask-diffusion2 2.6s ease-out infinite;
}
.pu_aside .box .top_ .item:first-child > a span::after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pu_aside .box .top_ .item:first-child > a span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pu_aside .box .top_ .item:last-child > a span img {
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
}
.pu_aside .box .top_ .item + .item {
  border-top: 1px solid #e8e8e8;
}
.pu_aside .box .top_ .item:hover > a p {
  color: #003c7c;
}
.pu_aside .box .top_ .item:hover .post {
  right: calc(100% + 6px);
  opacity: 1;
  visibility: visible;
}
.pu_aside .box .bot_ {
  margin-top: 0.12rem;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: var(--w1);
  height: var(--w1);
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(26, 48, 77, 0.16);
  box-shadow: 0px 0px 10px 2px rgba(26, 48, 77, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_aside .box .bot_ img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 30%;
  margin: auto;
}
.pu_aside .box .bot_:hover {
  background: #003c7c;
}
.pu_aside .box .bot_:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pu_aside.active {
  right: 0.1rem;
}
@-webkit-keyframes mask-diffusion2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.633);
    transform: translate(-50%, -50%) scale(0.633);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes mask-diffusion2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.633);
    transform: translate(-50%, -50%) scale(0.633);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.pu_pop_1 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.pu_pop_1 .box {
  position: relative;
  width: min(10rem, 90vw);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: var(--r10);
  padding: 0.5rem;
}
.pu_pop_1 .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.pu_pop_1 .box .close svg {
  width: var(--f20);
}
.pu_pop_1 .box .close svg path {
  -webkit-transition: 0.4ss;
  transition: 0.4ss;
}
.pu_pop_1 .box .close:hover svg path {
  fill: #003c7c;
}
.pu_pop_1 .box .main form {
  text-align: center;
  font-size: var(--f16);
}
.pu_pop_1 .box .main form .content1 .t1 {
  font-size: var(--f36);
}
.pu_pop_1 .box .main form .content1 .t2 {
  margin-top: 0.14rem;
  font-size: var(--f20);
  color: #666;
}
.pu_pop_1 .box .main form .content1 .t2 span {
  color: #003c7c;
}
.pu_pop_1 .box .main form .content2 {
  margin-top: 0.4rem;
  font-size: var(--f16);
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.pu_pop_1 .box .main form .content2 .label {
  position: relative;
}
.pu_pop_1 .box .main form .content2 .label textarea,
.pu_pop_1 .box .main form .content2 .label input {
  width: 100%;
  height: var(--h60);
  border: none;
  background: #f8f9ff;
  border-radius: var(--r5);
  padding: 0 0.3rem;
  color: #000;
}
.pu_pop_1 .box .main form .content2 .label textarea:not(:placeholder-shown) + .tips,
.pu_pop_1 .box .main form .content2 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.pu_pop_1 .box .main form .content2 .label textarea {
  height: calc(var(--h60) * 2);
  padding: 0.2rem 0.3rem;
}
.pu_pop_1 .box .main form .content2 .label .tips {
  position: absolute;
  width: 100%;
  padding: 0 0.3rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}
.pu_pop_1 .box .main form .content2 .label .tips span {
  color: #ff2e4d;
}
.pu_pop_1 .box .main form .content2 .label_1 {
  grid-area: 3 / 1 / 4 / 3;
}
.pu_pop_1 .box .main form .content2 .label_1 .div1 {
  color: #666;
  margin-bottom: 0.1rem;
}
.pu_pop_1 .box .main form .content2 .label_1 .div2 {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f14);
}
.pu_pop_1 .box .main form .content2 .label_1 .div2 .duoxuan {
  margin-right: 0.2rem;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_pop_1 .box .main form .content2 .label_1 .div2 .duoxuan .layui-form-checkbox[lay-skin="primary"] {
  min-width: 16px;
  min-height: 16px;
  padding-left: 22px;
}
.pu_pop_1 .box .main form .content2 .label_1 .div2 .duoxuan span {
  color: #666;
}
.pu_pop_1 .box .main form .content2 .label_2 {
  grid-area: 4 / 1 / 5 / 3;
  display: none;
}
.pu_pop_1 .box .main form .content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.pu_pop_1 .box .main form .content4 {
  margin-top: 0.16rem;
}
.pu_pop_1 .box .main form .content4 p {
  color: #003c7c;
  line-height: 1.375;
}
:root {
  --w140: 1.4rem;
  --w100: 1rem;
  --w174: 1.74rem;
  --w50: 0.5rem;
  --h40: 0.4rem;
  --w67: 0.67rem;
  --h44: 0.44rem;
  --h48: 0.48rem;
  --h50: 0.5rem;
  --h52: 0.52rem;
  --h54: 0.54rem;
  --h72: 0.72rem;
  --h60: 0.6rem;
  --h68: 0.68rem;
  --h80: 0.8rem;
  --r5: 0.05rem;
  --r10: 0.1rem;
  --top1: 0.4rem;
  --top2: 0.9rem;
  --path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_link .a {
  cursor: pointer;
  min-width: var(--w140);
  line-height: var(--h48);
  text-align: center;
  background: #eeb033;
  color: #fff;
  border-radius: var(--r5);
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.pu_link .a svg {
  width: var(--f16);
  margin-left: 6px;
}
.pu_link .a svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_link.border .a {
  background: none;
  outline: 1px solid #eeb033;
  color: #eeb033;
}
.pu_link.border .a:hover {
  background: #eeb033;
  color: #fff;
}
.pu_link:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 6px 6px rgba(238, 176, 51, 0.5));
  filter: drop-shadow(0 6px 6px rgba(238, 176, 51, 0.5));
}
.pu_link:hover svg path {
  fill: #fff;
}
.pu_link + .pu_link {
  margin-left: 0.14rem;
}
.pu_link2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_link2 .a {
  cursor: pointer;
  min-width: var(--w140);
  line-height: var(--h44);
  text-align: center;
  background: #eeb033;
  color: #fff;
  border-radius: var(--r5);
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.pu_link2 .a svg {
  margin-left: 0.1rem;
  width: 8px;
}
.pu_link2:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 6px 6px rgba(238, 176, 51, 0.5));
  filter: drop-shadow(0 6px 6px rgba(238, 176, 51, 0.5));
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div1 {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  font-size: var(--f58);
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  margin-top: 0.42rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div em {
  width: 14px;
  height: calc(var(--f24) * 1.2);
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div em img {
  margin: auto;
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div p {
  padding-left: 6px;
  font-size: var(--f24);
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div p span {
  color: #003c7c;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .div2 > div + div {
  margin-top: 0.3rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  margin-top: 0.6rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .div1 {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .div2 {
  -webkit-animation: heroFade 1s 0.3s both;
  animation: heroFade 1s 0.3s both;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  -webkit-animation: heroFade 1s 0.45s both;
  animation: heroFade 1s 0.45s both;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_banner .div_ .li {
  cursor: pointer;
  width: 0.18rem;
  height: 0.1rem;
  background: #eeb033;
  opacity: 0.5;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.index_banner .div_ .li + .li {
  margin-left: 0.18rem;
}
.index_banner .div_ .li.active {
  opacity: 1;
}
.two_01 {
  border-bottom: 1px solid #d9d9d9;
  overflow-x: auto;
  padding-bottom: 1px;
}
.two_01::-webkit-scrollbar {
  display: none;
}
.two_01 > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.two_01 > div a,
.two_01 > div p {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-size: var(--f20);
  color: #000;
  padding-bottom: 0.15rem;
  margin-right: 0.9rem;
}
.two_01 > div a::before,
.two_01 > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 2px;
  background: #003c7c;
}
.two_01 > div a:last-child,
.two_01 > div p:last-child {
  margin-right: 0;
}
.two_01 > div a:hover,
.two_01 > div p:hover {
  color: #003c7c;
}
.two_01 > div a.active,
.two_01 > div p.active {
  color: #003c7c;
}
.two_01 > div a.active::before,
.two_01 > div p.active::before {
  right: auto;
  left: 0;
  width: 100%;
}
.pu_width {
  width: var(--bj);
  display: none;
}
.dian_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dian_ .swiper-pagination-bullet {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 0.18rem;
  height: 0.1rem;
  background: #eeb033;
  opacity: 0.5;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
  border-radius: 0;
}
.dian_ .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.18rem;
}
.dian_ .swiper-pagination-bullet-active {
  opacity: 1;
}
.title_01 {
  font-size: var(--f42);
  font-weight: bold;
  color: #000;
  text-align: center;
}
.title_01 span {
  color: #003c7c;
}
@-webkit-keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.index_solution {
  --w1: 2.54rem;
  position: relative;
}
.index_solution .so_bot {
  margin-top: 0.4rem;
  position: relative;
}
.index_solution .so_bot .content1 .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_solution .so_bot .content1 .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_solution .so_bot .content1 .item .le_box {
  width: var(--w1);
  position: relative;
  overflow: auto;
  padding-right: 0.1rem;
}
.index_solution .so_bot .content1 .item .le_box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_solution .so_bot .content1 .item .le_box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #003c7c;
}
.index_solution .so_bot .content1 .item .le_box::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .index_solution .so_bot .content1 .item .le_box {
    scrollbar-color: #eeb033 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.index_solution .so_bot .content1 .item .le_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 162, 252, 0.2)), to(rgba(2, 162, 252, 0)));
  background: linear-gradient(90deg, rgba(2, 162, 252, 0.2), rgba(2, 162, 252, 0));
}
.index_solution .so_bot .content1 .item .le_box > div {
  max-height: calc(var(--h72) * 6 + 0.2rem * 5);
}
.index_solution .so_bot .content1 .item .le_box .li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  font-size: var(--f20);
  color: #000;
  padding: 0 0 0 0.2rem;
  height: var(--h72);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_solution .so_bot .content1 .item .le_box .li::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0%;
  background: #003c7c;
}
.index_solution .so_bot .content1 .item .le_box .li + .li {
  margin-top: 0.2rem;
}
.index_solution .so_bot .content1 .item .le_box .li:hover {
  color: #003c7c;
}
.index_solution .so_bot .content1 .item .le_box .li.active {
  color: #003c7c;
}
.index_solution .so_bot .content1 .item .le_box .li.active::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.index_solution .so_bot .content1 .item .ri_box {
  position: relative;
  padding-left: 0.86rem;
  width: calc(100% - var(--w1));
}
.index_solution .so_bot .content1 .item .ri_box .li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_solution .so_bot .content1 .item .ri_box .li.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_solution .so_bot .content1 .item .ri_box .li .content {
  width: 29%;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div1 {
  font-size: var(--f24);
  line-height: 1.5;
  font-weight: bold;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div2 {
  margin-top: 0.25rem;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div2 p {
  position: relative;
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  padding-left: calc(8px + 0.12rem);
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f18) - 2.5px);
  width: 8px;
  height: 5px;
  background: #eeb033;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div3 {
  margin-top: 0.3rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.44rem;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div3 > div .d1 {
  font-size: var(--f18);
  color: #003c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div3 > div .d1 p {
  font-size: var(--f36);
  font-weight: bold;
  line-height: 0.8;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div3 > div .d1 span {
  margin-left: 8px;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div3 > div .d2 {
  margin-top: 6px;
  font-size: var(--f16);
  color: #666;
}
.index_solution .so_bot .content1 .item .ri_box .li .content .div4 {
  margin-top: 0.42rem;
}
.index_solution .so_bot .content1 .item .ri_box .li .img {
  width: 68%;
  overflow: hidden;
}
.index_solution .so_bot .content1 .item .ri_box .li .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_solution .so_bot .content1 .item .ri_box .li .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_solution .so_bot .content2 {
  margin-top: 0.9rem;
}
.more_01 {
  font-size: var(--f18);
}
.more_01 .a {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eeb033;
  line-height: 1;
}
.more_01 .a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 6px;
  font-size: 0.8em;
}
.more_01 .a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 8px;
  width: 0.85em;
}
.more_01 .a:hover i {
  margin-left: 0.12rem;
}
.index_product {
  position: relative;
  background: url("../images/bk1.jpg") no-repeat center / cover;
}
.index_product .ct_bot {
  margin-top: 0.38rem;
}
.index_product .ct_bot .content1 {
  position: relative;
}
.index_product .ct_bot .content1 .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_product .ct_bot .content1 .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_product .ct_bot .content1 .item > div {
  border-radius: var(--r10);
  background: #fff;
  overflow: hidden;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
}
.index_product .ct_bot .content1 .item > div .le_box {
  width: 26%;
}
.index_product .ct_bot .content1 .item > div .le_box .div1 {
  font-size: var(--f30);
  font-weight: bold;
}
.index_product .ct_bot .content1 .item > div .le_box .div2 {
  margin-top: 0.32rem;
}
.index_product .ct_bot .content1 .item > div .le_box .div2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_product .ct_bot .content1 .item > div .le_box .div2 > div span {
  width: 18px;
  height: calc(var(--f18) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_product .ct_bot .content1 .item > div .le_box .div2 > div span img {
  margin: auto;
  width: 100%;
}
.index_product .ct_bot .content1 .item > div .le_box .div2 > div p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.12rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.index_product .ct_bot .content1 .item > div .le_box .div3 {
  margin-top: 0.3rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.44rem;
}
.index_product .ct_bot .content1 .item > div .le_box .div3 > div .d1 {
  font-size: var(--f18);
  color: #003c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.index_product .ct_bot .content1 .item > div .le_box .div3 > div .d1 p {
  font-size: var(--f36);
  font-weight: bold;
  line-height: 0.8;
}
.index_product .ct_bot .content1 .item > div .le_box .div3 > div .d1 span {
  margin-left: 8px;
}
.index_product .ct_bot .content1 .item > div .le_box .div3 > div .d2 {
  margin-top: 6px;
  font-size: var(--f16);
  color: #666;
}
.index_product .ct_bot .content1 .item > div .le_box .div4 {
  margin-top: 0.42rem;
}
.index_product .ct_bot .content1 .item > div .ri_box {
  width: 66%;
  overflow: hidden;
}
.index_product .ct_bot .content1 .item > div .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_product .ct_bot .content1 .item > div .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_product .ct_bot .content2 {
  margin-top: 0.52rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.index_use {
  position: relative;
}
.index_use .us_bot {
  position: relative;
  margin-top: 0.4rem;
}
.index_use .us_bot .none {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_use .us_bot .none.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_use .us_bot .swiper .swiper-slide a {
  border-radius: var(--r10);
  background: #f8f9ff;
  overflow: hidden;
}
.index_use .us_bot .swiper .swiper-slide a .le_box {
  width: 46%;
  border-radius: var(--r10) 0 0 var(--r10);
  overflow: hidden;
  position: relative;
}
.index_use .us_bot .swiper .swiper-slide a .le_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
  height: 5.5rem;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box {
  width: 54%;
  padding: 0.4rem 0.56rem 0;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content1 .div1 span {
  height: 0.44rem;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content1 .div1 span img {
  max-height: 100%;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content1 .div1 p {
  padding-left: 0.14rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f30);
  font-weight: bold;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content1 .div2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 3.75em;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 {
  margin-top: 0.2rem;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.22rem 0;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div1 span {
  width: 20px;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div1 span img {
  max-width: 100%;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div1 p {
  padding-left: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f18);
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  overflow: auto;
  padding-right: 0.1rem;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #003c7c;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 {
    scrollbar-color: #eeb033 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 > div {
  min-height: 0;
  max-height: calc(var(--f16) * 1.5 * 3);
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 p {
  position: relative;
  font-size: var(--f16);
  color: #333;
  line-height: 1.5;
  padding-left: calc(8px + 0.07rem);
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f16) * 1.5 / 2 - 2.5px);
  width: 8px;
  height: 5px;
  background: #eeb033;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div.active .div2 {
  margin-top: 0.15rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  overflow: auto;
}
.index_use .us_bot .swiper .swiper-slide a .ri_box .content3 {
  margin-top: 0.32rem;
}
.index_use .us_bot .swiper .swiper-slide a:hover .le_box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_use .us_bot .swiper .swiper-slide a:hover .ri_box .content3 .more_01 .a i {
  margin-left: 0.12rem;
}
.index_use .us_bot .div_ {
  margin-top: 0.6rem;
}
.index_news {
  position: relative;
  background: #f8f9ff;
}
.index_news .ws_bot {
  margin-top: 0.6rem;
}
.index_news .ws_bot .content2 {
  margin-top: 0.6rem;
}
.pu_li_1 {
  position: relative;
  cursor: pointer;
  border-radius: var(--r10);
}
.pu_li_1 .img {
  width: 100%;
  overflow: hidden;
  border-radius: var(--r10) var(--r10) 0 0;
}
.pu_li_1 .img img {
  border-radius: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1 .box {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -0.18rem;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0.3rem 0.3rem 0.45rem 0.3rem;
}
.pu_li_1 .box .content1 .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
}
.pu_li_1 .box .content1 .div1 span {
  width: var(--f18);
}
.pu_li_1 .box .content1 .div1 span img {
  width: 100%;
}
.pu_li_1 .box .content1 .div1 p {
  padding-left: 0.1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #003c7c;
}
.pu_li_1 .box .content1 .div2 {
  margin-top: 0.3rem;
}
.pu_li_1 .box .content1 .div2 .d1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.pu_li_1 .box .content1 .div2 .d2 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 3.75em;
}
.pu_li_1 .box .content2 {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
}
.pu_li_1:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_1:hover .box {
  margin-top: -0.65rem;
  padding: 0.3rem 0.3rem 0.92rem 0.3rem;
}
.pu_li_1:hover .box .content1 .div2 .d1 {
  color: #003c7c;
}
.pu_li_1:hover .box .content2 {
  opacity: 1;
}
.index_proactive {
  padding-top: 0.25rem;
  z-index: 1;
  background: #f8f9ff;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index_proactive .box {
  position: relative;
  top: 0.75rem;
}
.index_proactive .pr_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_proactive .pr_bk img {
  width: 100%;
  height: 100%;
}
.index_proactive .pr_post {
  z-index: 1;
  position: relative;
  width: 100%;
  min-height: 3rem;
  padding: 0.4rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_proactive .pr_post > div {
  width: 100%;
  margin: auto;
}
.index_proactive .pr_post .le_box {
  color: #fff;
}
.index_proactive .pr_post .le_box .x1 {
  font-size: var(--f42);
  font-weight: bold;
}
.index_proactive .pr_post .le_box .x2 {
  margin-top: 0.14rem;
  font-size: var(--f20);
}
.index_proactive.active {
  padding: 0 var(--bj);
}
.solution_01 {
  position: relative;
}
.solution_01 .so_bk {
  width: 100%;
}
.solution_01 .so_bk img {
  width: 100%;
}
.solution_01 .so_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_01 .so_post > div {
  width: 100%;
  margin: auto;
}
.solution_01 .so_post > div .content1 {
  width: min(6rem, 100%);
}
.solution_01 .so_post > div .content1 .t1 {
  font-size: var(--f52);
  font-weight: bold;
  color: #000;
}
.solution_01 .so_post > div .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #333;
}
.solution_01 .so_post > div .content2 {
  margin-top: 0.7rem;
}
.solution_07 {
  position: relative;
}
.solution_07 .so_bk {
  width: 100%;
  position: relative;
}
.solution_07 .so_bk::before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f1f4fd);
  top: 0;
  left: 0;
}
.solution_07 .so_bk img {
  width: 100%;
}
.solution_07 .so_post {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_07 .so_post > div {
  width: min(7.1rem, 100%);
  margin: auto 0;
}
.solution_07 .so_post > div .content1 .t1 {
  font-size: var(--f24);
}
.solution_07 .so_post > div .content1 .t2 {
  margin-top: 0.18rem;
  font-size: var(--f32);
  font-weight: bold;
  line-height: 1.3;
}
.solution_07 .so_post > div .content1 .t3 {
  margin-top: 0.18rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.55;
}
.solution_07 .so_post > div .content2 {
  margin-top: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution_07 .so_post > div .content2 .item {
  margin-right: 0.64rem;
}
.solution_07 .so_post > div .content2 .item:last-child {
  margin-right: 0;
}
.solution_07 .so_post > div .content2 .item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution_07 .so_post > div .content2 .item .data .d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.solution_07 .so_post > div .content2 .item .data .d1 p {
  font-size: var(--f48);
  font-weight: bold;
  color: #eeb033;
  line-height: 0.8;
}
.solution_07 .so_post > div .content2 .item .data .d1 span {
  font-size: var(--f24);
  color: #eeb033;
}
.solution_07 .so_post > div .content2 .item .data .d2 {
  margin-left: 6px;
  width: 23px;
}
.solution_07 .so_post > div .content2 .item .data .d2 img {
  width: 100%;
}
.solution_07 .so_post > div .content2 .item .desc {
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #333;
}
.solution_07 .so_post > div .content3 {
  margin-top: 0.7rem;
}
.pu_level {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--top1) + var(--top2));
  border-bottom: 1px solid #d9d9d9;
  overflow-x: auto;
  padding: 0 var(--bj) 1px;
  background: #fff;
}
.pu_level::-webkit-scrollbar {
  display: none;
}
.pu_level .box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.pu_level .box a {
  position: relative;
  cursor: pointer;
  font-size: var(--f18);
  line-height: var(--h80);
  color: #333;
  margin-right: 0.8rem;
  font-weight: bold;
}
.pu_level .box a::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  background: #003c7c;
}
.pu_level .box a:last-child {
  margin-right: 0;
}
.pu_level .box a:hover {
  color: #003c7c;
}
.pu_level .box a.active {
  color: #003c7c;
}
.pu_level .box a.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.solution_02 .so_bot {
  margin-top: 0.58rem;
}
.solution_02 .so_bot .content1 .swiper .swiper-slide {
  height: auto;
}
.solution_02 .so_bot .content2 {
  margin-top: 0.6rem;
}
.pu_li_2 {
  position: relative;
  border-radius: var(--r10);
  height: 100%;
}
.pu_li_2 .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.pu_li_2 .bk img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.pu_li_2 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.4rem;
  border-radius: inherit;
  border: 1px solid #eee;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_li_2 .box .svg {
  width: var(--w50);
}
.pu_li_2 .box .svg img {
  max-width: 100%;
}
.pu_li_2 .box .text {
  padding-left: 0.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_li_2 .box .text .t1 {
  font-size: var(--f26);
  font-weight: bold;
}
.pu_li_2 .box .text .t2 {
  margin-top: 0.16rem;
}
.pu_li_2 .box .text .t2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.pu_li_2 .box .text .t2 > div span {
  width: var(--f18);
  height: calc(var(--f18) * 2.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_2 .box .text .t2 > div span img {
  margin: auto;
  max-width: 100%;
}
.pu_li_2 .box .text .t2 > div p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.12rem;
  line-height: 2.2;
  color: #333;
}
.pu_li_2:hover .box {
  border-color: transparent;
  background: transparent;
}
.solution_03 {
  position: relative;
  background: #f8f9ff;
}
.solution_03 .so_bot {
  margin-top: 0.6rem;
}
.solution_03 .so_bot .le_box {
  width: 43.5%;
  font-size: var(--f18);
}
.solution_03 .so_bot .le_box .content1 .t1 {
  font-size: var(--f30);
  color: #000;
  font-weight: bold;
}
.solution_03 .so_bot .le_box .content1 .t2 {
  margin-top: 0.26rem;
  color: #666;
}
.solution_03 .so_bot .le_box .content2 {
  margin-top: 0.34rem;
}
.solution_03 .so_bot .le_box .content2 p {
  position: relative;
  line-height: 1.55;
  color: #333;
  padding-left: calc(8px + 0.12rem);
}
.solution_03 .so_bot .le_box .content2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f18) * 1.55 / 2 - 2.5px);
  width: 8px;
  height: 5px;
  background: #eeb033;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.solution_03 .so_bot .le_box .content2 p + p {
  margin-top: 0.15rem;
}
.solution_03 .so_bot .ri_box {
  width: 55%;
}
.solution_03 .so_bot .ri_box img {
  width: 100%;
}
.solution_04 {
  position: relative;
}
.solution_04 .so_bk {
  width: 100%;
}
.solution_04 .so_bk img {
  width: 100%;
}
.solution_04 .so_title {
  position: absolute;
  width: 100%;
  top: var(--gap);
  padding: 0 var(--bj);
}
.solution_04 .so_title .desc {
  text-align: center;
  margin-top: 0.14rem;
  font-size: var(--f22);
  color: #333;
}
.solution_05 {
  position: relative;
}
.solution_05 .so_bot {
  margin-top: 0.66rem;
}
.solution_05 .so_bot .content1 .swiper .swiper-slide {
  height: auto;
}
.solution_05 .so_bot .content2 {
  margin-top: 0.6rem;
}
.pu_li_3 {
  position: relative;
  border-radius: var(--r10);
  height: 100%;
}
.pu_li_3 .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.pu_li_3 .bk img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.pu_li_3 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid #eee;
  background: #fff;
  padding: 0.5rem 0.4rem 0.2rem 0.4rem;
  width: 100%;
  height: 100%;
}
.pu_li_3 .box .svg {
  height: var(--h50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_3 .box .svg img {
  margin: auto 0;
  max-height: 100%;
}
.pu_li_3 .box .text {
  margin-top: 0.4rem;
}
.pu_li_3 .box .text .t1 {
  font-size: var(--f24);
  font-weight: bold;
}
.pu_li_3 .box .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #333;
}
.pu_li_3:hover .box {
  border-color: transparent;
  background: transparent;
}
.product_06,
.solution_06 {
  --w1: 2.54rem;
  --h1: 0.96rem;
  position: relative;
  background: #f8f9ff;
}
.product_06 .so_top,
.solution_06 .so_top {
  padding: 0 var(--bj);
}
.product_06 .so_bot,
.solution_06 .so_bot {
  margin-top: 0.52rem;
}
.product_06 .so_bot .content1 .swiper,
.solution_06 .so_bot .content1 .swiper {
  padding-left: var(--bj);
}
.product_06 .so_bot .content1 .swiper .swiper-slide,
.solution_06 .so_bot .content1 .swiper .swiper-slide {
  opacity: 0.8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleY(0.826);
  transform: scaleY(0.826);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.product_06 .so_bot .content1 .swiper .swiper-slide-active,
.solution_06 .so_bot .content1 .swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.product_06 .so_bot .content2,
.solution_06 .so_bot .content2 {
  margin-top: 0.6rem;
}
.product_06 .so_bot .content2 .item,
.solution_06 .so_bot .content2 .item {
  overflow: hidden;
}
.product_06 .so_bot .content2 .item ul,
.solution_06 .so_bot .content2 .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.product_06 .so_bot .content2 .item ul li,
.solution_06 .so_bot .content2 .item ul li {
  position: relative;
  width: var(--w1);
  height: var(--h1);
  border-radius: var(--r10);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.1rem;
}
.product_06 .so_bot .content2 .item ul li img,
.solution_06 .so_bot .content2 .item ul li img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product_06 .so_bot .content2 .item ul li .post,
.solution_06 .so_bot .content2 .item ul li .post {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #003c7c;
}
.product_06 .so_bot .content2 .item ul li .post p,
.solution_06 .so_bot .content2 .item ul li .post p {
  max-width: 80%;
  font-size: var(--f14);
  line-height: 1.42;
  margin: auto;
  color: #fff;
  text-align: center;
}
.product_06 .so_bot .content2 .item ul li:hover .post,
.solution_06 .so_bot .content2 .item ul li:hover .post {
  opacity: 1;
}
.product_06 .so_bot .content2 .item ul:hover,
.solution_06 .so_bot .content2 .item ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.product_06 .so_bot .content2 .item:nth-child(even) ul,
.solution_06 .so_bot .content2 .item:nth-child(even) ul {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.product_06 .so_bot .content2 .item + .item,
.solution_06 .so_bot .content2 .item + .item {
  margin-top: 0.2rem;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.pu_li_4 {
  padding: 0.4rem;
  background: #fff;
}
.pu_li_4 .le_box {
  width: 49%;
  overflow: hidden;
}
.pu_li_4 .le_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_4 .ri_box {
  width: 46%;
}
.pu_li_4 .ri_box .div1 .t1 {
  height: var(--h40);
}
.pu_li_4 .ri_box .div1 .t1 img {
  max-height: 100%;
}
.pu_li_4 .ri_box .div1 .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.13rem;
  font-size: var(--f24);
  font-weight: bold;
}
.pu_li_4 .ri_box .div1 .t3 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  height: 3.5em;
}
.pu_li_4 .ri_box .div1 .t4 {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_li_4 .ri_box .div1 .t4 p {
  font-size: 12px;
  color: #447ef9;
  background: #e6f1fe;
  border-radius: 2px;
  padding: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pu_li_4 .ri_box .div2 {
  margin-top: 0.8rem;
}
.pu_li_4:hover .le_box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_4:hover .ri_box .div1 .t2 {
  color: #003c7c;
}
.pu_li_4:hover .ri_box .div2 .more_01 .a i {
  margin-left: 0.12rem;
}
.pu_form {
  --w1: 1.86rem;
  padding: 0.25rem 0 0;
  z-index: 1;
  background: #fff;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_form .box {
  position: relative;
  top: 0.75rem;
}
.pu_form .rm_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pu_form .rm_bk picture,
.pu_form .rm_bk img {
  width: 100%;
  height: 100%;
}
.pu_form .rm_post {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.46rem;
}
.pu_form .rm_post form {
  width: 100%;
  margin: auto;
  color: #fff;
  font-size: var(--f16);
}
.pu_form .rm_post form .content1 .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.pu_form .rm_post form .content1 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f20);
}
.pu_form .rm_post form .content2 {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_form .rm_post form .content2 .div1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
.pu_form .rm_post form .content2 .div1 .label {
  width: 100%;
  position: relative;
}
.pu_form .rm_post form .content2 .div1 .label input {
  width: 100%;
  height: var(--h60);
  border: none;
  background: #fff;
  padding: 0 0.32rem;
  color: #000;
  font-weight: bold;
  border-radius: var(--r5);
}
.pu_form .rm_post form .content2 .div1 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.pu_form .rm_post form .content2 .div1 .label .tips {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0.32rem;
  color: #666;
  font-weight: bold;
}
.pu_form .rm_post form .content2 .div1 .label .tips span {
  color: #ff2e4d;
}
.pu_form .rm_post form .content2 .div2 {
  width: var(--w1);
  padding-left: 0.1rem;
}
.pu_form .rm_post form .content2 .div2 p {
  cursor: pointer;
  line-height: var(--h60);
  text-align: center;
  background: #eeb033;
  color: #fff;
  border-radius: var(--r5);
  font-weight: bold;
}
.pu_form .rm_post form .content3 {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_form .rm_post form .content3 .layui-form-checkbox[lay-skin="primary"] > i {
  background: transparent;
  border-color: #eeb033;
}
.pu_form .rm_post form .content3 .layui-form-checked[lay-skin="primary"] > i {
  background: #eeb033;
}
.pu_form .rm_post form .content3 p a {
  display: inline;
  color: #eeb033;
}
.pu_form.active {
  padding: 0.25rem var(--bj) 0;
}
.product_07,
.product_01 {
  position: relative;
}
.product_07 .pr_bk,
.product_01 .pr_bk {
  width: 100%;
}
.product_07 .pr_bk img,
.product_01 .pr_bk img {
  width: 100%;
}
.product_07 .pr_post,
.product_01 .pr_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_07 .pr_post > div,
.product_01 .pr_post > div {
  width: min(7.62rem, 100%);
  margin: auto 0;
}
.product_07 .pr_post > div .content1 .t1,
.product_01 .pr_post > div .content1 .t1 {
  font-size: var(--f52);
  font-weight: bold;
  line-height: 1;
}
.product_07 .pr_post > div .content1 .t2,
.product_01 .pr_post > div .content1 .t2 {
  font-size: var(--f36);
  font-weight: bold;
  line-height: 1.55;
}
.product_07 .pr_post > div .content1 .t3,
.product_01 .pr_post > div .content1 .t3 {
  margin-top: 0.22rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.66;
}
.product_07 .pr_post > div .content2,
.product_01 .pr_post > div .content2 {
  margin-top: 0.7rem;
}
.product_08,
.product_02 {
  position: relative;
}
.product_08 .pr_bot,
.product_02 .pr_bot {
  margin-top: 0.7rem;
}
.product_08 .pr_bot .content1,
.product_02 .pr_bot .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.62rem;
}
.product_08 .pr_bot .content1 .item,
.product_02 .pr_bot .content1 .item {
  text-align: center;
}
.product_08 .pr_bot .content1 .item .svg,
.product_02 .pr_bot .content1 .item .svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
  width: var(--w100);
  height: var(--w100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #edf3ff;
  border-radius: var(--r10);
}
.product_08 .pr_bot .content1 .item .svg img,
.product_02 .pr_bot .content1 .item .svg img {
  max-width: 60%;
  margin: auto;
}
.product_08 .pr_bot .content1 .item .text,
.product_02 .pr_bot .content1 .item .text {
  margin-top: 0.33rem;
}
.product_08 .pr_bot .content1 .item .text .t1,
.product_02 .pr_bot .content1 .item .text .t1 {
  font-size: var(--f24);
  line-height: 1.5;
}
.product_08 .pr_bot .content1 .item .text .t2,
.product_02 .pr_bot .content1 .item .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f18);
  line-height: 1.55;
  color: #666;
}
.product_08 .pr_bot .content1 .item:hover .svg,
.product_02 .pr_bot .content1 .item:hover .svg {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product_08 .pr_bot .content2,
.product_02 .pr_bot .content2 {
  margin-top: 0.64rem;
}
.product_03 {
  position: relative;
}
.product_03 .pr_bk {
  width: 100%;
}
.product_03 .pr_bk img {
  width: 100%;
}
.product_03 .pr_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_03 .pr_post > div {
  width: min(7.04rem, 100%);
  margin: auto 0;
}
.product_03 .pr_post > div .content1 {
  font-size: var(--f42);
  font-weight: bold;
}
.product_03 .pr_post > div .content2 {
  margin-top: 0.7rem;
}
.product_03 .pr_post > div .content2 .div1 {
  border-bottom: 1px solid #d9d9d9;
  overflow-x: auto;
}
.product_03 .pr_post > div .content2 .div1::-webkit-scrollbar {
  display: none;
}
.product_03 .pr_post > div .content2 .div1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
}
.product_03 .pr_post > div .content2 .div1 > div p {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  margin-right: 0.9rem;
  padding-bottom: 0.15rem;
}
.product_03 .pr_post > div .content2 .div1 > div p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #003c7c;
}
.product_03 .pr_post > div .content2 .div1 > div p:last-child {
  margin-right: 0;
}
.product_03 .pr_post > div .content2 .div1 > div p:hover {
  color: #003c7c;
}
.product_03 .pr_post > div .content2 .div1 > div p.active {
  color: #003c7c;
}
.product_03 .pr_post > div .content2 .div1 > div p.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.product_03 .pr_post > div .content2 .div2 {
  position: relative;
  margin-top: 0.34rem;
}
.product_03 .pr_post > div .content2 .div2 .item {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product_03 .pr_post > div .content2 .div2 .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.product_03 .pr_post > div .content2 .div2 .item .m1 {
  font-size: var(--f24);
  font-weight: bold;
}
.product_03 .pr_post > div .content2 .div2 .item .m2 {
  margin-top: 0.18rem;
}
.product_03 .pr_post > div .content2 .div2 .item .m2 p {
  position: relative;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
  padding-left: calc(8px + 0.12rem);
}
.product_03 .pr_post > div .content2 .div2 .item .m2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f20) * 1.8 / 2 - 2.5px);
  width: 8px;
  height: 5px;
  background: #eeb033;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.product_03 .pr_post > div .content2 .div2 .item .m2 p + p {
  margin-top: 0.1rem;
}
.product_04 {
  position: relative;
}
.product_04 .pr_bot {
  margin-top: 0.7rem;
}
.product_04 .pr_bot .content1 .swiper .swiper-slide {
  height: auto;
}
.product_04 .pr_bot .content2 {
  margin-top: 0.6rem;
}
.product_05 {
  position: relative;
  background: #f8f9ff;
}
.product_05 .pr_bot {
  margin-top: 0.7rem;
}
.product_05 .pr_bot .content1 .swiper .swiper-slide {
  height: auto;
}
.product_06 {
  background: #fff;
}
.product_06 .pu_li_4,
.product_06 .so_bot .content2 .item ul li {
  background: #f8f9ff;
}
.pu_li_5 {
  position: relative;
  border-radius: var(--r10);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.pu_li_5 .bk {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.pu_li_5 .bk img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.pu_li_5 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 0.4rem 0.6rem;
}
.pu_li_5 .box .svg {
  height: var(--h50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_5 .box .svg img {
  margin: auto 0;
  max-height: 100%;
}
.pu_li_5 .box .text {
  margin-top: 0.36rem;
}
.pu_li_5 .box .text .t1 {
  font-size: var(--f24);
  line-height: 1.5;
}
.pu_li_5 .box .text .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.55;
  color: #666;
}
.pu_li_5:hover .bk {
  opacity: 1;
}
.product_07 .pr_post > div {
  width: 100%;
}
.product_07 .pr_post > div .content1 .t3 {
  width: min(6.34rem, 100%);
}
.product_08 .pr_bot .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.62rem;
}
.pu_banner_01,
.pu_banner {
  position: relative;
}
.pu_banner_01 .ban_bk,
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner_01 .ban_bk img,
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner_01 .ban_post,
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_banner_01 .ban_post > div,
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
}
.pu_banner_01 .ban_post > div .content1 .t1,
.pu_banner .ban_post > div .content1 .t1 {
  font-size: var(--f52);
  font-weight: bold;
  color: #000;
}
.pu_banner_01 .ban_post > div .content1 .t2,
.pu_banner .ban_post > div .content1 .t2 {
  margin-top: 0.12rem;
  font-size: var(--f36);
  color: #666;
}
.pu_banner_01 .ban_post > div .content2,
.pu_banner .ban_post > div .content2 {
  margin-top: 0.7rem;
}
.pu_banner_01 .ban_post > div .content1 .t2 {
  font-size: var(--f26);
  line-height: 1.76;
}
.case_01 {
  --w1: 1.2rem;
}
.case_01 .ca_top {
  padding: 0.5rem 0 0;
}
.case_01 .ca_top .content1 {
  font-size: var(--f16);
}
.case_01 .ca_top .content1 .div2 {
  display: none;
}
.case_01 .ca_top .content1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #ddd;
}
.case_01 .ca_top .content1 .item .tips {
  font-size: var(--f18);
  color: #003c7c;
  width: var(--w1);
  line-height: calc(var(--f16) * 2.625);
}
.case_01 .ca_top .content1 .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_01 .ca_top .content1 .item .content a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  color: #333;
  line-height: 2.625;
  padding: 0 0.2rem;
  border-radius: var(--r5);
  margin-right: 6px;
  margin-bottom: 6px;
}
.case_01 .ca_top .content1 .item .content a:hover {
  background: #eee;
}
.case_01 .ca_top .content1 .item .content a.active {
  color: #003c7c;
  background: #edf3ff;
}
.case_01 .ca_top .content2 {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case_01 .ca_top .content2 div {
  cursor: pointer;
  color: #eeb033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.case_01 .ca_top .content2 div p {
  position: relative;
}
.case_01 .ca_top .content2 div p .p2 {
  display: none;
}
.case_01 .ca_top .content2 div i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  margin-left: 0.1rem;
  font-size: 0.8em;
}
.case_01 .ca_top .content2 div.active p .p1 {
  display: none;
}
.case_01 .ca_top .content2 div.active p .p2 {
  display: block;
}
.case_01 .ca_top .content2 div.active i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.case_01 .ca_bot {
  margin-top: 0.76rem;
}
.case_01 .ca_bot .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.case_01 .ca_bot .content2 {
  margin-top: 0.8rem;
}
.pu_tishi {
  min-height: 36vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_tishi p {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #999;
  font-size: var(--f16);
}
.pu_li_6 {
  position: relative;
  background: #f8f9ff;
  border-radius: var(--r10);
}
.pu_li_6 .img {
  position: relative;
  width: 100%;
  border-radius: var(--r10) var(--r10) 0 0;
  overflow: hidden;
}
.pu_li_6 .img::before {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top: 59%;
  border-radius: inherit;
}
.pu_li_6 .img img {
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_li_6 .box {
  padding: 0.2rem 0.25rem;
}
.pu_li_6 .box .t1 {
  height: var(--h40);
}
.pu_li_6 .box .t1 img {
  max-height: 100%;
}
.pu_li_6 .box .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.16rem;
  font-size: var(--f20);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.pu_li_6 .box .t3 {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_li_6 .box .t3 p {
  font-size: 12px;
  color: #447ef9;
  background: #e6f1fe;
  border-radius: 2px;
  padding: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pu_li_6:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_6:hover .box .t2 {
  color: #003c7c;
}
.pu_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--f20);
}
.pu_page .prev a,
.pu_page .next a {
  width: var(--w50);
  height: var(--w50);
  border-radius: var(--r5);
  background: #edf3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_page .prev a i,
.pu_page .next a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #003c7c;
  margin: auto;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #003c7c;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.6rem;
}
.pu_page .number a {
  margin: 0 0.2rem;
  line-height: var(--w50);
  color: #666;
  font-family: Medium;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #003c7c;
}
.pu_mbx > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
}
.pu_mbx > div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pu_mbx > div a:hover {
  color: #eeb033;
}
.pu_mbx > div i {
  margin: 0 6px;
  font-size: 0.66em;
  font-weight: bold;
  color: #999;
}
.pu_mbx > div span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.case_details_01 {
  position: relative;
  background: url("../images/bk7.jpg") no-repeat center / cover;
  padding: 0.32rem 0 0.76rem;
}
.case_details_01 .ls_bot {
  margin-top: 0.42rem;
}
.case_details_01 .ls_bot .le_box {
  width: 40%;
}
.case_details_01 .ls_bot .le_box .content1 .t1 {
  height: var(--h40);
}
.case_details_01 .ls_bot .le_box .content1 .t1 img {
  max-height: 100%;
}
.case_details_01 .ls_bot .le_box .content1 .t2 {
  margin-top: 0.34rem;
  font-size: var(--f38);
  font-weight: bold;
}
.case_details_01 .ls_bot .le_box .content1 .t3 {
  margin-top: 0.22rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #333;
}
.case_details_01 .ls_bot .le_box .content1 .t4 {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_details_01 .ls_bot .le_box .content1 .t4 p {
  font-size: var(--f14);
  color: #447ef9;
  background: rgba(68, 126, 249, 0.1);
  border-radius: var(--r5);
  padding: 0 0.14rem;
  line-height: 2.35;
  margin-right: 6px;
  margin-bottom: 6px;
}
.case_details_01 .ls_bot .le_box .content2 {
  margin-top: 0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_details_01 .ls_bot .le_box .content2 .item {
  margin-right: 0.6rem;
}
.case_details_01 .ls_bot .le_box .content2 .item:last-child {
  margin-right: 0;
}
.case_details_01 .ls_bot .le_box .content2 .item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_details_01 .ls_bot .le_box .content2 .item .data .d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #eeb033;
  line-height: 0.8;
}
.case_details_01 .ls_bot .le_box .content2 .item .data .d1 p {
  font-size: var(--f48);
  font-weight: bold;
}
.case_details_01 .ls_bot .le_box .content2 .item .data .d1 span {
  font-size: var(--f24);
}
.case_details_01 .ls_bot .le_box .content2 .item .data .d2 {
  width: 23px;
}
.case_details_01 .ls_bot .le_box .content2 .item .data .d2 img {
  width: 100%;
}
.case_details_01 .ls_bot .le_box .content2 .item .desc {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #333;
  line-height: 1.5;
}
.case_details_01 .ls_bot .ri_box {
  width: 50%;
  border-radius: var(--r10);
  overflow: hidden;
}
.case_details_01 .ls_bot .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.case_details_01 .ls_bot .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.case_details_02 {
  position: relative;
  padding: 0.76rem 0 0;
}
.case_details_02 .le_box {
  width: 66.1%;
}
.case_details_02 .le_box .content1 .item .text {
  font-size: var(--f26);
  color: #003c7c;
  font-weight: bold;
}
.case_details_02 .le_box .content1 .item .desc {
  margin-top: 0.12rem;
}
.case_details_02 .le_box .content1 .item .desc > div {
  font-size: var(--f16);
  line-height: 1.75;
  color: #666;
}
.case_details_02 .le_box .content1 .item + .item {
  margin-top: 0.48rem;
}
.case_details_02 .le_box .content2 {
  margin-top: 0.32rem;
}
.case_details_02 .le_box .content2 .item .text .t1 {
  font-size: var(--f46);
  color: #003c7c;
  font-family: Bold;
}
.case_details_02 .le_box .content2 .item .text .t2 {
  font-size: var(--f26);
  color: #000;
  font-weight: bold;
}
.case_details_02 .le_box .content2 .item .desc {
  margin-top: 0.22rem;
}
.case_details_02 .le_box .content2 .item .desc > div {
  font-size: var(--f16);
  line-height: 1.75;
  color: #666;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg {
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
  padding-bottom: 10px;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #eeb033;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .case_details_02 .le_box .content2 .item .desc .scrollImg {
    scrollbar-color: #eeb033 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar-thumb,
.case_details_02 .le_box .content2 .item .desc .scrollImg::-webkit-scrollbar-track {
  border-radius: 6px;
}
.case_details_02 .le_box .content2 .item .desc .scrollImg img {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.case_details_02 .le_box .content2 .item + .item {
  margin-top: 0.6rem;
}
.case_details_02 .le_box .content3 {
  margin-top: 0.6rem;
}
.case_details_02 .le_box .content3 .div1 .d1 {
  color: #003c7c;
  font-size: var(--f26);
  font-weight: bold;
}
.case_details_02 .le_box .content3 .div1 .d2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
  line-height: 1.75;
  color: #666;
}
.case_details_02 .le_box .content3 .div2 {
  margin-top: 0.66rem;
}
.case_details_02 .ri_box {
  width: 24.1%;
}
.case_details_02 .ri_box > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
}
.case_details_02 .ri_box > div .content1 {
  font-size: var(--f36);
  font-weight: bold;
}
.case_details_02 .ri_box > div .content2 {
  margin-top: 0.36rem;
}
.case_details_02 .ri_box > div .content2 .pu_li_6 .box .t2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  -webkit-line-clamp: none;
}
.case_details_02 .ri_box > div .content2 .pu_li_6 .box .t3 p {
  font-size: var(--f14);
  color: #447ef9;
  background: #e6f1fe;
  border-radius: var(--r5);
  padding: 0 0.14rem;
  line-height: 2.35;
  border: 1px solid #447ef9;
}
.case_details_02 .ri_box > div .content2 .pu_li_6 + .pu_li_6 {
  margin-top: 0.2rem;
}
.resource_01 .re_bot {
  margin-top: 0.6rem;
}
.resource_01 .re_bot .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
}
.resource_01 .re_bot .content3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.32rem;
}
.resource_01 .re_bot .content2 {
  margin-top: 0.8rem;
}
.pu_li_7 {
  --h1: 2.7rem;
  width: 100%;
  height: 100%;
}
.pu_li_7 a {
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 255, 0)), to(#f8f9ff));
  background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #f8f9ff 100%);
  border-radius: var(--r10);
  font-size: var(--f16);
  padding: 0.55rem 0.44rem 0.24rem;
}
.pu_li_7 a .div1 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_li_7 a .div1 .img {
  height: var(--h1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--r5);
  overflow: hidden;
}
.pu_li_7 a .div1 .img img {
  border-radius: inherit;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pu_li_7 a .div1 .text {
  margin-top: 0.25rem;
  text-align: center;
}
.pu_li_7 a .div1 .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-size: var(--f20);
  line-height: 1.6;
}
.pu_li_7 a .div1 .text .t1::before {
  display: none;
  content: "";
  position: absolute;
  background: url("../images/128.svg") no-repeat center / cover;
  width: 32px;
  height: 14px;
  right: 0;
  bottom: 100%;
}
.pu_li_7 a .div1 .text .t2 {
  line-height: 2;
  color: #666;
}
.pu_li_7 a .div2 {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 0.24rem;
  left: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_li_7 a:hover {
  padding: 0.55rem 0.44rem 0.64rem;
}
.pu_li_7 a:hover .div1 {
  margin-top: -0.4rem;
}
.pu_li_7 a:hover .div1 .text .t1 {
  color: #003c7c;
}
.pu_li_7 a:hover .div2 {
  opacity: 1;
  bottom: 0.33rem;
}
.pu_li_7.newTag a .div1 .text .t1::before {
  display: block;
}
.pu_filter {
  --w1: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.pu_filter .label {
  position: relative;
  width: var(--w1);
  margin-right: 0.2rem;
}
.pu_filter .label:last-child {
  margin-right: 0;
}
.pu_filter .label input {
  cursor: pointer;
  width: 100%;
  height: var(--h60);
  border: 1px solid #d5d5d5 !important;
  border-radius: var(--r5);
  background: #fff;
  padding: 0 0.2rem;
  color: #000;
}
.pu_filter .label input::-webkit-input-placeholder {
  color: #999999;
}
.pu_filter .label input:-ms-input-placeholder {
  color: #999999;
}
.pu_filter .label input::-ms-input-placeholder {
  color: #999999;
}
.pu_filter .label input::placeholder {
  color: #999999;
}
.pu_filter .label .lable-suffix {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pu_filter .label .lable-suffix img {
  width: 1em;
}
.pu_filter .label .layui-form-select .layui-edge {
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border: none;
  overflow: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_filter .label .layui-form-select .layui-edge::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "\e61a";
  margin: auto;
  font-family: layui-icon !important;
  font-size: inherit;
  font-style: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  color: #003c7c;
  font-weight: bold;
  font-size: 0.8em;
}
.pu_filter .label .layui-form-selected .layui-edge::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.pu_filter .label .layui-form-select dl {
  top: var(--h60);
  padding: 0;
  max-height: calc(var(--f18) * 0.8 * 2.8 * 5);
  z-index: 4;
}
.pu_filter .label .layui-form-select dl dd {
  font-size: 0.8em;
  padding: 0 0.2rem !important;
  line-height: 2.8;
}
.pu_filter .label .layui-form-selectup dl {
  bottom: var(--h60);
  top: auto;
}
.layui-laydate {
  z-index: 4;
}
.pu_pop_2 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.pu_pop_2 .box {
  position: relative;
  width: min(6rem, 90vw);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: var(--r10);
  padding: 0.5rem 0.4rem;
}
.pu_pop_2 .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.pu_pop_2 .box .close svg {
  width: var(--f20);
}
.pu_pop_2 .box .close svg path {
  -webkit-transition: 0.4ss;
  transition: 0.4ss;
}
.pu_pop_2 .box .close:hover svg path {
  fill: #003c7c;
}
.pu_pop_2 .box .main {
  text-align: center;
}
.pu_pop_2 .box .main .content1 .t1 {
  font-size: var(--f32);
}
.pu_pop_2 .box .main .content1 .t2 {
  margin-top: 0.16rem;
  font-size: var(--f20);
  color: #666;
}
.pu_pop_2 .box .main .content2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6rem auto 0;
}
.pu_pop_2 .box .main .content2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f20);
}
.pu_pop_2 .box .main .content2 .item .svg {
  width: 1em;
}
.pu_pop_2 .box .main .content2 .item .svg img {
  max-width: 100%;
}
.pu_pop_2 .box .main .content2 .item .text {
  margin-left: 0.1rem;
  color: #000;
}
.pu_pop_2 .box .main .content2 .item .text a {
  display: inline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.pu_pop_2 .box .main .content2 .item .text a:hover[href] {
  color: #003c7c;
}
.pu_pop_2 .box .main .content2 .item + .item {
  margin-top: 0.3rem;
}
.pu_pop_2 .box .main .content3 {
  margin-top: 0.52rem;
}
.pu_pop_2 .box .main .content3 .img img {
  width: calc(var(--w174) + 14px);
  padding: 6px;
  border: 1px solid #a6bcd8;
  border-radius: var(--r10);
}
.pu_pop_2 .box .main .content3 .text {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #003c7c;
}
.pu_li_8 {
  position: relative;
}
.pu_li_8 .img {
  position: relative;
  border-radius: var(--r10);
  overflow: hidden;
}
.pu_li_8 .img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 61.2%;
  border-radius: inherit;
}
.pu_li_8 .img img {
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_8 .img .play {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  position: absolute;
  width: var(--w67);
  height: var(--w67);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_8 .img .play svg {
  margin: auto;
}
.pu_li_8 .img .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pu_li_8 .img .tips {
  z-index: 1;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
.pu_li_8 .img .tips p {
  color: #fff;
  font-size: var(--f14);
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.6;
  border-radius: calc(var(--f14) * 1.6 / 2);
  padding: 0 10px;
}
.pu_li_8 .text {
  margin-top: 0.2rem;
}
.pu_li_8 .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  line-height: 1.5;
}
.pu_li_8 .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f18);
  color: #666;
}
.pu_li_8:hover .text .t1 {
  color: #003c7c;
}
.pu_li_9 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--f16);
  padding: 0.5rem;
  border-radius: var(--r10);
  background: #f8f9ff;
}
.pu_li_9 a .img {
  position: relative;
  border-radius: var(--r10);
  width: 24%;
  overflow: hidden;
}
.pu_li_9 a .img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 61.5%;
  border-radius: inherit;
}
.pu_li_9 a .img img {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pu_li_9 a .box {
  padding-left: 0.88rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_li_9 a .box .div1 {
  -webkit-box-flex: 0.86;
  -ms-flex: 0.86;
  flex: 0.86;
}
.pu_li_9 a .box .div1 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_li_9 a .box .div1 .time > div {
  margin-right: 0.36rem;
  font-size: var(--f18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_li_9 a .box .div1 .time > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_9 a .box .div1 .time > div span img {
  width: 1em;
  margin: auto;
}
.pu_li_9 a .box .div1 .time > div p {
  margin-left: 0.12rem;
  color: #003c7c;
}
.pu_li_9 a .box .div1 .text {
  margin-top: 0.34rem;
}
.pu_li_9 a .box .div1 .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 1.5em;
}
.pu_li_9 a .box .div1 .text .t2 {
  margin-top: 0.15rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 3.75em;
}
.pu_li_9 a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_9 a:hover .box .div1 .text .t1 {
  color: #003c7c;
}
.pu_li_9 + .pu_li_9 {
  margin-top: 0.2rem;
}
.resource_02 .re_bot .content2 {
  margin-top: 0.8rem;
}
.about_01 {
  position: relative;
}
.about_01 .ab_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about_01 .ab_bk picture,
.about_01 .ab_bk img {
  height: 100%;
  width: 100%;
}
.about_01 .ab_post {
  z-index: 1;
  position: relative;
  padding: 0.8rem var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 9.7rem;
  background: rgba(255, 255, 255, 0.5);
}
.about_01 .ab_post > div {
  width: 100%;
  margin: auto 0 0;
}
.about_01 .ab_post > div .content1 {
  width: min(8.07rem, 100%);
}
.about_01 .ab_post > div .content1 .t1 {
  font-size: var(--f42);
  font-weight: bold;
  color: #000;
}
.about_01 .ab_post > div .content1 .t2 {
  margin-top: 0.16rem;
  font-size: var(--f26);
  font-weight: bold;
  color: #000;
}
.about_01 .ab_post > div .content1 .t3 {
  margin-top: 0.28rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #333;
}
.about_01 .ab_post > div .content2 {
  margin-top: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_01 .ab_post > div .content2 .item .data p {
  font-size: var(--f66);
  color: #eeb033;
  font-family: Medium;
  line-height: 1;
}
.about_01 .ab_post > div .content2 .item .desc {
  margin-top: 0.14rem;
  font-size: var(--f20);
  line-height: 1.5;
}
.about_01 .ab_post > div .content3 {
  margin-top: 0.54rem;
}
.about_01 .ab_post > div .content3 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(235, 249, 255, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(235, 249, 255, 0.5) 100%);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: var(--r10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.34rem 0.8rem;
}
.about_01 .ab_post > div .content3 > div .item .svg {
  height: var(--h52);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_01 .ab_post > div .content3 > div .item .svg img {
  margin: auto;
  max-height: 100%;
}
.about_01 .ab_post > div .content3 > div .item .text {
  margin-top: 0.28rem;
  text-align: center;
  font-size: var(--f18);
  line-height: 1.44;
  color: #333;
}
.about_02 {
  position: relative;
}
.about_02 .ab_bk {
  width: 100%;
}
.about_02 .ab_bk img {
  width: 100%;
}
.about_02 .ab_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_02 .ab_post > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_02 .ab_post > div .content1 .desc {
  margin-top: 0.22rem;
  text-align: center;
  font-size: var(--f20);
}
.about_02 .ab_post > div .content2 > div .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_02 .ab_post > div .content2 > div .div1 .item .data p {
  font-size: var(--f66);
  color: #eeb033;
  font-family: Medium;
  line-height: 1;
}
.about_02 .ab_post > div .content2 > div .div1 .item .desc {
  margin-top: 0.14rem;
  font-size: var(--f20);
  line-height: 1.4;
}
.about_02 .ab_post > div .content2 > div .div1 .item:nth-child(2n) .data {
  text-align: right;
}
.about_02 .ab_post > div .content2 > div .div1 + .div1 {
  margin-top: 0.8rem;
}
.about_03 {
  --w1: 8px;
  position: relative;
  background: url("../images/bk8.jpg") no-repeat center / cover;
}
.about_03 .ab_bot {
  margin-top: 0.8rem;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.5);
  border-radius: var(--r10);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 0.42rem 0.5rem;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .time {
  font-size: var(--f40);
  color: #eeb033;
  font-family: Medium;
  line-height: 1;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc {
  margin-top: 0.22rem;
  font-size: var(--f18);
  line-height: 1.77;
  min-height: calc(var(--f18) * 1.77 * 4);
  max-height: calc(var(--f18) * 1.77 * 4);
  overflow: auto;
  padding-right: 0.1rem;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #eeb033;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .about_03 .ab_bot .content1 .swiper .swiper-slide .desc {
    scrollbar-color: #eeb033 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc p {
  padding-left: calc(8px + 0.14rem);
  position: relative;
}
.about_03 .ab_bot .content1 .swiper .swiper-slide .desc p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--f18) * 1.77 - 5px) / 2);
  width: 8px;
  height: 5px;
  background: #eeb033;
  -webkit-clip-path: var(--path);
  clip-path: var(--path);
}
.about_03 .ab_bot .content1 .swiper .swiper-slide.active {
  background: rgba(255, 255, 255, 0.8);
}
.about_03 .ab_bot .content2 {
  position: relative;
  margin-top: 1rem;
  padding: 0 calc(var(--h50) + 0.44rem);
}
.about_03 .ab_bot .content2 .swiper {
  position: relative;
  padding: var(--w1) 0 0;
}
.about_03 .ab_bot .content2 .swiper::before {
  content: "";
  position: absolute;
  top: calc((var(--w1) - 2px) / 2 + var(--w1));
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 60, 124, 0)), color-stop(50%, #003c7c), to(rgba(0, 60, 124, 0)));
  background: linear-gradient(to right, rgba(0, 60, 124, 0) 0%, #003c7c 50%, rgba(0, 60, 124, 0) 100%);
  opacity: 0.5;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  font-size: var(--f24);
}
.about_03 .ab_bot .content2 .swiper .swiper-slide .point {
  position: relative;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide .point::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--w1) * 2.5);
  height: calc(var(--w1) * 2.5);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 60, 124, 0.3);
  border-radius: 50%;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide .point p {
  width: var(--w1);
  height: var(--w1);
  background: #003c7c;
  border-radius: 50%;
  margin: 0 auto;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide .year {
  margin-top: var(--w1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  color: #333333;
  text-align: center;
  height: calc(var(--f24) * 1.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Medium;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide.active .point::before {
  opacity: 1;
}
.about_03 .ab_bot .content2 .swiper .swiper-slide.active .year {
  color: #003c7c;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about_03 .ab_bot .content2 .div_ .prev,
.about_03 .ab_bot .content2 .div_ .next {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  position: absolute;
  top: calc(((var(--h50) / 2) - (var(--w1) * 1.5)) * -1);
  width: var(--h50);
  height: var(--h50);
  border-radius: var(--r5);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
}
.about_03 .ab_bot .content2 .div_ .prev i,
.about_03 .ab_bot .content2 .div_ .next i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #003c7c;
  margin: auto;
  font-weight: bold;
}
.about_03 .ab_bot .content2 .div_ .prev:hover,
.about_03 .ab_bot .content2 .div_ .next:hover {
  background: #003c7c;
}
.about_03 .ab_bot .content2 .div_ .prev:hover i,
.about_03 .ab_bot .content2 .div_ .next:hover i {
  color: #fff;
}
.about_03 .ab_bot .content2 .div_ .prev {
  left: 0.22rem;
}
.about_03 .ab_bot .content2 .div_ .next {
  right: 0.22rem;
}
.about_04 {
  --h1: 4.2rem;
  --g: 0.16rem;
  position: relative;
}
.about_04 .ab_bot {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_04 .ab_bot .item {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: var(--r10);
  overflow: hidden;
  margin-right: var(--g);
}
.about_04 .ab_bot .item:last-child {
  margin-right: 0;
}
.about_04 .ab_bot .item .bk {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.about_04 .ab_bot .item .bk::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34.17%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.17%, rgba(0, 0, 0, 0.2) 100%);
}
.about_04 .ab_bot .item .bk img {
  width: 100%;
  border-radius: inherit;
  height: var(--h1);
}
.about_04 .ab_bot .item .bk .img2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about_04 .ab_bot .item .post1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.48rem 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_04 .ab_bot .item .post1 > div {
  width: 100%;
  margin: auto 0 0;
}
.about_04 .ab_bot .item .post1 > div .svg {
  height: var(--h54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_04 .ab_bot .item .post1 > div .svg img {
  margin: auto;
  max-height: 100%;
}
.about_04 .ab_bot .item .post1 > div .text {
  margin-top: 1.5rem;
  text-align: center;
}
.about_04 .ab_bot .item .post1 > div .text .t1 {
  color: #000;
  font-size: var(--f24);
  line-height: 1.5;
}
.about_04 .ab_bot .item .post2 {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.48rem;
}
.about_04 .ab_bot .item .post2 > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_04 .ab_bot .item .post2 > div .svg {
  height: var(--h54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: none;
  transform: none;
}
.about_04 .ab_bot .item .post2 > div .svg img {
  margin: auto 0;
  max-height: 100%;
}
.about_04 .ab_bot .item .post2 > div .text {
  color: #fff;
}
.about_04 .ab_bot .item .post2 > div .text .t1 {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  font-size: var(--f24);
  line-height: 1.5;
}
.about_04 .ab_bot .item .post2 > div .text .t2 {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 6px;
  font-size: var(--f18);
  line-height: 1.55;
}
@media (min-width: 1200px) {
  .about_04 .ab_bot .item.active {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .about_04 .ab_bot .item.active .bk::before {
    opacity: 1;
  }
  .about_04 .ab_bot .item.active .bk .img2 {
    opacity: 1;
  }
  .about_04 .ab_bot .item.active .post1 {
    opacity: 0;
  }
  .about_04 .ab_bot .item.active .post2 > div .svg {
    -webkit-animation: heroFade 1s 0.6s both;
    animation: heroFade 1s 0.6s both;
  }
  .about_04 .ab_bot .item.active .post2 > div .text .t1 {
    -webkit-animation: heroFade 1s 0.6s both;
    animation: heroFade 1s 0.6s both;
  }
  .about_04 .ab_bot .item.active .post2 > div .text .t2 {
    -webkit-animation: heroFade 1s 0.75s both;
    animation: heroFade 1s 0.75s both;
  }
}
.about_05 {
  position: relative;
}
.about_05 .ab_top .content2 {
  margin-top: 0.44rem;
}
.about_05 .ab_bot {
  margin-top: 0.6rem;
  position: relative;
}
.about_05 .ab_bot .none {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about_05 .ab_bot .none.active {
  z-index: 1;
  position: relative;
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.about_05 .ab_bot .swiper .swiper-slide {
  height: auto;
  text-align: center;
  padding: 0.68rem 0.2rem 0.4rem;
}
.about_05 .ab_bot .swiper .swiper-slide .img {
  position: relative;
}
.about_05 .ab_bot .swiper .swiper-slide .img .img1 {
  width: 100%;
}
.about_05 .ab_bot .swiper .swiper-slide .img .img2 {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
  max-height: 100%;
  cursor: pointer;
}
.about_05 .ab_bot .swiper .swiper-slide .text {
  margin-top: 0.8rem;
  font-size: var(--f18);
  line-height: 2;
}
.about_05 .ab_bot .div_ {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_05 .ab_bot .div_ .prev,
.about_05 .ab_bot .div_ .next {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  width: var(--h50);
  height: var(--h50);
  border-radius: var(--r5);
  background: #edf3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
}
.about_05 .ab_bot .div_ .prev i,
.about_05 .ab_bot .div_ .next i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #003c7c;
  margin: auto;
  font-weight: bold;
}
.about_05 .ab_bot .div_ .prev:hover,
.about_05 .ab_bot .div_ .next:hover {
  background: #003c7c;
}
.about_05 .ab_bot .div_ .prev:hover i,
.about_05 .ab_bot .div_ .next:hover i {
  color: #fff;
}
.about_05 .ab_bot .div_ .next {
  margin-left: 0.2rem;
}
.viewer-navbar,
.viewer-toolbar {
  display: none;
}
.about_06 {
  --h1: 0.96rem;
  --g: 20px;
  position: relative;
}
.about_06 .ab_bot {
  margin-top: 0.8rem;
}
.about_06 .ab_bot .swiper {
  height: calc(var(--h1) * 5 + var(--g) * 4);
}
.about_06 .ab_bot .swiper .swiper-slide {
  background: #f8f9ff;
  border-radius: var(--r10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--h1);
}
.about_06 .ab_bot .swiper .swiper-slide img {
  margin: auto;
  max-width: 65%;
  max-height: 65%;
}
.about_06 .ab_bot .div_ {
  margin-top: 0.8rem;
}
.about_07 {
  position: relative;
}
.about_07 .ab_bot {
  margin-top: 0.6rem;
}
.about_07 .ab_bot .pu_li_1 .box {
  background: rgba(248, 249, 255, 0.8);
}
.news_01 .ws_bot {
  margin-top: 0.8rem;
}
.news_01 .ws_bot .swiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--r10);
  overflow: hidden;
  background: #f8f9ff;
  padding: 0.58rem 0.92rem 0.58rem 0.5rem;
  font-size: var(--f16);
}
.news_01 .ws_bot .swiper .swiper-slide a .le_box {
  width: 52.8%;
  border-radius: var(--r10);
  overflow: hidden;
}
.news_01 .ws_bot .swiper .swiper-slide a .le_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box {
  width: 41%;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .time > div {
  margin-right: 0.36rem;
  font-size: var(--f18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .time > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .time > div span img {
  width: 1em;
  margin: auto;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .time > div p {
  margin-left: 0.12rem;
  color: #003c7c;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .text {
  margin-top: 0.34rem;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
  overflow: hidden;
  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 .swiper .swiper-slide a .ri_box > div .text .t2 {
  margin-top: 0.15rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 5.625em;
}
.news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .btn {
  margin-top: 0.84rem;
}
.news_01 .ws_bot .swiper .swiper-slide a:hover .le_box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news_01 .ws_bot .swiper .swiper-slide a:hover .ri_box > div .text .t1 {
  color: #003c7c;
}
.news_01 .ws_bot .div_ {
  margin-top: 0.5rem;
}
.news_02 .ws_bot {
  margin-top: 0.6rem;
}
.news_02 .ws_bot .content2 {
  margin-top: 0.8rem;
}
.news_details_01 {
  --w1: 3.9rem;
  position: relative;
  background: #f8f9ff;
  padding: 0.32rem 0 0;
}
.news_details_01 .ls_bot {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_details_01 .ls_bot .le_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_details_01 .ls_bot .le_box .content1 .text {
  font-size: var(--f38);
  line-height: 1.3;
  font-weight: bold;
}
.news_details_01 .ls_bot .le_box .content1 .tips {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_details_01 .ls_bot .le_box .content1 .tips p {
  font-size: var(--f18);
  color: #999;
  margin-right: 0.4rem;
}
.news_details_01 .ls_bot .le_box .content1 .tips p:last-child {
  margin-right: 0;
}
.news_details_01 .ls_bot .le_box .content2 {
  padding: 0.52rem 0 0.6rem;
  border-bottom: 1px solid #c6c6c6;
}
.news_details_01 .ls_bot .le_box .content2 .div1 > div {
  font-size: var(--f16);
  color: #333;
  line-height: 1.75;
}
.news_details_01 .ls_bot .le_box .content2 .div2 {
  margin-top: 0.38rem;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form {
  width: min(328px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #c6c6c6;
  padding: 6px;
  border-radius: var(--r5);
  font-size: var(--f16);
}
.news_details_01 .ls_bot .le_box .content2 .div2 form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: var(--h44);
  border: none;
  background: none;
  padding: 0 0.18rem;
  color: #000;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form input::-webkit-input-placeholder {
  color: #999;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form input:-ms-input-placeholder {
  color: #999;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form input::-ms-input-placeholder {
  color: #999;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form input::placeholder {
  color: #999;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form .btn {
  cursor: pointer;
  width: var(--h44);
  height: var(--h44);
  border-radius: var(--r5);
  background: #003c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_details_01 .ls_bot .le_box .content2 .div2 form .btn i {
  font-weight: bold;
  color: #fff;
  margin: auto;
  font-size: 0.8em;
}
.news_details_01 .ls_bot .le_box .content3 {
  padding: 0.4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_details_01 .ls_bot .le_box .content3 .div1 {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
.news_details_01 .ls_bot .le_box .content3 .div1 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2.25;
  height: 2.25em;
}
.news_details_01 .ls_bot .le_box .content3 .div1 a:hover {
  color: #003c7c;
}
.news_details_01 .ls_bot .le_box .content3 .div2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content3 .div2 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_details_01 .ls_bot .le_box .content3 .div2 a span img {
  margin: auto;
  width: 1.22em;
}
.news_details_01 .ls_bot .le_box .content3 .div2 a p {
  margin-left: 6px;
  color: #eeb033;
}
.news_details_01 .ls_bot .ri_box {
  margin-left: 1.6rem;
  width: var(--w1);
}
.news_details_01 .ls_bot .ri_box > div {
  position: -webkit-sticky;
  position: sticky;
  top: calc(0.2rem);
}
.news_details_01 .ls_bot .ri_box > div .content1 {
  font-size: var(--f36);
  font-weight: bold;
}
.news_details_01 .ls_bot .ri_box > div .content2 a {
  padding: 0.4rem 0;
  border-bottom: 1px solid #c6c6c6;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .time > div {
  font-size: var(--f16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .time > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .time > div span img {
  margin: auto;
  width: 1.125em;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .time > div p {
  margin-left: 0.1rem;
  color: #003c7c;
  font-family: Medium;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .text {
  margin-top: 0.15rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  color: #000;
}
.news_details_01 .ls_bot .ri_box > div .content2 a:hover .text {
  color: #003c7c;
}
.join_01 {
  position: relative;
}
.join_01 .jo_bot {
  margin-top: 0.6rem;
}
.join_01 .jo_bot .content1 .item {
  font-size: var(--f18);
  background: #f8f9ff;
  border-radius: var(--r5);
}
.join_01 .jo_bot .content1 .item .thead {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem 0.42rem;
}
.join_01 .jo_bot .content1 .item .thead .div1 {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
.join_01 .jo_bot .content1 .item .thead .div1 p {
  font-size: var(--f24);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.join_01 .jo_bot .content1 .item .thead .div2 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.join_01 .jo_bot .content1 .item .thead .div2 .div2-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.join_01 .jo_bot .content1 .item .thead .div2 .div2-1 p {
  min-width: 33.33%;
  color: #666;
}
.join_01 .jo_bot .content1 .item .thead .div2 .div2-2 p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: var(--h50);
  height: var(--h50);
  border-radius: var(--r5);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join_01 .jo_bot .content1 .item .thead .div2 .div2-2 p i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  font-size: 0.8em;
  font-weight: bold;
  color: #003c7c;
}
.join_01 .jo_bot .content1 .item .tbody {
  display: none;
  padding: 0 0.42rem;
}
.join_01 .jo_bot .content1 .item .tbody > div {
  padding: 0.5rem 0;
  border-top: 1px solid #cacaca;
}
.join_01 .jo_bot .content1 .item .tbody > div .div1 .li .i1 {
  font-size: var(--f20);
  color: #000;
}
.join_01 .jo_bot .content1 .item .tbody > div .div1 .li .i2 {
  margin-top: 0.2rem;
  line-height: 2;
  color: #666;
}
.join_01 .jo_bot .content1 .item .tbody > div .div1 .li + .li {
  margin-top: 0.4rem;
}
.join_01 .jo_bot .content1 .item .tbody > div .div2 {
  margin-top: 0.5rem;
}
.join_01 .jo_bot .content1 .item + .item {
  margin-top: 0.2rem;
}
.join_01 .jo_bot .content1 .item.active .thead .div2 .div2-2 p {
  background: #003c7c;
}
.join_01 .jo_bot .content1 .item.active .thead .div2 .div2-2 p i {
  color: #fff;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.join_01 .jo_bot .content2 {
  margin-top: 0.8rem;
}
.contact_02 {
  position: relative;
  background: #f8f9ff;
}
.contact_02 .ct_bot {
  margin-top: 0.46rem;
}
.contact_02 .ct_bot form {
  font-size: var(--f16);
}
.contact_02 .ct_bot form .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: var(--f18);
}
.contact_02 .ct_bot form .content1 .label {
  position: relative;
}
.contact_02 .ct_bot form .content1 .label textarea,
.contact_02 .ct_bot form .content1 .label input {
  width: 100%;
  height: var(--h68);
  border: none;
  background: #fff;
  border-radius: var(--r5);
  padding: 0 0.2rem;
}
.contact_02 .ct_bot form .content1 .label textarea::-webkit-input-placeholder,
.contact_02 .ct_bot form .content1 .label input::-webkit-input-placeholder {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.contact_02 .ct_bot form .content1 .label textarea:-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label input:-ms-input-placeholder {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.contact_02 .ct_bot form .content1 .label textarea::-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label input::-ms-input-placeholder {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.contact_02 .ct_bot form .content1 .label textarea::placeholder,
.contact_02 .ct_bot form .content1 .label input::placeholder {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.contact_02 .ct_bot form .content1 .label textarea:focus::-webkit-input-placeholder,
.contact_02 .ct_bot form .content1 .label input:focus::-webkit-input-placeholder,
.contact_02 .ct_bot form .content1 .label textarea:focus + .tips,
.contact_02 .ct_bot form .content1 .label input:focus + .tips {
  color: #333;
}
.contact_02 .ct_bot form .content1 .label textarea:focus:-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label input:focus:-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label textarea:focus + .tips,
.contact_02 .ct_bot form .content1 .label input:focus + .tips {
  color: #333;
}
.contact_02 .ct_bot form .content1 .label textarea:focus::-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label input:focus::-ms-input-placeholder,
.contact_02 .ct_bot form .content1 .label textarea:focus + .tips,
.contact_02 .ct_bot form .content1 .label input:focus + .tips {
  color: #333;
}
.contact_02 .ct_bot form .content1 .label textarea:focus::placeholder,
.contact_02 .ct_bot form .content1 .label input:focus::placeholder,
.contact_02 .ct_bot form .content1 .label textarea:focus + .tips,
.contact_02 .ct_bot form .content1 .label input:focus + .tips {
  color: #333;
}
.contact_02 .ct_bot form .content1 .label textarea:not(:placeholder-shown) + .tips,
.contact_02 .ct_bot form .content1 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.contact_02 .ct_bot form .content1 .label .tips {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding: 0 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #999;
}
.contact_02 .ct_bot form .content1 .label .tips span {
  color: #eeb033;
}
.contact_02 .ct_bot form .content1 .label textarea {
  height: calc(var(--h68) * 2.5);
  padding: 0.2rem;
}
.contact_02 .ct_bot form .content1 .label:last-child {
  grid-area: 2 / 1 / 3 / 4;
}
.contact_02 .ct_bot form .content2 {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_02 .ct_bot form .content2 p {
  font-weight: bold;
}
.contact_02 .ct_bot form .content2 p a {
  display: inline;
  color: #eeb033;
}
.contact_02 .ct_bot form .content2 .layui-form-checkbox[lay-skin="primary"] {
  min-width: 16px;
  min-height: 16px;
}
.contact_02 .ct_bot form .content2 .layui-form-checkbox[lay-skin="primary"] > i {
  border-color: #eeb033;
  background: none;
}
.contact_02 .ct_bot form .content2 .layui-form-checked[lay-skin="primary"] > i {
  background: #eeb033;
}
.contact_02 .ct_bot form .content3 {
  margin-top: 0.38rem;
}
.contact_01 {
  --w3: 1.06rem;
  position: relative;
}
.contact_01 .ct_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_01 .ct_top .le_box {
  width: 43.2%;
}
.contact_01 .ct_top .le_box .content1 .title_01 {
  text-align: left;
}
.contact_01 .ct_top .le_box .content1 .desc {
  margin-top: 0.2rem;
  font-size: var(--f26);
  line-height: 1.6;
  color: #333;
}
.contact_01 .ct_top .le_box .content2 {
  margin-top: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_01 .ct_top .le_box .content2 .item {
  font-size: var(--f20);
}
.contact_01 .ct_top .le_box .content2 .item .svg {
  height: 28px;
}
.contact_01 .ct_top .le_box .content2 .item .svg img {
  height: 100%;
}
.contact_01 .ct_top .le_box .content2 .item .text {
  margin-top: 0.12rem;
}
.contact_01 .ct_top .le_box .content2 .item .text a {
  font-weight: bold;
}
.contact_01 .ct_top .le_box .content2 .item .text a[href] {
  font-size: 1.2em;
  font-family: Bold;
  color: #003c7c;
}
.contact_01 .ct_top .le_box .content2 .item .text p {
  margin-top: 0.4rem;
  color: #666;
  font-size: var(--f16);
}
.contact_01 .ct_top .le_box .content3 {
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  margin: 0.2rem 0 0.46rem;
}
.contact_01 .ct_top .le_box .content4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_01 .ct_top .le_box .content4 .item p {
  font-size: var(--f16);
  color: #666;
}
.contact_01 .ct_top .le_box .content4 .item a {
  margin-top: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  font-family: Regular;
}
.contact_01 .ct_top .le_box .content4 .item a:hover {
  color: #003c7c;
}
.contact_01 .ct_top .le_box .content5 {
  margin-top: 0.64rem;
}
.contact_01 .ct_top .le_box .content5 .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_01 .ct_top .le_box .content5 .share .item {
  position: relative;
  margin-right: 0.16rem;
}
.contact_01 .ct_top .le_box .content5 .share .item:last-child {
  margin-right: 0;
}
.contact_01 .ct_top .le_box .content5 .share .item > a {
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: var(--h48);
  height: var(--h48);
  background: #edf3ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_01 .ct_top .le_box .content5 .share .item > a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
  max-width: 50%;
}
.contact_01 .ct_top .le_box .content5 .share .item .post {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}
.contact_01 .ct_top .le_box .content5 .share .item .post::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.contact_01 .ct_top .le_box .content5 .share .item .post img {
  width: var(--w3);
  border-radius: var(--r10);
}
.contact_01 .ct_top .le_box .content5 .share .item:hover > a {
  background: #eeb033;
}
.contact_01 .ct_top .le_box .content5 .share .item:hover > a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contact_01 .ct_top .le_box .content5 .share .item:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.contact_01 .ct_top .ri_box {
  width: 50%;
  border-radius: var(--r10);
  overflow: hidden;
}
.contact_01 .ct_top .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.contact_01 .ct_top .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contact_01 .ct_bot {
  margin-top: 0.8rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.15rem;
}
.contact_01 .ct_bot .item {
  background: #f8f9ff;
  border-radius: var(--r5);
  padding: 0.32rem;
}
.contact_01 .ct_bot .item .div1 {
  font-size: var(--f24);
  line-height: 1.5;
}
.contact_01 .ct_bot .item .div2 {
  margin-top: 0.54rem;
}
.contact_01 .ct_bot .item .div2 > div {
  font-size: var(--f16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_01 .ct_bot .item .div2 > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--f16) * 1.625);
  width: 15px;
}
.contact_01 .ct_bot .item .div2 > div span img {
  width: 100%;
  margin: auto;
}
.contact_01 .ct_bot .item .div2 > div a {
  padding-left: 0.12rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.25em;
  line-height: 1.625;
  font-family: Medium;
}
.contact_01 .ct_bot .item .div2 > div a:hover {
  color: #eeb033;
}
.contact_01 .ct_bot .item .div2 > div p {
  padding-left: 0.12rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.625;
  min-height: calc(var(--f16) * 1.625 * 2);
}
.contact_01 .ct_bot .item .div2 > div + div {
  margin-top: 6px;
}
.contact_01 .ct_bot .item .div2 > div.tel a {
  line-height: 1.3;
}
.contact_01 .ct_bot .item .div3 {
  margin-top: 0.22rem;
}
.contact_01 .ct_bot .item .div3 .more_01 a img {
  width: 1.11em;
}
.cooperation_01 .co_top {
  text-align: center;
}
.cooperation_01 .co_top .desc {
  margin-top: 0.15rem;
  font-size: var(--f22);
  color: #666;
}
.cooperation_01 .co_cen {
  margin-top: 0.66rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.22rem;
}
.cooperation_01 .co_cen .item {
  position: relative;
  border-radius: var(--r10);
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.cooperation_01 .co_cen .item .post {
  z-index: 1;
  position: relative;
  padding: 0.5rem 0.4rem 0.4rem;
  border-radius: inherit;
}
.cooperation_01 .co_cen .item .post .svg {
  height: var(--h54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation_01 .co_cen .item .post .svg img {
  margin: auto 0;
  max-height: 100%;
}
.cooperation_01 .co_cen .item .post .text {
  margin-top: 0.4rem;
}
.cooperation_01 .co_cen .item .post .text .t1 {
  font-size: var(--f24);
  line-height: 1.5;
}
.cooperation_01 .co_cen .item .post .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f18);
  line-height: 1.55;
  color: #666;
}
.cooperation_01 .co_cen .item .bk {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.cooperation_01 .co_cen .item .bk img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.cooperation_01 .co_cen .item:hover .bk {
  opacity: 1;
}
.cooperation_01 .co_bot {
  margin-top: 0.9rem;
  text-align: center;
}
.cooperation_01 .co_bot .t1 {
  font-size: var(--f22);
  color: #666;
}
.cooperation_01 .co_bot .t2 {
  margin-top: 0.15rem;
  font-size: var(--f26);
  line-height: 1.6;
  color: #003c7c;
  font-weight: bold;
}
.cooperation_02 {
  background: #edf3ff url("../images/bk11.png") no-repeat center / cover;
}
.cooperation_02 .co_bot {
  margin-top: 0.8rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.cooperation_02 .co_bot .item {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: var(--r10);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 0.62rem;
}
.cooperation_02 .co_bot .item .svg {
  height: var(--h68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation_02 .co_bot .item .svg img {
  margin: auto;
  max-height: 100%;
}
.cooperation_02 .co_bot .item .text {
  margin-top: 0.72rem;
  font-size: var(--f24);
  line-height: 1.5;
}
.pu_lxwm {
  padding: 0.25rem 0 0;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_lxwm .box {
  position: relative;
  top: 0.75rem;
}
.pu_lxwm .rm_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pu_lxwm .rm_bk img {
  width: 100%;
  height: 100%;
}
.pu_lxwm .rm_post {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  min-height: 3rem;
}
.pu_lxwm .rm_post > div {
  margin: auto;
  width: 100%;
  color: #fff;
}
.pu_lxwm .rm_post > div .div1 .d1 {
  font-size: var(--f36);
  font-weight: bold;
}
.pu_lxwm .rm_post > div .div1 .d2 {
  margin-top: 0.14rem;
  font-size: var(--f20);
}
.pu_lxwm .rm_post > div .div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_lxwm .rm_post > div .div2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.8rem;
}
.pu_lxwm .rm_post > div .div2 > div:last-child {
  margin-right: 0;
}
.pu_lxwm .rm_post > div .div2 > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
}
.pu_lxwm .rm_post > div .div2 > div span img {
  max-height: 100%;
  margin: auto;
}
.pu_lxwm .rm_post > div .div2 > div a {
  margin-left: 0.14rem;
  font-size: var(--f24);
  font-weight: Bold;
  color: #fff;
}
.pu_lxwm.active {
  padding: 0.25rem var(--bj) 0;
}
.pu_msg {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.pu_msg .box {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(5.62rem, 90vw);
  background: linear-gradient(359.48deg, rgba(68, 126, 249, 0) 57.2%, rgba(68, 126, 249, 0.2) 99.3%), #ffffff;
  border-radius: var(--r10);
  padding: 0.5rem;
}
.pu_msg .box .close {
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.pu_msg .box .close svg {
  width: var(--f20);
}
.pu_msg .box .close svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_msg .box .close:hover svg path {
  fill: #003c7c;
}
.pu_msg .box .main {
  text-align: center;
}
.pu_msg .box .main .svg {
  height: calc(var(--h80) + 3px);
}
.pu_msg .box .main .svg img {
  max-height: 100%;
}
.pu_msg .box .main .text {
  margin-top: 0.18rem;
}
.pu_msg .box .main .text .t1 {
  font-size: var(--f26);
  font-weight: bold;
  line-height: 1.6;
}
.pu_msg .box .main .text .t2 {
  text-align: left;
  margin-top: 0.12rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.pu_msg .box .main .btn {
  margin-top: 0.42rem;
}
@media (max-width: 1500px) {
  :root {
    --w140: 1.4rem;
    --w100: 1rem;
    --w174: 1.74rem;
    --w50: 0.54rem;
    --h40: 0.44rem;
    --w67: 0.71rem;
    --h44: 0.48rem;
    --h48: 0.52rem;
    --h50: 0.54rem;
    --h52: 0.56rem;
    --h54: 0.58rem;
    --h72: 0.76rem;
    --h60: 0.64rem;
    --h68: 0.72rem;
    --h80: 0.84rem;
    --r5: 0.05rem;
    --r10: 0.1rem;
    --top1: 0.4rem;
    --top2: 0.9rem;
    --path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
  .pu_lxwm .rm_post > div .div2 > div {
    margin-right: 0.4rem;
  }
  .contact_01 .ct_top .le_box {
    width: 46%;
  }
  .about_01 .ab_post > div .content2 .item {
    max-width: 16.66%;
  }
  .about_02 .ab_post > div .content2 > div .div1 + .div1 {
    margin-top: 0.5rem;
  }
  .solution_07 .so_post > div .content2 .item .data .d2,
  .case_details_01 .ls_bot .le_box .content2 .item .data .d2 {
    width: 20px;
  }
  .index_product .ct_bot .content1 .item > div .le_box {
    width: 30%;
  }
  .index_solution .so_bot .content1 .item .ri_box .li .content {
    width: 34%;
  }
  .index_solution .so_bot .content1 .item .ri_box .li .img {
    width: 60%;
  }
  .index_use .us_bot .swiper .swiper-slide a .le_box img {
    height: 6rem;
  }
  .pc_header .he_bot .column .nav .item + .item {
    margin-left: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .pu_banner_01 .ban_bk img,
  .pu_banner .ban_bk img,
  .product_07 .pr_bk img,
  .product_01 .pr_bk img,
  .solution_07 .so_bk img,
  .solution_01 .so_bk img,
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .product_07 .pr_post > div .content2,
  .product_01 .pr_post > div .content2,
  .solution_07 .so_post > div .content2,
  .solution_07 .so_post > div .content3 {
    margin-top: 0.4rem;
  }
  .index_banner .div_ {
    bottom: 0.2rem;
  }
  .index_solution .so_bot .content1 .item .ri_box {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .index_solution .so_bot .content1 .item .ri_box .li .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.4rem;
  }
  .index_solution .so_bot .content1 .item .le_box {
    padding-right: 0;
    overflow: visible;
  }
  .index_solution .so_bot .content1 .item .le_box::before {
    display: none;
  }
  .index_solution .so_bot .content1 .item .le_box > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem 0;
    max-height: fit-content;
  }
  .index_solution .so_bot .content1 .item .le_box > div .li {
    margin-top: 0 !important;
    padding: 0.2rem;
    height: fit-content;
    display: block;
  }
  .product_03 .pr_post > div .content2 .div1 > div p,
  .pu_level .box a,
  .two_01 > div a,
  .two_01 > div p {
    margin-right: 0.6rem;
  }
  .index_product .ct_bot .content1 .item > div {
    padding: 0.4rem;
  }
  .index_product .ct_bot .content1 .item > div .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.4rem;
  }
  .index_use .us_bot .swiper .swiper-slide a .ri_box {
    padding: 0.4rem;
  }
  .index_use .us_bot .swiper .swiper-slide a .ri_box .content2 > div .div2 {
    margin-top: 0.15rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .index_proactive .pr_post {
    padding: 0.4rem;
  }
  .index_proactive .pr_post .ri_box {
    margin-top: 0.4rem;
  }
  .pc_footer .ter_top .ri_box .content1 {
    display: none;
  }
  .pc_footer .ter_top .ri_box .content2 {
    margin-top: 0.4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pc_footer {
    --w1: 1.1rem;
    --w2: 48px;
    --w3: 1.16rem;
  }
  .pu_aside {
    --w1: 0.7rem;
    --w2: 1.02rem;
  }
  .pc_footer .ter_bot {
    line-height: 1.8;
  }
  .pu_aside .box .top_ .item .post1 > div .img {
    width: 0.56rem;
  }
  .solution_03 .so_bot .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.4rem;
  }
  .solution_04 {
    background: linear-gradient(90deg, #d2f0fe 10%, #d8edfe 50%, #c6dffe 77%);
  }
  .solution_04 .so_title {
    position: initial;
    padding: 0.5rem var(--bj) 0;
  }
  .pu_li_4 .ri_box .div2,
  .pu_li_4 .ri_box {
    margin-top: 0.4rem;
  }
  .product_06 .so_bot .content1 .swiper .swiper-slide,
  .solution_06 .so_bot .content1 .swiper .swiper-slide {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .product_06,
  .solution_06 {
    --w1: 2.64rem;
    --h1: 1.06rem;
  }
  .pu_form .rm_post {
    padding: 0.4rem;
  }
  .cooperation_01 .co_cen,
  .contact_01 .ct_bot,
  .resource_01 .re_bot .content3,
  .resource_01 .re_bot .content1,
  .case_01 .ca_bot .content1,
  .product_02 .pr_bot .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_03 .pr_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .product_03 .pr_bk img,
  .product_03 .pr_bk picture {
    width: 100%;
    height: 100%;
  }
  .product_03 .pr_post {
    z-index: 1;
    position: relative;
  }
  .pu_li_3 .box,
  .pu_li_2 .box {
    background: transparent;
  }
  .cooperation_01 .co_cen .item .bk,
  .pu_li_5 .bk {
    opacity: 1;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .case_details_01 .ls_bot .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.4rem;
  }
  .pu_filter {
    --w1: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .pu_filter .label {
    margin-right: 0;
  }
  .pu_li_9 a .img {
    width: 100%;
  }
  .pu_li_9 a .box {
    margin-top: 0.4rem;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
  }
  .pu_li_9 a .box .div1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .pu_li_9 a .box .div2 {
    margin-top: 0.4rem;
  }
  .about_01 .ab_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .about_01 .ab_bk img,
  .about_01 .ab_bk picture {
    width: 100%;
    height: 100%;
  }
  .about_01 .ab_post {
    z-index: 1;
    position: relative;
  }
  .about_01 .ab_post > div .content2 {
    margin-top: 0.4rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
  .about_01 .ab_post > div .content3 > div {
    padding: 0.4rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
  .about_02 .ab_bk img {
    height: 10rem;
  }
  .about_04 .ab_bot {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .about_04 .ab_bot .item {
    margin-right: 0;
  }
  .about_04 .ab_bot .item .post2 {
    padding: 0.4rem;
  }
  .about_04 .ab_bot .item .bk::before,
  .about_04 .ab_bot .item .post2 > div .text .t1,
  .about_04 .ab_bot .item .post2 > div .text .t2,
  .about_04 .ab_bot .item .post2 > div .svg,
  .about_04 .ab_bot .item .bk .img2 {
    opacity: 1;
  }
  .about_06 {
    --h1: 1.06rem;
    --g: 10px;
  }
  .about_06 .ab_bot .swiper {
    height: calc(var(--h1) * 4 + var(--g) * 3);
  }
  .cooperation_02 .co_bot .item,
  .news_01 .ws_bot .swiper .swiper-slide a {
    padding: 0.4rem;
  }
  .join_01 .jo_bot .content1 .item .thead .div2 {
    width: auto;
  }
  .contact_01 .ct_top .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.4rem;
  }
  .contact_01 {
    --w3: 1.16rem;
  }
  .pu_lxwm .rm_post > div .div2 {
    margin-top: 0.4rem;
  }
  .pu_lxwm .rm_post > div .div2 > div {
    margin-right: 0;
    width: 100%;
  }
  .pu_lxwm .rm_post > div .div2 > div span {
    width: 22px;
    height: auto;
  }
  .pu_lxwm .rm_post > div .div2 > div span img {
    max-width: 100%;
  }
  .pu_lxwm .rm_post > div .div2 > div + div {
    margin-top: 0.2rem;
  }
  .solution_07 .so_post > div .content2 .item .data .d2,
  .case_details_01 .ls_bot .le_box .content2 .item .data .d2 {
    width: 16px;
  }
  .pc_footer .ter_top .le_box .content1 a img {
    height: 32px;
  }
  .about_02 .ab_post > div .content1 .desc {
    line-height: 1.4;
  }
  .news_01 .ws_bot .swiper .swiper-slide a .ri_box > div .btn,
  .news_01 .ws_bot .swiper .swiper-slide a .ri_box {
    margin-top: 0.4rem;
  }
  .about_01 .ab_post > div .content2 .item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .solution_07 .so_bk::before {
    display: block;
  }
  .pu_level,
  .join_01 .jo_bot .content1 .item .thead .div2 .div2-1,
  .news_details_01 .ls_bot .ri_box,
  .about_04 .ab_bot .item .post1,
  .case_details_02 .ri_box {
    display: none;
  }
  .pu_lxwm .rm_post > div .div1,
  .pu_lxwm .rm_post > div .div2,
  .contact_01 .ct_top .ri_box,
  .contact_01 .ct_top .le_box,
  .news_details_01 .ls_bot .le_box,
  .news_01 .ws_bot .swiper .swiper-slide a .ri_box,
  .news_01 .ws_bot .swiper .swiper-slide a .le_box,
  .case_details_02 .le_box,
  .case_details_01 .ls_bot .ri_box,
  .case_details_01 .ls_bot .le_box,
  .product_07 .pr_post > div .content1 .t3,
  .product_07 .pr_post > div,
  .product_01 .pr_post > div,
  .solution_07 .so_post > div,
  .pu_li_4 .ri_box,
  .pu_li_4 .le_box,
  .solution_03 .so_bot .ri_box,
  .solution_03 .so_bot .le_box,
  .solution_01 .so_post > div .content1,
  .pc_footer .ter_top .ri_box .content2,
  .pc_footer .ter_top .le_box,
  .index_proactive .pr_post .ri_box,
  .index_proactive .pr_post .le_box,
  .index_use .us_bot .swiper .swiper-slide a .ri_box,
  .index_use .us_bot .swiper .swiper-slide a .le_box,
  .index_product .ct_bot .content1 .item > div .ri_box,
  .index_product .ct_bot .content1 .item > div .le_box,
  .index_solution .so_bot .content1 .item .le_box,
  .index_solution .so_bot .content1 .item .ri_box .li .content,
  .index_solution .so_bot .content1 .item .ri_box .li .img,
  .index_solution .so_bot .content1 .item .ri_box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  :root {
    --w140: 1.5rem;
    --w100: 1.1rem;
    --w174: 1.84rem;
    --w50: 0.56rem;
    --h40: 0.46rem;
    --w67: 0.73rem;
    --h44: 0.5rem;
    --h48: 0.54rem;
    --h50: 0.56rem;
    --h52: 0.58rem;
    --h54: 0.6rem;
    --h72: 0.78rem;
    --h60: 0.66rem;
    --h68: 0.74rem;
    --h80: 0.86rem;
    --r5: 0.05rem;
    --r10: 0.1rem;
    --top1: 0.4rem;
    --top2: 0.9rem;
    --path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
}
@media (max-width: 750px) {
  .pu_filter,
  .about_04 .ab_bot,
  .pu_form .rm_post form .content2 .div1,
  .contact_02 .ct_bot form .content1,
  .cooperation_01 .co_cen,
  .contact_01 .ct_bot,
  .resource_01 .re_bot .content3,
  .resource_01 .re_bot .content1,
  .case_01 .ca_bot .content1,
  .cooperation_02 .co_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .contact_01 .ct_top .le_box .content4 .item + .item,
  .contact_01 .ct_top .le_box .content2 .item + .item {
    margin-top: 0.4rem;
  }
  .contact_02 .ct_bot form .content1 .label:last-child {
    grid-area: auto;
  }
  .contact_02 .ct_bot form .content1 .label .tips,
  .contact_02 .ct_bot form .content1 .label input {
    padding: 0 0.3rem;
  }
  .contact_02 .ct_bot form .content1 .label textarea {
    padding: 0.3rem;
  }
  .pu_form .rm_post form .content2 .div2 {
    padding-left: 0;
    margin-top: 0.1rem;
  }
  .about_01 .ab_post > div .content3 > div,
  .about_01 .ab_post > div .content2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about_02 .ab_post > div .content2 > div .div1 .item .desc {
    font-size: var(--f14);
  }
  .about_02 .ab_post > div .content2 > div .div1 .item {
    width: 48%;
  }
  .about_02 .ab_post > div .content2 > div .div1 .item .data {
    text-align: left !important;
  }
  .about_02 .ab_post > div .content2 > div .div1 .item .desc br {
    display: none;
  }
  .about_02 .ab_post > div .content2 > div .div1 + .div1 {
    margin-top: 0.4rem;
  }
  .about_04 {
    --h1: 4.6rem;
  }
  .about_06 {
    --h1: 1.2rem;
  }
  .pu_pop_1 .box,
  .pu_pop_2 .box {
    width: 90vw;
  }
  .solution_07 .so_post > div .content2 .item .data .d2,
  .case_details_01 .ls_bot .le_box .content2 .item .data .d2 {
    width: 14px;
  }
  .case_01 .ca_top .content1 .item .tips {
    margin-bottom: 4px;
  }
  .pu_li_4 .ri_box .div1 .t4 p,
  .case_details_01 .ls_bot .le_box .content1 .t4 p,
  .pu_li_6 .box .t3 p,
  .case_01 .ca_top .content1 .item .content a {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .pu_li_4 .ri_box .div1 .t4 p,
  .case_details_01 .ls_bot .le_box .content1 .t4 p,
  .pu_li_6 .box .t3 p {
    font-size: 10px;
  }
  .product_06,
  .solution_06 {
    --w1: 3.2rem;
    --h1: 1.3rem;
  }
  .index_solution .so_bot .content1 .item .le_box > div,
  .product_08 .pr_bot .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_06 .so_bot .content2 .item ul li img,
  .solution_06 .so_bot .content2 .item ul li img {
    max-width: 70%;
    max-height: 70%;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video,
  .solution_07 .so_bk img,
  .product_07 .pr_bk img,
  .product_01 .pr_bk img {
    height: 8rem;
  }
  .product_08 .pr_bot .content1 .item .svg img,
  .product_02 .pr_bot .content1 .item .svg img {
    max-width: 56%;
  }
  .product_08 .pr_bot .content1,
  .product_02 .pr_bot .content1 {
    gap: 0.4rem;
  }
  .pu_li_2 .box .text {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .pc_footer {
    --w1: 1.4rem;
    --w2: 36px;
    --w3: 1.4rem;
  }
  .pu_aside {
    --w1: 1rem;
    --w2: 1.4rem;
  }
  .pu_aside .box .top_ .item > a p {
    font-size: 0.22rem;
  }
  .pu_aside .box .top_ .item {
    padding: 0.22rem 0 0.2rem;
  }
  .pu_aside .box .top_ .item .post1 > div {
    padding: 0.22rem 0.24rem;
  }
  .pu_aside .box .top_ .item .post1 > div .img {
    width: 0.76rem;
  }
  .pc_footer .ter_bot {
    font-size: 0.26rem;
  }
  .MobileMain .HeaderMobile .box .button .pu_link .a {
    line-height: var(--h40);
    padding: 0 10px;
    font-size: 0.24rem;
  }
  .pu_pop_1 .box .main form .content2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_pop_1 .box .main form .content2 .label_2,
  .pu_pop_1 .box .main form .content2 .label_1 {
    grid-area: auto;
  }
  .product_08 .pr_bot .content1 .item .text .t2 br,
  .product_02 .pr_bot .content1 .item .text .t2 br,
  .ct_top .le_box .content1 .desc br,
  .cooperation_01 .co_bot .t2 br,
  .pu_banner_01 .ban_post > div .content1 .t2 br {
    display: none;
  }
  .case_01 .ca_top .content1 .item .tips,
  .pu_form .rm_post form .content2 .div2,
  .pu_form .rm_post form .content2 .div1,
  .contact_01 .ct_top .le_box .content4 .item,
  .contact_01 .ct_top .le_box .content2 .item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .contact_01 {
    --w3: 1.4rem;
  }
  :root {
    --w140: 1.6rem;
    --w100: 1.3rem;
    --w174: 2.4rem;
    --w50: 0.76rem;
    --h40: 0.66rem;
    --w67: 0.92rem;
    --h44: 0.7rem;
    --h48: 0.74rem;
    --h50: 0.76rem;
    --h52: 0.78rem;
    --h54: 0.8rem;
    --h72: 0.98rem;
    --h60: 0.86rem;
    --h68: 0.94rem;
    --h80: 1.06rem;
    --r5: 0.05rem;
    --r10: 0.1rem;
    --top1: 0.4rem;
    --top2: 0.9rem;
    --path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
}
