@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.x-banner-4 .base_img {
  position: relative;
  overflow: hidden;
}
.x-banner-4 .base_img img,
.x-banner-4 .base_img svg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.x-banner-4 .base_img:before {
  content: "";
  display: block;
}
.x-banner-4 {
  position: relative;
}
.x-banner-4 .f_bag:before {
  padding-top: 33.85416667%;
}
@media (max-width: 991px) {
  .x-banner-4 .f_bag:before {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .x-banner-4 .f_bag:before {
    padding-top: 106.66666667%;
  }
}
.x-banner-4 .f_bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/home/images/sxmb.png') no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.x-banner-4 .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.x-banner-4 .cont .f_title {
  line-height: 1.2;
  font-weight: bold;
  font-size: var(--font-size1);
}
.x-banner-4 .breadbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.x-banner-4 .breadbox .fcont {
  padding: 0.46rem 0;
}
.x-banner-4 .breadbox .fcont .x-mbx .container1600 {
  width: 100%;
  min-width: auto;
}
.x-banner-4 .breadbox .fcont a,
.x-banner-4 .breadbox .fcont span {
  color: #ffffff;
}
.x-banner-4 .breadbox .fcont a svg,
.x-banner-4 .breadbox .fcont span svg {
  color: #ffffff;
}
.x-banner-4 .breadbox .gs-nav-1 {
  background: none;
  border: none;
}
.x-banner-4 .breadbox .gs-nav-1 .container1600 {
  width: 100%;
  max-width: 100%;
}
.x-banner-4 .cont {
  text-align: left;
}

 
@charset "utf-8";
.gs-active-6 {
  width: 100%;
  height: auto;
}
.gs-active-6 .container1600 {
  position: relative;
  z-index: 5;
}
.gs-active-6 .breadcrumb-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 21;
  border-top: 1px solid #EEEEEE;
  background: #FFFFFF;
  overflow: hidden;
}
.gs-active-6 .breadcrumb-box .nav-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 21px 0 14px;
}
.gs-active-6 .breadcrumb-box .nav-box,
.gs-active-6 .breadcrumb-box .nav-box * {
  font-size: var(--font-size9);
  color: #999999;
  line-height: 1.2;
}
.gs-active-6 .breadcrumb-box .nav-box a {
  color: #999999;
  transition: all 0.5s ease;
}
.gs-active-6 .breadcrumb-box .nav-box a:hover {
  color: var(--color);
}
.gs-active-6 .breadcrumb-box .nav-box span {
  margin: 0 0.8em;
  color: #999999;
}
.gs-active-6 .public-case-block {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.gs-active-6 .public-case-block .case-box {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9rem;
  display: flex;
  align-items: start;
}
.gs-active-6 .public-case-block .case-box .info-box {
  width: 100%;
  min-width: 0;
  height: auto;
  flex: 1;
  margin-right: 1rem;
}
.gs-active-6 .public-case-block .case-box .info-box .g_tit p {
  /* font-size: 12px; */
  margin-bottom: 0.1rem;
  color: #666;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .gs-active-6 .public-case-block .case-box .info-box .g_tit p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gs-active-6 .public-case-block .case-box .info-box .g_tit p {
    font-size: 14px;
  }
}
.gs-active-6 .public-case-block .case-box .info-box .g_tit .headline {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size2);
  color: #000000;
}
.gs-active-6 .public-case-block .case-box .info-box .details {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font-size8);
  line-height: 1.8;
}
.gs-active-6 .public-case-block .case-box .info-box .menu {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1260px) {
  .gs-active-6 .public-case-block .case-box .info-box .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gs-active-6 .public-case-block .case-box .info-box .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gs-active-6 .public-case-block .case-box .info-box .menu .item {
  width: auto;
  height: auto;
  padding: 0.3rem 0.2rem;
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.gs-active-6 .public-case-block .case-box .info-box .menu .item .number {
  width: auto;
  height: auto;
  display: flex;
  align-items: start;
  line-height: 1.2;
  color: var(--color);
}
.gs-active-6 .public-case-block .case-box .info-box .menu .item .number .beat {
  margin-right: 5px;
  font-weight: 900;
  font-size: var(--font-size3);
  line-height: 0.8;
}
.gs-active-6 .public-case-block .case-box .info-box .menu .item .number .unit {
  font-weight: bold;
  font-size: var(--font-size9);
}
.gs-active-6 .public-case-block .case-box .info-box .menu .item .title {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--font-size8);
  color: #999999;
  line-height: 1.5;
}
.gs-active-6 .public-case-block .case-box .images {
  width: calc(600/1280*100%);
  height: auto;
  overflow: hidden;
}
.gs-active-6 .public-case-block .case-box .images .pb {
  padding-bottom: calc(350/600*100%);
}
.gs-active-6 .public-case-block .case-box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gs-active-6 .public-case-block .case-box {
    display: block;
  }
  .gs-active-6 .public-case-block .case-box .images {
    width: 100%;
    margin-top: 30px;
  }
}
.gs-active-6 .public-case-details {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  display: flex;
}
.gs-active-6 .public-case-details .case-box .case-main {
  width: calc(880/1280*100%);
  height: auto;
  margin-right: 1rem;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .headline {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 0.5em;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, var(--color), transparent);
  font-weight: bold;
  font-size: var(--font-size6);
  color: #FFFFFF;
  border-radius: 3px;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .headline::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 13px;
  border-color: transparent transparent transparent #FFFFFF;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: var(--font-size8);
  color: #666666;
  line-height: 1.75;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content * {
  white-space: normal !important;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content > * + * {
  margin-top: 0.5em;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content table {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content table tr {
  text-align: center;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content table tr th {
  font-size: var(--font-size8);
  color: #333333;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content table tr td {
  font-size: var(--font-size9);
  color: #999999;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item .public-content table tr:first-child {
  background: #E3E3E3;
}
.gs-active-6 .public-case-details .case-box .case-main .case-details .case-item + .case-item {
  margin-top: 0.5rem;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: flex;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .info-box {
  width: 100%;
  min-width: 0;
  height: auto;
  flex: 1;
  margin-right: 0.5rem;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .info-box .item {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .info-box .item a {
  width: auto;
  height: auto;
  font-size: var(--font-size8);
  color: #999999;
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .info-box .item a:hover {
  color: var(--color);
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .info-box .item + .item {
  margin-top: 0.1rem;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .return-btn {
  width: auto;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .return-btn a {
  width: auto;
  min-width: 1.68rem;
  height: 0.56rem;
  min-height: 40px;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--color);
  font-size: var(--font-size8);
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .case-main .return-box .return-btn a:hover {
  background: #FD984D;
}
.gs-active-6 .public-case-details .case-box .sidebar-box {
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .headline {
  width: 100%;
  height: auto;
  font-size: var(--font-size8);
  color: #333333;
  line-height: 1.2;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box {
  width: 100%;
  height: auto;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 1em;
  font-size: var(--font-size8);
  color: #999999;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  background: #999999;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #FD984D;
  opacity: 0;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one::before,
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one::after {
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one + .one {
  margin-top: 0.15rem;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one.active {
  color: #FD984D;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one.active::before {
  opacity: 0;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box .menu .one.active::after {
  opacity: 1;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  border-top: 1px solid #DDDDDD;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #EEEEEE;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a .img {
  width: 100%;
  min-width: 60px;
  max-width: 0.9rem;
  height: auto;
  overflow: hidden;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a .img .pb {
  padding-bottom: calc(60/90*100%);
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a .title {
  width: 100%;
  min-width: 0;
  height: auto;
  flex: 1;
  margin-left: 1em;
  font-size: var(--font-size9);
  color: #999999;
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .hot-news .menu .item a:hover .title {
  color: var(--color);
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .title {
  width: auto;
  height: auto;
  font-size: var(--font-size8);
  color: #333333;
  line-height: 1.2;
  white-space: nowrap;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share {
  width: 100%;
  height: auto;
  margin-left: 10px;
  flex: 1;
  display: flex;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .icon-box {
  width: 0.3rem;
  min-width: 24px;
  height: 0.3rem;
  min-height: 24px;
  border-radius: 50%;
  background: #D8D8D8;
  font-size: 0;
  color: #FFFFFF;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .icon-box svg {
  width: 50%;
  height: 50%;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .icon-box svg * {
  fill: currentColor !important;
  stroke: none !important;
  fill-opacity: 1 !important;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .qrcode {
  width: 1.2rem;
  min-width: 80px;
  max-width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  transform: translate(-50%, 0);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .qrcode::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-width: 0 7px 8px 7px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .qrcode .img {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .qrcode .img img {
  width: 100%;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item .qrcode .img canvas {
  width: 100%;
  max-width: 100%;
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item:hover .icon-box {
  background: var(--color);
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item:hover .qrcode {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 10px);
}
.gs-active-6 .public-case-details .case-box .sidebar-box .share-box .share .item + .item {
  margin-left: 0.1rem;
}
@media (max-width: 991px) {
  .gs-active-6 .public-case-details .case-box {
    display: block;
  }
  .gs-active-6 .public-case-details .case-box .case-main {
    width: 100%;
    margin: 0;
  }
  .gs-active-6 .public-case-details .case-box .sidebar-box {
    position: relative;
    top: 0;
    margin-top: 0.9rem;
  }
  .gs-active-6 .public-case-details .case-box .sidebar-box .fixed-box {
    display: none;
  }
  .gs-active-6 .public-case-details .case-box .sidebar-box .hot-news {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .gs-active-6 .public-case-details .case-box .case-main .return-box {
    display: block;
  }
  .gs-active-6 .public-case-details .case-box .case-main .return-box .info-box {
    margin: 0;
  }
  .gs-active-6 .public-case-details .case-box .case-main .return-box .return-btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }
}

 
@charset "utf-8";
.aboutbox3 {
  width: 100%;
  overflow: hidden;
  background-color: #3fa1e7;
  position: relative;
  z-index: 20;
  padding: 1.1rem 0 0.4rem;
}
.aboutbox3 .container1550 .cn0 {
  text-align: center;
  color: #Fff;
  line-height: 1.16666667em;
  font-size: var(--font-size1);
}
.aboutbox3 .container1550 .aboutbox3a {
  margin-top: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.aboutbox3 .container1550 .aboutbox3a .text {
  width: 25%;
  text-align: left;
  position: relative;
  padding-left: 0.2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3rem;
}
.aboutbox3 .container1550 .aboutbox3a .text::after {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.aboutbox3 .container1550 .aboutbox3a .text .cn1 {
  color: #ffffff;
  line-height: 1.33333333em;
  font-size: var(--font-size3);
}
.aboutbox3 .container1550 .aboutbox3a .text .cn2 {
  line-height: 1.41666667em;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: var(--font-size4);
}
.aboutbox3 .container1550 .aboutbox3a .text .cn3 {
  color: #ffffff;
  line-height: 1.71428571em;
  font-size: var(--font-size9);
}
.aboutbox3 .container1550 .aboutbox3a .dongtu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.4rem;
  display: flex;
  overflow: hidden;
}
.aboutbox3 .container1550 .aboutbox3a .dongtu .img9 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  flex-shrink: 0;
}
.aboutbox3 .container1550 .aboutbox3a .swiperbar {
  position: absolute;
  bottom: 0;
  top: initial;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.aboutbox3 .container1550 .aboutbox3a .swiperbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide {
  width: auto;
  min-width: 4.7rem;
  display: flex;
  align-items: center;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide .img {
  width: 3rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: initial;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide .img::before {
  padding-top: 38.46153846%;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide .img img {
  border-radius: 0.1rem;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide:nth-child(odd) {
  margin-top: 4rem;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide:nth-child(even) {
  margin-left: -5rem;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide:nth-child(even) .text .cn1 {
  order: 3;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide:nth-child(even) .text .cn2 {
  order: 1;
}
.aboutbox3 .container1550 .aboutbox3a .swiper-slide:nth-child(even) .text .cn3 {
  order: 2;
  margin-bottom: 0.1rem;
}
@keyframes img9donghua {
  0% {
    left: 100%;
  }
  33% {
    left: 0%;
  }
  66% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes img9donghua2 {
  0% {
    left: 100%;
  }
  33% {
    left: 100%;
  }
  66% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes img9donghua3 {
  0% {
    left: 100%;
  }
  33% {
    left: 100%;
  }
  66% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes img9donghua4 {
  0% {
    left: 0;
  }
  33% {
    left: -100%;
  }
  66% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}

 
@charset "utf-8";
.gm-service-box3 {
  padding: 1.5rem 0;
  background-color: var(--color10);
}
.gm-service-box3 .container .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gm-service-box3 .container .box1 .box2 {
  position: relative;
}
.gm-service-box3 .container .box1 .box2 .cn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  color: var(--color1);
  font-size: var(--font-size2);
  font-weight: bold;
}
.gm-service-box3 .container .box1 .box2 .cn1b {
  color: var(--color3);
  line-height: 1.5em;
}
.gm-service-box3 .container .box1 .cn2 {
  width: 68.05555556%;
  color: var(--color3);
  line-height: 1.5em;
  font-size: var(--font-size6);
}
@media (max-width: 991px) {
  .gm-service-box3 .container .box1 .cn2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.gm-service-box3 .container .box3 {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 991px) {
  .gm-service-box3 .container .box3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gm-service-box3 .container .box3 {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.gm-service-box3 .container .box3 .box4 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.11rem 0.4rem 0.6rem;
  border: 1px solid #E2E2E2;
  border-radius: 0.12rem;
  text-align: center;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .public-img .img1 {
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .public-img .img2 {
  opacity: 1;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .txt h3,
.gm-service-box3 .container .box3 .box4:hover .g_t .txt p {
  color: #fff;
}
.gm-service-box3 .container .box3 .box4:hover .g_b {
  border-color: #AADC46;
  background: #AADC46;
}
.gm-service-box3 .container .box3 .box4:hover .g_b svg {
  color: #fff;
}
.gm-service-box3 .container .box3 .box4:hover .g_ring {
  width: 14rem;
  height: 14rem;
  left: -5.1rem;
  bottom: -5.1rem;
}
.gm-service-box3 .container .box3 .box4:hover .g_ring2 i {
  transition: all 0.4s ease-in-out 0.3s;
  transform: translate(0);
  opacity: 1;
}
.gm-service-box3 .container .box3 .box4 .g_t {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  color: var(--color);
}
@media (max-width: 1260px) {
  .gm-service-box3 .container .box3 .box4 .g_t .public-img {
    width: 1rem;
    height: 1rem;
  }
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img svg,
.gm-service-box3 .container .box3 .box4 .g_t .public-img img {
  width: 100%;
  height: 100%;
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img svg path,
.gm-service-box3 .container .box3 .box4 .g_t .public-img img path {
  fill: var(--color);
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img .img2 {
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt {
  margin-top: 0.25rem;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt h3 {
  transition: all 0.4s;
  font-size: var(--font-size2);
  color: #48A0E3;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt p {
  transition: all 0.4s;
  color: #999;
  margin-top: 0.16rem;
  font-size: var(--font-size5);
}
.gm-service-box3 .container .box3 .box4 .g_b {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
  margin-top: 1.08rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #999;
}
.gm-service-box3 .container .box3 .box4 .g_b img,
.gm-service-box3 .container .box3 .box4 .g_b svg {
  width: 38.33333333%;
  height: auto;
  color: #999;
  transition: all 0.4s;
}
.gm-service-box3 .container .box3 .box4 .g_ring {
  border-radius: 50%;
  background: linear-gradient(227deg, #57B9FF -0.03%, #077FFF 100.03%);
  position: absolute;
  width: 0;
  height: 0;
  left: -0.1rem;
  bottom: -0.1rem;
  z-index: 1;
  transition: all 0.4s;
}
.gm-service-box3 .container .box3 .box4 .g_ring2 i {
  position: absolute;
  background: #31b0ff;
  border-radius: 50%;
  z-index: 5;
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i1 {
  width: 0.16rem;
  height: 0.16rem;
  left: 0.36rem;
  top: 1.06rem;
  transform: translate(-0.2rem, -0.2rem);
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i2 {
  width: 0.46rem;
  height: 0.46rem;
  right: 1.02rem;
  top: 0.2rem;
  transform: translate(0.2rem, -0.2rem);
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i3 {
  width: 1.44rem;
  height: 1.44rem;
  right: -0.32rem;
  bottom: -0.55rem;
  transform: translate(0.2rem, 0.2rem);
}

 
@charset "utf-8";
.base_prev,
.base_next {
  position: relative;
  top: 0;
  left: initial;
  right: initial;
  pointer-events: auto;
  margin-top: 0;
  background: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .base_prev,
  .base_next {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.base_prev svg,
.base_next svg {
  width: 33.33333333%;
  height: 33.33333333%;
}
.base_prev svg path,
.base_next svg path {
  fill: #b7b7b7;
  transition: all 0.4s;
}
.base_prev::after,
.base_next::after {
  display: none;
}
.base_prev:hover,
.base_next:hover {
  background-color: var(--color);
}
.base_prev:hover svg,
.base_next:hover svg {
  color: #fff;
}
.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #ffffff;
}
.x-inte3 {
  padding: 1.3rem 0 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .x-inte3 {
    padding: 1.2rem 0;
  }
}
.x-inte3 .x-con .x-title {
  color: #222222;
  font-weight: bold;
  font-size: var(--font-size1);
}
.x-inte3 .x-con .swiper {
  padding-left: 8.3%;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper {
    padding: 0 5%;
    margin-top: 0.4rem;
  }
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  /* &:hover{
						.x-img{
						    img{
								transform: scale(1.05);
							}
						}
					} */
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-img {
  transform: scale(1);
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text {
  margin-top: 0.4rem;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text {
    margin-top: 0.2rem;
  }
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text i {
  transform: scale(1);
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-tit {
  font-size: 0.26rem;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-tit {
    font-size: 0.32rem;
  }
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-p {
  color: #666666;
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text .x-p {
    font-size: 0.28rem;
  }
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 2.4rem;
  height: 3.38rem;
  transform: scale(0.75);
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-img img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.12);
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-text {
  width: calc(100% - 2.4rem);
  padding-left: 0.1rem;
  margin-top: 0.8rem;
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-text i {
  display: inline-flex;
  width: 0.42rem;
  height: 0.34rem;
  transform: scale(0.75);
  transition: 0.4s ease-in-out;
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-text i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-text .x-tit {
  font-weight: bold;
  color: #222222;
  margin-top: 0.2rem;
  font-size: var(--font-size5);
}
.x-inte3 .x-con .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #999999;
  line-height: 1.25;
  margin-top: 0.3rem;
}
.x-inte3 .x-con .x-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .x-line {
    justify-content: space-between;
    margin-top: 0.2rem;
  }
}
.x-inte3 .x-con .x-line .x-l {
  font-size: var(--font-size6);
  width: 6.875%;
  display: flex;
  font-family: "shuzi";
}
@media (max-width: 767px) {
  .x-inte3 .x-con .x-line .x-l {
    width: 15%;
  }
}
.x-inte3 .x-con .x-line .x-l span {
  color: #333333;
}
.x-inte3 .x-con .x-line .x-l i {
  font-style: initial;
  margin: 0 0.05rem;
}
.x-inte3 .x-con .x-line .x-zh {
  width: 80.625%;
  height: 1px;
  background-color: #e0e0e0;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .x-line .x-zh {
    width: 50%;
  }
}
.x-inte3 .x-con .x-line .x-r {
  display: flex;
  justify-content: flex-end;
  width: 12.5%;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .x-line .x-r {
    width: 30%;
  }
}
.x-inte3 .x-con .x-line .x-r .base_prev,
.x-inte3 .x-con .x-line .x-r .base_next {
  background-color: #f5f5f5;
  width: 0.8rem;
  height: 0.8rem;
}
.x-inte3 .x-con .x-line .x-r .base_prev:hover,
.x-inte3 .x-con .x-line .x-r .base_next:hover {
  background-color: #0004f1;
}
.x-inte3 .x-con .x-line .x-r .base_prev {
  margin-right: 0.2rem;
}

 
@charset "utf-8";
.base_prev,
.base_next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  width: 0.6rem;
  height: 0.58rem;
}
@media (max-width: 1580px) {
  .base_prev,
  .base_next {
    width: 0.66rem;
    height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .base_prev,
  .base_next {
    width: 0.8rem;
    height: 0.76rem;
  }
}
.base_prev:before,
.base_next:before,
.base_prev:after,
.base_next:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 99% 99%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.base_prev:before,
.base_next:before {
  background-image: url(../images/pqiebag1.png);
}
.base_prev:after,
.base_next:after {
  background-image: url(../images/pqiebag2.png);
  opacity: 0;
}
.base_prev svg,
.base_next svg {
  color: var(--color);
  position: relative;
  z-index: 2;
  width: 30%;
  height: 31.03448276%;
}
.base_prev svg path,
.base_next svg path {
  fill: var(--color);
}
.base_prev:hover svg,
.base_next:hover svg {
  color: #fff;
}
.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #ffffff;
}
.base_prev:hover:before,
.base_next:hover:before {
  opacity: 0;
}
.base_prev:hover:after,
.base_next:hover:after {
  opacity: 1;
}
.teamfo {
  padding: 50px 0;
  overflow: hidden;
  color: #333;
  margin: 0.5rem 0;
}
.teamfo .hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.teamfo .hm_tit .f_tit {
  font-weight: bold;
  color: #010101;
  font-size: var(--font-size1);
}
.teamfo .hm_tit .f_text {
  color: #999999;
  margin-top: 0.12rem;
  font-size: var(--font-size7);
}
.teamfo .box {
  position: relative;
  margin: 0.84rem auto 0;
  width: 67.39583333%;
}
@media (max-width: 767px) {
  .teamfo .box {
    width: 80%;
  }
}
.teamfo .box .base_prev {
  z-index: 100;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .teamfo .box .base_prev {
    display: none;
  }
}
.teamfo .box .base_next {
  z-index: 100;
  position: absolute;
  left: auto;
  right: -1.1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .teamfo .box .base_next {
    display: none;
  }
}
.teamfo .box .swiper {
  overflow: initial;
}
.teamfo .box .swiper .public-img:before {
  padding-top: 39.72179289%;
}
.teamfo .box .swiper .public-img img {
  border-radius: 0.12rem;
}
.teamfo .box .swiper .swiper-slide {
  transform: scale(0.8);
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .teamfo .box .swiper .swiper-slide {
    transform: scale(1);
  }
}
.teamfo .box .swiper .swiper-slide .g_vid {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .teamfo .box .swiper .swiper-slide .g_vid {
    width: 60px;
    bottom: -3px;
  }
}
.teamfo .box .swiper .swiper-slide .g_vid .video_on {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 50%;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .teamfo .box .swiper .swiper-slide .g_vid .video_on {
    width: 30px;
    height: 30px;
    top: 8px;
  }
}
.teamfo .box .swiper .swiper-slide .g_vid .video_on img,
.teamfo .box .swiper .swiper-slide .g_vid .video_on svg {
  width: 20%;
  color: #fff;
}
.teamfo .box .swiper .swiper-slide-active {
  transform: scale(1);
}
