html {
  font-size: 62.5%;
}
body {
  font-family: "Microsoft YaHei UI", "微软雅黑", Arial, sans-serif;
}
/* -webkit-内核滚动条设置 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /* background: rgba(0, 0, 0, 0.2); */
  background: #fff;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  background: #026dce;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #fff;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
li,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row,
.col-md-6 {
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.inc_main {
  margin: 0 auto;
  width: 138rem;
}
.pc-nav-container .nav-content {
  display: flex;
  height: 8rem;
  align-items: center;
}
.pc-nav-container .menu_left {
  height: 5rem;
  display: flex;
  align-items: end;
}
.pc-nav-container .header-menu {
  flex: 1;
  display: flex;
  height: 8rem;
  align-items: end;
  justify-content: space-between;
}
.pc-nav-container .line {
  display: block;
  width: 30px;
  height: 0.4rem;
  background: #026dce;
  position: absolute;
  bottom: 0;
  display: none;
  z-index: 1;
}
.pc-nav-container .menu_right {
  position: relative;
  height: 5.5rem;
}
.pc-nav-container .menu_right:hover .menu_child {
  display: block;
}
.pc-nav-container .menu_right a {
  display: flex;
  align-items: end;
}
.pc-nav-container .menu_right a:hover i {
  transform: rotateZ(360deg);
}
.pc-nav-container .menu_right a i {
  font-size: 2.6rem;
  font-weight: 400;
  color: #0552c8;
  transition: all 0.5s ease;
}
.pc-nav-container .menu_right .menu_child {
  display: none;
  position: absolute;
  left: 50%;
  top: 5.5rem;
  transform: translateX(-50%);
  width: auto;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 100;
  transition: all 0.5s ease;
}
.pc-nav-container .menu_right .menu_child a {
  display: inline-block;
  padding: 1.5rem 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  white-space: nowrap;
}
.pc-nav-container .menu_right .menu_child a:hover {
  color: #0552c8;
}
.pc-nav-container .pc-nav-logo {
  margin-right: 9rem;
}
.pc-nav-container .pc-nav-logo img {
  width: 10rem;
}
.pc-nav-container .pc-navbar-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.pc-nav-container .pc-navbar-container li {
  padding: 0 1.5rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.pc-nav-container .pc-navbar-container li:hover a {
  color: #0552c8;
}
.pc-nav-container .pc-navbar-container li:hover .menu_child {
  display: block;
}
.pc-nav-container .pc-navbar-container li a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #283955;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.pc-nav-container .pc-navbar-container li .menu_child {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  padding-bottom: 1rem;
  width: 17rem;
  border-top: 1px solid #eee;
  background-color: #fff;
  z-index: 100;
  transition: all 0.5s ease;
}
.pc-nav-container .pc-navbar-container li .menu_child a {
  position: relative;
  display: inline-block;
  padding: 1.5rem 2.5rem 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.pc-nav-container .pc-navbar-container li .menu_child a::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: none;
  width: 2px;
  height: 1.8rem;
  background-color: #0552c8;
  transition: all 0.5s ease;
}
.pc-nav-container .pc-navbar-container li .menu_child a:hover {
  color: #0552c8;
  padding-left: 2.5rem;
}
.pc-nav-container .pc-navbar-container li .menu_child a:hover::before {
  display: block;
}
.pc-nav-container .pc-navbar-container .active a {
  color: #0552c8;
}
.index-banner-container {
  position: relative;
  width: 100%;
  height: 52.7rem;
  overflow: hidden;
}
.index-banner-container .img-box {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index-banner-container .img-box img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner-container .banner-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.index-banner-container .line-box {
  position: absolute;
  right: calc(50% - 585px);
  top: 30px;
  width: 395px;
  height: 470px;
  z-index: 1;
  overflow: hidden;
}
.index-banner-container .floating-lights {
  /* position: relative; */
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}
.index-banner-container .light {
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: radial-gradient(circle, #ffffff, #000000);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
.index-banner-container .light-1 {
  top: 2px;
  right: 134px;
  animation: float-1 6s infinite ease-in-out;
}
.index-banner-container .light-2 {
  top: 188px;
  left: 36px;
  animation: float-2 7s infinite ease-in-out;
}
.index-banner-container .light-3 {
  top: 48px;
  left: 100px;
  animation: float-3 5s infinite ease-in-out;
}
@keyframes float-1 {
  0% {
    transform: translate(0, 0);
  }
  14% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  50% {
    transform: translate(-142px, 238px);
  }
  70% {
    opacity: 1;
    transform: translate(-110px, 325px);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-55px, 260px);
  }
}
@keyframes float-2 {
  0% {
    transform: translate(0, 0);
  }
  16% {
    opacity: 1;
  }
  18% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  50% {
    transform: translate(270px, 73px);
  }
  80% {
    opacity: 1;
    transform: translate(334px, -34px);
  }
  83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(250px, -52px);
  }
}
@keyframes float-3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(140px, 36px);
  }
  78% {
    display: none;
  }
  100% {
    display: none;
    transform: translate(200px, 234px);
  }
}
.index-banner-container .banner-content {
  height: 100%;
}
.index-banner-container .banner-content h1,
.index-banner-container .banner-content h3,
.index-banner-container .banner-content h4,
.index-banner-container .banner-content p {
  color: #026dce;
  font-weight: 400;
}
.index-banner-container .banner-content h4 {
  font-size: 3rem;
  font-weight: 700;
}
.index-banner-container .banner-content h3 {
  margin-bottom: 2rem;
  font-size: 2.3rem;
}
@keyframes basic-glow-animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
.index-banner-container .banner-content h1 {
  display: inline-block;
  margin: 1rem 0 2rem;
  font-size: 8.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  --l: #026dce 0 45%, #3c9bf4 0 55%, #026dce 0 0;
  --g: 0/300% 100% no-repeat text;
  background: linear-gradient(-60deg, var(--l)) var(--g), linear-gradient(60deg, var(--l)) var(--g);
  background: -webkit-linear-gradient(-60deg, var(--l)) var(--g), linear-gradient(60deg, var(--l)) var(--g);
  animation: l7 4s linear infinite;
}
@keyframes l7 {
  0% {
    background-position: 100%, 0;
  }
  50% {
    background-position: 0, 0;
  }
  to {
    background-position: 0, 100%;
  }
}
.index-banner-container .banner-content p {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.index-banner-container .banner-content .look_detail {
  position: absolute;
  bottom: 12rem;
  display: block;
  width: 24rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  border-radius: 0.8rem;
  background-color: #026dce;
  transition: border-radius 0.5s;
  -webkit-transition: border-radius 0.5s;
  cursor: pointer;
}
.index-banner-container .banner-content .look_detail:hover {
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.BannerSwiper {
  display: block;
}
.PhoneBannerSwiper {
  display: none;
}
.index-nav-mo-container {
  display: none;
  position: absolute;
  top: 0;
  z-index: 40;
  width: 100%;
  padding: 0 1.5rem;
  background-color: #fff;
}
.index-nav-mo-container .mo-nav-top {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-nav-mo-container .mo-nav-top .mo-nav-logo {
  display: block;
  width: 6rem;
}
.index-nav-mo-container .mo-nav-top .mo-nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-nav-mo-container .mo-nav-top .mo-nav-menu {
  display: block;
  width: 2.6rem;
}
.index-nav-mo-container .mo-nav-top .mo-nav-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-nav-mo-container .mo-nav-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  transition: left 0.3s;
}
.index-nav-mo-container .mo-nav-box .mo-nav-box-logo {
  width: 65%;
  height: 6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  border-right: 1px solid #0072cb;
}
.index-nav-mo-container .mo-nav-box .mo-nav-box-logo img {
  width: 6rem;
}
.index-nav-mo-container .mo-nav-box ul {
  width: 65%;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #0072cb;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 50;
  overflow: auto;
  padding: 0 0 1rem;
}
.index-nav-mo-container .mo-nav-box li {
  transition: background-color 0.2s;
  position: relative;
}
.index-nav-mo-container .mo-nav-box li a {
  display: block;
  width: 100%;
  padding: 1.2rem 1.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.02rem;
}
.index-nav-mo-container .mo-nav-box li a:hover {
  background-color: #0072cb;
  color: #fff;
}
.index-nav-mo-container .mo-nav-box li span {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(90deg);
  transition: transform 0.2s;
}
.index-nav-mo-container .mo-nav-box li .mo-nav-item {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.2s;
  background: #fff;
  overflow: hidden;
}
.index-nav-mo-container .mo-nav-box li .mo-nav-item .mo-item-chil {
  border-top: 1px solid #026dce;
}
.index-nav-mo-container .mo-nav-box li .mo-nav-item .mo-item-chil a {
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
}
.index-nav-mo-container .mo-nav-box li .open-on {
  opacity: 1;
  height: auto;
}
.index-nav-mo-container .mo-nav-box li.active {
  background-color: #0072cb;
}
.index-nav-mo-container .mo-nav-box li.active a.column-one {
  background-color: #0072cb;
  color: #fff;
}
.index-nav-mo-container .mo-nav-box li.active span {
  color: #fff;
  transform: rotate(270deg);
}
.index-nav-mo-container .mo-nav-box li:last-child a {
  border-bottom: none;
}
.common-title {
  position: relative;
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
}
.common-title p {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
}
.common-title .clearing {
  margin: 0 1.5rem;
  opacity: 0.25;
}
.common-title .en-color {
  opacity: 0.25;
}
.common-title .look-more {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common-title .look-more:hover {
  right: 0;
}
.common-title .look-more:hover i {
  margin-right: 0.5rem;
}
.common-title .look-more i {
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}
.common-title .look-more span {
  position: relative;
}
.common-title .look-more span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.7;
}
.index-space-container {
  position: relative;
  padding: 11rem 0;
  width: 100%;
  border-radius: 2rem;
}
.index-space-container .space-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.index-space-container .space-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-space-container .common-title {
  position: relative;
  margin-bottom: 5rem;
}
.index-space-container .common-title::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 1;
}
.index-space-container .common-title .zh-color {
  margin-left: 2.7rem;
}
.index-space-container .space-content .SwiperSpace {
  overflow: hidden;
}
.index-space-container .space-content .swiper-space {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
.index-space-container .space-content .swiper-space .swiper-left {
  position: relative;
  flex-shrink: 0;
  width: 65rem;
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  overflow: hidden;
}
.index-space-container .space-content .swiper-space .swiper-left video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-space-container .space-content .swiper-space .swiper-left:hover img {
  transform: scale(1.1);
}
.index-space-container .space-content .swiper-space .swiper-left:hover .swiper-shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.index-space-container .space-content .swiper-space .swiper-left:hover i {
  color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-left .swiper-shadow {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.5s ease;
}
.index-space-container .space-content .swiper-space .swiper-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.index-space-container .space-content .swiper-space .swiper-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 400;
  color: #999;
  z-index: 10;
  transition: all 0.5s ease;
  cursor: pointer;
}
.index-space-container .space-content .swiper-space .swiper-right {
  flex-shrink: 0;
  width: 65rem;
  height: 36rem;
}
.index-space-container .space-content .swiper-space .swiper-right .line {
  position: relative;
  margin: 1rem 0 8rem;
  width: 11.5rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.11);
}
.index-space-container .space-content .swiper-space .swiper-right .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 0.1rem;
  background-color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right p {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .look-detail {
  display: block;
  width: 7.5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .look-detail:hover {
  margin-left: 1rem;
  width: 8.5rem;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .look-detail a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .look-detail .arrow i {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page {
  display: flex;
  align-items: center;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-item {
  width: 6.5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  border-radius: 4rem;
  background-color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-item i {
  font-size: 1.6rem;
  font-weight: 400;
  color: #6a6a6a;
  transition: all 0.1s ease;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-item:hover {
  background-color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-item:hover i {
  font-weight: 700;
  font-size: 1.8rem;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-button-disabled {
  border: 0.1rem solid #eee;
  background-color: unset;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-button-disabled:hover {
  background-color: unset;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-button-disabled:hover i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-button-disabled i {
  color: #fff;
}
.index-space-container .space-content .swiper-space .swiper-right .detail_box .change-page .swiper-prev {
  margin-right: 0.4rem;
  transform: rotate(180deg);
}
.index-space-container .space-content .space-list {
  display: flex;
  justify-content: space-between;
}
.index-space-container .space-content .space-list .space-item {
  position: relative;
  width: calc(25% - 1.5rem);
  border-radius: 1.5rem;
  overflow: hidden;
}
.index-space-container .space-content .space-list .space-item:not(:last-child) {
  margin-right: 2rem;
}
.index-space-container .space-content .space-list .space-item:hover img {
  transform: scale(1.15);
}
.index-space-container .space-content .space-list .space-item:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.index-space-container .space-content .space-list .space-item:hover .space-title {
  opacity: 0;
}
.index-space-container .space-content .space-list .space-item:hover .space-box {
  opacity: 1;
  left: 0;
}
.index-space-container .space-content .space-list .space-item .img-box {
  position: relative;
  display: block;
  width: 100%;
  height: 18.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.index-space-container .space-content .space-list .space-item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 1.5rem;
  z-index: 1;
}
.index-space-container .space-content .space-list .space-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-space-container .space-content .space-list .space-item .space-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.5s;
}
.index-space-container .space-content .space-list .space-item .space-title p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.index-space-container .space-content .space-list .space-item .space-title p:last-child {
  font-size: 1.8rem;
}
.index-space-container .space-content .space-list .space-item .space-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 1.5rem 2rem;
  width: 100%;
  height: 18.5rem;
  overflow: auto;
  background-color: #fff;
  z-index: 100;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  text-align: justify;
  transition: all 0.5s ease;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}
.index-space-container .space-content .space-list .space-item .space-box::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.index-space-container .space-content .space-list .space-item .space-box::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #d9d9d9;
}
.index-news-container {
  padding: 11rem 0;
  width: 100%;
  background-color: #fff;
}
.index-news-container .news-content .common-title p {
  color: #2c2a35;
  z-index: 10;
}
.index-news-container .news-content .common-title {
  position: relative;
  margin-bottom: 5rem;
}
.index-news-container .news-content .common-title::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: #dbeeff;
  border-radius: 50%;
  z-index: 1;
}
.index-news-container .news-content .common-title .zh-color {
  margin-left: 2.7rem;
}
.index-news-container .news-content .news-taps {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a0a0;
}
.index-news-container .news-content .news-taps .taps-item {
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a0a0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index-news-container .news-content .news-taps .taps-item:hover {
  color: #0252c6;
}
.index-news-container .news-content .news-taps .taps-item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -0.3rem;
}
.index-news-container .news-content .news-taps .taps-active {
  font-weight: 700;
  color: #0252c6;
}
.index-news-container .news-content .swiper-news {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-container .news-content .swiper-news .SwiperNews {
  position: relative;
  flex-shrink: 0;
  margin-right: 2.5rem;
  width: 71rem;
  height: 48rem;
  border-radius: 1rem;
  overflow: hidden;
}
.index-news-container .news-content .swiper-news .news-left {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.index-news-container .news-content .swiper-news .news-left:hover .news-img img {
  transform: scale(1.1);
}
.index-news-container .news-content .swiper-news .news-left:hover .news-text {
  padding-top: 6rem;
}
.index-news-container .news-content .swiper-news .news-left .news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-news-container .news-content .swiper-news .news-left .news-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.index-news-container .news-content .swiper-news .news-left .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news-container .news-content .swiper-news .news-left .news-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem 5rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 10;
}
.index-news-container .news-content .swiper-news .date-box {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.index-news-container .news-content .swiper-news .news-title {
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.index-news-container .news-content .swiper-news .tips {
  margin-right: 1rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #0151c7;
  border-radius: 2rem;
}
.index-news-container .news-content .swiper-news .date {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.index-news-container .news-content .swiper-news .news-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.index-news-container .news-content .swiper-news .news-right {
  flex: 1;
}
.index-news-container .news-content .swiper-news .news-right .news-common {
  padding: 4rem 5rem;
  height: 23rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.index-news-container .news-content .swiper-news .news-right .news-common:first-child {
  margin-bottom: 2rem;
}
.index-news-container .news-content .swiper-news .news-right .news-common .date {
  color: #818691;
}
.index-news-container .news-content .swiper-news .news-right .news-common .news-title {
  display: block;
  position: relative;
  width: calc(100% - 2rem);
  color: #2c2a33;
  cursor: pointer;
  transition: all 0.3s ease-in;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news-container .news-content .swiper-news .news-right .news-common .news-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #0151c7;
  transition: all 0.3s ease-in;
}
.index-news-container .news-content .swiper-news .news-right .news-common .news-title:hover {
  width: 100%;
  padding-left: 2rem;
  color: #026dce;
}
.index-news-container .news-content .swiper-news .news-right .news-common .news-title:hover::before {
  content: "";
  width: 0.2rem;
}
.index-news-container .news-content .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-container .news-content .news-list .news-item {
  padding: 3.5rem;
  width: calc(25% - 1.875rem);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f6f6f6;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.index-news-container .news-content .news-list .news-item:hover {
  background-color: #eef5ff;
  box-shadow: 0 0 1rem 0.4rem rgba(1, 81, 199, 0.1);
}
.index-news-container .news-content .news-list .news-item .title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0151c7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in;
}
.index-news-container .news-content .news-list .news-item .desc {
  margin: 1rem 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in;
}
.index-news-container .news-content .news-list .news-item .date {
  font-size: 1.2rem;
  font-weight: 400;
  color: #989898;
  transition: all 0.3s ease-in;
}
.index-faq-container {
  position: relative;
  padding: 11rem 0;
  width: 100%;
}
.index-faq-container .faq-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index-faq-container .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-faq-container .common-title {
  position: relative;
  margin-bottom: 5rem;
}
.index-faq-container .common-title::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 1;
}
.index-faq-container .common-title .zh-color {
  margin-left: 2rem;
  z-index: 10;
}
.index-faq-container .faq-content .faq-index-type {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-faq-container .faq-content .faq-index-type .faq-center {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 2rem solid #eee;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #eee;
}
.index-faq-container .faq-content .faq-index-type .faq-center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27rem;
  height: 27rem;
  border-radius: 50%;
  border: 1px dashed #eee;
  z-index: -1;
}
.index-faq-container .faq-content .faq-index-type .faq-center .title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}
.index-faq-container .faq-content .faq-index-type .faq-item {
  display: block;
  width: 45rem;
  position: relative;
  margin-bottom: 5rem;
  padding: 2rem 14rem 1.5rem 5rem;
  height: 10rem;
  border-radius: 10rem;
  background-color: #0151c7;
}
.index-faq-container .faq-content .faq-index-type .faq-item:hover {
  background-color: #fff;
}
.index-faq-container .faq-content .faq-index-type .faq-item:hover .title {
  color: #0151c7;
}
.index-faq-container .faq-content .faq-index-type .faq-item:hover p {
  color: #0151c7;
}
.index-faq-container .faq-content .faq-index-type .faq-item:hover .tips i {
  border: 4px solid #fff;
}
.index-faq-container .faq-content .faq-index-type .faq-item:hover .tips .num {
  font-size: 2.8rem;
}
.index-faq-container .faq-content .faq-index-type .faq-item .title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  transition: all 0.5s ease;
}
.index-faq-container .faq-content .faq-index-type .faq-item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.index-faq-container .faq-content .faq-index-type .faq-item .tips {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  display: block;
  padding: 0.6rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #0689e1;
}
.index-faq-container .faq-content .faq-index-type .faq-item .tips i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #0151c7;
}
.index-faq-container .faq-content .faq-index-type .faq-item .tips .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 2.4rem;
  color: #0151c7;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 0 5px 3px #eee;
  background-color: #fff;
}
.index-faq-container .faq-content .faq-index-type .faq-left .faq-item:nth-child(2n + 1) {
  margin-left: 5rem;
}
.index-faq-container .faq-content .faq-index-type .faq-left .faq-item:last-child {
  margin-bottom: 0;
}
.index-faq-container .faq-content .faq-index-type .faq-right .faq-item {
  padding: 2rem 5rem 1.5rem 14rem;
}
.index-faq-container .faq-content .faq-index-type .faq-right .faq-item:nth-child(2n) {
  margin-left: 5rem;
}
.index-faq-container .faq-content .faq-index-type .faq-right .faq-item:last-child {
  margin-bottom: 0;
}
.index-faq-container .faq-content .faq-index-type .faq-right .faq-item .tips {
  left: -1px;
}
.index-faq-container .faq-content .faq-index-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index-faq-container .faq-content .faq-index-list .faq-item {
  flex-shrink: 0;
  margin-bottom: 2rem;
  width: calc(100% / 3 - 1rem);
  position: relative;
  padding: 2.5rem 2rem;
  height: 23rem;
  background-color: #e7f1f7;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.index-faq-container .faq-content .faq-index-list .faq-item:not(3n) {
  margin-right: 1.5rem;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover {
  background-color: #0151c7;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover .my-icon {
  color: #fff;
  opacity: 1;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover .title {
  color: #fff;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover .title::before {
  background-color: #fff;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover p {
  color: #fff;
  border-color: #a1c9f9;
}
.index-faq-container .faq-content .faq-index-list .faq-item:hover p::before {
  background-color: #fff;
}
.index-faq-container .faq-content .faq-index-list .faq-item .my-icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  opacity: 0.3;
  font-size: 4rem;
  color: #006dfe;
}
.index-faq-container .faq-content .faq-index-list .faq-item .title {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #006dfe;
  font-weight: 700;
}
.index-faq-container .faq-content .faq-index-list .faq-item .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 4rem;
  height: 0.3rem;
  background-color: #006dfe;
}
.index-faq-container .faq-content .faq-index-list .faq-item p {
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  width: 100%;
  height: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  text-indent: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-faq-container .faq-content .faq-index-list .faq-item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  display: inline-block;
  margin-right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #006dfe;
  vertical-align: middle;
}
.footer-container {
  position: relative;
  padding: 6rem 0 5rem;
  width: 100%;
}
.footer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.7);
  z-index: 1;
}
.footer-container .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-container .footer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.footer-container .footer-content .footer-left {
  position: relative;
  flex-shrink: 0;
  width: 60%;
}
.footer-container .footer-content .footer-left .title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.footer-container .footer-content .footer-left .mess-info {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.footer-container .footer-content .footer-left .mess-info i {
  margin-right: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.footer-container .footer-content .footer-left .service-box {
  margin-top: 2rem;
  width: 10rem;
  height: 10rem;
}
.footer-container .footer-content .footer-left .service-box img {
  width: 100%;
}
.footer-container .footer-content .link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-container .footer-content .link .links {
  margin-bottom: 1rem;
}
.footer-container .footer-content .link .links a {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.footer-container .footer-content .link span {
  margin-right: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.footer-container .footer-content .link a {
  color: #333;
}
.footer-container .footer-content .link p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.footer-container .footer-content .footer-right {
  flex-shrink: 0;
  width: 40%;
}
.footer-container .footer-content .footer-right .title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.footer-container .footer-content .footer-right .form_phone {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.footer-container .footer-content .footer-right .form_phone i {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #2c2c2c;
}
.footer-container .footer-content .footer-right .form_phone input {
  padding: 0 2rem 0 4.5rem;
  width: 100%;
  height: 5rem;
  border-radius: 1rem;
  border-width: 1px;
}
.footer-container .footer-content .footer-right .form_phone input:focus-visible {
  outline: unset;
}
.footer-container .footer-content .footer-right .form_phone textarea {
  padding: 1rem 2rem 1rem 4.5rem;
  width: 100%;
  border-radius: 1rem;
}
.footer-container .footer-content .footer-right .form_phone textarea:focus-visible {
  outline: unset;
}
.footer-container .footer-content .footer-right .form_phone .my-edit {
  top: 2rem;
}
.footer-container .footer-content .footer-right .form-btn {
  position: relative;
  width: 14.5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 4rem;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a4faf;
  transition: all 0.5s ease;
  cursor: pointer;
  border-width: 0;
}
.footer-container .footer-content .footer-right .form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 5rem;
  background-color: #1a4faf;
  z-index: -1;
  transition: all 0.5s ease;
}
.footer-container .footer-content .footer-right .form-btn:hover {
  padding-left: 2.5rem;
  color: #fff;
  background-color: transparent;
}
.footer-container .footer-content .footer-right .form-btn:hover::before {
  content: "";
  width: 100%;
}
.footer-container .footer-content .footer-right .form-btn:hover i {
  color: #fff;
  z-index: 2;
}
.footer-container .footer-content .footer-right .form-btn i {
  margin-left: 1rem;
  color: #1a4faf;
}
.about-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 29rem;
}
.about-banner h1 {
  margin-bottom: 1rem;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
}
.about-banner p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.about-container {
  padding: 10rem 0;
}
.about-container .about-sapce {
  margin-bottom: 20rem;
}
.about-container .about-sapce .about-sapce-title {
  position: relative;
  margin: 0 auto 6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.about-container .about-sapce .about-sapce-title h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #323232;
}
.about-container .about-sapce .about-sapce-title p {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #c8c8c8;
  line-height: 2;
}
.about-container .about-sapce .about-sapce-content {
  margin-bottom: 2rem;
  width: 100%;
}
.about-container .about-sapce .about-sapce-content h3 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.about-container .about-sapce .about-sapce-content .desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.about-container .about-sapce .space-rule {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-container .about-sapce .space-rule .rule-common {
  flex-shrink: 0;
  width: 33rem;
}
.about-container .about-sapce .space-rule .rule-common .rule-item:first-child {
  margin-bottom: 4rem;
}
.about-container .about-sapce .space-rule .rule-common .rule-item .title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #2c2b33;
}
.about-container .about-sapce .space-rule .rule-common .rule-item .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(to right, #8297ff 0%, transparent 70%, transparent 70%, transparent 100%);
}
.about-container .about-sapce .space-rule .rule-common .rule-item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2f2f2f;
}
.about-container .about-sapce .space-rule .rule-center {
  flex-shrink: 0;
  margin: 0 7rem 0 5rem;
  width: 40rem;
  height: 40rem;
}
.about-container .about-sapce .space-rule .rule-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-container .about-types {
  position: relative;
  margin: 0 auto;
  height: 100rem;
  border-radius: 4rem;
}
.about-container .about-types .types-title {
  margin: 0 auto;
  padding-top: 10rem;
  width: 100%;
  height: 33rem;
  background-color: #055be6;
  border-radius: 4rem;
}
.about-container .about-types .types-title h1 {
  margin-bottom: 1rem;
  font-size: 4.6rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.about-container .about-types .types-title p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.about-container .about-types .types-list {
  position: absolute;
  top: 24rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120rem;
  display: flex;
  flex-wrap: wrap;
}
.about-container .about-types .types-list .type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  width: calc(100% / 3 - 8rem / 3);
  height: 32rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}
.about-container .about-types .types-list .type-item:not(:nth-child(3n)) {
  margin-right: 4rem;
}
.about-container .about-types .types-list .type-item .img-box {
  margin-bottom: 2rem;
  width: 25rem;
  height: 20rem;
}
.about-container .about-types .types-list .type-item .img-box img {
  width: 100%;
  height: 100%;
}
.about-container .about-types .types-list .type-item span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #323232;
}
.about-gedis-container {
  padding: 10rem 0;
}
.about-gedis-container .gedis-main-title {
  margin-bottom: 10rem;
}
.about-gedis-container .gedis-main-title h2 {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.about-gedis-container .gedis-main-title .gedis-content {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.about-gedis-container .gedis-main-content .gedis-main-item {
  margin-bottom: 6rem;
  padding: 8rem 11rem;
  background-color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-main-item h2 {
  margin-bottom: 1.5rem;
  font-size: 5.4rem;
  font-weight: 400;
  color: #fff;
}
.about-gedis-container .gedis-main-content .gedis-main-item p {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content {
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 2px solid #fbfbfd;
  display: flex;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content .item-content-td {
  padding: 3rem;
  border-radius: 1.5rem;
  border: 1px solid #80ade7;
  width: calc(100% / 3 - 2rem);
  background-color: #447fd0;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content .item-content-td:not(:last-child) {
  margin-right: 3rem;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content .item-content-td .item-icon {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content .item-content-td .item-title {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
}
.about-gedis-container .gedis-main-content .gedis-main-item .item-content .item-content-td .item-desc {
  margin-bottom: 5rem;
  font-size: 2rem;
  text-align: justify;
  font-weight: 400;
  color: #e6f0fc;
  line-height: 1.6;
}
.about-gedis-container .gedis-main-content .gedis-item-two {
  margin-bottom: 6rem;
  padding: 8rem 11rem;
  background-color: #fff;
  border: 2px solid #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-two h2 {
  margin-bottom: 1.5rem;
  font-size: 5.4rem;
  font-weight: 700;
  color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-two p {
  font-size: 2.8rem;
  font-weight: 400;
  color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content {
  margin-top: 2rem;
  padding-top: 3rem;
  display: flex;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td {
  flex-shrink: 0;
  padding: 3rem;
  border-radius: 1.5rem;
  border: 1px solid #0351bf;
  width: calc(50% - 1.5rem);
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td:not(:last-child) {
  margin-right: 3rem;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #0351bf;
  border-bottom: 1px solid #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td .item-title .item-icon {
  margin-right: 3rem;
  font-size: 5rem;
  font-weight: 400;
  color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td .item-desc p {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #0351bf;
  line-height: 1.6;
}
.about-gedis-container .gedis-main-content .gedis-item-two .item-content .item-content-td .item-desc span {
  font-size: 1.8rem;
  color: #333;
}
.about-gedis-container .gedis-main-content .gedis-main-goal .item-content .item-content-td .item-icon {
  font-size: 6rem;
  font-weight: 400;
  color: #fff;
}
.about-gedis-container .gedis-main-content .gedis-item-four p {
  margin-bottom: 1.5rem;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td {
  flex-shrink: 0;
  padding: 3rem;
  border-radius: 1.5rem;
  border: 1px solid #0351bf;
  width: calc(25% - 1.5rem);
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td:not(:last-child) {
  margin-right: 2rem;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
  color: #0351bf;
  border-bottom: unset;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td .item-title .item-icon {
  margin-right: 2rem;
  font-size: 5rem;
  font-weight: 400;
  color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td .item-title span {
  font-size: 3rem;
  font-weight: 400;
  color: #0351bf;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td .item-tips {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0351bf;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.about-gedis-container .gedis-main-content .gedis-item-four .item-content .item-content-td .item-desc {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0351bf;
  line-height: 1.6;
}
.common-tips {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.common-tips .tips-item {
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #b5b6b5;
  line-height: 1;
  transition: all 0.5s ease;
}
.common-tips .tips-item:hover {
  color: #0136aa;
}
.common-tips .tips-item:first-child {
  padding-left: 0;
}
.common-tips .tips-item:last-child {
  padding-right: 0;
  border-right: unset;
}
.common-tips .tips-item:not(:last-child) {
  border-right: 1px solid #b5b6b5;
}
.common-tips i {
  line-height: 1;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #b5b6b5;
}
.common-tips span {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #b5b6b5;
}
.common-tips .tips-active {
  font-weight: 700;
  color: #0136aa;
}
.news-container {
  padding: 10rem 0;
}
.news-container .common-tips .tips-item {
  border-right: 2px solid #b5b6b5;
}
.news-container .common-tips .tips-item:last-child {
  border-right: unset;
}
.news-container .news-list {
  margin-bottom: 10rem;
}
.news-container .news-list .news-item {
  margin-bottom: 2rem;
  display: flex;
  height: 23rem;
}
.news-container .news-list .news-item .news-img {
  flex-shrink: 0;
  margin-right: 3rem;
  width: 36rem;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.news-container .news-list .news-item .news-img:hover img {
  transform: scale(1.1);
}
.news-container .news-list .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s ease;
}
.news-container .news-list .news-item .news-info {
  padding: 4rem 5rem;
  flex: 1;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: -2px 1rem 1.5rem rgba(5, 82, 200, 0.1);
}
.news-container .news-list .news-item .news-info h1 {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2c2a35;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.news-container .news-list .news-item .news-info h1:hover {
  color: #0552c8;
}
.news-container .news-list .news-item .news-info .desc {
  margin-bottom: 2rem;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
  color: #757b8b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-container .news-list .news-item .news-info .time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #b5b6b5;
}
.faq-container {
  padding: 10rem 0;
}
.faq-container .search-box {
  position: relative;
  margin: 0 auto 4rem;
  width: 70rem;
  height: 6rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq-container .search-box input {
  padding: 0 18rem 0 2rem;
  width: 100%;
  height: 6rem;
  font-size: 1.8rem;
  border: 2px solid #0251c7;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq-container .search-box input:focus-visible {
  outline: unset;
}
.faq-container .search-box .my-icon {
  position: absolute;
  top: 50%;
  right: 18rem;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #b5b6b5;
  cursor: pointer;
}
.faq-container .search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  background-color: #0251c7;
  border-color: #0251c7;
  cursor: pointer;
  font-size: 2.4rem;
  color: #fff;
  border: unset;
}
.faq-container .search-box .search-btn i {
  font-size: 2.4rem;
  color: #fff;
}
.faq-container .faq-list {
  margin-bottom: 6rem;
}
.faq-container .faq-list .no-data {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.faq-container .faq-list .faq-item {
  margin-bottom: 2rem;
  transition: all 0.5s ease;
}
.faq-container .faq-list .faq-item .faq-title {
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  box-shadow: -0.1rem 0.3rem 1rem 0.4rem #e6edf9;
  cursor: pointer;
}
.faq-container .faq-list .faq-item .faq-title .icon {
  flex-shrink: 0;
  margin-right: 2rem;
  cursor: pointer;
}
.faq-container .faq-list .faq-item .faq-title .icon i {
  font-size: 2.8rem;
  font-weight: 400;
  color: #0152c7;
}
.faq-container .faq-list .faq-item .faq-title .dowm {
  display: block;
}
.faq-container .faq-list .faq-item .faq-title .up {
  display: none;
}
.faq-container .faq-list .faq-item .faq-title p {
  font-size: 2rem;
  font-weight: 700;
  color: #2e2c35;
}
.faq-container .faq-list .faq-item .content {
  display: none;
  padding: 4rem 8rem;
  border: 1px solid #e6edf9;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
  text-indent: 2em;
}
.faq-container .faq-list .faq-item .look-detail {
  font-size: 1.6rem;
  font-weight: 400;
  color: #0152c7;
}
.faq-container .faq-list .faq-active .faq-title .dowm {
  display: none;
}
.faq-container .faq-list .faq-active .faq-title .up {
  display: block;
}
.faq-container .faq-list .faq-active .content {
  display: block;
}
.forum-container {
  padding: 10rem 0;
}
.forum-container .forum-title {
  margin-bottom: 4rem;
  padding: 4rem 3.5rem;
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: -0.1rem 0.3rem 1rem 0.1rem #e6edf9;
}
.forum-container .forum-title .img-box {
  flex-shrink: 0;
  margin-right: 5rem;
  width: 63.5rem;
  height: 34rem;
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.forum-container .forum-title .img-box:hover img {
  transform: scale(1.1);
}
.forum-container .forum-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.forum-container .forum-title .forum-text {
  position: relative;
  padding-right: 3.5rem;
  flex: 1;
}
.forum-container .forum-title .forum-text .tips {
  position: relative;
  margin: 0.5rem 0 2rem;
}
.forum-container .forum-title .forum-text .tips i {
  font-size: 4rem;
  font-weight: 400;
  color: #db0908;
}
.forum-container .forum-title .forum-text .tips span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 10;
}
.forum-container .forum-title .forum-text .time {
  position: absolute;
  top: 1.5rem;
  right: 3.5rem;
}
.forum-container .forum-title .forum-text .time i {
  font-size: 1.6rem;
  font-weight: 400;
  color: #b5b6b5;
}
.forum-container .forum-title .forum-text .time span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #b5b6b5;
}
.forum-container .forum-title .forum-text .title {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  overflow: hidden;
  /* 隐藏溢出 */
  display: -webkit-box;
  /* 启用伸缩盒模型 */
  -webkit-line-clamp: 2;
  /* 限制行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
}
.forum-container .forum-title .forum-text .title:hover {
  color: #0252c6;
}
.forum-container .forum-title .forum-text .author {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.8rem;
  background-color: #cc2c6e;
}
.forum-container .forum-title .forum-text p {
  margin: 1rem 0 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制行数，改为1即为单行 */
  -webkit-box-orient: vertical;
}
.forum-container .forum-title .forum-text .forum-btn {
  display: inline-block;
  width: 14rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #0251c7;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.forum-container .forum-title .forum-text .forum-btn:hover {
  border: 1px solid #0251c7;
  background-color: #fff;
  color: #0251c7;
}
.forum-container .forum-list {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
}
.forum-container .forum-list .forum-item {
  position: relative;
  margin-bottom: 4rem;
  padding: 4rem 3.5rem;
  width: calc(100% / 3 - 8rem / 3);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: -0.1rem 0.3rem 1rem 0.4rem #e6edf9;
}
.forum-container .forum-list .forum-item:not(:nth-child(3n)) {
  margin-right: 4rem;
}
.forum-container .forum-list .forum-item .img-box {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  height: 19.5rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}
.forum-container .forum-list .forum-item .img-box:hover img {
  transform: scale(1.1);
}
.forum-container .forum-list .forum-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.forum-container .forum-list .forum-item .forum-text .title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  cursor: pointer;
}
.forum-container .forum-list .forum-item .forum-text .title:hover {
  color: #0251c7;
}
.forum-container .forum-list .forum-item .forum-text span {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.8rem;
  background-color: #cc2c6e;
}
.forum-container .forum-list .forum-item .forum-text .tips {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forum-container .forum-list .forum-item .forum-text .tips .name span {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.8rem;
  background-color: #cc2c6e;
}
.forum-container .forum-list .forum-item .forum-text .tips .name span:not(:last-child) {
  margin-right: 0.5rem;
}
.forum-container .forum-list .forum-item .forum-text .tips .time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999999;
}
.forum-container .forum-list .forum-item .forum-text p {
  margin-bottom: 8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 控制行数，改为1即为单行 */
  -webkit-box-orient: vertical;
}
.forum-container .forum-list .forum-item .forum-btn {
  display: inline-block;
  position: absolute;
  right: 3.5rem;
  bottom: 4rem;
  width: 14rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #0251c7;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.forum-container .forum-list .forum-item .forum-btn:hover {
  border: 1px solid #0251c7;
  background-color: #fff;
  color: #0251c7;
}
.page-container {
  display: flex;
  font-family: Arial;
}
.page-container .pagination-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-container .pagination-item a {
  margin: 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  transition: all 0.2s;
}
.page-container .pagination-item a.active {
  color: #026dce;
  font-weight: 700;
  font-size: 1.8rem;
}
.page-container .pagination-item a:hover {
  color: #026dce;
}
.page-container .pagination-item .prev-page {
  margin-right: 1.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #424242;
  font-size: 1.6rem;
  font-weight: 400;
  color: #424242;
}
.page-container .pagination-item .prev-page:hover {
  color: #424242;
}
.page-container .pagination-item .next-page {
  margin-left: 1.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0251c7;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.page-container .pagination-item .next-page:hover {
  color: #fff;
}
.detail-news-contaienr {
  margin: 8rem auto;
  width: 120rem;
}
.detail-news-contaienr .detail-news-content {
  margin-bottom: 4rem;
}
.detail-news-contaienr .detail-news-content .detail-title {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.detail-news-contaienr .detail-news-content .about-title {
  margin-bottom: 3rem;
}
.detail-news-contaienr .detail-news-content .detail-tips {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-news-contaienr .detail-news-content .detail-tips span {
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
}
.detail-news-contaienr .detail-news-content .detail-p p {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.detail-news-contaienr .detail-news-content .detail-p h1,
.detail-news-contaienr .detail-news-content .detail-p h2,
.detail-news-contaienr .detail-news-content .detail-p h3,
.detail-news-contaienr .detail-news-content .detail-p h4,
.detail-news-contaienr .detail-news-content .detail-p h5,
.detail-news-contaienr .detail-news-content .detail-p h6 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.detail-news-contaienr .detail-news-content .detail-p img,
.detail-news-contaienr .detail-news-content .detail-p video,
.detail-news-contaienr .detail-news-content .detail-p audio {
  max-width: 100%;
}
.detail-news-contaienr .prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-news-contaienr .prev-next a {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
.detail-news-contaienr .prev-next a:hover {
  color: #026dce;
}
.detail-news-contaienr .prev-next .news_prev {
  text-align: left;
}
.detail-news-contaienr .prev-next .news_next {
  text-align: right;
}
.detail-about-contaienr {
  margin: 8rem auto;
}
.detail-about-contaienr .gedis-detail-gyyj {
  display: flex;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-left {
  flex-shrink: 0;
  margin-right: 6rem;
  width: 38rem;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-left img {
  width: 100%;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 400;
  color: #0351bf;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content .gyyj-item {
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  width: calc(50% - 1rem);
  border: 1px solid #0351bf;
  border-radius: 1rem;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content .gyyj-item:nth-child(odd) {
  margin-right: 2rem;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content .gyyj-item .gyyj-icon {
  margin-right: 0.5rem;
  font-size: 2.6rem;
  color: #0351bf;
  font-weight: 400;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content .gyyj-item span {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gyyj-content .gyyj-item .gyyj-desc {
  margin: 1rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gedis-gyyj-future {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.detail-about-contaienr .gedis-detail-gyyj .gedis-gyyj-right .gedis-gyyj-future span {
  font-weight: 700;
}
.detail-about-contaienr .gedis-detail-cgzh h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #0351bf;
  margin-bottom: 2rem;
}
.detail-about-contaienr .gedis-detail-cgzh p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh {
  position: relative;
  margin-top: 6rem;
  display: flex;
  height: 35rem;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b8babc;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item {
  position: relative;
  padding-left: 2rem;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item:nth-child(2n) {
  margin-top: 20rem;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  display: block;
  width: 2px;
  height: 17.5rem;
  background-color: #b8babc;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item:nth-child(2n)::after {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #0351bf;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item:nth-child(2n + 1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 17.5rem;
  background-color: #b8babc;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item:nth-child(2n + 1)::after {
  content: "";
  position: absolute;
  top: 16.5rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #0351bf;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item .gedis-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #0351bf;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item h3 {
  margin: 1rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.detail-about-contaienr .gedis-detail-cgzh .gedis-cgzh .gedis-cgzh-item .cgzh-desc {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.detail-about-contaienr .gedis-detail-gjbz {
  padding: 8rem 10rem;
  background-color: #045cc6;
}
.detail-about-contaienr .gedis-detail-gjbz h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2rem;
}
.detail-about-contaienr .gedis-detail-gjbz p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-gjbz .gedis-gjbz {
  padding-top: 4rem;
  border-top: 2px solid #fff;
}
.detail-about-contaienr .gedis-detail-gjbz .gedis-gjbz .gedis-gjbz-item {
  display: flex;
  margin-bottom: 2rem;
}
.detail-about-contaienr .gedis-detail-gjbz .gedis-gjbz .gedis-gjbz-item i {
  margin-right: 2rem;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-gjbz .gedis-gjbz .gedis-gjbz-item .gjbz-content h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-gjbz .gedis-gjbz .gedis-gjbz-item .gjbz-content p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxgz {
  padding: 8rem 10rem;
  border: 2px solid #045cc6;
}
.detail-about-contaienr .gedis-detail-hxgz h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #045cc6;
  margin-bottom: 2rem;
}
.detail-about-contaienr .gedis-detail-hxgz > p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz {
  padding-top: 4rem;
  border-top: 2px solid #045cc6;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item .gedis-hxgz-title {
  flex-shrink: 0;
  margin-right: 4rem;
  width: 25rem;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item .gedis-hxgz-title p {
  font-size: 2rem;
  font-weight: 400;
  color: #045cc6;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item .gedis-hxgz-title p:last-child {
  font-size: 1.6rem;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item .hxgz-content h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxgz .gedis-hxgz .gedis-hxgz-item .hxgz-content p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxgn {
  padding: 8rem 10rem;
  background-color: #045cc6;
}
.detail-about-contaienr .gedis-detail-hxgn h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2rem;
}
.detail-about-contaienr .gedis-detail-hxgn > p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn {
  padding-top: 4rem;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item .gedis-hxgn-num {
  margin-right: 4rem;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item .gedis-hxgn-title {
  flex-shrink: 0;
  margin-right: 4rem;
  width: 25rem;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item .gedis-hxgn-title p {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item .gedis-hxgn-title p:last-child {
  font-size: 1.6rem;
}
.detail-about-contaienr .gedis-detail-hxgn .gedis-hxgn .gedis-hxgn-item .hxgn-content {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxjz {
  display: flex;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left {
  margin-right: 6rem;
  width: calc(50% - 6rem);
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #045cc6;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img {
  display: flex;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item:first-child {
  padding-right: 1.5rem;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item:last-child {
  padding-left: 1.5rem;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item img {
  margin-bottom: 2rem;
  width: 100%;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item h3 {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  color: #045cc6;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-left .hxjz-img .hxjz-img-item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right {
  padding: 8rem 6rem;
  width: 50%;
  background-color: #045cc6;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right h2 {
  margin-bottom: 3rem;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right .hxjz-item {
  margin-bottom: 3rem;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right .hxjz-item h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right .hxjz-item h3 i {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.detail-about-contaienr .gedis-detail-hxjz .gedis-hxjz-right .hxjz-item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.weui-dialog {
  left: 32.5% !important;
  right: auto !important;
}
