.banner-wrap {
  position: relative;
}
.banner-wrap p {
  margin: unset;
}
.banner-wrap .swiper-slide {
  height: 600px;
  overflow: hidden;
}
.banner-wrap .swiper-slide.swiper-slide-active .left,
.banner-wrap .swiper-slide.swiper-slide-active .right {
  opacity: 1;
  transform: translateX(0);
}
.banner-wrap .controller {
  position: absolute;
  bottom: 78px;
  left: 8.8%;
}
.banner-wrap .swiper-pagination {
  display: flex;
  width: unset;
}
.banner-wrap .swiper-pagination span {
  width: 63px;
  height: 4px;
  background: #FFFFFF;
  border-radius: unset;
}
.banner-wrap .left {
  color: #fff;
  transform: translateX(-300px);
  opacity: 0;
  transition: transform .8s ease-in-out, opacity .6s ease;
}
.banner-wrap .left h2 {
  margin-top: 240px;
  margin-bottom: 40px;
  font-size: 48px;
  font-family: SourceHanSansSC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 58px;
  letter-spacing: 2px;
  position: relative;
}
.banner-wrap .left h2:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.banner-wrap .left small {
  font-size: 32px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #E6E6E6;
}
.banner-wrap .right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(480px);
  opacity: 0;
  transition: transform .8s ease-in-out, opacity .6s ease;
}
@media screen and (max-width: 600px) {
  .banner-wrap {
    position: relative;
  }
  .banner-wrap .swiper-slide {
    height: 25vh;
    overflow: hidden;
  }
  .banner-wrap .swiper-slide.swiper-slide-active .left {
    opacity: 1;
    transform: translateX(0);
  }
  .banner-wrap .swiper-slide.swiper-slide-active .right {
    opacity: 1;
    transform: translateX(50px);
  }
  .banner-wrap .controller {
    bottom: 46px;
    left: 13px;
  }
  .banner-wrap .swiper-pagination span {
    width: 20px;
    margin: 0 2.5px !important;
  }
  .banner-wrap .left {
    position: relative;
    z-index: 1;
  }
  .banner-wrap .left h2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner-wrap .left small {
    font-size: 12px;
  }
  .banner-wrap .right img {
    height: 150px;
  }
}




.hover-panel {
  height: 66px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.hover-panel .row {
  margin: 0 -10px;
}
.hover-panel .col {
  padding: 0 10px;
}
.hover-panel .col .wrap {
  height: 112px;
  background: linear-gradient(0deg, #F0F2F8, #FFFFFF);
  border: 2px solid #FFFFFF;
  border-bottom: 10px solid #fff;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.1);
  border-radius: 4px 4px 0px 0px;
  transform: translateY(calc(66px - 112px));
  padding: 28px 20px;
  transition: background .3s ease, border .3s ease;
  cursor: pointer;
}
.hover-panel .col .wrap.active,
.hover-panel .col .wrap:hover {
  background: linear-gradient(to top, #F4F6F8, #FFFFFF);;
  border-color: #F4F6F8;
  box-shadow: unset;
}
.hover-panel .col .wrap h3 {
  margin: unset;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.hover-panel .col .wrap h3 img {
  display: block;
  margin-right: 10px;
}
.hover-panel .col .wrap.active h3,
.hover-panel .col .wrap:hover h3 {
  color: var(--main-color);
}
.hover-panel .col .wrap p {
  margin: 17px 0 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
@media screen and (max-width: 600px) {
  .hover-panel {
    height: unset;
  }
  .hover-panel .col {
    padding: 10px;
  }
}


.data-wrap {
  display: none;
}
.data-wrap.active {
  display: block;
  transform: translateY(-10px) !important;
}
.data-wrap .left h2 {
  margin: 40px 0 0;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333334;
}
.data-wrap .left p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.data-wrap .left .tag {
  display: flex;
  flex-wrap: wrap;
}
.data-wrap .left .tag span {
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.data-wrap .left a {
  display: block;
  width: 116px;
  height: 32px;
  background: var(--main-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 1;
  transition: background .3s ease;
  margin: 60px 0 71px;
}
.data-wrap .left a:hover {
  background: var(--hover-color);
}
.data-wrap .right {
  padding-top: 60px;
}
.data-wrap .right .col {
  padding: 10px;
}
.data-wrap .right .col .wrap {
  /*height: 160px;*/
  background: linear-gradient(0deg, #F0F2F8, #FFFFFF);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  padding: 31px 25px;
}
.data-wrap .right .col .wrap h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: unset;
}
.data-wrap .right .col .wrap:hover h3 {
  color: var(--main-color);
}
.data-wrap .right .col .wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 17px 0 20px;
  line-height: 25px;
}
.data-wrap .right .col .wrap .button-group {
  display: flex;
}
.data-wrap .right .col .wrap .button-group a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  display: block;
  flex: 1;
  text-align: center;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  padding: 10px 0;
}
.data-wrap .right .col .wrap .button-group a + a {
  margin-left: 12px;
}
.data-wrap .right .col .wrap .button-group a:first-child {
  background: var(--main-color);
  color: #fff;
  transition: background .3s ease;
}
.data-wrap .right .col .wrap .button-group a:first-child:hover {
  background: var(--hover-color);
}
.data-wrap .right .col .wrap .button-group a:last-child {
  background: #fff;
  transition: background .3s ease;
}
.data-wrap .right .col .wrap .button-group a:last-child:hover {
  background: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .data-wrap .left a {
    margin: 30px auto 40px;
  }
  .data-wrap .right {
    padding-top: unset;
    padding-bottom: 30px;
  }
  .data-wrap .right .col {
    padding: 10px 0;
  }
}



.solution-wrap .row {
  margin: 0 -10px;
}
.solution-wrap .col {
  padding: 10px;
  display: block;
}
.solution-wrap .col:not(.col:first-child) .wrap {
  height: 190px;
  background: linear-gradient(to bottom, #F0F2F8, #FFFFFF);
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  display: flex;
  padding: 41px 31px;
}
.solution-wrap .col:not(.col:first-child) .wrap .icon {
  margin-right: 25px;
}
.solution-wrap .col:not(.col:first-child) .wrap:hover h3 {
  color: var(--main-color);
}
.solution-wrap .col:not(.col:first-child) .wrap h3 {
  margin: unset;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.solution-wrap .col:not(.col:first-child) .wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
}
.solution-wrap .col:not(.col:first-child) .wrap a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.solution-wrap .col:not(.col:first-child) .wrap a:hover {
  color: var(--main-color);
  text-decoration: underline solid;
}
.solution-wrap .col:first-child {
  position: relative;
}
.solution-wrap .col:first-child .wrap {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
}
.solution-wrap .col:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-wrap .col:first-child .hover {
  position: absolute;
  top: 51px;
  left: 40px;
}
.solution-wrap .col:first-child h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 22px;
}
.solution-wrap .col:first-child small {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: unset;
  display: block;
  margin-bottom: 43px;
  opacity: .8;
}
.solution-wrap .col:first-child a {
  width: 156px;
  height: 40px;
  background: #5278AB;
  border: 1px solid #6493D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: background .3s ease, border .3s ease;
}
.solution-wrap .col:first-child a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}
.solution-wrap .col:first-child a + a {
  margin-top: 10px;
}

.customer-wrap {
  background: #F5F7FA;
}
.customer-wrap .swiper {
  padding: 10px 10px 40px;
}
.customer-wrap .swiper-slide {
  height: 143px;
  background: #FFFFFF;
  box-shadow: 4px 7px 10px 0px rgba(55,99,170,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*filter: grayscale(100%);*/
  transition: filter .3s ease;
}
.customer-wrap .swiper-slide:hover {
  filter: grayscale(0%);
}
.customer-wrap .swiper-pagination {
  display: flex;
  bottom: 0;
  left: 10px;
  right: 10px;
  width: unset;
}
.customer-wrap .swiper-pagination span {
  flex: 1;
  width: unset;
  border-radius: unset;
  margin: unset !important;
}


.news-wrap .swiper {
  height: 504px;
  /* padding: 0 15px; */
}
.news-wrap .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-wrap .swiper-slide {
  position: relative;
}
.news-wrap .swiper-slide .text-line-1-show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  background: #000000;
  opacity: 0.8;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 160px 0 20px;
}
.news-wrap .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
.news-wrap .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #fff !important;
  opacity: 1;
}
.news-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: #005DD4 !important;
}
.news-wrap .row {
  margin: 0 -20px;
}
.news-wrap .row .col {
  padding: 0 20px;
}
.news-wrap .timer {
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
  transition: border .3s ease, color .3s ease;
}
.news-wrap .timer span {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 6px;
  transition: color .3s ease;
}
.news-wrap .r {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 19px;
}
.news-wrap .c {
  flex: 1;
}
.news-wrap .r:hover .timer {
  border-color: var(--main-color);
  color: var(--main-color);
}
.news-wrap .r:hover .timer span {
  color: var(--main-color);
}
.news-wrap .r:hover .c h3 {
  color: var(--main-color);
}
.news-wrap .c h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0 14px;
  transition: color .3s ease;
}
.news-wrap .c p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin: unset;
}
.news-wrap .more {
  display: block;
  width: 116px;
  height: 32px;
  background: var(--main-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 25px;
}
.news-wrap .more:hover {
  background: var(--hover-color);
}

@media screen and (max-width: 600px) {
  .news-wrap {
    overflow: hidden;
  }
  .news-wrap .swiper {
    height: unset;
  }
  .news-wrap .swiper-pagination {
    padding-right: 10px;
    height: 40px;
  }
  .news-wrap .swiper-slide .text-line-1-show {
    font-size: 12px;
    line-height: 40px;
    padding: 0 120px 0 10px;
  }
  .news-wrap .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 2.5px !important;
  }
  .news-wrap .row .col.list {
    padding: 20px;
  }
  .news-wrap .c {
    width: 30%;
  }
  .news-wrap .more {
    margin: 25px auto 0;
  }
}
