/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --container: 10rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
img {
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.bg {
  background: #005C8F;
}
.c {
  color: #005C8F;
}
.phone_show_990 {
  display: none;
}
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:hover {
  background: #005C8F;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #005C8F;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #005C8F;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"] {
  resize: none;
  border: none;
}
input[type="reset"] {
  resize: none;
  border: none;
}
input[type="button"] {
  resize: none;
  border: none;
}
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #005C8F;
}
.search_more:hover::before {
  background: #005C8F;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 15.8125rem;
  left: 1.5625rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  top: 105%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 1.25rem;
}
.er-ul li {
  text-align: left;
  padding: 0 2.1875rem;
  position: relative;
}
.er-ul li a {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.75rem;
  display: flex;
  justify-content: space-between;
}
.er-ul li a i {
  font-size: 0.75rem;
  color: #005C8F;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul li .three-ul {
  width: 19rem;
  position: absolute;
  top: 0;
  left: 103%;
  z-index: 99;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.er-ul li .three-ul li a {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.er-ul li:hover > a {
  color: #005C8F !important;
}
.er-ul li:hover > a i {
  opacity: 1;
}
.er-ul li:hover .three-ul {
  transform: scaleY(1);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}
header .center > ul > li:nth-child(1) .er-ul {
  width: 12rem;
}
header .center > ul > li:nth-child(4) .er-ul {
  width: 12rem;
}
header .center > ul > li:nth-child(5) .er-ul {
  width: 12rem;
}
header .center > ul > li:nth-child(6) .er-ul {
  width: 12rem;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
body {
  --container: 10rem;
}
@media (max-width: 1600px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 7rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #005C8F;
}
.searchbox {
  border-color: #005C8F;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 40px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1 {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
  display: flex;
}
.m-bm-head .m-bm-head-box .m-bm-logo a p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  max-width: 45%;
}
.m-bm-head .m-bm-head-box .shop {
  position: absolute;
  right: 35%;
  top: 50%;
  transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .shop .shop_a {
  display: flex;
  align-items: center;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.m-bm-head .m-bm-head-box .shop .shop_a .svg svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #005C8F;
  /*font-family: "Inter";*/
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.125rem;
  margin-right: 0.25rem;
  color: #005C8F;
}
.m-bm-head .m-bm-head-box .sskza a {
  color: #005C8F;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #005C8F;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  /*font-family: "Inter";*/
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Inter";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2rem;
}
.m-bm-nav > li .sec .tit1 {
  position: relative;
}
.m-bm-nav > li .sec .tit1 .aniut {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span {
  background: #005C8F;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after {
  background: #005C8F;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #005C8F;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li .sec a {
  color: #000;
}
.m-bm-head.white .m-bm-nav > li .mnavli .aniut {
  height: 35px;
  line-height: 35px;
}
.m-bm-head.white .m-bm-nav > li .mnavli .aniut i {
  font-size: 16px;
}
.m-bm-head.white .m-bm-nav > li > a {
  color: #000;
}
.m-bm-head.white .m-bm-nav .aniut i {
  color: #000;
}
.m-bm-head.white .mrhgxt {
  color: #000;
}
.cp_sort1 {
  background: #F4F5F5;
  border-radius: 2rem;
  border: 1px solid #DBDBDB;
  padding: 1rem;
}
.cp_sort1 > li {
  position: relative;
}
.cp_sort1 > li + li {
  margin-top: 1rem;
}
.cp_sort1 > li > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
  color: #0052D8;
}
.cp_sort1 > li > .sec > .tit1 > a:hover {
  color: #0052D8;
}
.cp_sort1 > li > .sec > .tit1 > .sec {
  padding: 0;
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 {
  padding: 0 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 .aniut {
  right: 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.875rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
  color: #0052D8;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #0052D8;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.75rem;
  line-height: 2rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a.clicked {
  color: #0052D8;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #0052D8;
}
.cp_sort1 > li > a {
  display: block;
  line-height: 3.5rem;
  font-size: 1rem;
  color: #020202;
  font-family: "Inter";
  padding: 0 8%;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
}
.cp_sort1 > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Inter";
  font-weight: 500;
}
.cp_sort1 > li > a.clicked {
  background: #0052D8;
  color: #fff;
}
.cp_sort1 > li > a.clicked + .aniut i {
  color: #fff;
}
.cp_sort1 > li .sec {
  display: none;
  padding: 1rem 0 0.1rem;
}
.cp_sort1 > li .sec .tit1 {
  position: relative;
  padding: 0 8%;
}
.cp_sort1 > li .sec .tit1 .aniut {
  height: 2.8125rem;
  line-height: 2.8125rem;
  right: 8%;
}
.cp_sort1 > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}
.cp_sort1 > li .sec .tit1 a {
  color: #020202;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.cp_sort1 > li .sec a {
  display: block;
  font-size: 12px;
  color: #020202;
  line-height: 35px;
}
.cp_sort1 > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.cp_sort1 .aniut {
  position: absolute;
  width: auto;
  height: 3.5rem;
  line-height: 3.5rem;
  right: 8%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.cp_sort1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #888888;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #005C8F;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
.list_website ul li:first-child {
  padding-top: 0;
}
@media (max-width: 1600px) {
  body {
    font-size: calc(100vw / 125);
  }
  html {
    font-size: calc(100vw / 125);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body {
    font-size: calc(100vw / 115);
  }
  html {
    font-size: calc(100vw / 115);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body {
    font-size: calc(100vw / 110);
  }
  html {
    font-size: calc(100vw / 110);
  }
}
@media (max-width: 1280px) {
  body {
    font-size: calc(100vw / 120);
  }
  html {
    font-size: calc(100vw / 120);
  }
}
@media (max-width: 990px) {
  body {
    font-size: 14px;
  }
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #005C8F;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
  fill: #005C8F;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 2.0625rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: unset;
  background-color: #196c9a;
  border-radius: 0.625rem;
}
.rightfix li {
  cursor: pointer;
  padding: 0;
  border: none;
  position: relative;
  border: none !important;
  background: unset;
}
.rightfix li .right_div {
  min-width: 10rem;
  color: #005C8F;
}
.rightfix li a {
  width: 4rem;
  height: 4rem;
  background-color: #196c9a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.rightfix li .iconfont {
  font-size: 1.75rem;
  line-height: 1;
  color: #FFF;
}
.rightfix li p {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
}
.rightfix li:hover {
  background: unset;
}
.rightfix li:hover .right_div {
  right: 5rem;
}
.rightfix li:nth-child(1) a {
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  overflow: unset;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
  display: none;
}
.rightfix li:last-child::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes header_show {
  0% {
    opacity: 0;
    transform: translateY(-140%);
  }
  45% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header {
  line-height: 6.25rem;
  position: fixed;
  top: 2.8125rem;
  left: 10rem;
  right: 10rem;
  z-index: 1000;
  background-color: #fff;
  border-radius: 1.25rem;
  animation: header_show 0.65s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .container {
  padding: 0 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  border-radius: unset;
}
header.active .container {
  padding: 0 10rem;
}
header.active2 {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  border-radius: unset;
}
header.active2 .container {
  padding: 0 10rem;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 3.125rem;
}
header .logo img img {
  filter: brightness(0) invert(1);
}
header .ds1 {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
header .ds1 .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  color: #005C8F;
  cursor: pointer;
}
header .ds1::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.1563rem;
  background-color: rgba(0, 92, 143, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
  position: relative;
}
header .lanuage a {
  font-size: 1rem;
  color: #005C8F;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont.icon-yuyan {
  font-size: 1.375rem;
  margin-right: 0.5rem;
}
header .lanuage a .icon-jiantou-bottom {
  font-size: 0.75rem;
  margin-left: 0.375rem;
}
header .lanuage a.c {
  color: #005C8F;
}
header .lanuage .yy-sec {
  position: absolute;
  left: 50%;
  top: 4.5rem;
  width: 5.5rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
header .lanuage .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
header .lanuage .yy-sec a + a {
  border-top: 1px solid #333;
}
header .lanuage .yy-sec a:hover {
  color: #005C8F;
}
header .shop {
  margin-left: 1.25rem;
}
header .shop .shop_a {
  display: flex;
  align-items: center;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
header .shop .shop_a .svg svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
  margin-top: -0.1875rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5625rem;
}
header .center > ul > li > a {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
}
header .center > ul > li:hover > a {
  color: #005C8F;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #005C8F;
}
footer {
  background: #005C8F;
}
footer .foot_top {
  padding-top: 7.5rem;
  padding-bottom: 5.875rem;
}
footer .foot_top .left {
  color: #fff;
  width: 30%;
}
footer .foot_top .left .logo {
  width: 17.5625rem;
}
footer .foot_top .left .ewm_box {
  margin-top: 1.5625rem;
  display: flex;
  gap: 2.0625rem;
}
footer .foot_top .left .ewm_box .ewm img {
  width: 7.625rem;
}
footer .foot_top .left .ewm_box .ewm .tt {
  margin-top: 0.3125rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
footer .foot_top .left .foot-contact ul li {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
footer .foot_top .left .foot-contact ul li span {
  width: 35%;
}
footer .foot_top .left .foot-contact ul li p {
  font-weight: 600;
}
footer .foot_top .right {
  padding-left: 4.25rem;
  width: 70%;
}
footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 1.5rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 1.375rem 0 1.125rem;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright span {
  color: rgba(255, 255, 255, 0.1);
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideInfoShow {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
.banner .hover {
  position: absolute;
  width: 100%;
  bottom: 6.125rem;
}
.banner .hover .svg {
  width: 3.125rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.banner .hover .svg img {
  display: none;
}
.banner .hover .p1 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.625rem;
  padding-bottom: 0.9375rem;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.banner .hover .p1 p {
  height: 4rem;
  overflow: hidden;
}
.banner .hover .p1 p span {
  display: none;
}
.banner .hover .p2 {
  padding-top: 2.1875rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
}
.banner .hover .p2 p {
  height: 2rem;
  overflow: hidden;
  display: none;
}
.banner .hover .tags {
  margin-top: 6.25rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.banner .hover .tags .tag {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.6875rem 1.5625rem;
  border-radius: 1.625rem;
  border: 1px solid #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover .tags .tag:hover {
  background-color: #005C8F;
  border-color: #005C8F;
}
.banner .swiper-slide-active .hover .svg img {
  display: block;
  animation: slideInfoShow 1.1s;
}
.banner .swiper-slide-active .hover .p1 p span {
  display: inline-block;
  animation: slideInfoShow 1.1s;
}
.banner .swiper-slide-active .hover .p2 p {
  display: block;
  animation: slideInfoShow 1.1s;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .toggle_box {
  position: absolute;
  bottom: 6.125rem;
  right: var(--container);
  display: flex;
  align-items: center;
}
.banner .toggle_box .ii {
  width: 7.3125rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  margin: 0 0.5625rem;
}
.banner .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  left: unset;
  top: unset;
  right: unset;
  background-color: unset;
}
.banner .swiper-button-prev i {
  color: #fff;
  font-size: 1.5rem;
}
.banner .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  left: unset;
  top: unset;
  right: unset;
  background-color: unset;
}
.banner .swiper-button-next i {
  color: #fff;
  font-size: 1.5rem;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #005C8F;
  line-height: 3.25rem;
  text-align: center;
  right: -6.25rem;
}
.swiper-button-next i {
  color: #005C8F;
  font-size: 1.375rem;
}
.swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #005C8F;
  line-height: 3.25rem;
  text-align: center;
  left: -6.25rem;
}
.swiper-button-prev i {
  color: #005C8F;
  font-size: 1.375rem;
}
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border: none;
  opacity: 1;
  background: #D9D9D9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3CA5E6;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.neibanner .neibanner_txt .svg {
  width: 3.125rem;
  height: 1.5rem;
}
.neibanner .neibanner_txt h3 {
  margin-top: 0.875rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
}
.neibanner .neibanner_txt p {
  margin-top: 1.5rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.neibanner .neibanner_txt .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.3125rem 1.4375rem;
}
.neibanner .neibanner_txt .grid_box .grid_item {
  border-radius: 0.625rem;
  background: #FCFCFC;
  padding: 2.375rem 2.3125rem 2.4375rem 2.0625rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.neibanner .neibanner_txt .grid_box .grid_item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.neibanner .neibanner_txt .grid_box .grid_item a .le h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.125rem;
  margin-top: 0;
}
.neibanner .neibanner_txt .grid_box .grid_item a .le p {
  color: #959798;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.neibanner .neibanner_txt .grid_box .grid_item a .ri .i {
  width: 2.375rem;
  height: 2.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #3CA5E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neibanner .neibanner_txt .grid_box .grid_item a .ri .i i {
  color: #3CA5E6;
  font-size: 1rem;
  transform: rotate(45deg);
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.neibanner .neibanner_txt .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/ea505ca0437298d27ad4afe635242547.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.neibanner .neibanner_txt .grid_box .grid_item::after {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/b39e5dacb93a2f8a1fc43e8d3a3d7ae8.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: -100%;
  left: -100%;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover {
  background-color: #3CA5E6;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover a .le h3 {
  color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover a .le p {
  color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover a .ri .i {
  border-color: #fff;
  background-color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover a .ri .i i {
  transform: rotate(90deg);
}
.neibanner .neibanner_txt .grid_box .grid_item.active {
  background-color: #3CA5E6;
}
.neibanner .neibanner_txt .grid_box .grid_item.active a .le h3 {
  color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item.active a .le p {
  color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item.active a .ri .i {
  border-color: #fff;
  background-color: #fff;
}
.neibanner .neibanner_txt .grid_box .grid_item.active a .ri .i i {
  transform: rotate(90deg);
}
.neibanner .neibanner_txt .grid_box .grid_item:hover::before {
  opacity: 0;
}
.neibanner .neibanner_txt .grid_box .grid_item.active::before {
  opacity: 0;
}
.neibanner .neibanner_txt .grid_box .grid_item:hover::after {
  bottom: 0;
  left: 0;
}
.neibanner .neibanner_txt .grid_box .grid_item.active::after {
  bottom: 0;
  left: 0;
}
.neibanner .neibanner_txt.neibanner_txt2 {
  top: 55%;
}
.neibanner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mbxdh .ajhhsd {
  color: rgba(102, 102, 102, 0.7);
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  padding: 1em 0;
}
.mbxdh .ajhhsd a {
  color: rgba(102, 102, 102, 0.7);
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.mbxdh .ajhhsd a:hover {
  color: #005C8F;
}
.mbxdh .ajhhsd a:nth-last-child(2) {
  color: #666;
}
.mbxdh .ajhhsd span {
  padding: 0 0.3em;
}
.mbxdh .ajhhsd span:last-child {
  display: none;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 1.25rem;
  color: #005C8F;
  font-weight: 700;
}
.bgf8 {
  background: #E8EBF1;
}
.all_title .svg {
  width: 3.125rem;
  height: 1.5rem;
}
.all_title p {
  margin-top: 1rem;
  color: rgba(70, 121, 171, 0.14);
  font-family: "Noto Sans SC";
  font-size: 2.3077rem;
  font-weight: 700;
  text-transform: uppercase;
}
.all_title h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 400;
}
.all_title .dd {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
img {
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.all_more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.all_more span {
  display: inline-block;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.6875rem 1.5rem;
  border-radius: 1.625rem;
  border: 1px solid #005C8F;
  margin-right: 1.125rem;
  height: 3.25rem;
  transition: background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s ease, border-color 0.55s ease;
}
.all_more .i {
  width: 3.25rem;
  height: 3.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #005C8F;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.all_more .i::before {
  content: "\e626";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.all_more .i::after {
  content: "\e626";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-220%);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.all_more:hover span {
  background-color: #005C8F;
  color: #fff;
}
.all_more:hover .i {
  transform: translateY(-0.0625rem);
}
.all_more:hover .i::before {
  transform: translate(-50%, -50%) translateX(220%);
  opacity: 0;
}
.all_more:hover .i::after {
  transform: translate(-50%, -50%) translateX(0);
  opacity: 1;
}
.all_more.white span {
  border-color: #fff;
  color: #fff;
}
.all_more.white .i {
  background-color: #fff;
}
.all_more.white .i::before {
  color: #005C8F;
}
.all_more.white .i::after {
  color: #005C8F;
}
@keyframes upDown-6ce502af {
  0% {
    top: -100%;
  }
  50% {
    top: 50%;
  }
  to {
    top: 100%;
  }
}
.all_more.xia .i::after {
  display: none;
}
.all_more.xia .i::before {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  animation: upDown-6ce502af 1.3s ease-in-out infinite;
}
.all_more.xia:hover .i {
  transform: none;
}
.all_more.xia:hover .i::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}
.all_more_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.all_more_left span {
  display: inline-block;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.6875rem 1.5rem;
  border-radius: 1.625rem;
  border: 1px solid #005C8F;
  margin-left: 1.125rem;
  height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more_left .i {
  width: 3.25rem;
  height: 3.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #005C8F;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.all_more_left .i::before {
  content: "\e627";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more_left .i::after {
  content: "\e627";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more_left:hover span {
  background-color: #005C8F;
  color: #fff;
}
.all_more_left:hover .i::before {
  left: 150%;
}
.all_more_left:hover .i::after {
  left: 50%;
}
.all_more_left.white span {
  border-color: #fff;
  color: #fff;
}
.all_more_left.white .i {
  background-color: #fff;
}
.all_more_left.white .i::before {
  color: #005C8F;
}
.all_more_left.white .i::after {
  color: #005C8F;
}
@keyframes upDown-6ce502af {
  0% {
    top: -100%;
  }
  50% {
    top: 50%;
  }
  to {
    top: 100%;
  }
}
.all_more_left.xia .i::before {
  transform: translate(-50%, -50%) rotate(90deg);
  animation: upDown-6ce502af 1.3s ease-in-out infinite;
}
.all_more_left.xia .i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  animation: upDown-6ce502af 1.3s ease-in-out infinite;
}
.all_more2 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.6875rem 1.8125rem;
  border-radius: 1.625rem;
  background: #3CA5E6;
  height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more2:hover {
  cursor: pointer;
  background-color: #005C8F;
  color: #fff;
}
.flex_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_one {
  padding-top: 6.625rem;
  padding-bottom: 6.5625rem;
  position: relative;
  z-index: 2;
}
.index_one .left .over {
  border-radius: 1.3125rem;
}
.index_one .right {
  padding-left: 5rem;
}
.index_one .right .cont {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one .right .cont span {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_one .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.index_one .grid_box .grid_item {
  position: relative;
  padding-left: 2.125rem;
}
.index_one .grid_box .grid_item h3 span {
  color: #255984;
  font-family: "Noto Sans SC";
  font-size: 3.25rem;
  font-weight: 700;
}
.index_one .grid_box .grid_item h3 sub {
  color: #255984;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  bottom: 0;
}
.index_one .grid_box .grid_item p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.index_one .grid_box .grid_item:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
.index_two {
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
  padding-top: 12.375rem;
  padding-bottom: 12.1875rem;
  position: relative;
  z-index: 3;
  /* 容器设置 */
  /* 卡片基础样式 */
}
.index_two .accordion-container {
  display: flex;
  width: 100%;
  /* 根据你的设计稿调整宽度 */
  height: 20rem;
  gap: 1.875rem;
}
.index_two .accordion-container .card_item {
  flex: 1;
}
.index_two .card_item {
  position: relative;
  flex: 1;
  /* 默认情况下平分空间 */
  background-color: #757575;
  background-size: cover;
  /* 灰色背景 */
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* 流畅的过渡曲线 */
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 2.6875rem 1rem 2.5rem 2.1875rem;
}
.index_two .card_item .num {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.3077rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.index_two .card_item .tit {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.index_two .card_item .bb {
  opacity: 0;
  transition: all 0.3s 0.4s;
}
.index_two .card_item .dd {
  margin-top: 1.625rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_two .card_item .more {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.index_two .card_item .more span {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
}
.index_two .card_item .more .i {
  flex: 1;
  margin: 0 0.625rem;
  height: 0.125rem;
  background-color: #fff;
}
.index_two .card_item .more i {
  color: #fff;
  font-size: 1.25rem;
}
.index_two .card_item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(123deg, #005C8F 2.44%, rgba(0, 92, 143, 0) 109.41%);
  position: absolute;
  top: 0;
  left: 0;
}
.index_two .card_item.active {
  flex: 3;
  padding: 2.6875rem 2.1875rem 2.5rem 2.625rem;
}
.index_two .card_item.active .bb {
  opacity: 1;
}
.index_color_one::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: 90vh;
  left: 5%;
  z-index: 1;
}
.index_color_one::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: blur(12.5rem);
  position: absolute;
  top: 150vh;
  right: 0;
  z-index: 1;
}
.index_three {
  backdrop-filter: blur(0.625rem);
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.index_three .cont_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 8.875rem;
}
@keyframes zhuan-867335cb {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.index_three ul li .text {
  position: absolute;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 99;
}
.index_three ul li .text .tt {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
}
.index_three ul li .text .more {
  display: flex;
  align-items: center;
  opacity: 0;
}
.index_three ul li .text .more span {
  font-size: 1rem;
  color: #ca455b;
  font-weight: 600;
}
.index_three ul li .text .more .i {
  background-color: #ca455b;
  width: 6.25rem;
  height: 0.125rem;
  margin: 0 1rem;
}
.index_three ul li .text .more i {
  font-size: 1.25rem;
  color: #ca455b;
  font-weight: 600;
}
.index_three ul li .num {
  position: absolute;
}
.index_three ul li .num .svg {
  position: absolute;
  transform-origin: left bottom;
}
.index_three ul li .num .nn {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 92, 143, 0.2);
  font-family: "Noto Sans SC";
  font-size: 3.125rem;
  color: transparent;
  font-weight: 700;
}
.index_three ul li:nth-child(1) .text {
  bottom: 3%;
}
.index_three ul li:nth-child(1) .num {
  text-align: center;
  bottom: 3%;
  left: 21%;
}
.index_three ul li:nth-child(1) .num .svg {
  bottom: 80%;
  left: 50%;
}
.index_three ul li:nth-child(2) .text {
  bottom: 20%;
  left: 11%;
}
.index_three ul li:nth-child(2) .num {
  text-align: center;
  bottom: 19%;
  left: 23%;
}
.index_three ul li:nth-child(2) .num .svg {
  bottom: 83%;
  left: 66%;
  transform: rotate(-5deg);
}
.index_three ul li:nth-child(3) .text {
  bottom: 35%;
  left: 15%;
}
.index_three ul li:nth-child(3) .num {
  text-align: center;
  bottom: 35%;
  left: 28%;
}
.index_three ul li:nth-child(3) .num .svg {
  bottom: 90%;
  left: 80%;
  transform: rotate(-5deg);
}
.index_three ul li:nth-child(4) .text {
  bottom: 55%;
  left: 25%;
}
.index_three ul li:nth-child(4) .num {
  text-align: center;
  bottom: 50%;
  left: 37%;
}
.index_three ul li:nth-child(4) .num .svg {
  bottom: 66%;
  left: 100%;
}
.index_three ul li:nth-child(5) .text {
  bottom: 68%;
  left: 45%;
}
.index_three ul li:nth-child(5) .num {
  text-align: center;
  bottom: 53%;
  left: 48%;
}
.index_three ul li:nth-child(5) .num .svg {
  bottom: 25%;
  left: 95%;
}
.index_three ul li:nth-child(6) .text {
  bottom: 62%;
  left: 63%;
}
.index_three ul li:nth-child(6) .num {
  text-align: center;
  bottom: 50%;
  left: 58%;
}
.index_three ul li:nth-child(6) .num .svg {
  bottom: -52%;
  left: 115%;
}
.index_three ul li:nth-child(7) .text {
  bottom: 42%;
  left: 75%;
}
.index_three ul li:nth-child(7) .num {
  text-align: center;
  bottom: 37%;
  left: 67%;
}
.index_three ul li:nth-child(7) .num .svg {
  bottom: -80%;
  left: 113%;
}
.index_three ul li:nth-child(8) .text {
  bottom: 24%;
  left: 81%;
}
.index_three ul li:nth-child(8) .num {
  text-align: center;
  bottom: 23%;
  left: 73%;
}
.index_three ul li:nth-child(8) .num .svg {
  bottom: -128%;
  left: 95%;
}
.index_three ul li:nth-child(9) .text {
  bottom: 5%;
  left: 83%;
}
.index_three ul li:nth-child(9) .num {
  text-align: center;
  bottom: 5%;
  left: 76%;
}
.index_three ul li:nth-child(9) .num .svg {
  bottom: -128%;
  left: 95%;
  transform: rotate(-5deg);
}
.index_three ul li:hover .text {
  transform: scale(1.1);
}
.index_three ul li:hover .text .tt {
  color: #F05064;
}
.index_three ul li:hover .text .more {
  opacity: 1;
}
.index_three ul li:hover .num .svg svg path {
  stroke: #F05064;
  fill: #F05064;
}
.index_three ul li:hover .num .nn {
  color: #F05064;
  -webkit-text-stroke-color: #F05064;
}
.index_three ul li.active .text {
  transform: scale(1.1);
}
.index_three ul li.active .text .tt {
  color: #F05064;
}
.index_three ul li.active .text .more {
  opacity: 1;
}
.index_three ul li.active .num .svg svg path {
  stroke: #F05064;
  fill: #F05064;
}
.index_three ul li.active .num .nn {
  color: #F05064;
  -webkit-text-stroke-color: #F05064;
}
.index_three .img_yuan {
  width: 46.875rem;
  height: 46.875rem;
  margin: 0 auto;
  animation: zhuan-867335cb linear 4s infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23.4375rem;
}
.index_three .image_list {
  width: 39rem;
  height: 39rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19.5rem;
}
.index_three .image_list img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}
.index_three .image_list img.active {
  display: block;
}
.index_color_two {
  position: relative;
}
.index_color_two::before {
  content: '';
  display: block;
  width: 32.3904rem;
  height: 48.4325rem;
  transform: rotate(-30deg);
  border-radius: 48.4325rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  left: var(--container);
  bottom: 0;
}
.index_four {
  padding-top: 8.875rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.625rem);
}
.index_four .left {
  position: relative;
  z-index: 3;
}
.index_four .left .desc .gpno {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
}
.index_four .left .desc .gpno span {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 600;
}
.index_four .left .desc .price {
  margin-top: 0.625rem;
}
.index_four .left .desc .price span {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 4.375rem;
  font-weight: 700;
}
.index_four .left .desc .price sub {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  bottom: 0;
}
.index_four .left .desc .price p {
  margin-left: 3.125rem;
  display: inline-block;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_four .right #earth {
  width: 45vw;
  height: 45vw;
}
.index_four .swiper_box {
  position: absolute;
  width: 100%;
  bottom: 6.6875rem;
}
.index_four .swiper_box .swiper_indexnews {
  position: relative;
  z-index: 3;
}
.index_four .swiper_box .swiper_indexnews .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  aspect-ratio: 1/1;
  background-color: rgba(51, 51, 51, 0.3);
  border: 1px solid rgba(51, 51, 51, 0.3);
  left: -1.625rem;
}
.index_four .swiper_box .swiper_indexnews .swiper-button-prev i {
  font-size: 1.5rem;
  color: #fff;
}
.index_four .swiper_box .swiper_indexnews .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  aspect-ratio: 1/1;
  background-color: rgba(51, 51, 51, 0.3);
  border: 1px solid rgba(51, 51, 51, 0.3);
  right: -1.625rem;
}
.index_four .swiper_box .swiper_indexnews .swiper-button-next i {
  font-size: 1.5rem;
  color: #fff;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(3.125rem);
  padding: 2.25rem 2.1875rem 2.4375rem 3.75rem;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .time {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text {
  margin-top: 1.25rem;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text .p {
  margin-top: 0.8125rem;
  color: #868787;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text .more {
  display: flex;
  align-items: center;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text .more span {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text .more .i {
  width: 12.25rem;
  height: 0.125rem;
  background-color: #005C8F;
  margin: 0 1rem 0 0.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box .text .more i {
  color: #005C8F;
  font-size: 1.375rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box:hover .text h3 {
  color: #005C8F;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box:hover .text .more span {
  color: #F05064;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box:hover .text .more i {
  color: #F05064;
}
.index_four .swiper_box .swiper_indexnews .indexnews_box:hover .text .more .i {
  background-color: #F05064;
}
.index_four .swiper_box .swiper_indexnews .swiper-pagination {
  display: none;
}
:focus-visible {
  outline: unset;
}
.index_five {
  padding-top: 6.9375rem;
  padding-bottom: 5.6875rem;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
}
.index_five .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8125rem;
}
.index_five .grid_box .grid_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 3.125rem 1.875rem 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .grid_box .grid_item .icon {
  width: 3.0625rem;
  height: 3.0625rem;
}
.index_five .grid_box .grid_item .text {
  margin-top: 0.875rem;
}
.index_five .grid_box .grid_item .text h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.index_five .grid_box .grid_item .text p {
  margin-top: 0.1875rem;
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.index_five .grid_box .grid_item:hover {
  background-color: #005C8F;
}
.index_five .grid_box .grid_item:hover .icon {
  filter: brightness(0) invert(1);
}
.index_five .grid_box .grid_item:hover .text h3 {
  color: #fff;
}
.index_five .grid_box .grid_item:hover .text p {
  color: #fff;
}
.all_desc {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}
.index_threenew {
  padding-top: 9.625rem;
  padding-bottom: 12.375rem;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
}
.index_threenew .left ul li {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.5rem;
  /* 181.818% */
  padding-left: 2.1875rem;
  position: relative;
}
.index_threenew .left ul li.active,
.index_threenew .left ul li:hover {
  cursor: pointer;
  color: #3CA5E6;
}
.index_threenew .left ul li.active a,
.index_threenew .left ul li:hover a {
  color: #3CA5E6;
}
.index_threenew .left ul li.active a::after,
.index_threenew .left ul li:hover a::after {
  width: 100%;
}
.index_threenew .left ul li::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  left: 0.75rem;
  top: 1rem;
}
.index_threenew .left ul li a {
  position: relative;
  display: inline-block;
}
.index_threenew .left ul li a::after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 0.375rem;
  background: #3CA5E6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_threenew .right .tab_box .tab_item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  display: none;
}
.index_threenew .right .tab_box .tab_item .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5rem 4.375rem;
}
.index_threenew .right .tab_box .tab_item .cont .icon {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  background-color: #005C8F;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_threenew .right .tab_box .tab_item .cont .icon img {
  width: 50%;
}
.index_threenew .right .tab_box .tab_item .cont .text {
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}
.index_threenew .right .tab_box .tab_item .cont .text h3 {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
}
.index_threenew .right .tab_box .tab_item .cont .text p {
  margin-top: 0.875rem;
  color: #333;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 150% */
}
.index_threenew .right .tab_box .tab_item .more {
  position: absolute;
  bottom: 3.125rem;
  left: 4.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.index_threenew .right .tab_box .tab_item .more span {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
}
.index_threenew .right .tab_box .tab_item .more .i {
  width: 12.25rem;
  margin: 0 0.625rem;
  height: 0.125rem;
  background-color: #005C8F;
}
.index_threenew .right .tab_box .tab_item .more i {
  color: #005C8F;
  font-size: 1.25rem;
}
.index_threenew .right .tab_box .tab_item .cont::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, #FFF 20.94%, rgba(255, 255, 255, 0) 80.92%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index_threenew .right .tab_box .tab_item.active {
  display: block;
}
.channel_case {
  padding-top: 10.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
  position: relative;
  height: 100vh;
}
.channel_case .cont {
  position: relative;
  z-index: 2;
}
.channel_case .cont .swiper_cpjjfa {
  position: relative;
  margin: 0 -0.875rem;
  padding-bottom: 9.0625rem;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide {
  padding: 0 0.875rem;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .over {
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .over img {
  aspect-ratio: 3 / 1.9;
  object-fit: cover;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 4.46%, rgba(0, 0, 0, 0.7) 130.63%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 2.5rem;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 4;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt h3 {
  width: calc(100% - 5rem);
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: calc(100% - 3.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt .p {
  width: calc(100% - 5rem);
  margin-top: 1.625rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt a.more {
  width: calc(100% - 5rem);
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt a.more span {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt a.more .i {
  flex: 1;
  margin: 0 0.625rem;
  height: 0.125rem;
  background-color: #fff;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt a.more i {
  color: #fff;
  font-size: 1.25rem;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt:hover h3 {
  top: 4rem;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt:hover .p {
  top: 27%;
}
.channel_case .cont .swiper_cpjjfa .swiper-slide .txt:hover .more {
  top: calc(100% - 9rem);
}
.channel_case .cont .swiper-scrollbar {
  width: 15.0625rem;
  bottom: 3.125rem;
  height: 2px;
  background-color: rgba(0, 92, 143, 0.1);
}
.channel_case .cont .swiper-scrollbar-drag {
  background-color: #005C8F;
  height: 3px;
  border-radius: unset;
}
.channel_case .cont .scroll {
  position: absolute;
  right: 10%;
  bottom: 1.875rem;
  animation: xiangxia2 2s infinite;
  display: flex;
  align-items: center;
}
.channel_case .cont .scroll p {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-left: 1.25rem;
  /* 150% */
}
.channel_case .cont .scroll .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_case .cont .scroll .img img {
  width: 30%;
}
.channel_case .content {
  position: relative;
  z-index: 2;
}
.channel_case .content .grid_box {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.channel_case .content .grid_box .product_item {
  position: relative;
}
.channel_case .content .grid_box .product_item .over {
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
}
.channel_case .content .grid_box .product_item .over img {
  aspect-ratio: 3 / 1.9;
  object-fit: cover;
}
.channel_case .content .grid_box .product_item .over::before {
  z-index: 3;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 4.46%, rgba(0, 0, 0, 0.7) 130.63%);
  position: absolute;
  top: 0;
  left: 0;
}
.channel_case .content .grid_box .product_item .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.25rem;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9;
}
.channel_case .content .grid_box .product_item .txt h3 {
  width: calc(100% - 2.5rem);
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_case .content .grid_box .product_item .txt .p {
  width: calc(100% - 2.5rem);
  margin-top: 2.625rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  top: 27%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_case::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: -50%;
  z-index: 1;
}
.channel_case::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: 1;
}
.flex_bottom {
  position: relative;
  z-index: 2;
}
.flex_bottom .ri {
  display: flex;
  gap: 1.25rem;
}
.flex_bottom .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.flex_bottom .swiper-button-next i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
.flex_bottom .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.flex_bottom .swiper-button-prev i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
@keyframes xiangxia2 {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.625rem);
  }
}
.channel_solution {
  padding-top: 10.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
  position: relative;
  height: 100vh;
}
.channel_solution .flex_top {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: relative;
  z-index: 2;
}
.channel_solution .ri {
  padding-top: 0.625rem;
  padding-right: var(--container);
  display: flex;
  justify-content: end;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
.channel_solution .ri .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.channel_solution .ri .swiper-button-next i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
.channel_solution .ri .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.channel_solution .ri .swiper-button-prev i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
.channel_solution .row {
  position: relative;
  z-index: 2;
}
.channel_solution .left {
  padding-right: 7.5rem;
}
.channel_solution .left .desc {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.channel_solution .right {
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.channel_solution .right .swiper_box {
  overflow: hidden;
  padding-right: var(--container);
}
.channel_solution .right .swiper_solution {
  position: relative;
  margin: 0 -0.875rem;
}
.channel_solution .right .swiper_solution .swiper-slide {
  padding: 0 0.875rem;
}
.channel_solution .right .swiper_solution .swiper-slide .over {
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
}
.channel_solution .right .swiper_solution .swiper-slide .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 4.46%, rgba(0, 0, 0, 0.7) 130.63%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.channel_solution .right .swiper_solution .swiper-slide .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 2.5rem;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.channel_solution .right .swiper_solution .swiper-slide .txt h3 {
  width: calc(100% - 5rem);
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: calc(100% - 3.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution .right .swiper_solution .swiper-slide .txt .p {
  width: calc(100% - 5rem);
  margin-top: 1.625rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution .right .swiper_solution .swiper-slide .txt a.more {
  width: calc(100% - 5rem);
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution .right .swiper_solution .swiper-slide .txt a.more span {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
}
.channel_solution .right .swiper_solution .swiper-slide .txt a.more .i {
  flex: 1;
  margin: 0 0.625rem;
  height: 0.125rem;
  background-color: #fff;
}
.channel_solution .right .swiper_solution .swiper-slide .txt a.more i {
  color: #fff;
  font-size: 1.25rem;
}
.channel_solution .right .swiper_solution .swiper-slide .txt:hover h3 {
  top: 4rem;
}
.channel_solution .right .swiper_solution .swiper-slide .txt:hover .p {
  top: 27%;
}
.channel_solution .right .swiper_solution .swiper-slide .txt:hover .more {
  top: calc(100% - 9rem);
}
.channel_solution .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: var(--container);
  padding-top: 5.625rem;
  z-index: 2;
}
.channel_solution .bottom_box .swiper-scrollbar {
  width: 15.0625rem;
  bottom: 3.125rem;
  height: 2px;
  background-color: rgba(0, 92, 143, 0.1);
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.channel_solution .bottom_box .swiper-scrollbar-drag {
  background-color: #005C8F;
  height: 3px;
  border-radius: unset;
}
.channel_solution .bottom_box .scroll {
  animation: xiangxia2 2s infinite;
  display: flex;
  align-items: center;
}
.channel_solution .bottom_box .scroll p {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-left: 1.25rem;
  /* 150% */
}
.channel_solution .bottom_box .scroll .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_solution .bottom_box .scroll .img img {
  width: 30%;
}
.channel_solution .content {
  position: relative;
  z-index: 2;
}
.channel_solution .content .grid_box {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.channel_solution .content .grid_box .product_item {
  position: relative;
}
.channel_solution .content .grid_box .product_item .over {
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
}
.channel_solution .content .grid_box .product_item .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 4.46%, rgba(0, 0, 0, 0.7) 130.63%);
  position: absolute;
  top: 0;
  left: 0;
}
.channel_solution .content .grid_box .product_item .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.25rem;
  top: 0;
  left: 0;
  overflow: hidden;
}
.channel_solution .content .grid_box .product_item .txt h3 {
  width: calc(100% - 2.5rem);
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution .content .grid_box .product_item .txt .p {
  width: calc(100% - 2.5rem);
  margin-top: 1.625rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  top: 27%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: -50%;
  z-index: 1;
}
.channel_solution::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: 1;
}
.list_solution_one .left {
  padding-right: 2.375rem;
}
.list_solution_one .left .le_box {
  position: sticky;
  top: 6.25rem;
}
.list_solution_one .left .le_box .swiper_moreimg {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-slide {
  position: relative;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-slide .svg {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 9;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-slide .svg img {
  width: 45%;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-slide .over {
  border-radius: 1.875rem;
  text-align: center;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-slide .over img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.list_solution_one .left .le_box .swiper_moreimg .swiper-pagination {
  justify-content: center;
}
.list_solution_one .right {
  padding-left: 2.375rem;
  position: relative;
}
.list_solution_one .right .text p {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_solution_one .right .text .tit {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
}
.list_solution_one .right .text ul li {
  border-top: 1px solid rgba(51, 51, 51, 0.04);
  padding-top: 0.875rem;
  padding-bottom: 1.0625rem;
  display: flex;
  justify-content: space-between;
}
.list_solution_one .right .text ul li .no {
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1.875rem;
}
.list_solution_one .right .text ul li .ri {
  flex: 1;
}
.list_solution_one .right .text ul li .ri h3 {
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_solution_one .right .text ul li .ri p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  padding-left: 1.5625rem;
  position: relative;
}
.list_solution_one .right .text ul li .ri p::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0.625rem;
  top: 0.75rem;
}
.all_tit {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
}
.all_subtit {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.625rem;
  font-weight: 600;
}
.list_solution_two {
  padding-bottom: 8.125rem;
}
.list_solution_two .ri {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.875rem;
}
.list_solution_two .ri .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_solution_two .ri .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_solution_two .swiper_liucheng {
  position: relative;
  overflow: hidden;
}
.list_solution_two .swiper_liucheng .swiper-slide {
  text-align: center;
}
.list_solution_two .swiper_liucheng .swiper-slide img {
  width: 80%;
}
.ptb {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_solution_three {
  padding-bottom: 10.375rem;
  position: relative;
  overflow: hidden;
}
.list_solution_three .content {
  position: relative;
  z-index: 2;
}
.list_solution_three .content .swiper_box {
  position: relative;
}
.list_solution_three .content .swiper_box .swiper_caseshow {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.4375rem;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-pagination {
  justify-content: center;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.54);
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row {
  align-items: center;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .left {
  padding-left: 2.1875rem;
  padding-right: 5rem;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .left .img_box {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
  overflow: hidden;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .left .img_box .svg {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 9;
  cursor: pointer;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .left .img_box .over {
  text-align: center;
  padding: 0 2.25rem;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .left .img_box .over img {
  aspect-ratio: 696/420;
  object-fit: contain;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .right {
  padding-left: 1.875rem;
  padding-right: 5.3125rem;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .right .tit {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_solution_three .content .swiper_box .swiper_caseshow .swiper-slide .row .right .desc {
  margin-top: 1rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_solution_three::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
.list_solution_three::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: -1;
}
.tabbox {
  width: 100%;
  position: fixed;
  top: 6.25rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.6875rem 0;
  z-index: 99;
}
.tabbox .tabul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.tabbox .tabul .tabli {
  padding: 0.625rem 1.25rem;
}
.tabbox .tabul .tabli a {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
}
.tabbox .tabul .tabli.active a {
  color: #3CA5E6;
}
.tabbox .tabul .tabli.on {
  background-color: #3CA5E6;
  border-radius: 1.625rem;
}
.tabbox .tabul .tabli.on a {
  color: #fff;
}
.about_banner {
  position: relative;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/ea385b9640c71809410a455b1dd24fdf.jpg');
  background-size: 100% 100%;
  overflow: hidden;
}
.about_banner .content .row {
  align-items: center;
}
.about_banner .content .left .all_title h3 {
  margin-top: 0.875rem;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.about_banner .content .left .all_title .i {
  width: 30rem;
  height: 1px;
  background-color: #005C8F;
}
.about_banner .content .left .all_title .p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: uppercase;
  position: relative;
}
.about_banner .content .left .more_flex {
  display: flex;
  align-items: center;
}
@keyframes breathe-slow {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
@keyframes breathe-reverse {
  0%,
  100% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
}
.about_banner .content .right {
  position: relative;
}
.about_banner .content .right .over {
  -webkit-mask-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/56fa247478b53764e6bfda6c9a1f2d21.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
  position: relative;
  z-index: 2;
}
.about_banner .content .right .over img {
  font-size: 0;
  line-height: 1;
}
.about_banner .content .right::before {
  content: '';
  display: block;
  width: 102%;
  height: 100%;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/7313ee40a89d47505c74241c195e8baf.png');
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation: breathe-slow 8s ease-in-out infinite;
}
.about_banner .content .right::after {
  content: '';
  display: block;
  width: 106%;
  height: 102%;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/af0cd5bd8fab5651493e4f09703c6a99.png');
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation: breathe-reverse 10s ease-in-out infinite;
}
.list_about_top .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.list_about_top .grid_box .grid_item {
  border-radius: 0.625rem;
  border: 1px solid #3CA5E6;
  background: #FCFCFC;
  padding: 1.875rem 2.625rem 1.5625rem 2.125rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_top .grid_box .grid_item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.list_about_top .grid_box .grid_item a .le h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.list_about_top .grid_box .grid_item a .le p {
  color: #959798;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.list_about_top .grid_box .grid_item a .ri .i {
  width: 2.375rem;
  height: 2.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #3CA5E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_top .grid_box .grid_item a .ri .i i {
  color: #3CA5E6;
  font-size: 1rem;
  transform: rotate(45deg);
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_top .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/ea505ca0437298d27ad4afe635242547.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.list_about_top .grid_box .grid_item::after {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/b39e5dacb93a2f8a1fc43e8d3a3d7ae8.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: -100%;
  left: -100%;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_top .grid_box .grid_item:hover {
  background-color: #3CA5E6;
}
.list_about_top .grid_box .grid_item:hover a .le h3 {
  color: #fff;
}
.list_about_top .grid_box .grid_item:hover a .le p {
  color: #fff;
}
.list_about_top .grid_box .grid_item:hover a .ri .i {
  border-color: #fff;
}
.list_about_top .grid_box .grid_item:hover a .ri .i i {
  color: #fff;
  transform: rotate(90deg);
}
.list_about_top .grid_box .grid_item.active {
  background-color: #3CA5E6;
}
.list_about_top .grid_box .grid_item.active a .le h3 {
  color: #fff;
}
.list_about_top .grid_box .grid_item.active a .le p {
  color: #fff;
}
.list_about_top .grid_box .grid_item.active a .ri .i {
  border-color: #fff;
}
.list_about_top .grid_box .grid_item.active a .ri .i i {
  color: #fff;
  transform: rotate(90deg);
}
.list_about_top .grid_box .grid_item:hover::before {
  opacity: 0;
}
.list_about_top .grid_box .grid_item.active::before {
  opacity: 0;
}
.list_about_top .grid_box .grid_item:hover::after {
  bottom: 0;
  left: 0;
}
.list_about_top .grid_box .grid_item.active::after {
  bottom: 0;
  left: 0;
}
.list_about_one .left .cont {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_about_one .left .cont span {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875rem;
}
.list_about_one .right {
  padding-left: 5rem;
}
.list_about_one .right .over {
  border-radius: 1.875rem;
}
.list_about_one .aboutnum_box {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.list_about_one .aboutnum_box .aboutnu_item {
  position: relative;
  padding-left: 2.125rem;
}
.list_about_one .aboutnum_box .aboutnu_item h3 span {
  color: #255984;
  font-family: "Noto Sans SC";
  font-size: 3.25rem;
  font-weight: 700;
}
.list_about_one .aboutnum_box .aboutnu_item h3 sub {
  color: #255984;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
  bottom: 0;
}
.list_about_one .aboutnum_box .aboutnu_item p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_about_one .aboutnum_box .aboutnu_item:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
.list_about_two {
  padding-bottom: 7.8125rem;
}
.list_about_two .grid_box {
  border-radius: 1.875rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_about_two .grid_box .grid_item {
  position: relative;
}
.list_about_two .grid_box .grid_item .text {
  position: absolute;
  top: 50%;
  width: 55%;
  transform: translateY(-50%);
}
.list_about_two .grid_box .grid_item .text h3 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.3077rem;
  font-weight: 700;
}
.list_about_two .grid_box .grid_item .text .p {
  margin-top: 1.875rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_about_two .grid_box .grid_item:nth-child(1) .text {
  right: 6.5625rem;
  text-align: right;
}
.list_about_two .grid_box .grid_item:nth-child(2) .text {
  left: 6.5625rem;
}
.list_about_three {
  padding-top: 6.875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/9016d52ef165ec2d809b22712e92043c.jpg');
  background-size: cover;
  height: 95vh;
}
.list_about_three .ri {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.875rem;
  padding-bottom: 1.375rem;
}
.list_about_three .ri .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_about_three .ri .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_about_three .content .swiper_history {
  position: relative;
  overflow: hidden;
  margin: 0 -0.6875rem;
}
.list_about_three .content .swiper_history .swiper-slide {
  padding: 0 0.6875rem;
}
.list_about_three .content .swiper_history .swiper-slide .history_box h3 {
  color: #255984;
  font-family: "Noto Sans SC";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  padding-right: 1rem;
}
.list_about_three .content .swiper_history .swiper-slide .history_box h3 span {
  padding-right: 2.5rem;
}
.list_about_three .content .swiper_history .swiper-slide .history_box h3 i {
  display: inline-block;
  flex: 1;
  height: 0.125rem;
  background-color: #005C8F;
}
.list_about_three .content .swiper_history .swiper-slide .history_box ul {
  margin-top: 3.125rem;
  padding-right: 2.1875rem;
}
.list_about_three .content .swiper_history .swiper-slide .history_box ul li {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 1rem;
}
.list_about_three .content .swiper_history .swiper-slide .history_box ul li::before {
  content: '';
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 1px solid #F05064;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.list_about_four {
  position: relative;
}
.list_about_four .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 7rem;
  z-index: 2;
}
.list_about_four .content .swiper_honor {
  margin-top: 5.375rem;
  position: relative;
  overflow: hidden;
  height: 19.375rem;
}
.list_about_four .content .swiper_honor .swiper-slide {
  color: #6C6B6C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .content .swiper_honor .swiper-slide:hover {
  cursor: pointer;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: capitalize;
}
.honorpop {
  width: 100%;
  padding: 6.5rem 0 9rem;
  background-size: cover;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/d6d03e7893157bcb0f61077cbb13f076.jpg');
  display: none;
}
.honorpop .time_box {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.honorpop .time_box .time {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.honorpop .time_box .time.active {
  color: #3CA5E6;
}
.honorpop .swiper_box {
  position: relative;
  padding: 0 var(--container);
}
.honorpop .swiper_box .swiper-button-prev {
  left: 3.75rem;
}
.honorpop .swiper_box .swiper-button-next {
  right: 3.75rem;
}
.honorpop .swiper_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(27, 39, 86, 0.2);
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.honorpop .swiper_allhonor {
  position: relative;
  overflow: hidden;
  margin: 0 -3.125rem;
}
.honorpop .swiper_allhonor .swiper-slide {
  padding: 0 1rem;
}
.honorpop .swiper_allhonor .allhonor_box {
  position: relative;
  padding-top: 2.5rem;
}
.honorpop .swiper_allhonor .allhonor_box h3 {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 600;
}
.honorpop .swiper_allhonor .allhonor_box p {
  margin-top: 0.1875rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  min-height: 3.5rem;
}
.honorpop .swiper_allhonor .allhonor_box .img {
  margin-top: 1.875rem;
  height: 12.5rem;
}
.honorpop .swiper_allhonor .allhonor_box .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.honorpop .swiper_allhonor .allhonor_box::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #3CA5E6;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.fancybox__content > .carousel__button.is-close {
  top: 3.75rem;
  right: 4.75rem;
}
.carousel__button svg {
  stroke: #868787;
  filter: none;
  width: 2rem;
  height: 2rem;
}
.list_social_one .left {
  width: 25%;
  height: 45.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.list_social_one .left .top {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  justify-content: flex-end;
}
.list_social_one .left .top .num {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
}
.list_social_one .left .top .tag {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.625rem 0.8125rem 0.5625rem;
  border-radius: 1.875rem;
  background: #3CA5E6;
  height: 2.375rem;
}
.list_social_one .left .text {
  margin-top: 2rem;
  color: #666;
  text-align: right;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  min-height: 5rem;
}
.list_social_one .right {
  width: 25%;
  height: 45.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.list_social_one .right .top {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.list_social_one .right .top .num {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
  order: 2;
}
.list_social_one .right .top .tag {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.625rem 0.8125rem 0.5625rem;
  border-radius: 1.875rem;
  background: #3CA5E6;
  height: 2.375rem;
  order: 1;
}
.list_social_one .right .text {
  margin-top: 2rem;
  color: #666;
  text-align: right;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  min-height: 5rem;
  text-align: left;
}
.list_social_one .center {
  width: 45.5rem;
  height: 45.5rem;
  margin: 0 0.57rem;
  position: relative;
  /* 默认隐藏图片层 */
  /* 当鼠标悬停在组（group）上时，显示图片层 */
  /* 如果你希望鼠标放上去时颜色层完全消失，可以加这一段 */
  /* 基础过渡设置 */
  /* 激活状态：当 JS 给 group 加上 .active 时 */
  /* 这里的选择器要对应你 pattern 里的 id */
}
.list_social_one .center svg {
  width: 100%;
  height: 100%;
}
.list_social_one .center .group path {
  transition: all 0.4s;
  /* 重点：让路径变形(d)、透明度(opacity)都产生动画 */
  transition: d 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, fill 0.4s ease;
}
.list_social_one .center .group path[fill^="url(#image"] {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* 添加平滑过渡动画 */
  pointer-events: none;
  /* 确保鼠标事件穿透到下层或由组处理 */
}
.list_social_one .center .group image {
  transform-origin: center center;
  /* 重点：图片缩放过渡 */
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 0;
  transform: scale(1);
}
.list_social_one .center .group:hover path[fill^="url(#image"] {
  opacity: 1;
}
.list_social_one .center .group:hover path:not([fill^="url(#image"]) {
  opacity: 0;
}
.list_social_one .center .group.active .path-image {
  opacity: 1;
}
.list_social_one .center .group.active .path-color {
  opacity: 0;
}
.list_social_one .center .group.active image {
  opacity: 1;
  transform: scale(1.15);
  /* 窗格内局部放大 */
}
.list_social_one .center [fill^="url(#image"] {
  pointer-events: none;
  /* 确保图片层不干扰鼠标事件 */
}
.list_social_one .content2 {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}
.list_social_one .content2 .item {
  position: relative;
}
.list_social_one .content2 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(35deg, #255984 0%, rgba(37, 89, 132, 0) 100%);
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.list_social_one .content2 .item .text h3 {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5;
}
.list_social_one .content2 .item .text .num {
  font-size: 1.25rem;
  color: #fff;
}
.list_social_one .content2 .item .text p {
  font-size: 1.125rem;
  color: #fff;
}
.list_social_two.list_social_two3 {
  padding-bottom: 11.25rem;
}
.list_social_two.list_social_two2 .left {
  padding-right: 15px;
  padding-left: 3.4375rem;
}
.list_social_two .row {
  align-items: center;
}
.list_social_two .left {
  padding-right: 3.4375rem;
}
.list_social_two .left .img_box .over {
  border-radius: 1.875rem;
  display: none;
}
.list_social_two .left .img_box .over.active {
  display: block;
}
.list_social_two .right .tab_ul .tab_li {
  padding: 1.875rem 3.5rem 1.5625rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}
.list_social_two .right .tab_ul .tab_li h3 {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_two .right .tab_ul .tab_li .p {
  margin-top: 1rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_two .right .tab_ul .tab_li::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #3CA5E6;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_two .right .tab_ul .tab_li.active {
  border-bottom: none;
}
.list_social_two .right .tab_ul .tab_li.active h3 {
  color: #fff;
}
.list_social_two .right .tab_ul .tab_li.active .p {
  color: #fff;
}
.list_social_two .right .tab_ul .tab_li.active::before {
  width: 100%;
}
.list_social_two .right .tab_ul .tab_li:nth-child(1) {
  margin-bottom: 1.25rem;
}
.pb100 {
  padding-bottom: 6.25rem;
}
.list_news .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
.list_news .content .grid_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
}
.list_news .content .grid_box .grid_item .over img {
  aspect-ratio: 508/314;
  object-fit: cover;
}
.list_news .content .grid_box .grid_item .text {
  padding: 2rem 2.3125rem 2.625rem 2.6875rem;
}
.list_news .content .grid_box .grid_item .text .time {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_news .content .grid_box .grid_item .text h3 {
  margin-top: 0.75rem;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_news {
  padding-bottom: 6.25rem;
  position: relative;
}
.show_news .left {
  padding-right: 3.75rem;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.show_news .left ul li {
  padding: 2.25rem 0 2.5rem;
}
.show_news .left ul li p {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  margin: 0.375rem 0;
}
.show_news .left ul li a {
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_news .left ul li:nth-child(1) {
  border-bottom: 1px solid #0E6595;
}
.show_news .left .all_more .i::before {
  content: "\e604";
}
.show_news .left .all_more .i::after {
  content: "\e604";
}
.show_news .right {
  padding-left: 2.5rem;
}
.show_news .right .title {
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 2.5rem;
  font-weight: 700;
}
.show_news .right .time {
  margin-top: 1.25rem;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 1.375rem;
}
.show_news .right .content {
  border-top: 1px solid #0E6595;
  padding-top: 2.375rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_news .right .content h3 {
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.list_contact_one .content {
  border-radius: 1.25rem;
  background: #D9E3EF;
  overflow: hidden;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
}
.list_contact_one .content .tit {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.875rem;
  /* 100% */
}
.list_contact_one .content .left {
  width: 58%;
  padding: 7rem 7.5rem 5.75rem 4.6875rem;
  background: #FFF;
}
.list_contact_one .content .left .subtit {
  color: #D9D9D9;
  font-family: "Noto Sans SC";
  font-size: 1.3288rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1329rem;
}
.list_contact_one .content .left .box {
  display: flex;
  justify-content: space-between;
}
.list_contact_one .content .left .box .le {
  flex: 1;
  padding-top: 2.75rem;
}
.list_contact_one .content .left .box .le ul li {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.125rem;
  display: flex;
}
.list_contact_one .content .left .box .le ul li span {
  width: 18%;
}
.list_contact_one .content .left .box .le ul li strong {
  color: #F05064;
  font-weight: 600;
}
.list_contact_one .content .left .box .le ul li a {
  color: #3CA5E6;
}
.list_contact_one .content .left .box .ewm_box .ewm img {
  width: 8.5625rem;
  height: 8.5625rem;
  aspect-ratio: 1/1;
}
.list_contact_one .content .left .box .ewm_box .ewm .tt {
  text-align: center;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.list_contact_one .content .right {
  width: 42%;
  height: 100%;
  padding: 0 4.0625rem 0 5.3125rem;
}
.list_contact_one .content .right ul li {
  padding-top: 2.75rem;
  padding-bottom: 1.5625rem;
}
.list_contact_one .content .right ul li .tit {
  margin-bottom: 1.625rem;
}
.list_contact_one .content .right ul li .p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.list_contact_one .content .right ul li:nth-child(1) {
  border-bottom: 1px solid rgba(14, 101, 149, 0.1);
}
.list_contact_three {
  padding-bottom: 7.8125rem;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 2;
}
.list_contact_three .row {
  align-items: center;
}
.list_contact_three .left .over {
  border-radius: 1.25rem;
}
.list_contact_three .right {
  padding-left: 4.0625rem;
}
.list_contact_three .right .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.8125rem;
}
.list_contact_three .right .msg-a1 .inpt input {
  width: 100%;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.list_contact_three .right .msg-a1 .inpt input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .right .msg-a3 {
  margin-top: 1.3125rem;
}
.list_contact_three .right .msg-a3 textarea {
  width: 100%;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 1rem 1.8125rem;
}
.list_contact_three .right .msg-a3 textarea::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .right .msg-a3 .yzm_box {
  margin-top: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.list_contact_three .right .msg-a3 .yzm_box .inpt input {
  width: 12.5rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.list_contact_three .right .msg-a3 .yzm_box .inpt input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .right .msg-a3 .yzm_box .img_bb {
  width: 12.5rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  background-color: #fff;
  overflow: hidden;
  padding: 0.25rem 1rem;
}
.list_contact_three .right .msg-a3 label {
  margin-top: 1.625rem;
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.list_contact_three .right .msg-a3 label input {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.6875rem;
  accent-color: #005C8F;
}
.list_contact_three .right .msg-a3 label a {
  color: #4F4748;
}
.list_contact_three .right button {
  border: none;
  background-color: unset;
}
.list_guide {
  padding-bottom: 8.4375rem;
}
.list_guide .content {
  border-radius: 1.25rem;
  border: 3px solid #F3F5F8;
  background: #FFF;
  overflow: hidden;
}
.list_guide .content .tit {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 2.625rem;
  border-bottom: 1px solid rgba(14, 101, 149, 0.1);
}
.list_guide .content .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_guide .content .left {
  width: 50%;
  padding: 4.5rem 5.3125rem 12.625rem 4rem;
  background: #F3F5F8;
}
.list_guide .content .left .cont .item .tt {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_guide .content .left .cont .item .i {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list_guide .content .left .cont .item .i i {
  display: inline-block;
  border-radius: 1.625rem;
  background: #FFF;
  padding: 0.6875rem 1.5625rem;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  cursor: pointer;
}
.list_guide .content .left .cont .item .i i:hover,
.list_guide .content .left .cont .item .i i.active {
  background-color: #005C8F;
  color: #fff;
}
.list_guide .content .right {
  width: 50%;
  background-color: #fff;
  padding: 4.5rem 5rem 4.5rem 4.4375rem;
}
.list_guide .content .right .cont {
  position: relative;
}
.list_guide .content .right .cont .pp {
  color: rgba(51, 51, 51, 0.4);
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_guide .content .right .cont .i {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.list_guide .content .right .cont .i i {
  display: inline-block;
  border-radius: 1.625rem;
  background: #FFF;
  padding: 0.6875rem 1.5625rem;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  
  border: 1px solid #3CA5E6;
  cursor: pointer;
}
.list_guide .content .right .cont .i i:hover {
  background-color: #3CA5E6;
  color: #fff;
}
.list_download .select_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.list_download .select_box .select {
  position: relative;
}
.list_download .select_box .select input {
  padding: 0 2.25rem 0 1.6875rem;
  width: 20.25rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
}
.list_download .select_box .select input::placeholder {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_download .select_box .select ul {
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 1.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 1.6875rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
}
.list_download .select_box .select ul li {
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.list_download .select_box .select ul li i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.25rem;
  border: 1px solid #005C8F;
  margin-right: 0.5rem;
  position: relative;
}
.list_download .select_box .select ul li i::before {
  content: "\ebe6";
  font-family: iconfont;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_download .select_box .select ul li.active i {
  background: #005C8F;
}
.list_download .select_box .select:nth-child(1) input {
  width: 10.625rem;
}
.list_download .select_box .select:nth-child(2) input {
  width: 19.3125rem;
}
.list_download .select_box .select:nth-child(3) input {
  width: 20.25rem;
}
.list_download .select_box .select::before {
  content: "\e87e";
  font-family: iconfont;
  font-size: 1rem;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-weight: 600;
}
.list_download .select_box .select:hover ul {
  opacity: 1;
  height: 17.5rem;
  visibility: visible;
  overflow-y: auto;
}
.list_download .select_box .input {
  flex: 1;
  height: 3.25rem;
  border-radius: 1.625rem;
  background: #F3F5F8;
  padding: 0 1.1875rem;
  display: flex;
  align-items: center;
}
.list_download .select_box .input input {
  width: 100%;
  height: 100%;
  background-color: unset;
}
.list_download .select_box .input i {
  font-size: 1rem;
  color: #005C8F;
  cursor: pointer;
}
.list_download .left {
  padding-right: 2.25rem;
}
.list_download .select_box2 .tit {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.list_download .select_box2 .select {
  position: relative;
}
.list_download .select_box2 .select input {
  padding: 0 2.25rem 0 1.6875rem;
  width: 20.25rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
}
.list_download .select_box2 .select input::placeholder {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_download .select_box2 .select ul {
  width: 100%;
  padding: 1rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
}
.list_download .select_box2 .select ul li {
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.list_download .select_box2 .select ul li i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.25rem;
  border: 1px solid #005C8F;
  margin-right: 0.5rem;
  position: relative;
}
.list_download .select_box2 .select ul li i::before {
  content: "\ebe6";
  font-family: iconfont;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_download .select_box2 .select ul li.active i {
  background: #005C8F;
}
.list_download .select_box2 .input {
  flex: 1;
  height: 3.25rem;
  border-radius: 1.625rem;
  background: #F3F5F8;
  padding: 0 1.1875rem;
  display: flex;
  align-items: center;
}
.list_download .select_box2 .input input {
  width: 100%;
  height: 100%;
  background-color: unset;
}
.list_download .select_box2 .input i {
  font-size: 1rem;
  color: #005C8F;
  cursor: pointer;
}
.list_download .search_box .input,
.list_download .search_box2 .input {
  width: 50%;
  height: 3.25rem;
  border-radius: 1.625rem;
  background: #F3F5F8;
  padding: 0 1.1875rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.list_download .search_box .input p,
.list_download .search_box2 .input p {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0 0.875rem;
  white-space: nowrap;
  position: relative;
}
.list_download .search_box .input p span,
.list_download .search_box2 .input p span {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_download .search_box .input p::before,
.list_download .search_box2 .input p::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.25rem;
  background-color: rgba(0, 92, 143, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_download .search_box .input input,
.list_download .search_box2 .input input {
  width: 100%;
  height: 100%;
  background-color: unset;
  padding-left: 1.25rem;
}
.list_download .search_box .input i,
.list_download .search_box2 .input i {
  font-size: 1rem;
  color: #005C8F;
  cursor: pointer;
}
.list_download .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  min-height: 7rem;
}
.list_download .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
}
.list_download .grid_box .grid_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1875rem 2.375rem 2.1875rem 2.1875rem;
}
.list_download .grid_box .grid_item a .icon {
  width: 3.125rem;
  height: 3.125rem;
}
.list_download .grid_box .grid_item a .tt {
  flex: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_download .grid_box .grid_item a .i {
  width: 1.6875rem;
  height: 1.6875rem;
  aspect-ratio: 1/1;
}
.lx-cont2 {
  position: relative;
  z-index: 2;
  padding: 5.4375rem 0 9rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .lx-a2v1 {
  position: relative;
  z-index: 1;
}
.lx-cont2 .lx-a2v2 {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 {
    display: none;
  }
}
.lx-cont2 .lx-a2v2 .cont_map_img {
  width: 100%;
  position: relative;
  transition: all 0.8s;
  overflow: hidden;
}
.lx-cont2 .lx-a2v2 .cont_map_img .cont_map_img_bj {
  width: 100%;
  height: max-content;
  cursor: default;
  position: relative;
}
.lx-cont2 .lx-a2v2 .cont_map_img .cont_map_img_bj img {
  width: 100%;
  pointer-events: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .same-map-point {
  position: absolute;
  left: 37.6%;
  top: 48.35%;
  z-index: 2;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #3CA5E6;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: none;
  box-shadow: 0 0 0 0.25rem rgba(60, 165, 230, 0.16);
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1.2);
  cursor: pointer;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li p {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  transition: all 0.4s;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li p::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #3CA5E6;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 {
  left: 37.8%;
  top: 42.6%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 p::before {
  content: "★";
  margin-right: 0.25rem;
  color: #3CA5E6;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 {
  left: 27.6%;
  top: 47.35%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 p::after {
  display: inline-block;
  margin-left: 0.25rem;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast271 {
  left: 37%;
  top: 51.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 {
  left: 41%;
  top: 42.6%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 p::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.5em;
  display: block;
  width: 3.8rem;
  height: 1px;
  margin-right: 0.35rem;
  background: #3CA5E6;
  transform: rotate(320deg);
  transform-origin: right center;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 {
  left: 42%;
  top: 47.35%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 p::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.7em;
  display: block;
  width: 2.9rem;
  height: 1px;
  margin-right: 0.35rem;
  background: #3CA5E6;
  transform: rotate(0deg);
  transform-origin: right center;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast271 {
  left: 41.5%;
  top: 51.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast271 p::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.8em;
  display: block;
  width: 3.6rem;
  height: 1px;
  margin-right: 0.35rem;
  background: #3CA5E6;
  transform: rotate(37deg);
  transform-origin: right center;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast271 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 {
  left: 68%;
  top: 42%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 p::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #3CA5E6;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.on p {
  color: #3CA5E6;
  font-weight: 600;
}
.lx-cont2 .lx-a2v2 .cont_map_img.on {
  transform: scale(1);
  transition: all 0.4s;
}
.lx-cont2 .lx-a2v2 .fb_list2 li {
  width: 28vw;
  position: absolute;
  right: 15%;
  top: 70%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
  width: 437px/1920px * 100%;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.05);
  padding: 2.1875rem 2.125rem;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa {
  max-height: 26.25rem;
  overflow-y: auto;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .tit {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .p1 {
  margin-top: 1.25rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .p1 p {
  line-height: 2;
  padding: 0.3125rem 0;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #C8C9CA;
  border-radius: 10px;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #C8C9CA;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3CA5E6;
}
.lx-cont2 .lx-a2v3 {
  position: relative;
  z-index: 1;
}
.lx-cont2 .lx-a2v3 .fgs_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li {
    border-radius: 1rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .img {
  display: block;
  font-size: 0;
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .img img {
  width: 100%;
  aspect-ratio: 440 / 264;
  object-fit: cover;
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p {
  padding: 1.725rem 1.5rem 2.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p {
    padding: 1.5rem 1.65rem 1.85rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 .p {
  padding-top: 0.75rem;
  align-items: start;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 .p {
    padding-top: 0.5rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 .p p {
  flex: 1;
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i {
  display: block;
  font-size: 0;
  width: 1.375rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i {
    width: 1.25rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i img {
  width: 100%;
}
.list_contact_color {
  position: relative;
}
.list_contact_color::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
}
.list_contact_color::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: 1;
}
.downloadpop {
  border-radius: 3.75rem;
  background: #FFF;
  width: 75rem;
  padding: 4.8125rem 9.875rem 5.625rem;
  display: none;
}
.downloadpop .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.8125rem;
}
.downloadpop .msg-a1 .inpt {
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.downloadpop .msg-a1 .inpt input {
  width: 100%;
  height: 3.25rem;
}
.downloadpop .msg-a1 .inpt input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.downloadpop .msg-a1 .inpt .getcode {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.downloadpop .msg-a1 .inpt.flex input {
  flex: 1;
}
.downloadpop .msg-a3 {
  margin-top: 1.3125rem;
}
.downloadpop .msg-a3 input {
  width: 100%;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.downloadpop .msg-a3 input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.downloadpop .msg-a3 textarea {
  width: 100%;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 1rem 1.8125rem;
}
.downloadpop .msg-a3 textarea::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.downloadpop .msg-a3 label {
  margin-top: 1.625rem;
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.downloadpop .msg-a3 label input {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.6875rem;
  accent-color: #005C8F;
}
.downloadpop .msg-a3 label a {
  color: #4F4748;
}
.downloadpop button {
  border: none;
  background-color: unset;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: unset;
  box-shadow: none;
}
.list_reference {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.list_reference .content .select_box {
  display: flex;
  gap: 0.9375rem;
}
.list_reference .content .select_box .select {
  width: 10.25rem;
  height: 3.25rem;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.6875rem;
  border-radius: 1.625rem;
  background: #F0F4F9;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_reference .content .select_box .select.active {
  background-color: #005C8F;
  color: #fff;
}
.list_reference .content .select_box .select:hover {
  background-color: #005C8F;
  color: #fff;
}
.list_reference .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 1.8125rem;
  min-height: 11rem;
}
.list_reference .content .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 2.3125rem 2.75rem 2.375rem 3.25rem;
}
.list_reference .content .grid_box .grid_item h3 {
  display: flex;
  align-items: center;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.list_reference .content .grid_box .grid_item h3 .i {
  margin-right: 0.4688rem;
}
.list_reference .content .grid_box .grid_item h3 .i svg {
  width: 1.2813rem;
  height: 1.25rem;
}
.list_reference .content .grid_box .grid_item .p {
  margin-top: 1.0625rem;
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.testerpop {
  width: 75rem;
  padding: 5.625rem 9rem 7rem 10.625rem;
  display: none;
  border-radius: 3.75rem;
  background-color: #fff;
}
.testerpop .tit {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
}
.testerpop .msg_aa .select {
  margin-top: 1.625rem;
  position: relative;
}
.testerpop .msg_aa .select input {
  padding: 0 1.6875rem;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
  width: 100%;
  height: 3.25rem;
}
.testerpop .msg_aa .select input::placeholder {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.testerpop .msg_aa .select ul {
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 1.25rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.testerpop .msg_aa .select ul li {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.testerpop .msg_aa .select ul li:hover {
  background-color: #d9e3ef;
}
.testerpop .msg_aa .select::before {
  content: "\e87e";
  font-family: iconfont;
  font-size: 1rem;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-weight: 600;
}
.testerpop .msg_aa .select:hover ul {
  opacity: 1;
  height: 17.5rem;
  visibility: visible;
  overflow-y: auto;
}
.testerpop .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.8125rem;
}
.testerpop .msg-a1 .inpt {
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.testerpop .msg-a1 .inpt input {
  width: 100%;
  height: 3.25rem;
}
.testerpop .msg-a1 .inpt input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.testerpop .msg-a1 .inpt .getcode {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.testerpop .msg-a1 .inpt.flex input {
  flex: 1;
}
.testerpop .msg-a3 {
  margin-top: 1.3125rem;
}
.testerpop .msg-a3 input {
  width: 100%;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 0 1.875rem;
}
.testerpop .msg-a3 input::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.testerpop .msg-a3 textarea {
  width: 100%;
  border-radius: 1.625rem;
  border: 1px solid #D9E3EF;
  background: #FFF;
  padding: 1rem 1.8125rem;
}
.testerpop .msg-a3 textarea::placeholder {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.testerpop .msg-a3 label {
  margin-top: 1.625rem;
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.testerpop .msg-a3 label input {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.6875rem;
  accent-color: #005C8F;
}
.testerpop .msg-a3 label a {
  color: #4F4748;
}
.testerpop button {
  border: none;
  background-color: unset;
}
.list_tester {
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260420/1cef756d828eb695e1e6d5f4569fe6a3.jpg');
  background-size: cover;
}
.list_working_one {
  position: relative;
}
.list_working_one .all_title {
  position: absolute;
  top: 3.125rem;
}
.list_working_one .left {
  width: 32%;
}
.list_working_one .left .swiper_working {
  position: relative;
  overflow: hidden;
}
.list_working_one .left .swiper_working .workimg_box h3 {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_working_one .left .swiper_working .workimg_box .p {
  margin-top: 1.625rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_working_one .left .swiper_working .i {
  margin-top: 3.125rem;
}
.list_working_one .left .swiper_working .btn_box {
  display: flex;
  gap: 1.875rem;
}
.list_working_one .left .swiper_working .btn_box .swiper-button-prev {
  position: relative;
  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;
}
.list_working_one .left .swiper_working .btn_box .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;
}
.list_working_one .right {
  width: 55%;
  position: relative;
  padding-right: 7.4375rem;
}
.list_working_one .right svg {
  width: 53.75rem;
  height: 49.5rem;
}
.list_working_one .right svg .text {
  font-family: Medium;
  font-size: 0.2rem;
  cursor: pointer;
  transition: all 0.3s;
}
.list_working_one .right svg .jt {
  transition: all 0.3s;
  transform-origin: 24.3125rem 21.25rem;
}
.list_working_one .right .yb {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  background-color: #005C8F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  transition: all 0.3s;
  cursor: pointer;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.7708rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_working_one .right .yb:nth-of-type(1) {
  top: 10.5%;
  left: 25.5%;
}
.list_working_one .right .yb:nth-of-type(2) {
  background-color: #3CA5E6;
  left: 0;
  top: 46%;
}
.list_working_one .right .yb:nth-of-type(3) {
  top: 80.5%;
  left: 25.5%;
}
.list_working_one .right .yb:hover {
  transform: translateY(-0.125rem);
  box-shadow: -0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
.list_working_one::before {
  content: '';
  display: block;
  width: 32.5rem;
  height: 44.5rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260420/6502f33b201c547beac88a45db57ea62.svg');
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_working_two .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem 1.875rem;
}
.list_working_two .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 2.0625rem 2.375rem 3.25rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_working_two .grid_box .grid_item .num {
  position: absolute;
  right: 1.625rem;
  top: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(70, 121, 171, 0.1);
  font-family: "Noto Sans SC";
  font-size: 5.3441rem;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
}
.list_working_two .grid_box .grid_item .icon {
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1/1;
}
.list_working_two .grid_box .grid_item .tit {
  margin-top: 1.25rem;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
}
.list_working_two .grid_box .grid_item .dd {
  margin-top: 0.8125rem;
}
.list_working_two .grid_box .grid_item .dd p {
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.875rem;
}
.list_working_two .grid_box .grid_item .dd p::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #868787;
  position: absolute;
  left: 0.75rem;
  top: 1rem;
  transform: translateY(-50%);
}
.list_working_two .grid_box .grid_item:hover {
  border: 1px solid #005C8F;
  background: #005C8F;
}
.list_working_two .grid_box .grid_item:hover .icon {
  filter: brightness(0) invert(1);
}
.list_working_two .grid_box .grid_item:hover .tit {
  color: #fff;
}
.list_working_two .grid_box .grid_item:hover .dd p {
  color: #fff;
}
.list_working_two .grid_box .grid_item:hover .dd p::before {
  background-color: #fff;
}
.list_working_two .grid_box .grid_item:hover .num {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}
.list_working_two .grid_box .grid_item:nth-last-child(1) {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}
.list_working_three .ri {
  display: flex;
  gap: 1.25rem;
}
.list_working_three .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_working_three .swiper-button-next i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
.list_working_three .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border: 1px solid #005C8F;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.list_working_three .swiper-button-prev i {
  color: #005C8F;
  font-size: 1.25rem;
  font-weight: 600;
}
.list_working_three .swiper_yghd {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
}
.list_working_three .swiper_yghd .swiper-slide {
  padding: 0 0.9375rem;
}
.list_working_three .swiper_yghd .swiper-slide .yghd_box .over {
  border-radius: 1.25rem;
}
.list_working_three .swiper_yghd .swiper-slide .yghd_box .text {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 1.25rem;
}
.list_working_four {
  padding-bottom: 11.75rem;
}
.list_working_four .grid_box {
  border-radius: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_working_four .grid_box .grid_item {
  position: relative;
}
.list_working_four .grid_box .grid_item .text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list_working_four .grid_box .grid_item .text h3 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.3077rem;
  font-weight: 700;
}
.list_working_four .grid_box .grid_item .text .p {
  margin-top: 1.875rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_working_four .grid_box .grid_item:nth-child(1) .text {
  padding-right: 7.5rem;
  text-align: right;
}
.list_working_four .grid_box .grid_item:nth-child(2) .text {
  padding-left: 7.5rem;
  text-align: left;
}
.list_join {
  padding-bottom: 9.625rem;
}
.list_join .join_box {
  display: grid;
  gap: 2.1875rem;
}
.list_join .join_box .join_item .top_box {
  border-bottom: 1px solid #D9D9D9;
  background: #FFF;
  padding: 3.4375rem 4.5625rem 3.4375rem 5.125rem;
}
.list_join .join_box .join_item .top_box .tt {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
}
.list_join .join_box .join_item .top_box .i i {
  color: #333;
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .join_box .join_item .top_box .ff2 {
  color: #818181;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_join .join_box .join_item .bot_box {
  border: 1px solid rgba(134, 135, 135, 0.4);
  display: none;
  padding: 4.5625rem 4.3125rem 4rem 5.3125rem;
}
.list_join .join_box .join_item .bot_box .grid_box {
  padding-bottom: 4.375rem;
  border-bottom: 1px solid rgba(60, 165, 230, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_join .join_box .join_item .bot_box .grid_box .grid_item h3 {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
}
.list_join .join_box .join_item .bot_box .grid_box .grid_item .p {
  margin-top: 1.625rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
.list_join .join_box .join_item .bot_box .bottom {
  display: flex;
  align-items: center;
  padding-top: 3.3125rem;
}
.list_join .join_box .join_item .bot_box .bottom .bb {
  display: flex;
  align-items: center;
  margin-right: 3.4375rem;
}
.list_join .join_box .join_item .bot_box .bottom .bb .i {
  margin-right: 0.625rem;
}
.list_join .join_box .join_item .bot_box .bottom .bb .i svg {
  width: 1.5714rem;
  height: 1.5714rem;
}
.list_join .join_box .join_item .bot_box .bottom .bb .hh {
  color: #3CA5E6;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.list_join .join_box .join_item .bot_box .bottom .bb .hh a {
  color: #3CA5E6;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.list_join .join_box .join_item.active .top_box {
  border-bottom: 1px solid #D9D9D9;
  background: #F0F4F9;
}
.list_join .join_box .join_item.active .top_box .i i {
  display: inline-block;
  transform: rotate(180deg);
}
.list_investor_one {
  padding-bottom: 8.75rem;
}
.list_investor_one .content {
  border-radius: 0.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 3.75rem 3.875rem 3.625rem 4.25rem;
  position: relative;
}
.list_investor_one .content .tit {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.list_investor_one .content .tit span {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.list_investor_one .content .ri {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.list_investor_one .content .ri a {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.list_investor_one .content .lenum {
  display: flex;
  align-items: flex-end;
}
.list_investor_one .content .lenum span {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.list_investor_one .content .lenum .p1 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.list_investor_one .content .lenum .p2 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.list_investor_one .content .ribox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.list_investor_one .content .ribox .riitem {
  padding: 0 5rem 0 4.375rem;
  position: relative;
}
.list_investor_one .content .ribox .riitem p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.list_investor_one .content .ribox .riitem .num {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.list_investor_one .content .ribox .riitem:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
}
.list_investor_one .content::before {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  border: 4.375rem solid rgba(0, 92, 143, 0.04);
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -7.5625rem;
  right: -7.5625rem;
}
.list_investor_two {
  padding-top: 7.8125rem;
  padding-bottom: 12.1875rem;
  background: #F3F5F8;
}
.list_investor_two .content {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 2.0625rem 4.25rem 2.125rem 4.25rem;
}
.list_investor_two .content .grid_box {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0;
}
.list_investor_two .content .grid_box .grid_item {
  text-align: center;
  flex: 1;
}
.list_investor_two .content .grid_box .grid_item p {
  font-size: 1rem;
  color: #888888;
}
.list_investor_two .content .grid_box .grid_item .hh {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  color: #333;
}
.list_investor_two .content .grid_box .grid_item .hh.green {
  color: #1acca4;
}
.list_investor_two .content .grid_box .grid_item .hh.red {
  color: #e23b62;
}
.list_investor_two .content .grid_box:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
.list_investor_three {
  padding-top: 7.6875rem;
  padding-bottom: 10.125rem;
}
.list_investor_three .stock-line-panel {
  border-radius: 1.25rem;
  background: #fff;
  padding: 2rem 2.5rem 2.5rem;
  box-shadow: 0 0.625rem 2.5rem rgba(15, 35, 95, 0.06);
}
.list_investor_three .stock-line-meta {
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.9375rem;
}
.list_investor_three .stock-line-meta .meta-item span {
  color: #333;
  font-weight: 500;
}
.list_investor_three .stock-line-meta .meta-item span.stock-meta-up {
  color: #E84845;
}
.list_investor_three .stock-line-meta .meta-item span.stock-meta-down {
  color: #26A65B;
}
.list_investor_three .stock-line-chart {
  width: 100%;
  height: 28rem;
  min-height: 320px;
  position: relative;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #FAFBFD 0%, #F3F6FA 100%);
  border: 1px solid #E8EDF3;
  padding: 0.5rem 0.25rem 0;
  box-sizing: border-box;
}
.list_investor_three .stock-line-chart canvas {
  display: block !important;
}
.list_investor_three .stock-line-empty {
  text-align: center;
  color: #999;
  padding: 6rem 0;
  font-size: 1rem;
}
.list_investor_four {
  padding-bottom: 10.625rem;
  background: #F3F5F8;
}
.list_investor_five {
  padding-top: 6.5625rem;
  overflow: hidden;
}
.list_investor_five .content {
  position: relative;
}
.list_investor_five .swiper_gsgg {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}
.list_investor_five .swiper_gsgg .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  padding: 0 0.5rem;
}
.list_investor_five .swiper_gsgg .swiper-slide .gsgg_box {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 3.75rem 1.875rem;
  min-height: 15rem;
}
.list_investor_five .swiper_gsgg .swiper-slide .gsgg_box a {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.list_investor_five .swiper_gsgg .swiper-slide .gsgg_box a .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.25rem;
}
.list_investor_five .swiper_gsgg .swiper-slide .gsgg_box a .text {
  flex: 1;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.list_investor_five .bottom_box {
  border-radius: 1.25rem;
  background: #F3F5F8;
  padding: 3.3125rem 0 2.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.list_investor_five .bottom_box .bottom_item {
  position: relative;
  padding: 0 3.125rem;
}
.list_investor_five .bottom_box .bottom_item p {
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.list_investor_five .bottom_box .bottom_item .p {
  margin-top: 0.3125rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.list_investor_five .bottom_box .bottom_item:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
}
.list_product_color {
  position: relative;
}
.list_product_color::before {
  content: '';
  display: block;
  width: 32.1012rem;
  height: 48rem;
  transform: rotate(-30deg);
  border-radius: 48rem;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: 0%;
  left: 15%;
  z-index: 1;
}
.list_product_color::after {
  content: '';
  display: block;
  width: 54.7491rem;
  height: 72.5941rem;
  transform: rotate(45deg);
  border-radius: 72.5941rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -40%;
  right: 0;
  z-index: 1;
}
.list_product_one {
  padding-bottom: 6.875rem;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
  z-index: 2;
}
.list_product_one .flex {
  align-items: unset;
}
.list_product_one .swiper-button-prev {
  left: 0;
}
.list_product_one .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.list_product_one .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.list_product_one .swiper-button-next {
  right: 6.75rem;
}
.list_product_one .left {
  padding-right: 6.75rem;
  width: 50%;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.list_product_one .left .swiper_proimg {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.25rem;
}
.list_product_one .left .swiper_proimg .over {
  text-align: center;
}
.list_product_one .left .swiper_proimg .over img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.list_product_one .left .swiper_proimg .swiper-pagination {
  justify-content: center;
}
.list_product_one .right {
  width: 50%;
  padding-left: 5.625rem;
  position: relative;
  z-index: 4;
}
.list_product_one .right .title {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
}
.list_product_one .right .subtit {
  margin-top: 1.1875rem;
  color: #F05064;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_product_one .right .desc {
  margin-top: 1.1875rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_product_one .right .desc2 {
  margin-top: 1.1875rem;
  color: #005C8F;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_product_one .right .desc2 ul li {
  position: relative;
  padding-left: 1.875rem;
}
.list_product_one .right .desc2 ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #005C8F;
  position: absolute;
  left: 0.75rem;
  top: 1.25rem;
}
.list_product_one::before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.list_product_two {
    z-index: 2;
}
.list_product_two .select_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_product_two .select_box .le {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.list_product_two .select_box .le .option {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 3.125rem;
  border-bottom: 0.0938rem solid #3CA5E6;
  background: #FFF;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.list_product_two .select_box .le .option::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.25rem;
  position: absolute;
  bottom: -0.125rem;
  background-color: #f05064;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_two .select_box .le .option.active {
  color: #f05064;
  font-weight: 600;
}
.list_product_two .select_box .le .option.active::before {
  width: 100%;
}
.list_product_two .select_box .ri {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
.list_product_two .select_box .ri .select {
  position: relative;
  padding: 0 2rem 0 1.6875rem;
  width: 20.25rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
}
.list_product_two .select_box .ri .select input {
  width: 100%;
  height: 100%;
  border-radius: 1.625rem;
  /*padding: 0 0 0 1.6875rem;*/
  /*width: 20.25rem;*/
  /*height: 3.25rem;*/
  /*border-radius: 1.625rem;*/
  /*border: 1px solid #3CA5E6;*/
  /*background: #FFF;*/
}
.list_product_two .select_box .ri .select input::placeholder {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_product_two .select_box .ri .select ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 1.625rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 1.6875rem 2.1875rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
}
.list_product_two .select_box .ri .select ul li {
  cursor: pointer;
  color: #787777;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.list_product_two .select_box .ri .select ul li i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.25rem;
  border: 1px solid #3CA5E6;
  margin-right: 0.5rem;
  position: relative;
}
.list_product_two .select_box .ri .select ul li i::before {
  content: "\ebe6";
  font-family: iconfont;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_product_two .select_box .ri .select ul li.active i {
  background: #3CA5E6;
}
.list_product_two .select_box .ri .select::before {
  content: "\e87e";
  font-family: iconfont;
  font-size: 1rem;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-weight: 600;
}
.list_product_two .select_box .ri .select:hover ul {
  opacity: 1;
  height: 17.5rem;
  visibility: visible;
  overflow-y: auto;
}
.list_product_two .select_box .ri .applybtn {
  color: #F05064;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 10.5625rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  border: 1px solid #F05064;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product_two .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.125rem;
  min-height: 11rem;
}
.list_product_two .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F0F4F9;
}
.list_product_two .grid_box .grid_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.8125rem 1.5rem 1.9375rem;
}
.list_product_two .grid_box .grid_item a .over {
  width: 50%;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_product_two .grid_box .grid_item a .text {
  width: 50%;
  padding-left: 2.1875rem;
}
.list_product_two .grid_box .grid_item a .text h3 {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product_two .grid_box .grid_item a .text p {
  margin-top: 0.125rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_product_two .grid_box .grid_item a .text .more {
  margin-top: 1rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_product_two .grid_box .grid_item a .text .more svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.1875rem;
}
.list_product_three .select_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_product_three .select_box .le {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.list_product_three .select_box .le .option {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6875rem 1.6875rem;
  border-radius: 1.5497rem;
  border: 0.0596rem solid #3CA5E6;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list_product_three .select_box .le .option.active {
  background-color: #3CA5E6;
  color: #fff;
}
.list_product_three .faq_box {
  display: grid;
  gap: 1.375rem;
  min-height: 7rem;
}
.list_product_three .faq_box .faq_item .tit {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.125rem 2rem 3.375rem;
  border-radius: 0.625rem 0.625rem;
  border: 1px solid rgba(0, 92, 143, 0.1);
  background: #FFF;
  cursor: pointer;
}
.list_product_three .faq_box .faq_item .tit .ftt {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product_three .faq_box .faq_item .tit i {
  color: #333;
  font-size: 0.75rem;
  font-weight: 600;
}
.list_product_three .faq_box .faq_item .desc {
  display: none;
  border-radius: 0 0 0.625rem 0.625rem;
  border: 1px solid rgba(0, 92, 143, 0.01);
  background: rgba(240, 244, 249, 0.5);
  padding: 1.4375rem 3.8125rem 3.9375rem 3.25rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_product_three .faq_box .faq_item .desc ul li {
  position: relative;
  padding-left: 1.75rem;
}
.list_product_three .faq_box .faq_item .desc ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #868787;
  position: absolute;
  left: 0.625rem;
  top: 0.875rem;
}
.list_product_three .faq_box .faq_item.active .tit {
  border-radius: 0.625rem 0.625rem 0 0;
}
.list_product_three .faq_box .faq_item.active .tit i {
  display: inline-block;
  transform: rotate(180deg);
}
.bottom_nav .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.3125rem 1.4375rem;
}
.bottom_nav .grid_box .grid_item {
  border-radius: 0.625rem;
  background: #FCFCFC;
  padding: 2.375rem 2.3125rem 2.4375rem 2.0625rem;
  position: relative;
  overflow: hidden;
  background: #F0F4F9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bottom_nav .grid_box .grid_item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.bottom_nav .grid_box .grid_item a .le h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.125rem;
  margin-top: 0;
}
.bottom_nav .grid_box .grid_item a .le p {
  color: #959798;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.bottom_nav .grid_box .grid_item a .ri .i {
  width: 2.375rem;
  height: 2.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #3CA5E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_nav .grid_box .grid_item a .ri .i i {
  color: #3CA5E6;
  font-size: 1rem;
  transform: rotate(45deg);
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bottom_nav .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/ea505ca0437298d27ad4afe635242547.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bottom_nav .grid_box .grid_item::after {
  content: '';
  display: block;
  width: 7.8125rem;
  height: 6.1875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/aopumai0413/uploads/20260416/b39e5dacb93a2f8a1fc43e8d3a3d7ae8.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: -100%;
  left: -100%;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bottom_nav .grid_box .grid_item:hover {
  background-color: #3CA5E6;
}
.bottom_nav .grid_box .grid_item:hover a .le h3 {
  color: #fff;
}
.bottom_nav .grid_box .grid_item:hover a .le p {
  color: #fff;
}
.bottom_nav .grid_box .grid_item:hover a .ri .i {
  border-color: #fff;
  background-color: #fff;
}
.bottom_nav .grid_box .grid_item:hover a .ri .i i {
  transform: rotate(90deg);
}
.bottom_nav .grid_box .grid_item.active {
  background-color: #3CA5E6;
}
.bottom_nav .grid_box .grid_item.active a .le h3 {
  color: #fff;
}
.bottom_nav .grid_box .grid_item.active a .le p {
  color: #fff;
}
.bottom_nav .grid_box .grid_item.active a .ri .i {
  border-color: #fff;
  background-color: #fff;
}
.bottom_nav .grid_box .grid_item.active a .ri .i i {
  transform: rotate(90deg);
}
.bottom_nav .grid_box .grid_item:hover::before {
  opacity: 0;
}
.bottom_nav .grid_box .grid_item.active::before {
  opacity: 0;
}
.bottom_nav .grid_box .grid_item:hover::after {
  bottom: 0;
  left: 0;
}
.bottom_nav .grid_box .grid_item.active::after {
  bottom: 0;
  left: 0;
}
.show_product_color {
  position: relative;
  overflow: hidden;
}
.show_product_color::before {
  content: '';
  display: block;
  width: 30.8495rem;
  height: 42.1364rem;
  transform: rotate(-32.295deg);
  border-radius: 674.183px;
  background: rgba(0, 112, 192, 0.4);
  filter: blur(15.625rem);
  position: absolute;
  top: 0%;
  left: 15%;
  z-index: 1;
}
.show_product_color::after {
  content: '';
  display: block;
  width: 50.3891rem;
  height: 66.8131rem;
  transform: rotate(45deg);
  border-radius: 66.8131rem;
  background: linear-gradient(180deg, rgba(0, 92, 143, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: blur(12.5rem);
  position: absolute;
  bottom: -40%;
  right: 0;
  z-index: 1;
}
.show_product_one {
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(0.625rem);
  position: relative;
  z-index: 2;
}
.show_product_one .row {
  align-items: center;
}
.show_product_one .left {
  position: relative;
}
.show_product_one .left .swiper-button-prev {
  left: 1.875rem;
}
.show_product_one .left .swiper-button-next {
  right: 1.875rem;
}
.show_product_one .swiper_proimg {
  position: relative;
  overflow: hidden;
  margin:0 -3.125rem;
}
.show_product_one .swiper_proimg .swiper-pagination {
  justify-content: center;
  bottom: 1.25rem;
}
.show_product_one .swiper_proimg .swiper-slide {
  padding:0 3.125rem;
}
.show_product_one .swiper_proimg .over {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
}
.show_product_one .right {
  padding-left: 5.625rem;
}
.show_product_one .right .title {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 2.3125rem;
  font-weight: 700;
}
.show_product_one .right .subtit {
  margin-top: 1.1875rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}
.show_product_one .right .desc {
  margin-top: 1.375rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_product_one .right .abtn {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}
.show_product_one .right .abtn .aa {
  width: 7.5625rem;
  height: 3.25rem;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.625rem;
}
.show_product_one .right .abtn .aa.a1 {
  border: 1px solid #005C8F;
  color: #005C8F;
}
.show_product_one .right .abtn .aa.a2 {
  border: 1px solid #F05064;
  color: #F05064;
}
.show_product_one .right .abtn .aa.a3 {
  border: 1px solid #3CA5E6;
  color: #3CA5E6;
}
.show_product_two .cont {
  color: #666666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.show_product_three .swiper_box {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.54);
  position: relative;
}
.show_product_three .swiper_box .swiper_caseshow2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.5rem;
  padding-top: 5rem;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-pagination {
  justify-content: center;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row {
  align-items: center;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .left {
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .left .img_box {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
  overflow: hidden;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .left .img_box .svg {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 9;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .left .img_box .over {
  padding: 0 2.25rem;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .left .img_box .over img {
  aspect-ratio: 696/420;
  object-fit: contain;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .right {
  padding-left: 2.8125rem;
  padding-right: 5rem;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .right .tit {
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_product_three .swiper_box .swiper_caseshow2 .swiper-slide .row .right .desc {
  margin-top: 1.875rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_four {
  position: relative;
  z-index: 9;
}
.show_product_four .table_box table {
  width: 100%;
}
.show_product_four .table_box table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_product_four .table_box table tr td {
  border: none;
  line-height: 1.5;
  padding: 0.9375rem !important;
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.show_product_four .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}
.show_product_four .table_box table tr td.color {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.show_product_four .table_box table tr td.color2 {
  background: #F0F4F9;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.show_product_four .table_box table tr td.color3 {
  background: #f9fbfc;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.show_product_four .table_box table tr td.color3 a {
  display: inline-block;
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.25rem 1.5625rem;
  border-radius: 1.625rem;
  border: 1px solid #005C8F;
}
.show_product_four .table_box table tr:nth-child(1) {
  background: #006EB9;
}
.show_product_four .table_box table tr:nth-child(1) td {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  border: none !important;
  padding: 1.375rem !important;
}
.show_product_five .swiper_xgpro {
  margin: 0 -1.0625rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 4.375rem;
}
.show_product_five .swiper_xgpro .swiper-pagination {
  justify-content: center;
}
.show_product_five .swiper_xgpro .swiper-slide {
  padding: 0 1.0625rem;
}
.show_product_five .swiper_xgpro .swiper-slide a {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F0F4F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.8125rem 1.5rem 1.9375rem;
}
.show_product_five .swiper_xgpro .swiper-slide a .over {
  width: 50%;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_product_five .swiper_xgpro .swiper-slide a .text {
  width: 50%;
  padding-left: 2.1875rem;
}
.show_product_five .swiper_xgpro .swiper-slide a .text h3 {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.show_product_five .swiper_xgpro .swiper-slide a .text p {
  margin-top: 0.125rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.show_product_five .swiper_xgpro .swiper-slide a .text .more {
  margin-top: 1rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.show_product_five .swiper_xgpro .swiper-slide a .text .more svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.1875rem;
}
.show_product_six {
  padding-bottom: 7.25rem;
}
.show_product_six .swiper_document {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.75rem;
}
.show_product_six .swiper_document .swiper-pagination {
  justify-content: center;
}
.show_product_six .swiper_document .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 1.8125rem;
}
.show_product_six .swiper_document .document_box {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 2.3125rem 2.75rem 2.375rem 3.25rem;
}
.show_product_six .swiper_document .document_box h3 {
  display: flex;
  align-items: center;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.show_product_six .swiper_document .document_box h3 .i {
  margin-right: 0.4688rem;
}
.show_product_six .swiper_document .document_box h3 .i svg {
  width: 1.2813rem;
  height: 1.25rem;
}
.show_product_six .swiper_document .document_box .p {
  margin-top: 1.0625rem;
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_capacity {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_capacity .main {
  display: flex;
  align-items: flex-start;
}
.list_capacity .main .left {
  position: sticky;
  top: calc(var(--header_h) + 0.5rem);
  flex: 1;
  margin-right: 5.375rem;
}
.list_capacity .main .left .pro_topt .tis {
  color: #005C8F;
}
.list_capacity .main .left .box {
  height: 41.625rem;
  overflow: hidden;
  padding-left: 3.3125rem;
  position: relative;
}
.list_capacity .main .left .box .conts .item {
  margin-bottom: 3.3125rem;
}
.list_capacity .main .left .box .conts .item p {
  font-family: Medium;
  margin-bottom: 3.3125rem;
  color: #4396d5;
  line-height: 1;
  font-size: 1.5rem;
}
.list_capacity .main .left .box .conts .item ul li {
  color: #666;
}
.list_capacity .main .left .box .conts .item ul li span {
  font-family: a_Medium;
}
.list_capacity .main .left .box .conts .item div {
  color: #666;
  line-height: 1.8;
}
.list_capacity .main .left .box .jd {
  position: absolute;
  top: 0;
  left: 0.5625rem;
  width: 0.375rem;
  height: 100%;
  background-color: #eee;
  transform: translate(0.04rem);
}
.list_capacity .main .left .box .jd span {
  display: block;
  width: 100%;
  background-color: #ca455b;
  min-height: 3%;
  max-height: 100%;
}
.list_capacity .main .left .box .jd:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.3125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ca455b;
}
.list_capacity .main .left .box:after {
  content: "";
  width: 95%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
}
.list_capacity .main .right {
  width: 57.5%;
  margin-top: 7.5rem;
}
.list_capacity .main .right .item {
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s;
}
.list_capacity .main .right .item img {
  width: 100%;
  border-radius: 1.625rem;
}
.list_capacity .main .right .item p {
  margin-top: 4.5rem;
  color: #005C8F;
  cursor: pointer;
  font-size: 1.25rem;
}
.list_capacity .main .right .item + .item {
  margin-top: 8.3125rem;
}
.list_capacity .main .right .item.active {
  opacity: 1;
}
@media (max-width: 500px) {
  .small main {
    display: block;
  }
  .small main .right {
    display: none;
  }
  .small main .left {
    position: static;
  }
  .small main .left .box {
    display: none;
  }
  .small main .moblie .item {
    width: 100%;
    margin-top: 30px;
  }
  .small main .moblie .item img {
    width: 100%;
  }
  .small main .moblie .item h3 {
    color: #005C8F;
  }
  .small main .moblie .item p {
    color: #666;
    white-space: pre-wrap;
  }
}
.list_searchbox {
  padding-top: 9.375rem;
  padding-bottom: 7.5rem;
}
.list_searchbox .subtit {
  font-size: 1.375rem;
  color: #CA455B;
}
.list_searchbox .channel_grid {
  display: grid;
  grid-template-columns: 38% auto;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.list_searchbox .channel_grid .channel_box {
  border: 1px solid #D9E3EF;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
.list_searchbox .channel_grid .channel_box .tit {
  color: #97a1ab;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.list_searchbox .channel_grid .channel_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.list_searchbox .channel_grid .channel_box ul li {
  color: #333;
  font-size: 1.25rem;
}
.list_searchbox .channel_grid .channel_box ul li span {
  color: #3ca5e6;
}
.list_searchbox .select_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_searchbox .select_box .le {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.list_searchbox .select_box .le .option {
  cursor: pointer;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6875rem 1.6875rem;
  border-radius: 1.5497rem;
  border: 0.0596rem solid #3CA5E6;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_searchbox .select_box .le .option.active {
  background-color: #3CA5E6;
  color: #fff;
}
.list_searchbox .result_content .result_box {
  display: none;
}
.list_searchbox .productList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.125rem;
}
.list_searchbox .productList .grid_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F0F4F9;
}
.list_searchbox .productList .grid_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.8125rem 1.5rem 1.9375rem;
}
.list_searchbox .productList .grid_item a .over {
  width: 50%;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_searchbox .productList .grid_item a .text {
  width: 50%;
  padding-left: 2.1875rem;
}
.list_searchbox .productList .grid_item a .text h3 {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_searchbox .productList .grid_item a .text p {
  margin-top: 0.125rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_searchbox .productList .grid_item a .text .more {
  margin-top: 1rem;
  color: #666;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_searchbox .productList .grid_item a .text .more svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.1875rem;
}
.list_searchbox .referenceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 1.8125rem;
}
.list_searchbox .referenceList .grid_item {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  padding: 2.3125rem 2.75rem 2.375rem 3.25rem;
}
.list_searchbox .referenceList .grid_item h3 {
  display: flex;
  align-items: center;
  color: #3CA5E6;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.list_searchbox .referenceList .grid_item h3 .i {
  margin-right: 0.4688rem;
}
.list_searchbox .referenceList .grid_item h3 .i svg {
  width: 1.2813rem;
  height: 1.25rem;
}
.list_searchbox .referenceList .grid_item .p {
  margin-top: 1.0625rem;
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_searchbox .downloadList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.list_searchbox .downloadList .grid_item {
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
}
.list_searchbox .downloadList .grid_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1875rem 2.375rem 2.1875rem 2.1875rem;
}
.list_searchbox .downloadList .grid_item a .icon {
  width: 3.125rem;
  height: 3.125rem;
}
.list_searchbox .downloadList .grid_item a .tt {
  flex: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
}
.list_searchbox .downloadList .grid_item a .i {
  width: 1.6875rem;
  height: 1.6875rem;
  aspect-ratio: 1/1;
}
.list_searchbox .faq_box {
  display: grid;
  gap: 1.375rem;
}
.list_searchbox .faq_box .faq_item .tit {
  display: flex;
  justify-content: space-between;
  padding: 2.0625rem 1.125rem 2.0625rem 3.375rem;
  border-radius: 0.625rem 0.625rem;
  border: 1px solid rgba(0, 92, 143, 0.1);
  background: #FFF;
}
.list_searchbox .faq_box .faq_item .tit .ftt {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_searchbox .faq_box .faq_item .tit i {
  color: #333;
  font-size: 0.75rem;
  font-weight: 600;
}
.list_searchbox .faq_box .faq_item .desc {
  display: none;
  border-radius: 0 0 0.625rem 0.625rem;
  border: 1px solid rgba(0, 92, 143, 0.1);
  background: #F0F4F9;
  padding: 1.4375rem 3.8125rem 3.9375rem 3.25rem;
  color: #868787;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_searchbox .faq_box .faq_item .desc ul li {
  position: relative;
  padding-left: 1.75rem;
}
.list_searchbox .faq_box .faq_item .desc ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #868787;
  position: absolute;
  left: 0.625rem;
  top: 0.875rem;
}
.list_searchbox .faq_box .faq_item.active .tit {
  border-radius: 0.625rem 0.625rem 0 0;
}
.list_searchbox .faq_box .faq_item.active .tit i {
  display: inline-block;
  transform: rotate(180deg);
}
.list_searchbox .news_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
.list_searchbox .news_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
}
.list_searchbox .news_box .grid_item .over img {
  aspect-ratio: 508 / 314;
  object-fit: cover;
}
.list_searchbox .news_box .grid_item .text {
  padding: 2rem 2.3125rem 2.625rem 2.6875rem;
}
.list_searchbox .news_box .grid_item .text .time {
  color: #005C8F;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_searchbox .news_box .grid_item .text h3 {
  margin-top: 0.75rem;
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_text .desc {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_text .ys_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.625rem;
}
.list_text .ys_box li {
  background-image: url('https://cloud-rd-1251007531.bcdn8.com/aopumai0413/uploads/rd/20260602/20260602140843.svg'), url('https://cloud-rd-1251007531.bcdn8.com/aopumai0413/uploads/rd/20260602/20260602140831.svg');
  background-repeat: no-repeat, no-repeat;
  background-size: auto 85%, auto 85%;
  background-position: left center, right center;
  text-align: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_text .ys_box li .tt {
  font-size: 1.25rem;
  color: #005C8F;
  font-weight: 600;
}
.list_text .ys_box li .pp {
  margin-top: 1.125rem;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
.list_text .fw_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.list_text .fw_box li {
  display: flex;
  padding: 2.5rem 1.25rem;
  border: 1px solid #D9E3EF;
  border-radius: 1.25rem;
  position: relative;
  background-color: #fff;
}
.list_text .fw_box li .num {
  color: #005C8F;
  font-size: 1.25rem;
  margin-right: 1rem;
  font-weight: 500;
}
.list_text .fw_box li .tt {
  color: #005C8F;
  font-size: 1rem;
  line-height: 1.75;
}
.list_text .fw_box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_text .fw_box2 li {
  display: flex;
  padding: 2.5rem 1.25rem;
  border: 1px solid #D9E3EF;
  border-radius: 1.25rem;
  position: relative;
  background-color: #fff;
}
.list_text .fw_box2 li .num {
  color: #005C8F;
  font-size: 1.25rem;
  margin-right: 1rem;
  font-weight: 500;
}
.list_text .fw_box2 li .tt {
  color: #005C8F;
  font-size: 1rem;
  line-height: 1.75;
}
.list_text .fw_box2 li .pp {
  margin-top: 1rem;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
.list_content .flex_box .left {
  width: 50%;
  padding-right: 6.25rem;
}
.list_content .flex_box .left p {
  color: #666666;
  font-size: 1rem;
  font-size: 400;
  line-height: 1.75;
}
.list_content .flex_box .left .tiss {
  color: #CA455B;
  font-size: 1.125rem;
}
.list_content .flex_box .left ul {
  margin-top: 1.625rem;
  padding-left: 2.0625rem;
}
.list_content .flex_box .left ul li {
  color: #666;
  list-style-type: disc;
}
.list_content .flex_box .right {
  width: 50%;
}
.list_content .flex_box .right .swiper_moreimg {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid #3CA5E6;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 92, 143, 0.1);
}
.list_content .flex_box .right .swiper_moreimg .swiper-pagination {
  bottom: 3.125rem;
  left: 3.125rem;
}
.list_content .flex_box .right .swiper_moreimg .img_box {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 3.125rem 10rem;
}
.list_content .flex_box .right .swiper_moreimg .img_box .svg {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 9;
}
.list_content .flex_box .right .swiper_moreimg .img_box .over {
  text-align: center;
  padding: 0 2.25rem;
}
.list_content .flex_box .right .swiper_moreimg .img_box .over img {
  aspect-ratio: 696/420;
  object-fit: contain;
}
.img-empty {
  width: 7rem;
  margin: 1.875rem auto;
  position: absolute;
  /* height: 7rem; */
  left: 50%;
  transform: translateX(-50%);
}
.list_proshow {
  overflow: hidden;
}
.list_proshow .swiper_proshow {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  margin: -1.25rem;
}
.list_proshow .swiper_proshow .swiper-slide {
  padding: 1.25rem;
}
footer .copyright .left {
  display: none;
}
.channel_product {
  padding-top: 9.375rem;
  padding-bottom: 10rem;
}
.channel_product .row {
  align-items: center;
}
.channel_product .row:not(:nth-last-child(1)) {
  margin-bottom: 5.3125rem;
}
.channel_product .row:nth-child(even) .right {
  order: 1;
  padding-left: 15px;
  padding-right: 8.125rem;
}
.channel_product .row:nth-child(even) .left {
  order: 2;
}
.channel_product .row .left .over {
  border-radius: 1.25rem;
}
.channel_product .row .right {
  padding-left: 8.125rem;
}
.channel_product .row .right .tit {
  color: #3CA5E6;
  font-size: 2.3125rem;
  font-weight: 700;
}
.channel_product .row .right .desc {
  margin-top: 1rem;
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.all_contact {
  color: #006eb9;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  text-decoration: underline !important;
}
.all_contact:hover {
  color: #005c8f;
}
.fancybox__content{
  border-radius: 1.25rem;
}