@charset "utf-8";
.gs-banner-3-black {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-banner-3-black .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-3-black .banner-box .container1600 {
  height: 100%;
}
.gs-banner-3-black .banner-box .banner-info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gs-banner-3-black .banner-box .banner-info .info {
  width: 100%;
  max-width: 550px;
  height: auto;
  flex: 1;
}
.gs-banner-3-black .banner-box .banner-info .info .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font-size1);
  color: #000;
  line-height: 1.2;
}
.gs-banner-3-black .banner-box .banner-info .info .details {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--font-size8);
  color: #333;
  line-height: 1.875;
}
.gs-banner-3-black .banner-box .banner-info .info .more {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 0.7rem;
}
.gs-banner-3-black .banner-box .banner-info .info .more a {
  width: auto;
  min-width: 1.8rem;
  height: 0.6rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
  border-radius: 50px;
  background: var(--color);
  font-size: var(--font-size8);
  color: #FFFFFF;
}
.gs-banner-3-black .banner-box .banner-info .banner-image {
  width: 60%;
  height: auto;
  align-self: center;
  position: relative;
  z-index: 1;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .swiper-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .swiper-box .swiper-slide .pb {
  padding-bottom: 60%;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .swiper-box .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .pager-box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .pager-box .pager {
  width: auto;
  height: auto;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .pager-box .pager span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  background: var(--color);
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s ease;
}
.gs-banner-3-black .banner-box .banner-info .banner-image .pager-box .pager span.active {
  opacity: 1;
}
.gs-banner-3-black .images {
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
.gs-banner-3-black .images img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 750px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gs-banner-3-black {
    background: #F5F5FB;
  }
  .gs-banner-3-black .images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .gs-banner-3-black .images::after {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 80%;
    display: block;
  }
  .gs-banner-3-black .images img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
  }
  .gs-banner-3-black .banner-box {
    position: relative;
  }
  .gs-banner-3-black .banner-box .container {
    width: 100%;
    padding: 0;
  }
  .gs-banner-3-black .banner-box .banner-info {
    flex-direction: column-reverse;
  }
  .gs-banner-3-black .banner-box .banner-info .banner-image {
    width: 100%;
    margin-top: 25%;
  }
  .gs-banner-3-black .banner-box .banner-info .info {
    max-width: 100%;
    padding: 60px 0;
  }
}

 
@charset "utf-8";
.gs-banner-3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-banner-3 .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-3 .banner-box .container1600 {
  height: 100%;
}
.gs-banner-3 .banner-box .banner-info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gs-banner-3 .banner-box .banner-info .info {
  width: 100%;
  max-width: 550px;
  height: auto;
  flex: 1;
}
.gs-banner-3 .banner-box .banner-info .info .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font-size2);
  color: #222222;
  line-height: 1.2;
}
.gs-banner-3 .banner-box .banner-info .info .details {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.875;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .gs-banner-3 .banner-box .banner-info .info .details {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gs-banner-3 .banner-box .banner-info .info .details {
    font-size: 14px;
  }
}
.gs-banner-3 .banner-box .banner-info .info .more {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 0.7rem;
}
.gs-banner-3 .banner-box .banner-info .info .more a {
  width: auto;
  min-width: 1.8rem;
  height: 0.6rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
  border-radius: 50px;
  background: var(--color);
  font-size: var(--font-size8);
  color: #FFFFFF;
}
.gs-banner-3 .banner-box .banner-info .img {
  width: 60%;
  height: auto;
  align-self: center;
}
.gs-banner-3 .banner-box .banner-info .img .pb {
  padding-bottom: 60%;
}
.gs-banner-3 .banner-box .banner-info .img img {
  max-width: 100%;
  max-height: 100%;
}
.gs-banner-3 .images {
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
.gs-banner-3 .images img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gs-banner-3 {
    background: #F5F5FB;
  }
  .gs-banner-3 .images {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
  }
  .gs-banner-3 .images::after {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 80%;
    display: block;
  }
  .gs-banner-3 .images img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .gs-banner-3 .banner-box {
    position: relative;
  }
  .gs-banner-3 .banner-box .container {
    width: 100%;
    padding: 0;
  }
  .gs-banner-3 .banner-box .banner-info {
    padding-top: 5%;
    flex-direction: column-reverse;
  }
  .gs-banner-3 .banner-box .banner-info .img {
    width: 100%;
    margin-top: 25%;
  }
  .gs-banner-3 .banner-box .banner-info .info {
    max-width: 100%;
    padding: 40px 0 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 .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:.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:.6rem .5rem;background:#F8F8FB;cursor:pointer;transition:all .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:.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}.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 .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 .5s ease}.gs-product-5 .feature-box .menu-box .item .info-box .info .details{width:100%;height:auto;margin-top:.8em;font-size:var(--font-size8);color:var(--color4);line-height:1.5;transition:all .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:.1;line-height:1;-webkit-mask:linear-gradient(black -25%, transparent 75%);mask:linear-gradient(black -25%, transparent 75%);transition:all .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";
.c-table-1 {
  padding: 1.2rem 0;
}
.c-table-1 + .c-table-1 {
  padding-top: 0;
}
.c-table-1 .c-title {
  font-size: var(--font-size2);
  color: var(--color1);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.c-table-1 .public-content {
  color: var(--color2);
  overflow-x: auto;
}
.c-table-1 .public-content table {
  width: auto;
  max-width: none;
  min-width: 100%;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}
.c-table-1 .public-content table td {
  position: relative;
  z-index: 1;
  border-color: #eee;
}
.c-table-1 .public-content table a {
  color: var(--color);
}
.c-table-1 .public-content table a:hover {
  text-decoration: underline;
}

 
@charset "utf-8";
.hm-sec3 {
  padding-bottom: 0.7rem;
  padding-top: 1.2rem;
}
.hm-sec3 .title {
  font-size: var(--font-size2);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.hm-sec3 .img {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto 0.6rem;
  text-align: center;
}
.hm-sec3 .img img {
  width: auto;
  max-width: 100%;
}
.hm-sec3 .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(/static/home/images/buticonimg1.png) no-repeat left top / 100% 100%;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_but {
    width: 1.8rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm_but {
    height: 0.68rem;
    width: 1.8rem;
  }
}
.hm-sec3 .hm_but:hover {
  opacity: 0.9;
}
.hm-sec3 .hm_but {
  margin: 0 auto;
}

 
@charset "utf-8";
.hm-sec3 {
  padding-bottom: 0.7rem;
  padding-top: 1.2rem;
}
.hm-sec3 .title {
  font-size: var(--font-size2);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.hm-sec3 .img {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto 0.6rem;
  text-align: center;
}
.hm-sec3 .img img {
  width: auto;
  max-width: 100%;
}
.hm-sec3 .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(/static/home/images/buticonimg1.png) no-repeat left top / 100% 100%;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_but {
    width: 1.8rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm_but {
    height: 0.68rem;
    width: 1.8rem;
  }
}
.hm-sec3 .hm_but:hover {
  opacity: 0.9;
}
.hm-sec3 .hm_but {
  margin: 0 auto;
}

 
@charset "utf-8";
.c-download-2 {
  padding: 0.8rem 0;
  text-align: center;
}
.c-download-2 + .c-download-2 {
  padding-top: 0;
}
.c-download-2 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1.68rem;
  height: 0.52rem;
  color: var(--color10);
  border-radius: 100px;
  background-color: var(--color);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .c-download-2 a .public-btn {
    height: 0.8rem;
    min-width: 2.4rem;
  }
}
@media (max-width: 1580px) {
  .c-download-2 a .public-btn {
    height: 0.58rem;
    min-width: 1.78rem;
  }
}
.c-download-2 a:hover {
  opacity: 0.9;
}

 
@charset "utf-8";
.gs-recommend-1-2 {
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
  overflow: hidden;
}
.gs-recommend-1-2 .container1600 {
  overflow: visible;
}
.gs-recommend-1-2 .inner-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.gs-recommend-1-2 .inner-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size2);
  color: var(--color1);
}
.gs-recommend-1-2 .product-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.gs-recommend-1-2 .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-2 .product-box .swiper-navigation .swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  color: #222222;
  transition: all 0.5s ease;
  overflow: hidden;
}
.gs-recommend-1-2 .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 0.5s ease;
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn svg {
  width: 100%;
  height: 100%;
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn:hover {
  color: #FFFFFF;
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn:hover::after {
  border-color: transparent;
  background: var(--color);
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn.prev {
  transform: translateX(-100%);
  margin-left: -20px;
}
.gs-recommend-1-2 .product-box .swiper-navigation .swiper-btn.next {
  transform: translateX(100%);
  margin-right: -20px;
}
.gs-recommend-1-2 .product-box .swiper-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide {
  width: 25%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f4f4f4;
}
.gs-recommend-1-2 .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-2 .product-box .swiper-box .swiper-slide a .img {
  width: 100%;
  height: auto;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .img .pb {
  padding-bottom: 60%;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 0.2rem 0.3rem 0.3rem;
  overflow: hidden;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .info {
  width: 100%;
  height: auto;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .info .title {
  width: 100%;
  height: auto;
  max-height: calc(2em * 1.25);
  font-weight: normal;
  font-size: var(--font-size4);
  color: #222222;
  line-height: 1.25;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .info .details {
  width: 100%;
  height: auto;
  margin-top: 0.4em;
  max-height: calc(2em * 1.625);
  font-size: var(--font-size8);
  color: #666666;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .more {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .more span {
  font-weight: bold;
  font-size: var(--font-size9);
  color: #222222;
  transition: all 0.5s ease;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .more i {
  width: 7px;
  height: 10px;
  font-size: 0;
  margin-left: 10px;
  color: #222222;
  transition: all 0.5s ease;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide a .info-box .more i svg {
  width: 100%;
  height: 100%;
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide:hover a .img img {
  transform: scale(1.02);
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide:hover a .info .title {
  color: var(--color);
}
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide:hover a .info .more span,
.gs-recommend-1-2 .product-box .swiper-box .swiper-slide:hover a .info .more i {
  color: var(--color);
}
.gs-recommend-1-2 .pager-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: none;
}
.gs-recommend-1-2 .pager-box .pager {
  width: 100%;
  height: auto;
  display: flex;
  align-items: end;
  justify-content: center;
}
.gs-recommend-1-2 .pager-box .pager span {
  width: 18px;
  height: 2px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--color);
  opacity: 0.1;
  transition: all 0.5s ease;
}
.gs-recommend-1-2 .pager-box .pager span.active {
  opacity: 1;
}
@media (max-width: 1260px) {
  .gs-recommend-1-2 .product-box .swiper-navigation {
    visibility: hidden;
  }
  .gs-recommend-1-2 .pager-box {
    display: block;
  }
}
