@charset "utf-8";.gs-banner-4{width:100%;height:auto;position:relative;z-index:1;overflow:hidden}.gs-banner-4 .banner-box{width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;overflow:hidden}.gs-banner-4 .banner-box .container1600{height:100%}.gs-banner-4 .banner-box .banner-info{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.gs-banner-4 .banner-box .banner-info .title{width:100%;height:auto;font-weight:700;font-size:var(--font-size1);color:#FFFFFF}.gs-banner-4 .banner-box .banner-info .details{width:100%;height:auto;margin-top:.2rem;font-size:var(--font-size8);color:#FFFFFF;line-height:1.667}.gs-banner-4 .banner-box .banner-info .more{width:100%;height:auto;display:flex;justify-content:center;margin-top:.7rem}.gs-banner-4 .banner-box .banner-info .more a{width:auto;min-width:1.8rem;height:.6rem;min-height:40px;display:flex;align-items:center;justify-content:center;padding:0 1.25em;border-radius:50px;background:var(--color);font-size:var(--font-size8);color:#FFFFFF;transition:all .5s ease}.gs-banner-4 .banner-box .banner-info .more a:hover{background:#FFFFFF;color:var(--color)}.gs-banner-4 .images{width:100%;height:auto;font-size:0;overflow:hidden}.gs-banner-4 .images picture{width:100%;height:100%;display:block}.gs-banner-4 .images img{width:100%;height:100%;min-height:300px;max-height:750px;object-fit:cover}@media (max-width: 991px){.gs-banner-4 .banner-box{position:relative;padding:40px 0;background:rgba(0,0,0,0.2)}.gs-banner-4 .banner-box .banner-info{min-height:200px}.gs-banner-4 .images{height:100%;position:absolute;left:0;top:0;z-index:1}.gs-banner-4 .images img{min-height:initial;max-height:initial}}
 
@charset "utf-8";
.gs-about-2 {
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
}
.gs-about-2 .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .gs-about-2 .con {
    display: block;
  }
}
.gs-about-2 .txt {
  width: 44.6%;
  text-align: left;
}
@media (max-width: 767px) {
  .gs-about-2 .txt {
    width: 100%;
  }
}
.gs-about-2 .txt .name {
  font-size: var(--font-size2);
  color: #000;
  line-height: 1.2;
}
.gs-about-2 .txt .name2 {
  font-size: var(--font-size4);
  color: #002969;
  margin-top: 0.1rem;
  line-height: 1.2;
}
.gs-about-2 .txt .intro {
  margin-top: 0.3rem;
  font-size: var(--font-size8);
  color: #333;
  line-height: 1.875;
}
.gs-about-2 .txt .intro p + p {
  margin-top: 1em;
}
.gs-about-2 .pic {
  width: 46.3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gs-about-2 .pic {
    width: 100%;
    margin-top: 1rem;
  }
}
.gs-about-2 .pic .play-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: end;
  cursor: pointer;
}
.gs-about-2 .pic .play-box .play {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.gs-about-2 .pic .play-box .play .icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  font-size: 0;
  color: var(--color);
}
.gs-about-2 .pic .play-box .play .icon svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.gs-about-2 .pic .play-box .play .icon::after {
  content: '';
  width: 52%;
  height: 52%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
.gs-about-2 .pic .play-box .play .word {
  width: 100%;
  height: auto;
  min-width: 0;
  flex: 1;
  margin-left: 1em;
  font-size: var(--font-size8);
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.gs-about-2 .pic .play-box:hover .play .word {
  text-decoration: underline;
}
.gs-about-2 .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

 
@charset "utf-8";
.gs-service-4 {
  margin: 1.2rem 0;
}
.gs-service-4 .x-con .x-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font-size2);
  color: var(--color1);
}
.gs-service-4 .x-con ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .gs-service-4 .x-con ul {
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.gs-service-4 .x-con ul li {
  width: 50%;
  margin-right: 12px;
  height: 7rem;
  cursor: pointer;
  position: relative;
  transition: 0.4s all;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .gs-service-4 .x-con ul li {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .gs-service-4 .x-con ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.gs-service-4 .x-con ul li:last-child {
  margin-right: 0;
}
.gs-service-4 .x-con ul li.on {
  width: 44.79%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gs-service-4 .x-con ul li.on {
    width: 100%;
  }
}
.gs-service-4 .x-con ul li.on .x-tit {
  opacity: 0;
}
.gs-service-4 .x-con ul li.on .x-text {
  opacity: 1;
  transition: 0.4s 0.4s all;
}
.gs-service-4 .x-con ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.gs-service-4 .x-con ul li .x-img {
  width: 100%;
  height: 100%;
}
.gs-service-4 .x-con ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gs-service-4 .x-con ul li .x-tit {
  font-size: var(--font-size6);
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.2rem 0.2rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .gs-service-4 .x-con ul li .x-tit {
    display: none;
  }
}
.gs-service-4 .x-con ul li .x-text {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.2rem 0.2rem;
  opacity: 0;
  transition: 0 0 all;
  z-index: 5;
}
@media (max-width: 991px) {
  .gs-service-4 .x-con ul li .x-text {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .gs-service-4 .x-con ul li .x-text {
    opacity: 1;
  }
}
.gs-service-4 .x-con ul li .x-text .x-tit2 {
  font-size: var(--font-size6);
  font-weight: bold;
  line-height: 1.2;
}
.gs-service-4 .x-con ul li .x-text .x-p {
  font-size: var(--font-size8);
  line-height: 1.8125;
  margin-top: 0.15rem;
  line-height: 1.5;
}
.gs-service-4 .x-con ul li .public-arrow {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 0.2rem;
}
.gs-service-4 .x-con ul li .public-arrow .more {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.gs-service-4 .x-con ul li .public-arrow .more .word {
  width: auto;
  height: auto;
  font-size: var(--font-size8);
  color: #FFFFFF;
}
.gs-service-4 .x-con ul li .public-arrow .more .arrow {
  width: 7px;
  height: 10px;
  margin-left: 10px;
  font-size: 0;
  color: #FFFFFF;
}
.gs-service-4 .x-con ul li .public-arrow .more .arrow svg {
  width: 100%;
  height: 100%;
}

 
@charset "utf-8";
.c-history-2 {
  padding: 1rem 0 1.2rem;
  background: #fafafa url(../images/falicheimg1.jpg) no-repeat center / cover;
}
.c-history-2 + .c-history-2 {
  padding-top: 0;
}
.c-history-2 .fz_title {
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: var(--font-size2);
}
@media (max-width: 767px) {
  .c-history-2 .fz_title {
    text-align: center;
  }
}
.c-history-2 .soinfobox_tit .f_tit {
  color: var(--color1);
  background: none;
}
.c-history-2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-history-2 .cont .lt {
  width: 26.58%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .c-history-2 .cont .lt {
    width: 100%;
    padding-right: 0;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav {
  width: 100%;
}
@media (min-width: 768px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 18px;
  width: 2px;
  height: calc(100% - 30px);
  background-color: #e1e1e1;
}
@media (max-width: 1580px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-wrapper:before {
    left: 3px;
  }
}
@media (max-width: 767px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-wrapper:before {
    display: none;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide {
    width: auto;
    margin-right: 0.4rem;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item {
  cursor: pointer;
  color: var(--color4);
  transition: all 0.4s;
  padding-left: 24px;
  padding-bottom: 0.4rem;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  font-size: var(--font-size7);
}
@media (max-width: 1580px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item {
    line-height: 26px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item {
    padding-left: 0;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border: 2px solid #fafafa;
  background-color: #c1c1c1;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .c-history-2 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    display: none;
  }
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide:last-child .item {
  padding-bottom: 0;
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide.swiper-slide-thumb-active .item {
  color: var(--color);
  font-size: var(--font-size6);
}
.c-history-2 .cont .lt .aboutbox3_nav .swiper-slide.swiper-slide-thumb-active .item:before {
  background-color: var(--color);
}
.c-history-2 .cont .gt {
  width: 73.42%;
}
@media (max-width: 767px) {
  .c-history-2 .cont .gt {
    width: 100%;
  }
}
.c-history-2 .cont .gt .aboutbox3_cont {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(40, 9, 8, 0.06);
  border-radius: 0px 0px 10px 10px;
  border-top: 3px solid var(--color);
}
.c-history-2 .cont .gt .aboutbox3_cont .item {
  padding: 0.5rem 0.62rem 0.56rem;
}
@media (max-width: 767px) {
  .c-history-2 .cont .gt .aboutbox3_cont .item {
    padding: 0.4rem 0.36rem;
  }
}
.c-history-2 .cont .gt .aboutbox3_cont .item .font {
  width: 100%;
  font-weight: bold;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.26rem;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .font .f_name {
  color: var(--color2);
  font-size: var(--font-size6);
}
.c-history-2 .cont .gt .aboutbox3_cont .item .font .f_tit {
  color: var(--color2);
  font-weight: bold;
  font-size: var(--font-size4);
  line-height: 1.33333333;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .c-list .c-item {
  margin-bottom: 0.3rem;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .c-list .c-item .c-title {
  margin-bottom: 0.12rem;
  font-weight: bold;
  font-size: var(--font-size6);
  color: var(--color2);
}
.c-history-2 .cont .gt .aboutbox3_cont .item .f_text {
  color: var(--color3);
  line-height: 1.5;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .f_text p {
  color: var(--color3);
  position: relative;
  margin-bottom: 0.12rem;
  padding-left: 0.3rem;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .f_text p:last-child {
  margin-bottom: 0;
}
.c-history-2 .cont .gt .aboutbox3_cont .item .f_text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--color);
}
@media (max-width: 1580px) {
  .c-history-2 .cont .gt .aboutbox3_cont .item .f_text p:before {
    width: 4px;
    height: 4px;
  }
}

 
@charset "utf-8";
.gs-recommend-1 {
  width: 100%;
  height: auto;
  margin: 1.2rem 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: 0.6rem;
}
.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: 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 .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 .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;
  overflow: hidden;
}
.gs-recommend-1 .product-box .swiper-box .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  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 {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.gs-recommend-1 .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 .product-box .swiper-box .swiper-slide a .info-box .info {
  width: 100%;
  height: auto;
}
.gs-recommend-1 .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 .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 .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 .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 .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 .product-box .swiper-box .swiper-slide a .info-box .more i svg {
  width: 100%;
  height: 100%;
}
.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: 0.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: 0.1;
  transition: all 0.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;
  }
}
