@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-size1);
  color: #fff;
  line-height: 1.2;
}
.gs-banner-3 .banner-box .banner-info .info .details {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--font-size8);
  color: #fff;
  line-height: 1.875;
}
.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 .banner-image {
  width: 60%;
  height: auto;
  align-self: center;
  position: relative;
  z-index: 1;
}
.gs-banner-3 .banner-box .banner-info .banner-image .swiper-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gs-banner-3 .banner-box .banner-info .banner-image .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
}
.gs-banner-3 .banner-box .banner-info .banner-image .swiper-box .swiper-slide .pb {
  padding-bottom: 60%;
}
.gs-banner-3 .banner-box .banner-info .banner-image .swiper-box .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.gs-banner-3 .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 .banner-box .banner-info .banner-image .pager-box .pager {
  width: auto;
  height: auto;
}
.gs-banner-3 .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 .banner-box .banner-info .banner-image .pager-box .pager span.active {
  opacity: 1;
}
.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;
  max-height: 750px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gs-banner-3 {
    background: #F5F5FB;
  }
  .gs-banner-3 .images {
    width: 100%;
    height: 100%;
    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;
    max-height: 100%;
  }
  .gs-banner-3 .banner-box {
    position: relative;
  }
  .gs-banner-3 .banner-box .container {
    width: 100%;
    padding: 0;
  }
  .gs-banner-3 .banner-box .banner-info {
    flex-direction: column-reverse;
  }
  .gs-banner-3 .banner-box .banner-info .banner-image {
    width: 100%;
    margin-top: 25%;
  }
  .gs-banner-3 .banner-box .banner-info .info {
    max-width: 100%;
    padding: 60px 0;
  }
}

 
@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";
.c-history-1 {
  padding: 1rem 0 1.2rem;
  background: #fafafa url(../images/falicheimg1.jpg) no-repeat center / cover;
}
.c-history-1 + .c-history-1 {
  padding-top: 0;
}
.c-history-1 .fz_title {
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: var(--font-size2);
}
@media (max-width: 767px) {
  .c-history-1 .fz_title {
    text-align: center;
  }
}
.c-history-1 .soinfobox_tit .f_tit {
  color: var(--color1);
  background: none;
}
.c-history-1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-history-1 .cont .lt {
  width: 26.58%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .c-history-1 .cont .lt {
    width: 100%;
    padding-right: 0;
  }
}
.c-history-1 .cont .lt .aboutbox3_nav {
  width: 100%;
}
@media (min-width: 768px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.c-history-1 .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-1 .cont .lt .aboutbox3_nav .swiper-wrapper:before {
    left: 3px;
  }
}
@media (max-width: 767px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-wrapper:before {
    display: none;
  }
}
.c-history-1 .cont .lt .aboutbox3_nav .swiper-slide {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-slide {
    width: auto;
    margin-right: 0.4rem;
  }
}
.c-history-1 .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-1 .cont .lt .aboutbox3_nav .swiper-slide .item {
    line-height: 26px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-slide .item {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-slide .item {
    padding-left: 0;
  }
}
.c-history-1 .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-1 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .c-history-1 .cont .lt .aboutbox3_nav .swiper-slide .item:before {
    display: none;
  }
}
.c-history-1 .cont .lt .aboutbox3_nav .swiper-slide:last-child .item {
  padding-bottom: 0;
}
.c-history-1 .cont .lt .aboutbox3_nav .swiper-slide.swiper-slide-thumb-active .item {
  color: var(--color);
  font-size: var(--font-size6);
}
.c-history-1 .cont .lt .aboutbox3_nav .swiper-slide.swiper-slide-thumb-active .item:before {
  background-color: var(--color);
}
.c-history-1 .cont .gt {
  width: 73.42%;
}
@media (max-width: 767px) {
  .c-history-1 .cont .gt {
    width: 100%;
  }
}
.c-history-1 .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-1 .cont .gt .aboutbox3_cont .item {
  padding: 0.5rem 0.62rem 0.56rem;
}
@media (max-width: 767px) {
  .c-history-1 .cont .gt .aboutbox3_cont .item {
    padding: 0.4rem 0.36rem;
  }
}
.c-history-1 .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-1 .cont .gt .aboutbox3_cont .item .font .f_name {
  color: var(--color1);
  font-size: var(--font-size6);
}
.c-history-1 .cont .gt .aboutbox3_cont .item .font .f_tit {
  color: var(--color1);
  font-weight: bold;
  font-size: var(--font-size4);
  line-height: 1.33333333;
}
.c-history-1 .cont .gt .aboutbox3_cont .item .f_text {
  color: var(--color3);
  line-height: 1.5;
}
.c-history-1 .cont .gt .aboutbox3_cont .item .f_text p {
  color: var(--color3);
  position: relative;
  margin-bottom: 0.12rem;
}
.c-history-1 .cont .gt .aboutbox3_cont .item .f_text p:last-child {
  margin-bottom: 0;
}

 
@charset "utf-8";
.public-develop-3 {
  overflow: hidden;
  padding: 1.2rem 0 0.4rem;
}
.public-develop-3 .hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.public-develop-3 .hm_tit .f_tit {
  font-weight: bold;
  color: var(--color1);
  font-size: var(--font-size1);
}
.public-develop-3 .hm_tit .f_text {
  color: var(--color4);
  margin-top: 0.12rem;
}
.public-develop-3 .cont {
  position: relative;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .public-develop-3 .cont {
    margin-bottom: 0.4rem;
  }
}
.public-develop-3 .cont .hm6_cont {
  overflow: hidden;
  margin: 0 -0.1rem;
  width: auto;
}
.public-develop-3 .cont .swiper-slide {
  padding-bottom: 0.4rem;
  width: 33.333%;
}
@media (max-width: 991px) {
  .public-develop-3 .cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-develop-3 .cont .swiper-slide {
    width: 90%;
  }
}
.public-develop-3 .cont .swiper-slide .item {
  padding: 0 0.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .public-develop-3 .cont .swiper-slide .item {
    width: 100%;
  }
}
.public-develop-3 .cont .swiper-slide .item .list {
  display: block;
  overflow: hidden;
  background-color: var(--color10);
  box-shadow: 0px 0px 0.4rem 0px rgba(178, 178, 178, 0.1);
}
.public-develop-3 .cont .swiper-slide .item .list .base_img {
  position: relative;
  overflow: hidden;
}
.public-develop-3 .cont .swiper-slide .item .list .base_img img {
  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;
}
.public-develop-3 .cont .swiper-slide .item .list .base_img:before {
  content: "";
  display: block;
}
.public-develop-3 .cont .swiper-slide .item .list .img {
  padding-top: 53.84615385%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.public-develop-3 .cont .swiper-slide .item .list .font {
  border: solid 1px #ededed;
  border-top: none;
  padding: 0.34rem 0.36rem;
  position: relative;
  z-index: 2;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_icon {
  box-shadow: 0px 0px 10px 0px rgba(178, 178, 178, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: -0.5rem;
  background-color: var(--color10);
  margin-bottom: 0.1rem;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_icon img {
  width: auto;
  height: auto;
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_jt {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  color: var(--color);
  line-height: 1.875;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_jt i {
  display: block;
  width: 2px;
  height: 0.16rem;
  background-color: var(--color);
  margin: 0 0.1rem;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_jt .f_tag {
  padding: 0 0.12rem;
  border-radius: 0.8em;
  background-color: #f3f3f3;
}
.public-develop-3 .cont .swiper-slide .item .list .font .f_tit {
  line-height: 1.41666667;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  font-size: var(--font-size4);
  -webkit-line-clamp: 2;
  height: 2.83333333em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s linear;
  margin-bottom: 0.3rem;
}
.public-develop-3 .cont .swiper-slide .item .list .font .but {
  display: flex;
  align-items: center;
  color: var(--color);
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.28rem;
}
.public-develop-3 .cont .swiper-slide .item .list .font .but svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .public-develop-3 .cont .swiper-slide .item .list .font .but svg {
    width: 10px;
    height: 10px;
  }
}
.public-develop-3 .cont .swiper-slide .item .list .font .but svg path {
  fill: var(--color);
}
.public-develop-3 .cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.08);
}
.public-develop-3 .cont .swiper-slide .item .list:hover .font .f_tit {
  color: var(--color);
}
.public-develop-3 .cont .swiper-slide .item .list:hover .font .but svg {
  transform: rotate(45deg);
}
.public-develop-3 .cont .hm6_pagin {
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .public-develop-3 .cont .hm6_pagin {
    position: absolute;
    bottom: 0.65rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .public-develop-3 .cont .hm6_pagin {
    justify-content: center;
    width: 100%;
  }
}
.public-develop-3 .cont .hm6_pagin span {
  width: 24px;
  height: 5px;
  background-color: var(--color1);
  opacity: 0.1;
  margin: 0 5px;
  border-radius: 0;
}
@media (max-width: 1580px) {
  .public-develop-3 .cont .hm6_pagin span {
    width: 20px;
    height: 3px;
  }
}
.public-develop-3 .cont .hm6_pagin .swiper-pagination-bullet-active {
  background-color: var(--color);
  opacity: 1;
}
.public-develop-3 .hm_flogo {
  position: relative;
  overflow: hidden;
}
.public-develop-3 .hm_flogo:before,
.public-develop-3 .hm_flogo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  pointer-events: none;
  z-index: 2;
}
.public-develop-3 .hm_flogo:before {
  right: 86%;
  background: linear-gradient(to right, var(--color10) 60%, rgba(255, 255, 255, 0));
}
.public-develop-3 .hm_flogo:after {
  left: 86%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color10) 60%);
}
.public-develop-3 .hm_flogo .hm_log {
  position: relative;
}
.public-develop-3 .hm_flogo .hm_log .li {
  margin-right: 12px;
  display: inline-block;
  padding: 0 0 0.26rem;
}
.public-develop-3 .hm_flogo .hm_log .li .img {
  width: 2rem;
  background-color: var(--color10);
  box-shadow: 0px 3px 0.4rem 0px rgba(20, 33, 96, 0.06);
}
@media (max-width: 767px) {
  .public-develop-3 .hm_flogo .hm_log .li .img {
    width: 2.4rem;
  }
}
.public-develop-3 .hm_flogo .hm_log .li .img:before {
  padding-top: 50%;
}
.public-develop-3 .hm_flogo .hm_log:first-child .li {
  padding-top: 0.26rem;
}
.swiper-pagination-lock {
  display: none !important;
}

 
@charset "utf-8";
.gs-banner-5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-banner-5 .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-5 .banner-box .container1600 {
  height: 100%;
}
.gs-banner-5 .banner-box .banner-info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box,
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box * {
  font-size: var(--font-size9);
  color: #FFFFFF;
  line-height: 1.2;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box a {
  color: #8E8E8E;
  transition: all 0.5s ease;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box a:hover {
  color: #FFFFFF;
}
.gs-banner-5 .banner-box .banner-info .breadcrumb-nav .nav-box span {
  margin: 0 0.8em;
  color: #8E8E8E;
}
.gs-banner-5 .banner-box .banner-info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size1);
  color: #FFFFFF;
}
.gs-banner-5 .banner-box .banner-info .x-p {
  font-size: var(--font-size8);
  color: #FFFFFF;
  line-height: 1.81;
  text-align: center;
  margin-top: 0.2rem;
}
.gs-banner-5 .banner-box .banner-info .x-sp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .gs-banner-5 .banner-box .banner-info .x-sp {
    justify-content: center;
  }
}
.gs-banner-5 .banner-box .banner-info .x-sp p {
  display: flex;
  align-items: center;
  margin: 0 0.3rem;
}
@media (max-width: 767px) {
  .gs-banner-5 .banner-box .banner-info .x-sp p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    text-align: center;
  }
}
.gs-banner-5 .banner-box .banner-info .x-sp p i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  min-width: 16px;
  height: 0.2rem;
  min-height: 16px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.gs-banner-5 .banner-box .banner-info .x-sp p i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gs-banner-5 .banner-box .banner-info .x-sp p span {
  font-size: var(--font-size8);
  color: rgba(255, 255, 255, 0.77);
}
.gs-banner-5 .banner-box .banner-info .x-sp a {
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  background: #fff;
}
@media (max-width: 1580px) {
  .gs-banner-5 .banner-box .banner-info .x-sp a {
    width: 1.8rem;
    height: 0.66rem;
    border-radius: 0.33rem;
  }
}
@media (max-width: 767px) {
  .gs-banner-5 .banner-box .banner-info .x-sp a {
    height: 0.68rem;
    width: 1.8rem;
    border-radius: 0.9rem;
  }
}
.gs-banner-5 .images {
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
.gs-banner-5 .images img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gs-banner-5 .images img {
    min-height: 500px;
  }
}
