@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";
.gs-service-1 {
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
}
.gs-service-1 .container1400 .x-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font-size2);
  color: #000000;
}
.gs-service-1 .container1400 ul {
  width: 100%;
  height: auto;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.8rem 0.2rem;
}
@media (max-width: 1260px) {
  .gs-service-1 .container1400 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .gs-service-1 .container1400 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gs-service-1 .container1400 ul li {
  width: 100%;
  display: flex;
}
.gs-service-1 .container1400 ul li .x-box {
  display: block;
  width: 100%;
  position: relative;
}
.gs-service-1 .container1400 ul li .x-box:hover .x-text .x-tit {
  color: var(--color);
}
.gs-service-1 .container1400 ul li .x-box .x-ico {
  width: 0.7rem;
  min-width: 48px;
  height: 0.7rem;
  min-height: 48px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gs-service-1 .container1400 ul li .x-box .x-ico img {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 28px;
  object-fit: contain;
}
.gs-service-1 .container1400 ul li .x-box .x-text {
  margin-top: 20px;
  text-align: center;
}
.gs-service-1 .container1400 ul li .x-box .x-text .x-tit {
  font-weight: normal;
  font-size: var(--font-size7);
  color: #000;
  transition: 0.4s ease-in-out;
}
.gs-service-1 .container1400 ul li .x-box .x-text .x-p {
  font-size: var(--font-size8);
  color: #666666;
  margin-top: 0.1rem;
  transition: 0.4s ease-in-out;
}

 
@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";
.x-deve4 {
  padding: 1rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-deve4 {
    padding: 0.8rem 0 1.2rem;
  }
}
.x-deve4 .x-con .x-title {
  text-align: center;
  font-size: var(--font-size2);
}
.x-deve4 .x-con .h_coo_box {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-deve4 .x-con .h_coo_box {
    margin-top: 0.3rem;
  }
}
.x-deve4 .x-con .h_coo_box .h_coo_con {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-deve4 .x-con .h_coo_box .h_coo_con {
    margin-bottom: 5px;
  }
}
.x-deve4 .x-con .h_coo_box .h_coo_con .x-li {
  width: 1.6rem;
  height: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 1.16rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-deve4 .x-con .h_coo_box .h_coo_con .x-li {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .x-deve4 .x-con .h_coo_box .h_coo_con .x-li {
    margin-right: 0.8rem;
  }
}
.x-deve4 .x-con .h_coo_box .h_coo_con .x-li .x-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  border: 1px solid #e6e6e5;
}
@media (max-width: 1580px) {
  .x-deve4 .x-con .h_coo_box .h_coo_con .x-li .x-img {
    width: 2rem;
    height: 2rem;
  }
}
.x-deve4 .x-con .h_coo_box .h_coo_con .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-deve4 .x-con .h_coo_box .h_coo_con .x-li .x-p {
  color: #666666;
  margin-top: 0.25rem;
}
.x-deve4 .x-con .h_coo_box .h_coo_con .x-li .x-p p {
  white-space: initial;
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  display: flex;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.x-deve4 .x-con .h_coo_box::before {
  content: "";
  width: 3.8rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left right, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
  z-index: 3;
}
@media (max-width: 767px) {
  .x-deve4 .x-con .h_coo_box::before {
    width: 1.8rem;
  }
}
.x-deve4 .x-con .h_coo_box::after {
  content: "";
  width: 3.8rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
  z-index: 3;
}
@media (max-width: 767px) {
  .x-deve4 .x-con .h_coo_box::after {
    width: 1.8rem;
  }
}
.str_static .str_move {
  left: 50%;
  transform: translateX(-50%);
}

 
@charset "utf-8";.gs-recommend-1{width:100%;height:auto;margin:1rem 0;overflow:hidden}.gs-recommend-1 .container1600{overflow:visible}.gs-recommend-1 .inner-title{width:100%;height:auto;text-align:center}.gs-recommend-1 .inner-title .title{width:100%;height:auto;font-weight:bold;font-size:var(--font-size2);color:var(--color1)}.gs-recommend-1 .product-box{width:100%;height:auto;position:relative;z-index:1;margin-top:.4rem}.gs-recommend-1 .product-box .swiper-navigation{width:100%;height:100%;position:absolute;left:0;top:50%;z-index:10;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:space-between}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn{width:.5rem;height:.5rem;position:relative;z-index:1;border-radius:50%;pointer-events:auto;cursor:pointer;color:#222222;transition:all .5s ease;overflow:hidden}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn::after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;box-sizing:border-box;background:#F5F5F5;border:1px solid #DCDCDC;border-radius:50%;color:#222222;transition:all .5s ease}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn svg{width:100%;height:100%}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn:hover{color:#FFFFFF}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn:hover::after{border-color:transparent;background:var(--color)}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn.swiper-button-disabled{opacity:0;pointer-events:none}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn.prev{transform:translateX(-100%);margin-left:-20px}.gs-recommend-1 .product-box .swiper-navigation .swiper-btn.next{transform:translateX(100%);margin-right:-20px}.gs-recommend-1 .product-box .swiper-box{width:100%;height:auto;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide{width:25%;height:auto;border-radius:10px;background:#FFFFFF url(../images/idx-pro-1-bg.png) no-repeat center / cover;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide a{width:100%;height:100%;position:relative;z-index:1;display:block;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .hot{width:auto;height:auto;position:absolute;left:15px;top:15px;padding:5px 1em;border-radius:5px;background:var(--color);font-size:12px;color:#FFFFFF;line-height:1.2}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .img{width:100%;height:auto}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .img .pb{padding-bottom:60%}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .img img{transition:all .5s ease}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info{width:100%;height:auto;text-align:center;padding:0 .3rem .6rem;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .title{width:100%;height:auto;max-height:calc(2em * 1.25);font-weight:500;font-size:var(--font-size4);color:#222222;line-height:1.25;transition:all .5s ease;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .details{width:100%;height:auto;max-height:calc(2em * 1.625);font-size:var(--font-size9);color:#999999;line-height:1.625;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .more{width:100%;height:auto;margin-top:.2rem;display:flex;align-items:center;justify-content:center}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .more span{font-size:var(--font-size8);color:#222222;transition:all .5s ease}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .more i{width:7px;height:10px;font-size:0;margin-left:10px;color:#222222;transition:all .5s ease}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .more i svg{width:100%;height:100%}.gs-recommend-1 .product-box .swiper-box .swiper-slide a .info .more i svg use{fill:currentColor}.gs-recommend-1 .product-box .swiper-box .swiper-slide:hover a .img img{transform:scale(1.02)}.gs-recommend-1 .product-box .swiper-box .swiper-slide:hover a .info .title{color:var(--color)}.gs-recommend-1 .product-box .swiper-box .swiper-slide:hover a .info .more span,.gs-recommend-1 .product-box .swiper-box .swiper-slide:hover a .info .more i{color:var(--color)}.gs-recommend-1 .pager-box{width:100%;height:auto;margin-top:.6rem;display:none}.gs-recommend-1 .pager-box .pager{width:100%;height:auto;display:flex;align-items:end;justify-content:center}.gs-recommend-1 .pager-box .pager span{width:18px;height:2px;margin:0 5px;border-radius:0;background:var(--color);opacity:.1;transition:all .5s ease}.gs-recommend-1 .pager-box .pager span.active{opacity:1}@media (max-width: 1260px){.gs-recommend-1 .product-box .swiper-navigation{visibility:hidden}.gs-recommend-1 .pager-box{display:block }}