@charset "utf-8";
.sub_banner {
  position: relative;
}
.sub_banner .xs,
.sub_banner .xs2 {
  display: block;
}
.sub_banner .yc,
.sub_banner .yc2 {
  display: none;
}
@media (max-width: 767px) {
  .sub_banner .xs,
  .sub_banner .xs2 {
    display: none;
  }
  .sub_banner .yc,
  .sub_banner .yc2 {
    display: block;
  }
}
.sub_banner .mob_pc {
  height: 5.8rem;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.sub_banner .sub_banner_txt .container1510 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 34% 0.24rem 0;
}
@media screen and (max-width: 1440px) {
  .sub_banner .sub_banner_txt .container1510 {
    padding: 60px 0 0.24rem;
  }
}
.sub_banner .sub_banner_txt .container1510 h2 {
  font-size: 0.48rem;
  line-height: 1.3;
  margin-bottom: 0.24rem;
}
.sub_banner .sub_banner_txt .container1510 > a {
  padding: 0 0.48rem;
  height: 0.6rem;
  background: var(--color);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container1510 > a {
    height: 0.8rem;
  }
}
.sub_banner .sub_banner_txt .container1510 > a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .sub_banner2 .mob_pc {
    height: 8rem;
  }
}
.sub_banner2 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}
.sub_banner2 .bant_form {
  margin-top: 0.5rem;
}
.sub_banner2 .bant_form form .for_t {
  display: flex;
  margin-bottom: 0.2rem;
}
.sub_banner2 .bant_form form .for_t .inp {
  width: 4.84rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem 0 0.2rem;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp {
    height: 0.8rem;
    padding: 0 0.26rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp input {
  width: 100%;
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-webkit-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-moz-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-ms-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp svg {
  width: 0.22rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp svg {
    width: 0.34rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp svg path {
  fill: #fff;
}
.sub_banner2 .bant_form form .for_t button {
  padding: 0 0.22rem;
  height: 0.54rem;
  background: var(--color);
  border-radius: 100px;
  color: #fff;
  margin-left: 0.1rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form .for_t button:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t button {
    height: 0.8rem;
    padding: 0 0.36rem;
  }
}
.sub_banner2 .bant_form form > p {
  color: #fff;
}
.sub_banner2 .bant_form form > p a {
  color: #fff;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form > p a:hover {
  color: var(--color);
}
.sub_banner3 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}

 
@charset "utf-8";
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p .cru_sy {
  margin-right: 0;
  width: 16px;
  height: auto;
}
.crumbs p .cru_sy path {
  fill: #999;
}
.crumbs p > a {
  margin-right: 0.16rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
  }
}
.crumbs p:last-child a {
  color: #333;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
.crumbs2_box {
  /* background: #F5F5F5; */
  padding: 0.28rem 0;
}
.crumbs2_box.on {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .crumbs2_box.on {
    margin-top: 60px;
  }
}

 
@charset "utf-8";
.gs-product-5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 1.2rem 0 1rem;
  overflow: hidden;
}
.gs-product-5 .pub_tit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gs-product-5 .pub_tit {
    flex-direction: column;
  }
  .gs-product-5 .pub_tit .pub_h2 {
    margin-bottom: 0.2rem;
  }
}
.gs-product-5 .pub_tit .pub_h2 {
  width: 48%;
}
.gs-product-5 .pub_tit .pub_tit_r {
  width: 48%;
}
@media (max-width: 767px) {
  .gs-product-5 .pub_tit .pub_tit_r {
    max-width: 100%;
  }
}
.gs-product-5 .pub_tit .pub_tit_r .g_p p {
  color: #666;
}
.gs-product-5 .pub_tit .pub_tit_r .h_pro_tit {
  width: 6.9rem;
}
.gs-product-5 .pub_tit .pub_tit_r .h_pro_tit > p {
  color: #666;
  margin-bottom: 0.28rem;
}
.gs-product-5 .pub_h2 h2 {
  font-size: 0.48rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.2;
}
.gs-product-5 .pub_h2 p {
  margin-top: 0.22rem;
  color: #666;
}
.gs-product-5 .feature-box {
  width: 100%;
  height: auto;
}
.gs-product-5 .feature-box .inner-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.gs-product-5 .feature-box .inner-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size2);
  color: var(--color1);
}
.gs-product-5 .feature-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.gs-product-5 .feature-box .menu-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0.6rem 0.5rem;
  background: #F8F8FB;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}
.gs-product-5 .feature-box .menu-box .item .info-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: baseline;
}
.gs-product-5 .feature-box .menu-box .item .info-box .iconimg {
  width: 1rem;
  height: 1rem;
  padding: 0.25rem;
  border-radius: 50%;
  background: var(--color10);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.05);
  color: var(--color);
  overflow: hidden;
  /* svg { width: auto; height: auto; max-width: 70%; max-height: 50%; } */
}
.gs-product-5 .feature-box .menu-box .item .info-box .iconimg img {
  max-width: 100%;
  max-height: 100%;
}
.gs-product-5 .feature-box .menu-box .item .info-box .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 0 0 0 0.3rem;
  transform: translateY(calc(-1 * (var(--font-size4) / 2)));
}
.gs-product-5 .feature-box .menu-box .item .info-box .info .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size4);
  color: var(--color1);
  transition: all 0.5s ease;
}
.gs-product-5 .feature-box .menu-box .item .info-box .info .details {
  width: 100%;
  height: auto;
  margin-top: 0.8em;
  font-size: var(--font-size8);
  color: var(--color4);
  line-height: 1.5;
  transition: all 0.5s ease;
}
.gs-product-5 .feature-box .menu-box .item .number {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  transform: translateY(25%);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--color);
  opacity: 0.1;
  line-height: 1;
  -webkit-mask: linear-gradient(black -25%, transparent 75%);
  mask: linear-gradient(black -25%, transparent 75%);
  transition: all 0.5s ease;
}
.gs-product-5 .feature-box .menu-box .item:hover {
  background: var(--color);
}
.gs-product-5 .feature-box .menu-box .item:hover .info-box .info .title,
.gs-product-5 .feature-box .menu-box .item:hover .info-box .info .details {
  color: var(--color10);
}
.gs-product-5 .feature-box .menu-box .item:hover .number {
  transform: translate(-30px, 25%);
  color: var(--color10);
}
@media (max-width: 767px) {
  .gs-product-5 .feature-box .menu-box {
    display: block;
  }
  .gs-product-5 .feature-box .menu-box .item + .item {
    margin-top: 20px;
  }
  .gs-product-5 .feature-box .menu-box .item .info-box {
    display: block;
  }
  .gs-product-5 .feature-box .menu-box .item .info-box .info {
    margin: 30px 0 0;
  }
}

 
@charset "utf-8";
.public-btn {
  display: flex;
  align-items: center;
}
.public-btn.public-btnblue {
  justify-content: center;
}
.public-btn.public-btnblue .public-btn0 {
  border: 2px solid var(--color);
  background-color: var(--color);
  border-radius: 0.6rem;
  padding: 0.1rem 0.18rem 0.1rem 0.1rem !important;
}
.public-btn.public-btnblue .public-btn0 .pbtn1 {
  border-radius: 50%;
  background-color: #fff;
}
.public-btn.public-btnblue .public-btn0 .pbtn2 {
  color: #fff !important;
}
.public-btn.public-btnblue .public-btn0:hover {
  background-color: #fff;
  border: 2px solid var(--color);
}
.public-btn.public-btnblue .public-btn0:hover .pbtn1 {
  background-color: var(--color);
}
.public-btn.public-btnblue .public-btn0:hover .pbtn2 {
  color: var(--color) !important;
}
.public-btn.public-btnbig .public-btn0 .pbtn1 {
  width: 30px;
  height: 30px;
  border: 2px solid var(--color);
}
.public-btn.public-btnbig .public-btn0 .pbtn1 svg {
  width: 6px !important;
  height: 10px !important;
}
.public-btn.public-btnbig .public-btn0 .pbtn1 svg path {
  fill: var(--color) !important;
}
.public-btn.public-btnbig .public-btn0 .pbtn2 {
  color: var(--color);
}
.public-btn.public-btnbig .public-btn0:hover .pbtn1 {
  border: 2px solid var(--color);
}
.public-btn.public-btnbig.public-btnreturn .public-btn0 {
  padding: 0.1rem 0.3rem !important;
}
.public-btn.public-btnbig.public-btnreturn .public-btn0 .pbtn1 {
  width: 16px !important;
  height: 14px !important;
  background-color: transparent !important;
  border: 0 !important;
  margin-right: 0.1rem;
}
.public-btn.public-btnbig.public-btnreturn .public-btn0 .pbtn1 svg {
  width: 16px !important;
  height: 14px !important;
}
.public-btn.public-btnbig.public-btnreturn .public-btn0 .pbtn1 svg path {
  fill: #fff !important;
}
.public-btn.public-btnbig.public-btnreturn .public-btn0:hover .pbtn1 svg path {
  fill: var(--color) !important;
}
.public-btn .public-btn0 {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  transition: all 0.5s;
}
.public-btn .public-btn0 .pbtn1 {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 50%;
  margin-right: 0.2rem;
  transition: all 0.5s;
  flex-shrink: 0;
}
.public-btn .public-btn0 .pbtn1 svg {
  width: 4px !important;
  height: 7px !important;
  margin-left: 0 !important;
  transform: initial !important;
}
.public-btn .public-btn0 .pbtn1 svg path {
  transition: all 0.5s;
  fill: #333 !important;
  opacity: 1;
  stroke: none;
}
.public-btn .public-btn0 .pbtn2 {
  max-width: 3rem;
  color: #000000;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.public-btn .public-btn0 .pbtn2 svg {
  width: 16px !important;
  height: 16px !important;
  transform: initial !important;
}
.public-btn .public-btn0 .pbtn2 svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-btn .public-btn0:hover .pbtn1 {
  border: 1px solid var(--color);
  background-color: var(--color);
}
.public-btn .public-btn0:hover .pbtn1 svg path {
  fill: #fff !important;
}
.public-btn .public-btn0:hover .pbtn2 {
  color: var(--color);
}
.public-btn .public-btn0:hover .pbtn2 svg path {
  fill: var(--color) !important;
}
.public-btn.on .public-btn0 .pbtn1 {
  border: 1px solid var(--color) !important;
  background-color: var(--color) !important;
}
.public-btn.on .public-btn0 .pbtn1 svg path {
  fill: #fff !important;
}
.public-btn.on .public-btn0 .pbtn2 {
  color: var(--color) !important;
}
.index-public-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-public-title {
    justify-content: center;
    flex-direction: column;
  }
}
.index-public-title.index-public-title2 {
  justify-content: center;
  flex-direction: column;
}
.index-public-title.index-public-title2 .pleft {
  width: 90%;
  max-width: 90%;
  text-align: center;
}
.index-public-title.index-public-title2 .pright {
  margin-top: 0.5rem;
  max-width: 90%;
}
.index-public-title .pleft {
  max-width: 70%;
}
@media (max-width: 991px) {
  .index-public-title .pleft {
    width: 90%;
    max-width: 90%;
    text-align: center;
  }
}
.index-public-title .pleft .pcn1 {
  font-size: 0.48rem;
  color: #000000;
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .index-public-title .pleft .pcn1 {
    font-size: 0.4rem;
  }
}
.index-public-title .pleft .pcn2 {
  text-align: center;
  font-size: var(--font-size6);
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .index-public-title .pright {
    margin-top: 0.5rem;
    max-width: 90%;
  }
}
.index-sol {
  padding-top: 1.2rem;
}
.index-sol .index-public-title .pleft .pcn2 {
  max-width: 9.8rem;
  margin-left: auto;
  margin-right: auto;
}
.index-sol .indexsolswiper1 {
  margin-top: 0.55rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-sol .indexsolswiper1 .swiper-slide {
  position: relative;
  opacity: 0;
  transition: all 0.5s !important;
}
.index-sol .indexsolswiper1 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.index-sol .indexsolswiper1 .swiper-slide .bgimg {
  width: 100%;
}
.index-sol .indexsolswiper1 .swiper-slide .bgimg img {
  animation: bannerscale 20s infinite linear;
}
.index-sol .indexsolswiper1 .swiper-slide .bgimg::before {
  padding-top: 38.54166667%;
}
@media (max-width: 1260px) {
  .index-sol .indexsolswiper1 .swiper-slide .bgimg::before {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .index-sol .indexsolswiper1 .swiper-slide .bgimg::before {
    padding-top: 100%;
  }
}
.index-sol .indexsolswiper1 .swiper-slide .bgimg .zhezao {
  z-index: 2;
  width: auto;
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn3 {
  color: #000000;
  line-height: 1.27777778;
  font-size: var(--font-size2);
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn4 {
  font-size: var(--font-size7);
  color: #666666;
  line-height: 1.66666667;
  width: 4.9rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn4 {
    width: 100%;
  }
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .public-btn {
  margin-top: 0.5rem;
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn5 {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn5 .cn6 {
  margin-top: 0.1rem;
  margin-right: 0.2rem;
}
.index-sol .indexsolswiper1 .swiper-slide .container1510 .box .cn5 .cn6 img {
  width: 0.81rem;
  height: 0.4rem;
}
.index-sol .indexsolswiper1 .indexsolswiper2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  height: 1rem;
  line-height: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 {
    position: relative;
    height: auto;
  }
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide {
  opacity: 1 !important;
  position: relative;
  color: #000;
  mix-blend-mode: color;
  cursor: pointer;
  pointer-events: initial;
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide {
    border: 1px solid #e0e0e0;
  }
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide:nth-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide:nth-child(even) {
    border-left: 0;
  }
}
.index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
@media (max-width: 991px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide::before {
    display: none;
  }
}
@media (max-width: 1260px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn1 {
    font-size: 12px;
  }
}
.index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color);
  color: #Fff;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn2 {
    font-size: 12px;
  }
}
.index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide .cn2 span {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.index-sol .indexsolswiper1 .indexsolswiper2 .swiper-slide.swiper-slide-thumb-active .cn2 {
  width: 100%;
  /* animation: mywidth 5s infinite linear; */
}
/* @keyframes mywidth {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
 */

 
@charset "utf-8";
.c-img-text-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.4rem;
  padding: 1.1rem 0 1rem;
  position: relative;
  z-index: 10;
}
.c-img-text-1 + .c-img-text-1 {
  padding-top: 0;
}
.c-img-text-1 .container1500 .x-title {
  font-weight: bold;
  color: var(--color1);
  text-align: center;
  font-size: var(--font-size2);
}
.c-img-text-1 .container1500 .x-text {
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}
.c-img-text-1 .container1500 .x-top {
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .c-img-text-1 .container1500 .x-top {
    margin-top: 0.4rem;
  }
}
.c-img-text-1 .container1500 .x-top ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-img-text-1 .container1500 .x-top ul {
    flex-wrap: initial;
    overflow-x: auto;
    justify-content: space-between;
  }
}
.c-img-text-1 .container1500 .x-top ul li {
  min-width: 12%;
  text-align: center;
  margin: 0 0.3rem 0.2rem;
}
@media (max-width: 1900px) {
  .c-img-text-1 .container1500 .x-top ul li {
    margin: 0 0.2rem 0.2rem;
  }
}
@media (max-width: 1580px) {
  .c-img-text-1 .container1500 .x-top ul li {
    margin: 0 0.2rem 0.2rem;
  }
}
@media (max-width: 1260px) {
  .c-img-text-1 .container1500 .x-top ul li {
    margin: 0 0.15rem 0.2rem;
  }
}
@media (max-width: 991px) {
  .c-img-text-1 .container1500 .x-top ul li {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.4rem;
  }
}
.c-img-text-1 .container1500 .x-top ul li.on p {
  color: var(--color10);
  background-color: var(--color);
}
.c-img-text-1 .container1500 .x-top ul li p {
  color: var(--color1);
  background-color: rgba(246, 249, 254, 0.5);
  border-radius: 100px;
  padding: 0.13rem 0.25rem;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-img-text-1 .container1500 .x-top ul li p {
    padding: 0.13rem 0.3rem;
  }
}
.c-img-text-1 .container1500 .x-xia {
  margin-top: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-img-text-1 .container1500 .x-xia {
    margin-top: 0.4rem;
  }
}
.c-img-text-1 .container1500 .x-xia .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.c-img-text-1 .container1500 .x-xia .x-box.on {
  position: relative;
  pointer-events: initial;
  opacity: 1;
  z-index: 20;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le {
  width: 54.66%;
  position: relative;
}
@media (max-width: 991px) {
  .c-img-text-1 .container1500 .x-xia .x-box .x-le {
    width: 100%;
  }
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper.on {
  z-index: 2;
  opacity: 1;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  box-shadow: 0px 4px 0.26rem 1px rgba(181, 202, 245, 0.32);
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.2rem;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 62.19512195%;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide .public-img img {
  border-radius: 0.19rem;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-wrapper .swiper-slide .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-pagination {
  bottom: 0;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #cfddfb;
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.c-img-text-1 .container1500 .x-xia .x-box .x-le .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri {
  width: 40%;
}
@media (max-width: 991px) {
  .c-img-text-1 .container1500 .x-xia .x-box .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri .x-tit {
  font-weight: bold;
  color: var(--color1);
  font-size: var(--font-size4);
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul {
  margin-top: 0.35rem;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li {
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li.on .x-tit2 {
  color: var(--color);
  font-weight: bold;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li.on .x-tit2::before {
  opacity: 1;
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li .x-tit2 {
  color: var(--color1);
  position: relative;
  padding-left: 18px;
  transition: 0.3s all;
  font-size: var(--font-size6);
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li .x-tit2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5em;
  transition: 0.3s all;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li .x-tit2::before {
    top: 0.6em;
    width: 0.14rem;
    height: 0.14rem;
  }
}
.c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li .x-p {
  padding-left: 18px;
  line-height: 1.92;
  color: var(--color1);
  margin-top: 0.1rem;
  max-height: 1.3rem;
  overflow-y: auto;
  padding-right: 0.45rem;
  display: none;
}
@media (max-width: 767px) {
  .c-img-text-1 .container1500 .x-xia .x-box .x-ri ul li .x-p {
    line-height: 1.5;
  }
}

 
@charset "utf-8";
.sys_fa {
  padding: 0.86rem 0 0.95rem;
  background: #F5F5F5;
}
.sys_fa .sub_title {
  text-align: left;
}
.sys_fa .sub_title h2 {
  line-height: 1;
  font-size: 0.48rem;
  font-weight: bold;
}
.sys_fa .title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sys_fa .title {
    flex-direction: column;
  }
}
.sys_fa .title > p {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .sys_fa .title > p {
    width: 100%;
    margin: 0;
  }
}
.sys_fa .title .sub_title {
  margin-bottom: 0.3rem;
}
.sys_fa .sys_fa_box {
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sys_fa .sys_fa_box {
    flex-direction: column;
  }
}
.sys_fa .sys_fa_box .list {
  width: calc((100% - 0.72rem)/3);
  position: relative;
}
@media (max-width: 767px) {
  .sys_fa .sys_fa_box .list {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.sys_fa .sys_fa_box .list:hover .txt {
  background: url(../images/ser_bj.png) no-repeat;
  background-position: bottom center;
}
.sys_fa .sys_fa_box .list .public-img:before {
  padding-top: 125%;
}
.sys_fa .sys_fa_box .list .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.sys_fa .sys_fa_box .list .img img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.sys_fa .sys_fa_box .list .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/ser_bj2.png) no-repeat;
  background-position: bottom center;
}
.sys_fa .sys_fa_box .list .txt {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0.34rem 0.4rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  transition: all 0.3s;
}
.sys_fa .sys_fa_box .list .txt h3 {
  font-size: var(--font-size3);
  font-weight: bold;
  margin-bottom: 0.35rem;
  padding-bottom: 0.26rem;
  position: relative;
}
.sys_fa .sys_fa_box .list .txt h3:after {
  content: '';
  width: 0.9rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sys_fa .sys_fa_box .list .txt p {
  margin-bottom: 0.25rem;
  display: none;
}
