@charset "utf-8";

/* 这个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 {
  --header_h: 6.25rem;
  --container: 16.25rem;
  outline: none;
  font-weight: 500;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

.bg {
  background: #0038B8;
}

.c {
  color: #0038B8;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 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: #0038B8;
  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: #0038B8;
  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: #b4b3b3;
  display: none;
}

.foot-fot .foota2 {
  font-size: .75rem;
  color: #fff;
}

.foot-fot .foota2 a {
  font-size: .75rem;
  color: #fff;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
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: #0038B8;
}

.search_more:hover::before {
  background: #0038B8;
}

.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;
}

header .sec {
  position: absolute;
  width: 12rem;
  left: 0%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #fff;
}

header .sec .sec-ul {
  width: 12rem;
  background: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

header .sec .sec-ul li {
  line-height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .sec .sec-ul li:not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .sec .sec-ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 500;
}

header .sec .sec-ul li:hover,
header .sec .sec-ul li.active {
  background: linear-gradient(180deg, #FAFBFF 0%, #E3E6F4 100%);
}

header .sec .right {
  padding-left: 0.4375rem;
  width: 12rem;
  height: 100%;
}

header .sec .right .san-ul {
  width: 14rem;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 11rem;
  border-radius: 0 0 1.25rem 0;
  overflow: hidden;
}

header .sec .right .san-ul li {
  line-height: 3.25rem;
  text-align: left;
  padding-left: 2.5rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .sec .right .san-ul li::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #B6B6B6;
  position: absolute;
  left: 1.8125rem;
  top: 1.375rem;
}

header .sec .right .san-ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

header .sec .right .san-ul li:hover {
  background: #F8F8F8;
}

header .sec .right .san-ul.active {
  display: block;
}

.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

.er-ul li {
  line-height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul li:not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.er-ul li:nth-child(1) {
  padding-top: 0;
}

.er-ul li:last-child {
  padding-bottom: 0;
}

.er-ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 500;
}

.er-ul li:hover,
.er-ul li.active {
  background: linear-gradient(180deg, #FAFBFF 0%, #E3E6F4 100%);
}

.er-ul li:hover a,
.er-ul li.active a {
  color: rgba(0, 0, 0, 0.5);
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

header .center>ul>li:hover .sec {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .nav_ul>li:hover .sec {
  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>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.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;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

body {
  --container: 16.25rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@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;
}

.serbtn {
  background: #0038B8;
}

.searchbox {
  border-color: #0038B8;
}

@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: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.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: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  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,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5008px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.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;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.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;
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 30px 10px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  line-height: 35px;

}

.m-bm-nav>li .sec a:not(:nth-child(1)) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav>li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav>li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.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>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #fff;
  font-weight: 400;
  padding: 1em 0;
  font-size: 1rem;
}

.ajhhsd a {
  color: #fff;
}

.ajhhsd a:hover {
  color: #0038B8;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.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: #0038B8;
  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;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.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;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 120);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }
}

@media (max-width: 990px) {

  body,
  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.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.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: #999999;
}

.phone .center {
  width: 80%;
  margin: 0 auto;
}

.phone .center img {
  height: 30px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #999999;
  width: 70%;
  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;
}

.nav_show {
  left: 0;
  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: #0038B8;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0038B8;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #999999;
}

.sjj_nav .top .ta {
  text-align: left;
}

.sjj_nav .top .ta img {
  height: 30px;
  filter: brightness(0) invert(1);
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 20px 0;
  margin-top: 60px;
  height: calc(100% - 40vh);
  overflow: scroll;
}

.bottom_close {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .8);
}

/* .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: #fff;
  line-height: 35px;
  border: 1px solid #fff;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::placeholder {
  color: #fff;
}

.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: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-bottom: none !important;
  margin-bottom: 10px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  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: 90%;
  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>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #fff;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
  color: #fff;
}

.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,
.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;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}

.rightfix {
  bottom: 12%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix ul {
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #0038B8;
  box-shadow: 0px 0.25rem 15px 0px rgba(0, 56, 184, 0.15);

  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix ul li {
  background-color: unset;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
 
}
.rightfix ul li.fixright_li_three.bk{
     border-radius: 0 0 1.875rem  1.875rem ;
}
.rightfix ul li:nth-child(1){
        border-radius: 1.875rem 1.875rem 0 0;
}
.rightfix ul li:nth-last-child(1){
        border-radius:  0 0 1.875rem 1.875rem;
}

.rightfix ul li a{
      overflow: hidden;
       padding: 0.75rem 0.375rem;
       width: 100%;
       height: 100%;
}

.rightfix ul li a i {
  font-size: 1.5rem;
}

.rightfix ul li a .text {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

.rightfix ul li:hover {
  background-color: #fff;
}

.rightfix ul li:hover a i {
  color: #0038B8;
}

.rightfix ul li:hover a .text {
  color: #0038B8;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}
.fix_ul li:hover .right_div1 {
    right: 5rem;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
.right_div1 {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 0 5px;
   
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 68px;
    padding: 1.25rem;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0)
}
.right_div1{
    width: 11rem;
height: 19.375rem;
border-radius: .625rem;
border: 1px solid #0038B8;
background: #A9C9FF;
box-shadow: 0 .25rem .625rem 0 rgba(0, 0, 0, 0.06);
}
.right_div1 .top{
    padding-bottom: 1rem;
    border-bottom:1px dashed #0038B8;
}
.right_div1 .top .text{
    color: #0038B8;
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 1rem;
    
}
.right_div1 .bot{
    padding-top: .875rem;
    
}

.right_div1 .bot p{
    color: #FFF;
text-align: center;
font-family: "Noto Sans SC";
font-size: 1rem;
font-weight: 400;
line-height: 1.5; /* 162.5% */
}


.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%);
  }
}

header {
  position: fixed;
  line-height: 4.6875rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

header .container {
  padding: 0 9.375rem 0 var(--container);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .logo img {
  height: 3.125rem;
}

header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

header .lanuage {
  margin-left: 3.125rem;
  display: block;
}

header .lanuage a {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 2.35rem;
}

header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}

header .lanuage a.c {
  color: #0038B8;
}

header .lanuage a:hover {
  color: #0038B8;
}

header .lanuage a:hover i {
  color: #0038B8;
}

header .center>ul>li {
  float: left;
  text-align: center;
  position: relative;
  min-width: 6.25rem;
}

header .center>ul>li.bigli {
  min-width: 10.625rem;
}

header .center>ul>li::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-image: url('https://s-files.bcdn8.com/jingshi0522/uploads/20250522/704456eef1f5893ad3d3fd178c44b34d.svg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

header .center>ul>li:nth-last-child(1)::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-image: url('https://s-files.bcdn8.com/jingshi0522/uploads/20250522/704456eef1f5893ad3d3fd178c44b34d.svg');
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

header .center>ul>li>a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  line-height: 1;
  padding: 2.55rem 1.25rem 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li>a::before {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(246, 248, 253, 0) 0%, #ECEFF5 100%);
  background-clip: padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a,
header .center>ul>li.active>a {
  font-weight: 700;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  height: 100%;
}

footer {
  background: #F1F2F6;
}

footer>.container {
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
  background: #F1F2F6;
}

footer>.container .logo_text {
  color: #0038B8;
  font-size: 2.125rem;
  font-weight: 700;
}

footer>.container .logo_text span {
  color: #F00;
}

footer>.container .left {
  color: #fff;
  width: 25%;
}

footer>.container .left .foot-contact {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

footer>.container .left .foot-contact .img_box {
  margin-right: 1.25rem;
}

footer>.container .left .foot-contact .img_box .img {
  width: 7.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

footer>.container .left .foot-contact .img_box .p {
  padding-top: 0.625rem;
  color: rgba(0, 0, 0, 0.2);
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}

footer>.container .left .fenxiang {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
}

footer>.container .left .fenxiang .social-share {
  display: flex;
  align-items: center;
}

footer>.container .left .fenxiang .social-share .social-share-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1rem;
  color: #9D9D9D !important;
  font-weight: 400;
  border: none;
}

footer>.container .left .fenxiang .social-share .social-share-icon.icon-wechat:hover {
  background-color: #7bc549;
  color: #fff !important;
}

footer>.container .left .fenxiang .social-share .social-share-icon.icon-weibo:hover {
  background-color: #ff763b;
  color: #fff !important;
}

footer>.container .left .fenxiang .social-share .social-share-icon.icon-douyin:hover {
  background-color: #000;
  color: #fff !important;
}

footer>.container .left .fenxiang .social-share .social-share-icon.icon-linkedin:hover {
  background-color: #0077B5;
  color: #fff !important;
}

footer>.container .right {
  width: 55%;
  margin-left: 3.125rem;
  padding-top: 1.25rem;
}

footer>.container .right .footnav {
  display: flex;
  justify-content: space-between;
}

footer>.container .right .footnav .tt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
}

footer>.container .right .footnav .subfootnav {
  margin-top: 1.25rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a {
  color: rgba(0, 0, 0, 0.2);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a:hover {
  font-weight: 600;
}

footer .copyright {
  background: #363636;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.75rem 0 0.8125rem;
}

footer .copyright a {
  color: #fff;
}

footer .copyright p {
  color: #fff;
}

footer .copyright .left span:nth-last-child(1) {
  display: none;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  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);
  }

  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);
  }

  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);
  }

  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);
  }
}

.banner .img video {
  width: 100%;
  height: 57.5rem;
  object-fit: cover;
}

.banner .img .bofang {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-image: url(../img/bofang1.svg);
  background-size: 100% 100%;
}

.banner .hover {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.banner .hover .p1 {
  color: #000;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
}

.banner .hover .p2 {
  color: #949494;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 600;
}

.banner .hover2 {
  width: 100%;
  position: absolute;
  bottom: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_banner .swiper-pagination {
  bottom: 1.5rem;
  justify-content: center;
}

.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 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  margin-left: 1.5625rem;
  margin-right: 0.8125rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0038b8;
  height: 0.625rem;
  opacity: 1;
  border-radius: unset;
}

.banner .swiper-pagination-bullet {
  width: 5rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin: 0 0.625rem;
  background: #000;
  border: none;
  opacity: 0.4;
}

.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-color: unset;
  width: 1rem;
  height: 1rem;
  border: none;
  line-height: 1;
  margin-top: 0;
  position: relative;
}

.banner .swiper-button-next i,
.banner .swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: unset !important;
  left: auto;
}

@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0.625rem);
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(#FAFBFF, #E3E6F4);
  border: 1px solid #C1C1C1;
  line-height: 3.375rem;
  text-align: center;
  margin-top: -3.375rem;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.swiper-pagination {
  display: flex;
  align-items: end;
}

.swiper-pagination-bullet {
  width: 5rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin: 0 0.625rem;
  background: #000;
  border: none;
  opacity: 0.4;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0038b8 !important;
  height: 0.625rem;
  opacity: 1;
  border-radius: unset;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.neibanner {
  position: relative;
}

.neibanner .img {
  overflow: hidden;
}

.neibanner .img video {
  width: 100%;
  height: 57.5rem;
  object-fit: cover;
}

.neibanner .bofang {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-image: url(../img/bofang1.svg);
  background-size: 100% 100%;
}

.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.neibanner .neibanner_txt2 {
  position: absolute;
  bottom: 13%;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}

.neibanner .neibanner_txt2 .text_con {
  display: inline-block;
  border-radius:0 1.25rem 1.25rem 0;
  background: linear-gradient(90deg, rgba(0, 56, 184, 0) 0%, #fff 100%);
  padding: 1.25rem 1.875rem 1.25rem  6.25rem;
}

.neibanner .neibanner_txt .text_con {
  display: inline-block;
  border-radius: 1.25rem 0 0 1.25rem;
  background: linear-gradient(90deg, #0038B8 0%, rgba(0, 56, 184, 0) 100%);
  padding: 1.25rem 6.25rem 1.25rem 1.875rem;
}

.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}

.neibanner .neibanner_txt2 h3 {
  color: #0038B8;
  font-size: 3.5rem;
  font-weight: 700;
}

.neibanner .neibanner_txt p {
  color: #FFF;
  font-family: Inter;
  font-size: 1.75rem;
}

.neibanner .neibanner_txt2 p {
  color: #0038B8;
  font-family: Inter;
  font-size: 2rem;
}

.neibanner .neibanner_txt .download_btn {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  background: #0038B8;
}

.neibanner .neibanner_txt2 .download_btn {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  background: #fff;
}

.neibanner .neibanner_txt2 .download_btn a {
  color: #0038B8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.375rem;
  text-align: center;
}

.neibanner .neibanner_txt .download_btn a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.375rem;
  text-align: center;
}

.neibanner .neibanner_txt .download_btn a i,
.neibanner .neibanner_txt2 .download_btn a i {
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.neibanner .neibanner_txt .download_btn:hover a i,
.neibanner .neibanner_txt2 .download_btn:hover a i {
  margin-left: 1.875rem;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}

.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}

.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}

.news_box .swipernews .news_new_box .left {
  width: 47%;
}

.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}

.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}

.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_box .swipernews .news_new_box .right {
  width: 53%;
}

.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}

.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}

.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
}

.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #0038B8;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}

.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}

.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #0038B8;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0038B8;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #0038B8;
}

.news_show_box .left {
  padding-right: 5.3125rem;
}

.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}

.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}

.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}

.news_show_box .left .title>p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .left .title>p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.news_show_box .left .title .social-share {
  display: flex;
}

.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}

.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}

.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}

.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}

.news_show_box .left .content table tr td {
  padding: 0.5rem;
}

.news_show_box .left .content img {
  width: 100%;
}

.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}

.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.4px;
}

.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}

.news_show_box .right ul li .img {
  display: none;
}

.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5625rem;
}

.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}

.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}

.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}

.news_show_box .right ul li:hover {
  cursor: pointer;
}

.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #0038B8;
}

.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}

.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: 20px;
  color: #000;
  font-weight: 700;
}

.all_title h3 {
  color: #5A5F81;
  font-size: 3rem;
  font-weight: 700;
}

.all_title p {
  color: rgba(0, 0, 0, 0.3);
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 700;
}

.all_title.white h3,
.all_title.white p {
  color: #fff;
  opacity: 1;
}

.all_neititle h3 {
  color: #5A5F81;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.all_neititle p {
  color: rgba(0, 0, 0, 0.3);
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.all_more {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid #AEAEAE;
  display: inline-block;
  position: relative;
  color: #313131;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0038B8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more:hover {
  border-color: #0038B8;
  color: #fff;
}

.all_more:hover span {
  background: #0038B8;
}

.all_more:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more:hover::before {
  transform: scale(1);
}

.all_more2 {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more2 i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0038B8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more2:hover {
  border-color: #0038B8;
  color: #fff;
}

.all_more2:hover span {
  background: #0038B8;
}

.all_more2:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more2:hover::before {
  transform: scale(1);
}

.all_more3 {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid #0038B8;
  display: inline-block;
  position: relative;
  color: #0038B8;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more3 i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0038B8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more3:hover {
  border-color: #0038B8;
  color: #fff;
}

.all_more3:hover span {
  background: #0038B8;
}

.all_more3:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more3:hover::before {
  transform: scale(1);
}

.all_moreb {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  background-color: #0038B8;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_moreb i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_moreb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border: 1px solid #0038B8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_moreb:hover {
  color: #0038B8;
}

.all_moreb:hover span {
  background: #0038B8;
}

.all_moreb:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_moreb:hover::before {
  transform: scale(1);
  background-color: #fff;
}

.index_one {
  padding-top: 6.1875rem;
  background: linear-gradient(180deg, #FFF 0%, #F1F2F6 50%);
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 10%, #000 90%, transparent);
  mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.index_one .top_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_one .top_flex .search_box {
  width: 50%;
}

.index_one .top_flex .search_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  border: 1px solid #0038B8;
  border-radius: 1.75rem;
}

.index_one .top_flex .search_box .select {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  border-right: 1px solid #E5E5E5;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: 1.25rem;
}

.index_one .top_flex .search_box .select select {
  width: 4.375rem;
  height: 100%;
  border: none;
  background-color: unset;
}

.index_one .top_flex .search_box .select i {
  display: inline-block;
  width: 0.625rem;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
}

.index_one .top_flex .search_box input {
  height: 3.25rem;
  flex: 1;
  padding-left: 0.625rem;
  background-color: unset;
}

.index_one .top_flex .search_box button {
  width: 10rem;
  height: 3.5rem;
  background-color: #0038B8;
  border-radius: 1.75rem;
  border: none;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .top_flex .search_box button i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.75rem;
}

.index_one .top_flex .search_box button:hover {
  background-color: #ff0000;
}

.index_one .top_flex .search_box ul {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
}

.index_one .top_flex .search_box ul li {
  padding: 0 0.625rem;
  position: relative;
}

.index_one .top_flex .search_box ul li:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0.9375rem;
}

.index_one .top_flex .search_box ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 2.75rem;
  display: flex;
}

.index_one .top_flex .search_box ul li:hover a {
  color: #0038B8;
}

.index_one .top_flex .search_box ul li:hover a svg path {
  fill: #0038B8;
  fill-opacity: 1;
}

.index_one .content .line_div {
  position: relative;
}

.index_one .content .line_div .swiper_line {
  position: relative;
  overflow: hidden;
  padding-top: 2.8125rem;
}

.index_one .content .line_div .swiper_line .swiper-slide:nth-child(1) .line_box::after {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1.5625rem;
  right: 9rem;
  z-index: 1;
}

.index_one .content .line_div .swiper_line .swiper-slide:nth-last-child(1) .line_box::before {
  width: 2rem;
}

.index_one .content .line_div .swiper_line .swiper-slide.active .line_box .icon img,
.index_one .content .line_div .swiper_line .swiper-slide:hover .line_box .icon img {
  filter: brightness(0) invert(1);
}

.index_one .content .line_div .swiper_line .swiper-slide.active .line_box .icon::before,
.index_one .content .line_div .swiper_line .swiper-slide:hover .line_box .icon::before {
  transform: translate(-50%, -50%) scale(1);
}

.index_one .content .line_div .swiper_line .line_box {
  position: relative;
}

.index_one .content .line_div .swiper_line .line_box::before {
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1.5625rem;
  left: 8.7rem;
  z-index: 1;
}

.index_one .content .line_div .swiper_line .line_box .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  background-color: #f4f5f8;
  position: relative;
  z-index: 3;
}

.index_one .content .line_div .swiper_line .line_box .icon::before {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #0038B8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .content .line_div .swiper_line .line_box .text {
  margin-top: 2.375rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}

.index_one .content .swiper_con {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: -100%;
  transform: translateY(0.625rem);
  transition: all 1s;
}

.index_one .content .swiper_con.active {
  position: relative;
  top: 0;
  opacity: 1;
  transform: translateY(0);
}

.index_one .content .swiper_con .swiper_indexpro {
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 2rem;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-pagination {
  bottom: 0;
  justify-content: center;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-slide {
  padding: 0 0.625rem;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-slide .index_pro {
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
  padding-bottom: 1rem;
  border: 2px solid #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-slide .index_pro .text {
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.25rem;
  width: 100%;
  padding-bottom: 0.875rem;
  position: relative;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-slide:hover .index_pro {
  border-radius: 1.25rem;
  border: 2px solid #0038B8;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 33, 244, 0.1);
}

.index_one .content .swiper_con .swiper_indexpro .swiper-button-next,
.index_one .content .swiper_con .swiper_indexpro .swiper-button-prev {
  width: auto;
  height: auto;
  background: unset;
  border: unset;
  z-index: 99;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-button-next i,
.index_one .content .swiper_con .swiper_indexpro .swiper-button-prev i {
  font-size: 3.5rem;
  color: #C1C1C1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-button-next:hover i,
.index_one .content .swiper_con .swiper_indexpro .swiper-button-prev:hover i {
  color: #0038B8;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-button-prev,
.index_one .content .swiper_con .swiper_indexpro .swiper-container-rtl .swiper-button-next {
  left: -5.625rem;
}

.index_one .content .swiper_con .swiper_indexpro .swiper-button-next,
.index_one .content .swiper_con .swiper_indexpro .swiper-container-rtl .swiper-button-prev {
  right: -5.625rem;
}

.index_two {
  padding-top: 6.25rem;
  padding-bottom: 5.3125rem;
  background-size: cover;
}

.index_two .content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.index_two .content .swiper_cxcp {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}

.index_two .content .swiper_cxcp .swiper-slide {
  width: 60rem;
  border-radius: 1.25rem;
  position: relative;
  opacity: 0;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper_show {
  opacity: 1;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active .cxcp_box .img {
  display: none;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active .cxcp_box .txt {
  display: none;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active .cxcp_box video {
  display: block;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active+.swiper-slide {
  opacity: 1;
}

.index_two .content .swiper_cxcp .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
  opacity: 1;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box {
  position: relative;
  z-index: 9;
  border-radius: 1.25rem;
  overflow: hidden;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .txt .icon {
  cursor: pointer;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .bottom_text {
  width: calc(100% - 2.75rem);
  position: absolute;
  bottom: 1.5625rem;
  left: 1.375rem;
  right: 1.375rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .bottom_text .le {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .bottom_text .ri {
  color: #FFF;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  transition: opacity 0.3s ease;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box video {
  height: 100%;
  object-fit: cover;
  display: block;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e0ecfe;
  position: absolute;
  top: 0;
  z-index: 999;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box video {
  width: 100%;
  object-fit: cover;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .progress-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.375rem;
  background-color: #adadad;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box .progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #0038B8;
}

.index_two .content .swiper_cxcp .swiper-slide .cxcp_box:hover::before {
  background-color: #cad7f1 !important;
}

.index_two .content .swiper_cxcp .swiper-slide .video.playing video {
  display: block;
}

.index_two .content .swiper_cxcp .swiper-slide .video.playing .img,
.index_two .content .swiper_cxcp .swiper-slide .video.playing .txt .icon {
  display: none;
  pointer-events: none;
}

.index_two .content .swiper_cxcp .swiper-slide:hover {
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 33, 244, 0.3);
}

.index_two .content .swiper_cxcp .swiper-slide-prev .cxcp_box::before {
  background-color: #e0ecfe !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .content .swiper_cxcp .swiper-slide-prev .cxcp_box:hover::before {
  background-color: #cad7f1 !important;
}

.index_two .content .swiper_cxcp .swiper-slide-active .cxcp_box::before {
  display: none;
}

.index_two .content .swiper_cxcp .swiper-slide-active+.swiper-slide .cxcp_box::before {
  background-color: #e0ecfe !important;
}

.index_two .content .swiper_cxcp .swiper-slide-active+.swiper-slide .cxcp_box:hover::before {
  background-color: #cad7f1 !important;
}

.index_two .content .swiper_cxcp .swiper-slide-active+.swiper-slide+.swiper-slide .cxcp_box::before {
  background-color: #e0ecfe !important;
}

.index_two .content .swiper_cxcp .swiper-slide-active+.swiper-slide+.swiper-slide .cxcp_box:hover::before {
  background-color: #cad7f1 !important;
}

.index_two .content .swiper_cxcp .swiper-button-next,
.index_two .content .swiper_cxcp .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  margin-top: -1.875rem;
}

.index_two .content .swiper_cxcp .swiper-button-next:hover i,
.index_two .content .swiper_cxcp .swiper-button-prev:hover i {
  color: #0038B8;
}

.index_two .content .swiper_cxcp .swiper-button-prev,
.index_two .content .swiper_cxcp .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.index_two .content .swiper_cxcp .swiper-button-next,
.index_two .content .swiper_cxcp .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.index_two .content .swiper_cxcp .swiper-pagination {
  justify-content: center;
}

.index_two .content .swiper_cxcp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.index_two .content .swiper_cxcp .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.index_two .content .swiper_cxcp .swiper-button-next,
.index_two .content .swiper_cxcp .swiper-button-prev {
  width: auto;
  height: auto;
  background-color: unset;
  border: unset;
  background: unset;
}

.index_two .content .swiper_cxcp .swiper-button-next i,
.index_two .content .swiper_cxcp .swiper-button-prev i {
  font-size: 3.5rem;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .content .swiper_cxcpvideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.index_two .content .swiper_cxcpvideo .cxcp_box .img {
  border-radius: 1.25rem;
  overflow: hidden;
}

@keyframes bordershow {
  50% {
    transform: scale(2.5);
  }
}

@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.index_three {
  padding-top: 9.75rem;
  background-size: cover;
  background-position: center;
}

.index_three .left {
  padding: 0;
}

.index_three .left .desc {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.index_three .right {
  position: relative;
}

.index_three .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
}

.index_three .right ul li .yuan {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #0038B8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .right ul li .yuan::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 56, 184, 0.5);
  transform: scale(3);
  animation: boderM 4s 1s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_three .right ul li .yuan::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 56, 184, 0.5);
  transform: scale(3);
  animation: boderM 4s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_three .right ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(-100%, -50%);
  white-space: nowrap;
  overflow: hidden;
  padding: 1.25rem 1.625rem 1.5625rem;
  pointer-events: none;
  opacity: 0;
  color: #0038B8;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}

.index_three .right ul li .text span {
  position: relative;
  z-index: 9;
}

.index_three .right ul li .text .i2 {
  display: none;
}

.index_three .right ul li .text .ii {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.index_three .right ul li .text .ii img {
  width: 100%;
  height: 100%;
}

.index_three .right ul li.active .yuan {
  transform: scale(1.3);
}

.index_three .right ul li.active .text {
  opacity: 1;
}

.index_three .right ul li.active .text .ii {
  height: 4.375rem;
  transition: all 1s;
  opacity: 1;
}

.index_three .right ul li:nth-child(6) .yuan,
.index_three .right ul li:nth-child(7) .yuan,
.index_three .right ul li:nth-child(8) .yuan,
.index_three .right ul li:nth-child(9) .yuan,
.index_three .right ul li:nth-child(10) .yuan {
  background-color: #FF0000;
}

.index_three .right ul li:nth-child(6) .yuan::before,
.index_three .right ul li:nth-child(7) .yuan::before,
.index_three .right ul li:nth-child(8) .yuan::before,
.index_three .right ul li:nth-child(9) .yuan::before,
.index_three .right ul li:nth-child(10) .yuan::before {
  background-color: rgba(255, 0, 0, 0.2);
}

.index_three .right ul li:nth-child(6) .yuan::after,
.index_three .right ul li:nth-child(7) .yuan::after,
.index_three .right ul li:nth-child(8) .yuan::after,
.index_three .right ul li:nth-child(9) .yuan::after,
.index_three .right ul li:nth-child(10) .yuan::after {
  background-color: rgba(255, 0, 0, 0.2);
}

.index_three .right ul li:nth-child(6) .text,
.index_three .right ul li:nth-child(7) .text,
.index_three .right ul li:nth-child(8) .text,
.index_three .right ul li:nth-child(9) .text,
.index_three .right ul li:nth-child(10) .text {
  color: #FF0000;
}

.index_three .right ul li:nth-child(6) .text .i1,
.index_three .right ul li:nth-child(7) .text .i1,
.index_three .right ul li:nth-child(8) .text .i1,
.index_three .right ul li:nth-child(9) .text .i1,
.index_three .right ul li:nth-child(10) .text .i1 {
  display: none;
}

.index_three .right ul li:nth-child(6) .text .i2,
.index_three .right ul li:nth-child(7) .text .i2,
.index_three .right ul li:nth-child(8) .text .i2,
.index_three .right ul li:nth-child(9) .text .i2,
.index_three .right ul li:nth-child(10) .text .i2 {
  display: block;
}

.index_three .right ul li:nth-child(1) {
  top: 49.5%;
  left: 86%;
}

.index_three .right ul li:nth-child(1) .text {
  order: 1;
}

.index_three .right ul li:nth-child(1) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(2) {
  top: 60%;
  left: 86.5%;
}

.index_three .right ul li:nth-child(2) .text {
  order: 1;
}

.index_three .right ul li:nth-child(2) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(3) {
  top: 74.5%;
  left: 77%;
}

.index_three .right ul li:nth-child(3) .text {
  order: 1;
}

.index_three .right ul li:nth-child(3) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(4) {
  top: 35%;
  left: 76.5%;
}

.index_three .right ul li:nth-child(4) .text {
  order: 1;
}

.index_three .right ul li:nth-child(4) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(5) {
  top: 83%;
  left: 63.5%;
}

.index_three .right ul li:nth-child(5) .text {
  order: 1;
}

.index_three .right ul li:nth-child(5) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(6) {
  top: 76.5%;
  left: 76.5%;
}

.index_three .right ul li:nth-child(6) .text {
  order: 1;
}

.index_three .right ul li:nth-child(6) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(7) {
  top: 24%;
  left: 81.5%;
}

.index_three .right ul li:nth-child(7) .text {
  order: 1;
}

.index_three .right ul li:nth-child(7) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(8) {
  top: 65.5%;
  left: 84%;
}

.index_three .right ul li:nth-child(8) .text {
  order: 1;
}

.index_three .right ul li:nth-child(8) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(9) {
  top: 20%;
  left: 89%;
}

.index_three .right ul li:nth-child(9) .text {
  order: 1;
}

.index_three .right ul li:nth-child(9) .yuan {
  order: 2;
}

.index_three .right ul li:nth-child(10) {
  top: 28%;
  left: 97%;
}

.index_three .right ul li:nth-child(10) .text {
  order: 1;
}

.index_three .right ul li:nth-child(10) .yuan {
  order: 2;
}

.index_three .content {
  margin-top: 7.1875rem;
}

.index_three .content .swiper_aboutnum {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
  margin: 0 -9.375rem;
}

.index_three .content .swiper_aboutnum .swiper-pagination {
  justify-content: center;
}

.index_three .content .swiper_aboutnum .swiper-slide {
  padding: 0 9.375rem;
}

.index_three .content .swiper_aboutnum .about_num h3 {
  color: #F00;
  font-size: 3.5rem;
  letter-spacing: -0.07rem;
  font-family: Inter;
}

.index_three .content .swiper_aboutnum .about_num h3 sup {
  color: #F00;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: capitalize;
  top: -1em;
}

.index_three .content .swiper_aboutnum .about_num p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.index_four .bgimg {
  overflow: hidden;
}

.index_four .bgimg .bgimgli {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10%;
  opacity: 0;
}

.index_four .bgimg .bgimgli .m_show {
  display: none;
}

.index_four .bgimg .bgimgli .pc_show {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_four .bgimg .bgimgli.active {
  position: absolute;
  left: 0;
  opacity: 1;
}

.index_four .index_four_con {
  padding-top: 7.625rem;
}

.index_four .index_four_con .container {
  height: 100%;
}

.index_four .content {
  height: 100%;
  position: relative;
  z-index: 9;
}

.index_four .content .app_list {
  margin-top: 14.375rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.index_four .content .app_list li {
  flex: 1;
  position: relative;
  padding: 2.1875rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .content .app_list li .li_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .content .app_list li::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 2.375rem);
  border-radius: 1.25rem;
  background: linear-gradient(152deg, #1C90E9 17.5%, #3447BA 82.5%), linear-gradient(180deg, #0021F4 0%, #00138E 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .content .app_list li .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .content .app_list li .text {
  margin-top: 0.3125rem;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  position: relative;
  z-index: 2;
  transition: all 1s;
}

.index_four .content .app_list li.active .li_flex {
  transform: translateY(-1.1875rem);
  position: relative;
  z-index: 99;
}

.index_four .content .app_list li.active::before {
  transform: scale(1);
}

.index_four .content .swiper_application {
  position: relative;
  overflow: hidden;
  margin-top: 7.5rem;
}

.index_four .content .swiper_application .appli_box h3 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.index_four .content .swiper_application .appli_box .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.index_six {
  margin-top: 9rem;
  padding-bottom: 12rem;
}

.index_six .content {
  position: relative;
}

.index_six .content .m_show {
  display: none;
}

.index_six .content .picMarquee-left1 {
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 15%, #000 85%, transparent);
  mask: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.index_six .content .picList li {
  width: 18rem;
  padding: .9375rem;
}

.index_six .content .picList li .pic {
  margin-top: 6.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /*height: 7.5rem;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .content .picList li .pic img{
    width: 100%;
}

.index_six .content .picList li .pic:hover {
  border-color: rgba(0, 56, 184, 0.5);
}

.index_six .content .swiper_coop,
.index_six .content .swiper_coop2 {
  position: relative;
  margin: -0.75rem;
}

.index_six .content .swiper_coop .swiper-slide,
.index_six .content .swiper_coop2 .swiper-slide {
  padding: 0.75rem;
}

.index_six .content .swiper_coop .swiper-slide .coop_box,
.index_six .content .swiper_coop2 .swiper-slide .coop_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 7.5rem;
  text-align: center;
}

.index_six .content .swiper_coop .swiper-slide .coop_box img,
.index_six .content .swiper_coop2 .swiper-slide .coop_box img {
  width: 100%;
  height: 100%;
}

.index_six .content .swiper_coop .swiper-pagination,
.index_six .content .swiper_coop2 .swiper-pagination {
  justify-content: center;
}

.index_six .content .swiper_coop .swiper-pagination-bullet.swiper-pagination-bullet-active,
.index_six .content .swiper_coop2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C1C1C1;
}

.channel_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.channel_box .channel_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel_box .channel_list.channel_list2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.channel_box .channel_list.channel_list2 .channel_item {
  flex: unset;
}

.channel_box .channel_list.channel_list2 .channel_item:nth-child(1) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(2) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(3) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(4) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(5) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(6) a,
.channel_box .channel_list.channel_list2 .channel_item:nth-child(7) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.channel_box .channel_list.channel_list2 .channel_item:nth-child(8) a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.channel_box .channel_list .channel_item {
  flex: 1;
}

.channel_box .channel_list .channel_item a {
  text-align: center;
  padding: 1.3125rem 0 1.25rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.channel_box .channel_list .channel_item:nth-child(1) a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.channel_box .channel_list .channel_item.active a,
.channel_box .channel_list .channel_item:hover a {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(180deg, #FAFBFF 0%, #E3E6F4 100%), #FFF;
}

.list_contact_one {
  padding-top: 7.3125rem;
  padding-bottom: 5.625rem;
}

.list_contact_one .left {
  padding-right: 1.875rem;
}

.list_contact_one .left .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.list_contact_one .left ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 2.4375rem 0 2rem;
}

.list_contact_one .left ul li .icon {
  width: 2rem;
  height: 2rem;
}

.list_contact_one .left ul li .text {
  flex: 1;
  padding-left: 1.375rem;
}

.list_contact_one .left ul li .text p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
}

.list_contact_one .left ul li .text h3 {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_contact_one .left ul li .text h3 a {
  font-weight: 700;
}

.list_contact_one .right {
  padding-left: 3.125rem;
}

.list_contact_one .right .map_box {
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_contact_two {
  background: #F6F8FD;
  padding-top: 5rem;
  padding-bottom: 6.4375rem;
}

.list_contact_two .list_address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6875rem 2.5rem;
}

.list_contact_two .list_address .address_item {
  border-radius: 1.25rem;
  border: 1px solid #E3E6F4;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.4375rem 3rem 3.625rem 2.5rem;
}

.list_contact_two .list_address .address_item .over {
  width: 12.9375rem;
  border-radius: 1.25rem;
}

.list_contact_two .list_address .address_item .text {
  flex: 1;
  padding-left: 2.1875rem;
}

.list_contact_two .list_address .address_item .text .tit {
  border-bottom: 1px solid #E3E6F4;
  padding-bottom: 1.0625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.list_contact_two .list_address .address_item .text ul {
  padding-top: 1.25rem;
}

.list_contact_two .list_address .address_item .text ul li {
  display: flex;
  justify-content: space-between;
}

.list_contact_two .list_address .address_item .text ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.list_contact_two .list_address .address_item .text ul li .p {
  flex: 1;
  padding-left: 1.1875rem;
  color: #1A1A1A;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_contact_three {
  padding-top: 6.6875rem;
  padding-bottom: 7.8125rem;
}

.list_contact_three .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_contact_three .content .msg-a1 .inpt {
  width: 100%;
  height: 3.75rem;
  border-radius: 2.1875rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.list_contact_three .content .msg-a1 .inpt p {
  color: #7B7B7B;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 40px;
}

.list_contact_three .content .msg-a1 .inpt input {
  flex: 1;
  height: 100%;
}

.list_contact_three .content .msg-a2 {
  margin-top: 2.5rem;
}

.list_contact_three .content .msg-a2 .inpt {
  width: 100%;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 1rem 2rem;
  display: flex;
  align-items: self-start;
}

.list_contact_three .content .msg-a2 .inpt p {
  color: #7B7B7B;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
}

.list_contact_three .content .msg-a2 .inpt textarea {
  flex: 1;
  border: none;
  height: 100%;
}

.list_contact_three .content .div_aghgha button {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  background: #0038B8;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}

.list_contact_three .content .div_aghgha button i {
  color: #fff;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact_three .content .div_aghgha button:hover i {
  margin-left: 2.5rem;
}

.list_contact_three .content .hremail {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.list_contact_three .content .hremail a {
  color: #0038B8;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.list_cszj_one {
  background: #F6F8FD;
  padding-top: 4.125rem;
  padding-bottom: 7.5rem;
}

.list_cszj_one .cgcl_list .cgcl_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
  padding: 1.75rem 2.5rem 2.8125rem;
}

.list_cszj_one .cgcl_list .cgcl_item:hover {
  cursor: pointer;
}

.list_cszj_one .cgcl_list .cgcl_item:hover .tit {
  color: #0038B8;
}

.list_cszj_one .cgcl_list .cgcl_item:not(:nth-last-child(1)) {
  margin-bottom: 2.5rem;
}

.list_cszj_one .cgcl_list .cgcl_item .tit {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_cszj_one .cgcl_list .cgcl_item .desc {
  padding-top: 2.375rem;
}

.list_cszj_one .cgcl_list .cgcl_item .desc h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.list_cszj_one .cgcl_list .cgcl_item .desc p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 400;
}

.list_cszj_two {
  padding-top: 6.25rem;
  padding-bottom: 5.75rem;
}

.list_cszj_two .left {
  padding-right: 4.8125rem;
}

.list_cszj_two .left .tit {
  color: #0038B8;
  font-size: 3rem;
  font-weight: 700;
}

.list_cszj_two .left .desc {
  margin-top: 0.9375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.list_cszj_two .left .msg-a1 .inpt {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.list_cszj_two .left .msg-a1 .inpt.inpt2 {
  width: 100%;
  height: 3.75rem;
  border-radius: 2.1875rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 0 1.5rem;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
  align-items: center;
}

.list_cszj_two .left .msg-a1 .inpt input {
  flex: 1;
  height: 100%;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
}

.list_cszj_two .left .msg-a1 .inpt .tt {
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 1.625rem;
}

.list_cszj_two .left .msg-a1 .inpt .le_upload {
  flex: 1;
  padding-left: 0.625rem;
  display: flex;
  justify-content: space-between;
}

.list_cszj_two .left .msg-a1 .inpt .le_upload .upload_btn {
  width: 5rem;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_cszj_two .left .msg-a1 .inpt .le_upload .upload_btn i {
  font-size: 2.125rem;
  font-weight: 700;
  color: #D1D4E4;
}

.list_cszj_two .left .msg-a1 .inpt .le_upload .layuitext {
  color: #7B7B7B;
  font-size: 1rem;
  font-weight: 400;
  width: calc(100% - 5rem);
  padding-left: 0.75rem;
  overflow: hidden;
}

.list_cszj_two .left .msg-a1 .inpt .le_upload .layuitext img {
  width: 9.375rem;
}

.list_cszj_two .left .msg-a2 .inpt {
  display: flex;
  width: 100%;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 0.625rem 1.625rem;
}

.list_cszj_two .left .msg-a2 textarea {
  flex: 1;
  border: none;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 700;
}

.list_cszj_two .left .div_aghgha button {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  background: #0038B8;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}

.list_cszj_two .left .div_aghgha button i {
  color: #fff;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_cszj_two .left .div_aghgha button:hover i {
  margin-left: 2.5rem;
}

.list_cszj_two .left .hremail {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.list_cszj_two .left .hremail a {
  color: #0038B8;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.list_cszj_two .right {
  padding: 0;
}

.list_cszj_two .right .over {
  border-radius: 1.25rem 0px 0px 1.25rem;
}

.list_join_one {
  background: #F6F8FD;
  padding-top: 4.625rem;
  padding-bottom: 6.25rem;
}

.list_join_one .left {
  padding-right: 6.25rem;
}

.list_join_one .left .text_con {
  margin-top: 3.5625rem;
}

.list_join_one .left .text_con h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}

.list_join_one .left .text_con p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_join_one .right .over {
  border-radius: 1.25rem;
}

.list_join_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_join_one .content .grid_box .grid_item .over {
  border-radius: 1.25rem;
}

.list_join_two {
  padding-top: 7.1875rem;
  padding-bottom: 7.5rem;
}

.list_join_two .top_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.list_join_two .top_flex .hremai {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.list_join_two .top_flex .hremai a {
  color: #0038B8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.list_join_two .content .join_box .join_item {
  background-color: #f6f8fd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 0 2.625rem 0 2.5rem;
  cursor: pointer;
}

.list_join_two .content .join_box .join_item:hover .title span {
  color: #0038b8;
}

.list_join_two .content .join_box .join_item:not(:nth-last-child(1)) {
  margin-bottom: 2.5rem;
}

.list_join_two .content .join_box .join_item.active .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_join_two .content .join_box .join_item.active .title i {
  display: inline-block;
  transform: rotate(180deg);
}

.list_join_two .content .join_box .join_item .title {
  padding: 1.5rem 0 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
}

.list_join_two .content .join_box .join_item .title i {
  color: #C1C1C1;
  font-size: 1.5625rem;
}

.list_join_two .content .join_box .join_item .text_con {
  display: flex;
  justify-content: space-between;
  padding-top: 2.375rem;
  padding-bottom: 6.25rem;
}

.list_join_two .content .join_box .join_item .text_con .le {
  width: 36%;
}

.list_join_two .content .join_box .join_item .text_con .le h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.list_join_two .content .join_box .join_item .text_con .le p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

.list_join_two .content .join_box .join_item .text_con .le p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2rem;
}

.list_join_two .content .join_box .join_item .text_con .ri {
  width: 64%;
}

.list_join_two .content .join_box .join_item .text_con .ri h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.list_join_two .content .join_box .join_item .text_con .ri p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.list_3c_one {
  padding-top: 7.3125rem;
  padding-bottom: 5rem;
}

.list_3c_one .content {
  position: relative;
}

.list_3c_one .content .swiper_cjysb {
  position: relative;
  overflow: hidden;
  margin: -1.25rem;
  padding-bottom: 2rem;
}

.list_3c_one .content .swiper_cjysb .swiper-pagination {
  justify-content: center;
}

.list_3c_one .content .swiper_cjysb .swiper-slide {
  padding: 0.625rem 1.25rem;
}

.list_3c_one .content .swiper_cjysb .swiper-slide .cjsb {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_3c_one .content .swiper_cjysb .swiper-slide .cjsb .text {
  width: 100%;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.list_3c_one .content .swiper_cjysb2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.list_3c_one .content .swiper_cjysb2 .swiper-pagination {
  justify-content: center;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box {
  display: flex;
  align-items: center;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box .num_item {
  padding: 0 1.25rem;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box .num_item h3 {
  color: #F00;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -1.12px;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box .num_item h3 sup {
  color: #F00;
  font-size: 1.125rem;
  font-weight: 800;
  top: -1.2em;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box .num_item h3 sub {
  color: #F00;
  font-size: 1.125rem;
  font-weight: 800;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .num_box .num_item p {
  margin-top: 0.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem 2.5rem;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .grid_box .cjsb {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_3c_one .content .swiper_cjysb2 .swiper-slide .grid_box .cjsb .text {
  width: 100%;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.list_3c_two {
  position: relative;
}

.list_3c_two .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
  background-image: url(../img/bofang1.svg);
  background-size: 100% 100%;
}

.bgcolor {
  background: #F6F8FD;
}

.list_3c_three {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
}

.list_3c_three .content {
  position: relative;
}

.list_3c_three .content .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
}

.list_3c_three .content .grid_box .grid_item .over {
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(178, 178, 178, 0.35);
}

.list_3c_three .content .grid_box .grid_item .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
  padding: 1rem 0;
}

.list_3c_three .swiper {
  overflow: hidden;
  margin: -2.25rem;
  position: relative;
  padding-bottom: 3.125rem;
}

.list_3c_three .swiper.swiper_three {
  margin: -1.25rem;
}

.list_3c_three .swiper.swiper_three .swiper-slide {
  padding: 0.625rem 1.25rem 0;
}

.list_3c_three .swiper .swiper-pagination {
  justify-content: center;
}

.list_3c_three .swiper .swiper-slide {
  padding: 0.625rem 2.5rem 0;
}

.list_3c_three .swiper .swiper-slide .dbpro .over {
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(178, 178, 178, 0.35);
  height: 16.875rem;
}

.list_3c_three .swiper .swiper-slide .dbpro .over img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

.list_3c_three .swiper .swiper-slide .dbpro .text {
  padding-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_3c_four.list_3c_four .content .swiper_xnycjysb .xny_slide .cjsb .over {
  padding: 0 1.875rem;
  background-color: #fff;
}

.list_3c_four.list_3c_four .content .swiper_xnycjysb .xny_slide .cjsb .text {
  position: relative;
  background-color: unset;
  padding-top: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_xny_one {
  padding-top: 7.1875rem;
  padding-bottom: 6.5625rem;
  background: #F6F8FD;
}

.list_xny_one .content .swiper_xnycjysb {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  margin: -1.25rem;
}

.list_xny_one .content .swiper_xnycjysb .swiper-slide {
  padding: 0.625rem 1.25rem 0;
}

.list_xny_one .content .swiper_xnycjysb .xny_slide .cjsb {
  position: relative;
}

.list_xny_one .content .swiper_xnycjysb .xny_slide .cjsb .over {
  border-radius: 1.25rem;
}

.list_xny_one .content .swiper_xnycjysb .xny_slide .cjsb .text {
  width: 100%;
  border-radius: 0px 0px 1.25rem 1.25rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
}

.list_xny_one .content .swiper_xnycjysb .swiper-pagination {
  justify-content: center;
}

.list_xny_three {
  padding-top: 6.9375rem;
  padding-bottom: 7.0625rem;
}

.list_xny_three .content .left {
  padding: 0;
}

.list_xny_three .content .left .ul {
  position: relative;
  padding-left: 1.25rem;
}

.list_xny_three .content .left .ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  top: 0;
}

.list_xny_three .content .left .ul .li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.list_xny_three .content .left .ul .li::before {
  content: '';
  display: block;
  width: 2px;
  height: 0%;
  background-color: #0038B8;
  position: absolute;
  left: -1.25rem;
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_xny_three .content .left .ul .li:not(:nth-last-child(1)) {
  margin-bottom: 3.4375rem;
}

.list_xny_three .content .left .ul .li.active,
.list_xny_three .content .left .ul .li:hover {
  cursor: pointer;
  color: #0038B8;
}

.list_xny_three .content .left .ul .li.active::before,
.list_xny_three .content .left .ul .li:hover::before {
  height: 100%;
}

.list_xny_three .content .left .ul .li.active:not(:nth-last-child(1)),
.list_xny_three .content .left .ul .li:hover:not(:nth-last-child(1)) {
  margin-bottom: 3rem;
}

.list_xny_three .content .left .ul .li.active .er_ul,
.list_xny_three .content .left .ul .li:hover .er_ul {
  display: block;
}

.list_xny_three .content .left .ul .li .er_ul {
  display: none;
}

.list_xny_three .content .left .ul .li .er_ul .er_li {
  color: #5A5F81;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_xny_three .content .left .ul2 {
  position: relative;
  padding-left: 1.25rem;
}

.list_xny_three .content .left .ul2::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  top: 0;
}

.list_xny_three .content .left .ul2 .li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}

.list_xny_three .content .left .ul2 .li::before {
  content: '';
  display: block;
  width: 2px;
  height: 0%;
  background-color: #0038B8;
  position: absolute;
  left: -1.25rem;
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_xny_three .content .left .ul2 .li:not(:nth-last-child(1)) {
  margin-bottom: 1.5625rem;
}

.list_xny_three .content .left .ul2 .li.active,
.list_xny_three .content .left .ul2 .li:hover {
  cursor: pointer;
  color: #0038B8;
}

.list_xny_three .content .left .ul2 .li.active::before,
.list_xny_three .content .left .ul2 .li:hover::before {
  height: 100%;
}

.list_xny_three .content .left .ul2 .li.active:not(:nth-last-child(1)),
.list_xny_three .content .left .ul2 .li:hover:not(:nth-last-child(1)) {
  margin-bottom: 3rem;
}

.list_xny_three .content .left .ul2 .li.active .er_ul,
.list_xny_three .content .left .ul2 .li:hover .er_ul {
  display: block;
}

.list_xny_three .content .left .ul2 .li .er_ul {
  display: none;
}

.list_xny_three .content .left .ul2 .li .er_ul .er_li {
  color: #5A5F81;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_xny_three .content .right .right_con {
  display: none;
}

.list_xny_three .content .right .right_con .swiper_dbxcp {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.25rem;
}

.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-next,
.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-prev {
  top: unset;
  bottom: 0;
  margin-top: 0;
  background: linear-gradient(#FAFBFF, #E3E6F4);
  border: 1px solid #C1C1C1;
}

.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-next i,
.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-prev i {
  color: #C1C1C1;
  font-weight: 600;
  font-size: 0.625rem;
}

.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-next,
.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-button-prev,
.list_xny_three .content .right .right_con .swiper_dbxcp .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 5rem;
}

.list_xny_three .content .right .right_con .tit {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  padding: 0.3125rem 0;
  color: #5a5f81;
}

.list_xny_three .content .right .right_con .tt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.3125rem 0;
  color: #5a5f81;
}

.list_xny_three .content .right .right_con .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_xny_three .content .right .right_con .text_box {
  display: flex;
}

.list_xny_three .content .right .right_con .text_box .le ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.list_xny_three .content .right .right_con .text_box .le ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_xny_three .content .right .right_con .text_box .le ul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_xny_three .content .right .right_con .text_box .ri {
  flex: 1;
  padding-left: 2rem;
}

.list_xny_three .content .right .right_con .text_box .table_box {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_xny_three .content .right .right_con .text_box .table_box table {
  width: 100%;
}

.list_xny_three .content .right .right_con .text_box .table_box table tr td {
  color: #444;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem !important;
}

.list_xny_three .content .right .right_con .text_box .table_box table tr td:nth-child(1) {
  border-left: unset;
}

.list_xny_three .content .right .right_con .text_box .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_xny_three .content .right .right_con .text_box .table_box table tr:nth-child(1) td {
  border-top: unset;
  background-color: #EDEFF7;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.list_xny_three .content .right .right_con .text_box .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_xny_three .content .right .right_con.active {
  display: block;
}

.list_xny_four {
  padding-top: 6.9375rem;
  padding-bottom: 7.0625rem;
}

.list_xny_four .table_box {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_xny_four .table_box.table_box2 tr td {
  padding: 0.625rem !important;
  font-size: 0.875rem;
}

.list_xny_four .table_box table {
  width: 100%;
}

.list_xny_four .table_box table tr td {
  color: #4D4D4D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem 1.25rem !important;
  min-width: 6.25rem;
}

.list_xny_four .table_box table tr td:nth-child(1) {
  border-left: unset;
}

.list_xny_four .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_xny_four .table_box table tr:nth-child(1) td {
  border-top: none;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  background: #EDEFF7;
}

.list_xny_four .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_xny_six {
  padding-top: 6.9375rem;
  padding-bottom: 7.0625rem;
}

.list_xny_six .content {
  position: relative;
}

.list_xny_six .content .swiper_xnyvideo {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}

.list_xny_six .content .swiper_xnyvideo .swiper-pagination {
  justify-content: center;
}

.list_xny_six .content .swiper_xnyvideo .tit {
  font-size: 1.5rem;
  text-align: center;
  color: #5a5f81;
  font-weight: 600;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .left {
  width: 100%;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .table_box {
  width: 100%;
  overflow-x: auto;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .table_box table {
  width: 100%;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .table_box table tr td {
  color: #4D4D4D;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 10px !important;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .table_box table tr:nth-child(1) td {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  background: #EDEFF7;
}

.list_xny_six .content .swiper_xnyvideo .xnyvideo_box .table_box table tr:nth-child(even) td {
  background: #fff;
}

.list_cnc_one {
  padding-top: 7.25rem;
  padding-bottom: 5.625rem;
}

.list_cnc_one .content .swiper_cncjgj1 {
  position: relative;
  overflow: hidden;
  margin: 0 -2.25rem;
  padding-bottom: 2rem;
}

.list_cnc_one .content .swiper_cncjgj1 .swiper-pagination {
  justify-content: center;
}

.list_cnc_one .content .swiper_cncjgj1 .swiper-slide {
  padding: 0 2.25rem;
}

.list_cnc_one .content .swiper_cncjgj1 .swiper-slide .jgj_box .over {
  border-radius: 1.25rem;
}

.list_cnc_one .content .swiper_cncjgj1 .swiper-slide .jgj_box .text {
  padding: 0.3125rem 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_cnc_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem 3.125rem;
}

.list_cnc_one .content .grid_box .grid_item .over {
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(178, 178, 178, 0.35);
}

.list_cnc_one .content .grid_box .grid_item .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.625rem;
}

.list_cnc_one .content .grid_box .grid_item:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}

.list_cnc_two {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
}

.list_cnc_two .content {
  position: relative;
}

.list_cnc_two .content .swiper_cncjgj {
  position: relative;
  overflow: hidden;
  margin: 0 -2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.list_cnc_two .content .swiper_cncjgj .swiper-pagination {
  justify-content: center;
}

.list_cnc_two .content .swiper_cncjgj .swiper-slide {
  padding: 0 2.5rem;
}

.list_cnc_two .content .swiper_cncjgj .swiper-slide .jgj_box .over {
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(178, 178, 178, 0.35);
}

.list_cnc_two .content .swiper_cncjgj .swiper-slide .jgj_box .text {
  padding: 0.3125rem 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.top_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top_flex .ri h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
}

.top_flex .ri>p {
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  font-size: 1.625rem;
  font-weight: 400;
}

.top_flex .ri .num_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.top_flex .ri .num_box .num_item h3 {
  color: #F00;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -1.12px;
}

.top_flex .ri .num_box .num_item h3 sup {
  color: #F00;
  font-size: 1.5rem;
  font-weight: 800;
  top: -1.2em;
}

.top_flex .ri .num_box .num_item h3 sub {
  color: #F00;
  font-size: 1.5rem;
  font-weight: 800;
}

.top_flex .ri .num_box .num_item p {
  margin-top: 0.25rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_muju_one {
  background: #F6F8FD;
  padding-top: 7.25rem;
  padding-bottom: 6.5rem;
}

.list_muju_one .content {
  margin-top: 1.875rem;
}

.list_muju_one .content .swiper_muju {
  position: relative;
  overflow: hidden;
  margin: -0.9375rem;
  padding-bottom: 2rem;
}

.list_muju_one .content .swiper_muju .swiper-pagination {
  justify-content: center;
}

.list_muju_one .content .swiper_muju .swiper-slide {
  padding: 0.9375rem;
}

.list_muju_one .content .swiper_muju .swiper-slide .muju_box {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_muju_one .content .swiper_muju .swiper-slide .muju_box .text {
  width: 100%;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.list_muju_three {
  padding-top: 5.9375rem;
  padding-bottom: 6.25rem;
  background: #F6F8FD;
}

.list_muju_three .content {
  margin-top: 1.875rem;
}

.list_muju_three .content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.list_muju_three .content .grid_box .grid_item {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_muju_three .content .grid_box .grid_item .over {
  width: 100%;
  height: 100%;
}

.list_muju_three .content .grid_box .grid_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_muju_three .content .grid_box .grid_item .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.6875rem 0;
}

.list_muju_three .content .grid_box .grid_item:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}

.list_muju_four {
  padding-top: 9.375rem;
  padding-bottom: 10rem;
}

.list_muju_four .content {
  margin-top: 8.75rem;
}

.list_muju_four .content .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.125rem;
}

.list_muju_four .content .grid_box .grid_item {
  position: relative;
}

.list_muju_four .content .grid_box .grid_item:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 2.75rem;
  height: 1.875rem;
  background-image: url('../img/xiangyou.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1.875rem;
}

.list_muju_four .content .grid_box .grid_item .over {
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
}

.list_muju_four .content .grid_box .grid_item .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  text-align: center;
  padding: 2rem 0;
}

.list_pinhzi_one {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}

.list_pinhzi_one .container {
  padding: 0 20rem;
}

.list_pinhzi_one .content .swiper_txrz {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}

.list_pinhzi_one .content .swiper_txrz .swiper-pagination {
  justify-content: center;
}

.list_pinhzi_one .content .swiper_txrz .swiper-slide {
  padding: 0.625rem 1.25rem;
}

.list_pinhzi_one .content .swiper_txrz .swiper-slide .txrz_box {
  border-radius: 0.625rem;
  border: 1px solid #DEE1EB;
  background: #FFF;
  overflow: hidden;
  padding: 0 6rem;
}

.list_pinhzi_one .content .swiper_txrz .swiper-slide .txrz_box .img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.list_pinhzi_one .content .swiper_txrz .swiper-slide .txrz_box .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  line-height: 2.375rem;
}

.list_pinhzi_two {
  padding-top: 5.625rem;
  padding-bottom: 8rem;
  background: #F6F8FD;
  position: relative;
}

.list_pinhzi_two .content .left {
  padding-right: 5.25rem;
}

.list_pinhzi_two .content .left .tabul {
  margin-top: 4rem;
  position: relative;
}

.list_pinhzi_two .content .left .tabul::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  top: 0;
}

.list_pinhzi_two .content .left .tabul .tabli {
  padding-left: 1.25rem;
  position: relative;
}

.list_pinhzi_two .content .left .tabul .tabli::before {
  content: '';
  display: block;
  width: 2px;
  height: 0;
  background-color: #0038B8;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pinhzi_two .content .left .tabul .tabli:not(:nth-last-child(1)) {
  margin-bottom: 3.4375rem;
}

.list_pinhzi_two .content .left .tabul .tabli .tt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
}

.list_pinhzi_two .content .left .tabul .tabli .hd {
  display: none;
}

.list_pinhzi_two .content .left .tabul .tabli .dd {
  margin-top: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pinhzi_two .content .left .tabul .tabli .dd.on {
  color: #0038B8;
}

.list_pinhzi_two .content .left .tabul .tabli.active {
  cursor: pointer;
}

.list_pinhzi_two .content .left .tabul .tabli.active::before {
  height: 100%;
}

.list_pinhzi_two .content .left .tabul .tabli.active .tt {
  color: #0038B8;
}

.list_pinhzi_two .content .left .tabul .tabli.active .hd {
  display: block;
}

.list_pinhzi_two .content .left .tabul .tabli.active .dd {
  height: auto;
  overflow: unset;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pinhzi_two .content .right .right_con {
  display: none;
}

.list_pinhzi_two .content .right .right_con.active {
  display: block;
}

.list_pinhzi_two .content .right .right_con .swiper_sys {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3rem;
}

.list_pinhzi_two .content .right .right_con .swiper_sys .swiper-pagination {
  justify-content: center;
}

.list_pinhzi_two .content .right .right_con .swiper_sys .swiper-slide {
  padding: 1.25rem;
}

.list_pinhzi_two .content .right .right_con .swiper_sys .swiper-slide .sys_item {
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
}

.list_pinhzi_two .content .right .right_con .swiper_sys .swiper-slide .sys_item .text {
  padding: 0.625rem 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_pinhzi_two .content .right .right_con .sys_box {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.list_pinhzi_two .content .right .right_con .sys_box.active {
  display: grid;
}

.list_pinhzi_two .content .right .right_con .sys_box .sys_item {
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
}

.list_pinhzi_two .content .right .right_con .sys_box .sys_item .over {
  padding: 0 1.25rem;
}

.list_pinhzi_two .content .right .right_con .sys_box .sys_item .text {
  padding: 0.625rem 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_pinhzi_two .content .right .right_con .dbxcp_box {
  display: none;
}

.list_pinhzi_two .content .right .right_con .dbxcp_box.active {
  display: block;
}

.list_pinhzi_two .content .right .right_con .tit {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  padding: 0.3125rem 0;
  color: #5a5f81;
}

.list_pinhzi_two .content .right .right_con .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_pinhzi_two .content .right .right_con .text_box {
  display: flex;
  justify-content: space-between;
}

.list_pinhzi_two .content .right .right_con .text_box .le ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.list_pinhzi_two .content .right .right_con .text_box .le ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_pinhzi_two .content .right .right_con .text_box .le ul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_pinhzi_two .content .right .right_con .text_box .ri {
  width: 50%;
  padding-left: 2rem;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -3.125rem;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table {
  width: 100%;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table tr td {
  color: #444;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem !important;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table tr td:nth-child(1) {
  border-left: unset;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table tr:nth-child(1) td {
  border-top: unset;
  background-color: #EDEFF7;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.list_pinhzi_two .content .right .right_con .text_box .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_pinhzi_three {
  padding-top: 7.1875rem;
  padding-bottom: 7.25rem;
}

.list_pinhzi_three .swiper_pzjy {
  position: relative;
  overflow: hidden;
  margin: 1.875rem 9.375rem 0;
  padding-bottom: 4.375rem;
}

.list_pinhzi_three .swiper_pzjy .swiper-pagination {
  justify-content: center;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box.pzjy1 .pzjy_item:nth-child(1) {
  grid-column: unset;
  grid-row: unset;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box.pzjy1 .pzjy_item:nth-child(3) {
  grid-column: 3/3;
  grid-row: 1/3;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box .pzjy_item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box .pzjy_item .over {
  width: 100%;
  height: 100%;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box .pzjy_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box .pzjy_item .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.6875rem 0;
}

.list_pinhzi_three .swiper_pzjy .pzjy_box .pzjy_item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.list_yanfa_one {
  padding-top: 5rem;
  padding-bottom: 6.5625rem;
}

.list_yanfa_one .grid_box {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 2.5rem;
}

.list_yanfa_one .grid_box .grid_item {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_yanfa_one .grid_box .grid_item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/2;
}

.list_yanfa_one .grid_box .grid_item .over {
  width: 100%;
  height: 100%;
}

.list_yanfa_one .grid_box .grid_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_yanfa_one .grid_box .grid_item .text {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.6875rem 0;
}

.list_yanfa_one .grid_box2 {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 2.5rem;
}

.list_yanfa_one .grid_box2 .grid_item {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.list_yanfa_one .grid_box2 .grid_item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/2;
}

.list_yanfa_one .grid_box2 .grid_item .over {
  width: 100%;
  height: 100%;
}

.list_yanfa_one .grid_box2 .grid_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_yanfa_one .grid_box2 .grid_item .text {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.6875rem 0;
}

.list_yanfa_two {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
  background: #F6F8FD;
}

.list_yanfa_two .content .swiper_jszl {
  overflow: hidden;
  position: relative;
  margin: 0.9375rem;
  padding-bottom: 2rem;
}

.list_yanfa_two .content .swiper_jszl .swiper-pagination {
  justify-content: center;
}

.list_yanfa_two .content .swiper_jszl .swiper-slide {
  padding: 0.625rem 0.9375rem;
}

.list_yanfa_two .content .swiper_jszl .swiper-slide .zljs_box {
  border-radius: 0.625rem;
  border: 1px solid #DEE1EB;
  background: #FFF;
  overflow: hidden;
  padding: 1.5rem 1.25rem;
}

.list_yanfa_three {
  padding-top: 6.8125rem;
  padding-bottom: 7.625rem;
}

.list_yanfa_three .content {
  margin-top: 2rem;
  position: relative;
}

.list_yanfa_three .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 8.75rem;
  background-image: url(../img/Union.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 47.5%;
  transform: translateY(-50%);
  left: 0;
}

.list_yanfa_three .content .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 5.25rem;
}

.list_yanfa_three .content .grid_box .grid_item:nth-child(1),
.list_yanfa_three .content .grid_box .grid_item:nth-child(3),
.list_yanfa_three .content .grid_box .grid_item:nth-child(5) {
  margin-top: 15.625rem;
}

.list_yanfa_three .content .grid_box .grid_item:nth-child(1) .text_con,
.list_yanfa_three .content .grid_box .grid_item:nth-child(3) .text_con,
.list_yanfa_three .content .grid_box .grid_item:nth-child(5) .text_con {
  padding-top: 5.625rem;
}

.list_yanfa_three .content .grid_box .grid_item:nth-child(2) .text_con,
.list_yanfa_three .content .grid_box .grid_item:nth-child(4) .text_con {
  padding-bottom: 2rem;
}

.list_yanfa_three .content .grid_box .grid_item .icon {
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47%;
  margin-left: -2.6875rem;
  transform: translateY(-50%);
  z-index: 9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.list_yanfa_three .content .grid_box .grid_item .icon img {
  width: 60%;
}

.list_yanfa_three .content .grid_box .grid_item .text_con {
  position: relative;
  padding-left: 1.25rem;
}

.list_yanfa_three .content .grid_box .grid_item .text_con::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DEE1EB;
  position: absolute;
  top: 0;
  left: 0;
}

.list_yanfa_three .content .grid_box .grid_item .tt {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.list_yanfa_three .content .grid_box .grid_item ul>li {
  position: relative;
  padding-left: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_yanfa_three .content .grid_box .grid_item ul>li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list_yanfa_three .cont_b {
  border-radius: 0.625rem;
  border: 1px solid #E3E6F4;
  background: #F6F8FD;
  padding: 1.6875rem 0;
  color: #5A5F81;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
}

.list_szabout_one {
  padding-top: 6.625rem;
  padding-bottom: 7.25rem;
}

.list_szabout_one .row {
  align-items: flex-end;
}

.list_szabout_one .left .desc {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_szabout_one .left .desc p {
  margin-bottom: 1.375rem;
}

.list_szabout_one .left .desc p .p1 {
  padding-left: 0.625rem;
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.list_szabout_one .right {
  padding-left: 3.3125rem;
}

.list_szabout_one .right .over {
  border-radius: 1.25rem;
}

.list_szabout_one .about_num {
  margin-top: 6.6875rem;
  display: flex;
  justify-content: space-between;
}

.list_szabout_one .about_num .num_item h3 {
  color: #F00;
  font-family: Inter;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -0.07rem;
}

.list_szabout_one .about_num .num_item h3 sup {
  color: #F00;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 800;
  top: -1.5em;
}

.list_szabout_one .about_num .num_item p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_szabout_two .pc_show {
  display: block;
}

.list_szabout_two .m_show {
  display: none;
}

.list_szabout_two ul li {
  position: absolute;
}

.list_szabout_two ul li .dian {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #0038B8;
  position: relative;
}

.list_szabout_two ul li .dian::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 56, 184, 0.5);
  transform: scale(3);
  animation: boderM 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_szabout_two ul li .svg svg {
  width: 100%;
  height: 100%;
}

.list_szabout_two ul li .text {
  width: 19.375rem;
  border-radius: 0.625rem;
  border: 2px solid rgba(0, 56, 184, 0.3);
  background: rgba(0, 56, 184, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 33, 244, 0.1);
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.0625rem 1.25rem 1.0625rem;
  line-height: 1;
}

.list_szabout_two ul li:nth-child(1) .text,
.list_szabout_two ul li:nth-last-child(1) .text {
  width: 16.875rem;
  line-height: 1.5;
}

.list_szabout_two ul li:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 42%;
  left: 6%;
}

.list_szabout_two ul li:nth-child(1) .svg {
  margin-bottom: 0.625rem;
  width: 4.9375rem;
  height: 2.875rem;
}

.list_szabout_two ul li:nth-child(1) .dian {
  margin-left: -0.3125rem;
}

.list_szabout_two ul li:nth-child(2) {
  top: 30%;
  left: 29%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(2) .svg {
  margin-top: 2rem;
  width: 7.75rem;
  height: 8.375rem;
}

.list_szabout_two ul li:nth-child(2) .dian {
  margin-top: 10.125rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(3) {
  top: 38%;
  left: 29%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(3) .svg {
  margin-top: 2rem;
  width: 7.9375rem;
  height: 5.875rem;
}

.list_szabout_two ul li:nth-child(3) .dian {
  margin-top: 7.5rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(4) {
  top: 21%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(4) .svg {
  margin-top: 2rem;
  width: 6.1875rem;
  height: 7.0625rem;
}

.list_szabout_two ul li:nth-child(4) .dian {
  margin-top: 8.75rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(5) {
  top: 28.2%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(5) .svg {
  margin-top: 2rem;
  width: 6.1875rem;
  height: 5.25rem;
}

.list_szabout_two ul li:nth-child(5) .dian {
  margin-top: 6.875rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(6) {
  top: 35.2%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(6) .svg {
  margin-top: 2rem;
  width: 6.25rem;
  height: 3.25rem;
}

.list_szabout_two ul li:nth-child(6) .dian {
  margin-top: 4.6875rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(7) {
  top: 47.5%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(7) .svg {
  margin-top: 2rem;
  width: 6.375rem;
  height: 5.1875rem;
}

.list_szabout_two ul li:nth-child(7) .dian {
  margin-top: 6.875rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(8) {
  top: 54.7%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(8) .svg {
  margin-top: 2rem;
  width: 6.3125rem;
  height: 3.3125rem;
}

.list_szabout_two ul li:nth-child(8) .dian {
  margin-top: 4.75rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(9) {
  top: 61.7%;
  left: 54%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(9) .svg {
  margin-top: 2rem;
  width: 6.1875rem;
  height: 1.5625rem;
}

.list_szabout_two ul li:nth-child(9) .dian {
  margin-top: 2.875rem;
  margin-right: -0.3125rem;
}

.list_szabout_two ul li:nth-child(10) {
  top: 36.3%;
  left: 76%;
  display: flex;
  align-items: flex-start;
}

.list_szabout_two ul li:nth-child(10) .svg {
  margin-top: 2rem;
  width: 6.25rem;
  height: 3.3125rem;
}

.list_szabout_two ul li:nth-child(10) .dian {
  margin-top: 4.75rem;
  margin-right: -0.3125rem;
}

.list_szabout_two .dian_box {
  padding: 1.25rem 0.9375rem;
}

.list_szabout_two .dian_box .d {
  padding-bottom: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_szabout_two .dian_box .d span {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.25rem;
  margin-right: 0.625rem;
}

.list_szabout_three {
  background: #F6F8FD;
  padding-top: 7.25rem;
  padding-bottom: 8.9375rem;
}

.list_szabout_three .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6875rem 2.5rem;
}

.list_szabout_three .content .grid_box .grid_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1rem 2rem;
}

.list_szabout_three .content .grid_box .grid_item .text {
  padding-top: 2rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.list_szabout_four .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
}

.list_szabout_four .content {
  position: absolute;
  top: 10.3125rem;
  left: 0;
}

.list_szabout_four .content .all_neititle h3,
.list_szabout_four .content .all_neititle p {
  color: #fff;
}

.list_szabout_five {
  padding-top: 7.5rem;
  padding-bottom: 6.625rem;
  background: #F6F8FD;
}

.list_szabout_five .content .left {
  padding-left: 0;
  padding-right: 0.5rem;
}

.list_szabout_five .content .left .over {
  border-radius: 1.25rem;
}

.list_szabout_five .content .right {
  padding-left: 2.0625rem;
}

.list_szabout_five .content .right .over {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 0.75rem 2.5rem;
}

.list_szabout_five .content .right .over img {
  border-radius: 0.625rem;
}

.list_szabout_five .content .right .desc {
  padding-left: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.list_szabout_six {
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.list_szabout_six .content {
  padding: 0 14.375rem;
}

.list_szabout_seven .pc_show {
  display: block;
}

.list_szabout_seven .m_show {
  display: none;
}

.list_szabout_seven .content {
  position: absolute;
  top: 7.1875rem;
}

.list_about_one {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}

.list_about_one .row {
  align-items: flex-end;
}

.list_about_one .left {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_about_one .left p {
  margin-top: 1.25rem;
}

.list_about_one .right {
  padding-left: 3.3125rem;
}

.list_about_one .right .over {
  border-radius: 1.25rem;
  position: relative;
}

.list_about_one .right .over .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/bofang1.svg);
  background-size: 100% 100%;
}

.list_about_one .about_num {
  margin-top: 5.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_about_one .about_num .num_item h3 span {
  color: #F00;
  font-family: Inter;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -0.07rem;
}

.list_about_one .about_num .num_item h3 sup {
  top: -1.3em;
  color: #F00;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 800;
}

.list_about_one .about_num .num_item p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_about_two {
  padding-top: 6.5625rem;
  padding-bottom: 7.625rem;
  background: #F6F8FD;
}

.list_about_two .content .tit,
.list_about_two .content2 .tit {
  color: #5A5F81;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.list_about_two .content .m_show,
.list_about_two .content2 .m_show {
  display: none;
}

.list_about_two .content .accordion-container,
.list_about_two .content2 .accordion-container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.list_about_two .content .accordion-container .accordion-item,
.list_about_two .content2 .accordion-container .accordion-item {
  list-style: none;
  height: 30.5rem;
  transition: width 0.5s;
  position: relative;
}

.list_about_two .content .accordion-container .accordion-item .i1,
.list_about_two .content2 .accordion-container .accordion-item .i1 {
  display: block;
  width: 100%;
  height: 100%;
}

.list_about_two .content .accordion-container .accordion-item .i1 img,
.list_about_two .content2 .accordion-container .accordion-item .i1 img {
  width: 100%;
  height: 100%;
}

.list_about_two .content .accordion-container .accordion-item .i2,
.list_about_two .content2 .accordion-container .accordion-item .i2 {
  display: none;
  width: 100%;
  height: 100%;
}

.list_about_two .content .accordion-container .accordion-item .i2 img,
.list_about_two .content2 .accordion-container .accordion-item .i2 img {
  width: 100%;
  height: 100%;
}

.list_about_two .content .accordion-container .accordion-item .text_con,
.list_about_two .content2 .accordion-container .accordion-item .text_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.list_about_two .content .accordion-container .accordion-item .text_con .title,
.list_about_two .content2 .accordion-container .accordion-item .text_con .title {
  padding-top: 5.3125rem;
  width: 100%;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.375rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.875rem;
  display: flex;
  align-items: center;
}

.list_about_two .content .accordion-container .accordion-item .text_con .active_con,
.list_about_two .content2 .accordion-container .accordion-item .text_con .active_con {
  display: none;
}

.list_about_two .content .accordion-container .accordion-item:not(:hover),
.list_about_two .content2 .accordion-container .accordion-item:not(:hover) {
  width: calc(12% - 0.625rem);
}

.list_about_two .content .accordion-container .accordion-item:hover,
.list_about_two .content2 .accordion-container .accordion-item:hover,
.list_about_two .content .accordion-container .accordion-item.active,
.list_about_two .content2 .accordion-container .accordion-item.active {
  width: 42.4375rem;
  height: 30.5rem;
}

.list_about_two .content .accordion-container .accordion-item:hover .active_con,
.list_about_two .content2 .accordion-container .accordion-item:hover .active_con,
.list_about_two .content .accordion-container .accordion-item.active .active_con,
.list_about_two .content2 .accordion-container .accordion-item.active .active_con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  padding: 4.8125rem 2.4375rem;
}

.list_about_two .content .accordion-container .accordion-item:hover .active_con .tit,
.list_about_two .content2 .accordion-container .accordion-item:hover .active_con .tit,
.list_about_two .content .accordion-container .accordion-item.active .active_con .tit,
.list_about_two .content2 .accordion-container .accordion-item.active .active_con .tit {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
}

.list_about_two .content .accordion-container .accordion-item:hover .active_con .add,
.list_about_two .content2 .accordion-container .accordion-item:hover .active_con .add,
.list_about_two .content .accordion-container .accordion-item.active .active_con .add,
.list_about_two .content2 .accordion-container .accordion-item.active .active_con .add {
  width: 60%;
  color: #5A5F81;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.list_about_two .content .accordion-container .accordion-item:hover .title,
.list_about_two .content2 .accordion-container .accordion-item:hover .title,
.list_about_two .content .accordion-container .accordion-item.active .title,
.list_about_two .content2 .accordion-container .accordion-item.active .title {
  display: none;
}

.list_about_two .content .accordion-container .accordion-item:hover .i1,
.list_about_two .content2 .accordion-container .accordion-item:hover .i1,
.list_about_two .content .accordion-container .accordion-item.active .i1,
.list_about_two .content2 .accordion-container .accordion-item.active .i1 {
  display: none;
}

.list_about_two .content .accordion-container .accordion-item:hover .i2,
.list_about_two .content2 .accordion-container .accordion-item:hover .i2,
.list_about_two .content .accordion-container .accordion-item.active .i2,
.list_about_two .content2 .accordion-container .accordion-item.active .i2 {
  display: block;
}

.list_about_two .content .accordion-container .accordion-item .accordion-title,
.list_about_two .content2 .accordion-container .accordion-item .accordion-title {
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.list_about_three {
  padding-top: 6rem;
  padding-bottom: 9.375rem;
  background-size: cover;
}

.list_about_three .all_neititle h3,
.list_about_three .all_neititle p {
  color: #fff;
}

.list_about_three .content .content {
  margin-top: 3.75rem;
  overflow: hidden;
}

.list_about_three .content .content .swiper_btn {
  margin-top: 4.375rem;
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
}

.list_about_three .content .content .swiper_btn::after {
  content: "";
  position: absolute;
  width: 95%;
  left: 50%;
  top: 1.6875rem;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
}

.list_about_three .content .content .swiper_btn .swiper_btn_li {
  text-align: center;
  cursor: pointer;
}

.list_about_three .content .content .swiper_btn .swiper_btn_li .yuan {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.list_about_three .content .content .swiper_btn .swiper_btn_li .text {
  margin-top: 0.5rem;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
}

.list_about_three .content .content .swiper_btn .swiper-slide-thumb-active .yuan,
.list_about_three .content .content .swiper_btn .active .yuan {
  border: unset;
  position: relative;
}

.list_about_three .content .content .swiper_btn .swiper-slide-thumb-active .yuan::before,
.list_about_three .content .content .swiper_btn .active .yuan::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #0038B8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.list_about_three .content .content .swiper_btn .swiper-slide-thumb-active .text,
.list_about_three .content .content .swiper_btn .active .text {
  font-size: 1.5rem;
  font-weight: 700;
}

.list_about_three .content .content .swiper_history {
  width: 80%;
  margin: 4.8125rem auto 0;
  overflow: hidden;
}

.list_about_three .content .content .swiper_history .history_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_about_three .content .content .swiper_history .history_box .left {
  padding-right: 8.25rem;
  border-right: 1px solid #fff;
}

.list_about_three .content .content .swiper_history .history_box .left h3 {
  color: #FFF;
  /* font-family: Inter; */
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 1;
}

.list_about_three .content .content .swiper_history .history_box .left p {
  display: inline-block;
  width: 0.1875rem;
  height: 3.75rem;
  background-color: #fff;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.list_about_three .content .content .swiper_history .history_box .right {
  flex: 1;
  padding-left: 8.6875rem;
  height: 18.75rem;
  overflow-y: auto;
}

.list_about_three .content .content .swiper_history .history_box .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_about_three .content .content .swiper_history .history_box .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_about_three .content .content .swiper_history .history_box .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #fff;
}

.list_about_three .content .content .swiper_history .history_box .right p {
  color: #FFF;
  text-align: justify;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.list_about_three .content .content .swiper_history .history_box .right p span {
  font-weight: 700;
  margin-right: 1.875rem;
}

.list_about_three .content .content .swiper_history .history_box .right p:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.list_about_three .content .content .history_ul .history_li {
  margin-top: 15px;
}

.list_about_three .content .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0038B8;
}

.list_about_three .content .content .history_ul .history_li p {
  font-size: 14px;
}

.list_about_four {
  padding-top: 9.75rem;
  padding-bottom: 7.0625rem;
}

.list_about_four .box_con {
  margin-top: -23rem;
}

.list_about_four .box_con .picMarquee-left2,
.list_about_four .box_con1 .picMarquee-left2,
.list_about_four .box_con .picMarquee-left3,
.list_about_four .box_con1 .picMarquee-left3 {
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 25%, #000 85%, transparent);
  mask: linear-gradient(90deg, transparent, #000 25%, #000 85%, transparent);
}

.list_about_four .box_con .picMarquee-left2 .bd .tempWrap,
.list_about_four .box_con1 .picMarquee-left2 .bd .tempWrap,
.list_about_four .box_con .picMarquee-left3 .bd .tempWrap,
.list_about_four .box_con1 .picMarquee-left3 .bd .tempWrap {
  margin: 0 auto;
}

.list_about_four .box_con .picList li,
.list_about_four .box_con1 .picList li {
  width: 16.25rem;
  margin: 1.25rem 1.5625rem 1.25rem;
}

.list_about_four .box_con .picList li .pic,
.list_about_four .box_con1 .picList li .pic {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 7.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_four .box_con .picList li .pic:hover,
.list_about_four .box_con1 .picList li .pic:hover {
  border-color: rgba(0, 56, 184, 0.5);
}

.list_about_four .m_show {
  display: none;
}

.list_product {
  padding-top: 8.4375rem;
  padding-bottom: 7.875rem;
  background: #F8F8F8;
}

.list_product .search_box {
  width: 52%;
  margin: 0 auto;
}

.list_product .search_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  border: 1px solid #0038B8;
  border-radius: 1.75rem;
}

.list_product .search_box .select {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  border-right: 1px solid #E5E5E5;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: 1.25rem;
}

.list_product .search_box .select select {
  width: 4.375rem;
  height: 100%;
  border: none;
  background-color: unset;
}

.list_product .search_box .select i {
  display: inline-block;
  width: 0.625rem;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
}

.list_product .search_box input {
  height: 3.25rem;
  flex: 1;
  padding-left: 0.625rem;
  background-color: unset;
}

.list_product .search_box button {
  width: 10rem;
  height: 3.5rem;
  background-color: #0038B8;
  border-radius: 1.75rem;
  border: none;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .search_box button i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.75rem;
}

.list_product .search_box button:hover {
  background-color: #ff0000;
}

.list_product .search_box ul {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
}

.list_product .search_box ul li {
  padding: 0 0.625rem;
  position: relative;
}

.list_product .search_box ul li:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0.9375rem;
}

.list_product .search_box ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 2.75rem;
  display: flex;
}

.list_product .search_box ul li:hover a {
  color: #0038B8;
}

.list_product .search_box ul li:hover a svg path {
  fill: #0038b8;
  fill-opacity: 1;
}

.list_product .content .ajhhsd {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_product .content .ajhhsd a {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.list_product .content .pro_tab {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 0 2.125rem 1.5rem 2.1875rem;
}

.list_product .content .pro_tab .tab_box {
  padding-top: 1.5625rem;
  padding-bottom: 1.3125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.list_product .content .pro_tab .tab_box .tab_two {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  align-items: unset;
}

.list_product .content .pro_tab .tab_box .tab_two.active {
  display: flex;
}

.list_product .content .pro_tab .tab_box .tab_two .tab_three {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border-bottom: unset;
}

.list_product .content .pro_tab .tab_box .tab_two .tab_three.active {
  display: flex;
}

.list_product .content .pro_tab .tab_box .tit {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.list_product .content .pro_tab .tab_box ul {
  flex: 1;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}

.list_product .content .pro_tab .tab_box ul.active {
  display: flex;
}

.list_product .content .pro_tab .tab_box ul li {
  text-align: center;
}

.list_product .content .pro_tab .tab_box ul li a {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.75rem;
  padding: 0.0625rem 1.8125rem 0.1875rem;
  position: relative;
}

.list_product .content .pro_tab .tab_box ul li a span {
  position: relative;
  z-index: 3;
}

.list_product .content .pro_tab .tab_box ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #FAFBFF 0%, #E3E6F4 100%), #0038B8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .content .pro_tab .tab_box ul li:hover>a,
.list_product .content .pro_tab .tab_box ul li.active>a {
  font-weight: 500;
}

.list_product .content .pro_tab .tab_box ul li:hover>a::after,
.list_product .content .pro_tab .tab_box ul li.active>a::after {
  height: 100%;
}

.list_product .content .pro_table_con .table_box {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_product .content .pro_table_con .table_box table {
  width: 100%;
}

.list_product .content .pro_table_con .table_box table tr td {
  color: #4D4D4D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.list_product .content .pro_table_con .table_box table tr td a {
  width: 100%;
  height: 100%;
}

.list_product .content .pro_table_con .table_box table tr td:nth-child(2) {
  padding: 0 !important;
  width: 13.75rem;
}

.list_product .content .pro_table_con .table_box table tr td:nth-child(1) {
  border-left: unset;
}

.list_product .content .pro_table_con .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_product .content .pro_table_con .table_box table tr:nth-child(1) td {
  border-top: none;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  background: #EDEFF7;
}

.list_product .content .pro_table_con .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_product .content .pro_table_con .table_box table tr:nth-child(even) td {
  background: #fff;
}

.list_product .content .pro_table_con .table_box table tr:hover td {
  background: #EFF1FB;
  color: #0038b8;
}

.list_product .content .pro_table_con .table_box table tr:hover td a {
  color: #0038b8;
}

.left_menu {
  width: 11.75rem;
  position: fixed;
  top: 30%;
  left: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 0, 0, 0.06);
  z-index: 99;
}

.left_menu .tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #EDEFF7;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-align: center;
}

.left_menu .tit i {
  color: #A4A4A4;
  margin-right: 0.5625rem;
}

.left_menu ul li {
  padding-left: 2rem;
  padding-right: 1.0938rem;
}

.left_menu ul li:hover a,
.left_menu ul li.active a {
  color: #0038B8;
}

.left_menu ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  padding-left: 1.125rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.left_menu ul li a::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.left_menu ul li a i {
  font-size: 0.625rem;
  color: #DADADA;
  vertical-align: middle;
  font-weight: 600;
  float: right;
}

.left_menu ul li:not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.show_product {
  background-color: #fff;
}

.show_product .pro_one {
  padding-top: 0.625rem;
}

.swiper_proimg {
  position: relative;
  overflow: hidden;
}

.show_product .pro_one .left #magnifier {
  position: relative;
}

.show_product .pro_one .left #magnifier .small-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.show_product .pro_one .left #magnifier .small-box img {
  display: block;
  width: 100%;
}

.show_product .pro_one .left #magnifier .small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px !important;
  height: 200px !important;
  background: #0038b8;
  opacity: 0.5;
  cursor: move;
}

.show_product .pro_one .left #magnifier .big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 35.625rem;
  top: 0;
  width: 31.25rem;
  height: 31.25rem;
  border: 1px solid #e4e4e4;
  z-index: 99;
}

.show_product .pro_one .left #magnifier .big-box img {
  display: block;
  max-width: unset;
}

.show_product .pro_one .right {
  padding-left: 4rem;
}

.show_product .pro_one .right .text_con .t {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 700;
}

.show_product .pro_one .right .text_con .title .n {
  color: #000;
  font-family: Inter;
  font-size: 3.125rem;
  font-weight: 600;
}

.show_product .pro_one .right .text_con .subtit {
  margin-top: 1.1875rem;
}

.show_product .pro_one .right .text_con .subtit .n {
  color: #000;
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 700;
}

.show_product .pro_one .right .text_con .desc {
  display: flex;
  align-items: center;
}

.show_product .pro_one .right .text_con .desc .p {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
}

.show_product .pro_one .right .text_con .desc .p:not(:nth-last-child(1)) {
  margin-right: 4.375rem;
}

.show_product .pro_one .right .text_con .desc .p span {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 700;
}

.show_product .pro_content {
  margin-top: 7.6875rem;
}

.show_product .pro_content .pro_flex {
  display: flex;
}

.show_product .pro_content .pro_flex .left {
  width: 64%;
}

.show_product .pro_content .pro_flex .left .row {
  align-items: flex-end;
  margin-bottom: 3.4375rem;
}

.show_product .pro_content .pro_flex .right {
  width: 36%;
  padding-left: 2.1875rem;
}

.show_product .pro_content .pro_flex .right .table_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  overflow-x: auto;
}

.show_product .pro_content .pro_flex .right .table_box table {
  width: 100%;
}

.show_product .pro_content .pro_flex .right .table_box table tr td {
  padding: .4375rem .1875rem .0625rem !important;
  color: #4D4D4D;
  text-align: center;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 400;
}

.show_product .pro_content .pro_flex .right .table_box table tr td:nth-child(1) {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-family: Inter;
  font-size: .875rem;
  font-weight: bolder;
  border-left: unset;
  text-transform: uppercase;
}

.show_product .pro_content .pro_flex .right .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.show_product .pro_content .pro_flex .right .table_box table tr:nth-child(1) td {
  border-top: unset;
  background: #EDEFF7;
  color: #0038B8;
  text-align: center;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.show_product .pro_content .pro_flex .right .table_box table tr:nth-child(1) td:nth-child(1) {
  font-weight: 700;
}

.show_product .pro_content .pro_flex .right .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.show_product .pro_content .grid_box {
  margin-top: 7.3125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.5rem;
}

.show_product .pro_content .grid_box .grid_item .tit {
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.show_product .pro_content .grid_box .grid_item .tit h3 {
  color: #4D4D4D;
  font-size: 1.5rem;
  font-weight: 700;
}

.show_product .pro_content .grid_box .grid_item .tit p {
  color: rgba(0, 0, 0, 0.3);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 700;
}

.show_product .pro_content .grid_box .grid_item .con {
  padding-top: 1.375rem;
}

.show_product .pro_content .grid_box .grid_item .con li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0.3125rem 0;
}

.show_product .pro_content .grid_box .grid_item .con p {
  color: #7D7D7D;
  font-size: 1rem;
  font-weight: 700;
}

.show_product .pro_content .grid_box .grid_item .con span {
  flex: 1;
  padding-left: 0.625rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}

.show_product_tj {
  padding-top: 5.3125rem;
  padding-bottom: 8.3125rem;
  background-color: #f6f8fd;
  mask: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.show_product_tj .swiper_tjpro {
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 4rem;
}

.show_product_tj .swiper_tjpro .swiper-pagination {
  justify-content: center;
}

.show_product_tj .swiper_tjpro .swiper-button-next,
.show_product_tj .swiper_tjpro .swiper-button-prev {
  border: none;
  border-radius: unset;
  background: unset;
}

.show_product_tj .swiper_tjpro .swiper-button-next i,
.show_product_tj .swiper_tjpro .swiper-button-prev i {
  font-size: 3.5rem;
  color: #C1C1C1;
}

.show_product_tj .swiper_tjpro .swiper-button-next,
.show_product_tj .swiper_tjpro .swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.show_product_tj .swiper_tjpro .swiper-button-prev,
.show_product_tj .swiper_tjpro .swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.show_product_tj .swiper_tjpro .swiper-slide {
  padding: 0 0.625rem;
}

.show_product_tj .swiper_tjpro .swiper-slide .tjpro_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
}

.show_product_tj .swiper_tjpro .swiper-slide .tjpro_box .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.25rem 3.875rem 2.4375rem;
}

.m_show {
  display: none;
}

.list_dbxcp_one {
  overflow: hidden;
}

.list_dbxcp_one .content .swiper_dbpro,
.list_dbxcp_one .content .swiper_dbpro2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}

.list_dbxcp_one .content .swiper_dbpro .swiper-pagination,
.list_dbxcp_one .content .swiper_dbpro2 .swiper-pagination {
  justify-content: center;
}

.list_dbxcp_one .content .swiper_dbpro .swiper-wrapper,
.list_dbxcp_one .content .swiper_dbpro2 .swiper-wrapper {
  align-items: center;
}

.list_dbxcp_one .content .swiper_dbpro .tit,
.list_dbxcp_one .content .swiper_dbpro2 .tit {
  font-size: 1.5rem;
  color: #5a5f81;
  font-weight: 600;
}

.list_dbxcp_one .content .swiper_dbpro .tt,
.list_dbxcp_one .content .swiper_dbpro2 .tt {
  font-size: 1.25rem;
  color: #0038B8;
  padding-bottom: 0.625rem;
  font-weight: 600;
}

.list_dbxcp_one .content .swiper_dbpro .grid_box,
.list_dbxcp_one .content .swiper_dbpro2 .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.list_dbxcp_one .content .swiper_dbpro .grid_box .grid_item,
.list_dbxcp_one .content .swiper_dbpro2 .grid_box .grid_item {
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .swiper_dbpro .grid_box .grid_item:nth-child(1),
.list_dbxcp_one .content .swiper_dbpro2 .grid_box .grid_item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.list_dbxcp_one .content .swiper_dbpro ul.numul li,
.list_dbxcp_one .content .swiper_dbpro2 ul.numul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .swiper_dbpro ul.numul li:not(:nth-last-child(1)),
.list_dbxcp_one .content .swiper_dbpro2 ul.numul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .swiper_dbpro ul.numul li span,
.list_dbxcp_one .content .swiper_dbpro2 ul.numul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_dbxcp_one .content .box_con .tt {
  font-size: 1.25rem;
  color: #0038B8;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .box_con .tt span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #E3E6F4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0038B8;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_dbxcp_one .content .box_con .img {
  text-align: center;
}

.list_dbxcp_one .content .box_con .img p {
  font-size: 1.125rem;
  color: #5a5f81;
  line-height: 1.5;
  width: 100%;
  flex: 1;
  padding: 5px 0;
}

.list_dbxcp_one .content .box_con .table_bom {
  margin-top: 1.25rem;
  display: flex;
  align-items: end;
}

.list_dbxcp_one .content .box_con .table_bom .table_box {
  width: 70%;
}

.list_dbxcp_one .content .box_con .table_bom .table_box tr td {
  padding: 0.625rem !important;
  font-size: 0.875rem;
}

.list_dbxcp_one .content .box_con .table_bom ul {
  padding-left: 1.25rem;
}

.list_dbxcp_one .content .box_con p {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  width: 100%;
  flex: 1;
  padding: 5px 0;
}

.list_dbxcp_one .content .box_con strong {
  padding: 5px 0;
  width: 15%;
  font-size: 1.125rem;
  color: #0038B8;
  line-height: 1.5;
}

.list_dbxcp_one .content .box_con:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1/3;
}

.list_dbxcp_one .content .box_con ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .box_con ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .box_con ul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_dbxcp_one .content .table_box2 {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_dbxcp_one .content .table_box2 table {
  width: 100%;
}

.list_dbxcp_one .content .table_box2 table tr {
  background-color: #fff;
}

.list_dbxcp_one .content .table_box2 table tr td {
  color: #444;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
  padding: 0.3125rem !important;
}

.list_dbxcp_one .content .table_box2 table tr td:nth-child(1) {
  border-left: unset;
  color: #0038B8;
  background-color: #EDEFF7;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.list_dbxcp_one .content .table_box2 table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_dbxcp_one .content .table_box2 table tr:nth-child(1) td {
  border-top: unset;
}

.list_dbxcp_one .content .table_box2 table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_dbxcp_one .content .table_box {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_dbxcp_one .content .table_box table {
  width: 100%;
}

.list_dbxcp_one .content .table_box table tr {
  background-color: #fff;
}

.list_dbxcp_one .content .table_box table tr td {
  color: #444;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
  padding: 0.375rem !important;
}

.list_dbxcp_one .content .table_box table tr td:nth-child(1) {
  border-left: unset;
}

.list_dbxcp_one .content .table_box table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_dbxcp_one .content .table_box table tr:nth-child(1) td {
  border-top: unset;
  background-color: #EDEFF7;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.list_dbxcp_one .content .table_box table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_dbxcp_one .content .lc {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .lc strong {
  font-size: 1.25rem;
  color: #0038B8;
  font-weight: 600;
}

.list_dbxcp_one .content .lc span {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
}

.list_dbxcp_one .content .img_box .bottom_ab {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.list_dbxcp_one .content .img_box ul.numul {
  flex: 1;
}

.list_dbxcp_one .content .img_box .table_box {
  width: 80%;
}

.list_dbxcp_one .content .img_box .table_box table tr td {
  padding: 0.1875rem 0.625rem !important;
}

.list_dbxcp_one .content .table_min .table_box table tr td {
  padding: 0.1875rem 0.625rem !important;
}

.list_dbxcp_one .content .text_box {
  display: table;
}

.list_dbxcp_one .content .text_box .text {
  display: table-cell;
  vertical-align: middle;
}

.list_dbxcp_one .content .img_box3 .tt {
  font-size: 1.25rem;
  color: #0038B8;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .img_box3 p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.list_dbxcp_one .content .img_box3 ul.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.25rem;
}

.list_dbxcp_one .content .img_box3 ul li {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .img_box3 ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .img_box3 ul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.list_dbxcp_one .content .img_box2 .table_box {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.list_dbxcp_one .content .img_box2 ul {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.list_dbxcp_one .content .img_box2 ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.list_dbxcp_one .content .img_box2 ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.625rem;
}

.list_dbxcp_one .content .img_box2 ul li span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0038B8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.625rem;
}


.list_download {
  padding-top: 3.4375rem;
  padding-bottom: 5.625rem;
}

.list_download ul {
  display: flex;
  align-items: center;
  margin: 0 -1.875rem;
}

.list_download ul li a {
  color: rgba(66, 66, 66, 0.4);
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1.875rem;
}

.list_download ul li.active a {
  color: var(--color-zt);
}

.list_download .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0625rem 1.625rem;
}

.list_download .content .grid_box .grid_item {
  border-radius: 1.875rem;
  background: rgba(0, 56, 184,.1);
  padding: 2.1875rem 1.75rem 1.6875rem 2.5rem;
  transition: all .6s;
  border: 1px solid #EEF7FF;
}

.list_download .content .grid_box .grid_item:hover {
  border: 1px solid #0038b8;
}

.list_download .content .grid_box .grid_item .time {
  color: #969696;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}

.list_download .content .grid_box .grid_item .tit {
  margin-top: .8125rem;
  color: #626262;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_download .content .grid_box .grid_item .more {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  border: 1px solid #808080;
}
.list_download .content .grid_box .grid_item:hover .more{
    background: #0038b8;
    color:#fff;
}
.list_download .content .grid_box .grid_item:hover .more svg path{
    stroke: #fff;
}