@charset "UTF-8";
.section {
  background-color: #fff;
}

.section p {
  font-family: "FZLTXHJW";
}

.section h3,
.section h5 {
  font-family: "FZLTZCHJW";
}

.section .container {
  padding: 0 9rem;
}

.section .section-title {
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.section .section-title::after {
  display: none;
}

.section .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.section .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.section .knowmore {
  display: inline-block;
  border: 1px solid;
  margin-top: 2rem;
  font-size: 0.8rem;
  min-width: 7.5rem;
  line-height: 2.8;
  border: 1px solid;
  border-radius: 1.15rem;
  padding: 0 1.5em;
  text-align: center;
}

.section .knowmore.black {
  color: #222;
}

.section .knowmore.black:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.section .knowmore.white {
  color: #fff;
}

.section .knowmore.white:hover {
  color: #222;
  border-color: #fff;
  background-color: #fff;
}

.section .swiper-pagination-line {
  line-height: 0.1rem;
}

.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 0 !important;
  border: 0;
  width: 1rem !important;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #019e43;
  opacity: 1;
}

/* banner */
.section-banner {
  position: relative;
}

.section-banner .swiper-slide {
  overflow: hidden;
}

.section-banner .swiper-slide img {
  transform: scale(1);
}

.section-banner .swiper-slide-active img {
  transform: scale(1);
}

.section-banner .swiper-slide-active .banner-slogan > * {
  top: 0;
  opacity: 1;
}

.section-banner .video-box {
  height: 100%;
  position: relative;
  font-size: 0;
}

.section-banner .banner-slogan {
  position: absolute;
  top: 29%;
  right: 8.5%;
  text-align: left;
  color: #fff;
}

.section-banner .banner-slogan > * {
  position: relative;
  top: -1rem;
  opacity: 0;
}

.section-banner .banner-slogan h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 2rem;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.section-banner .banner-slogan p {
  font-size: 0.9rem;
  line-height: 1.8;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
}

.section-banner .banner-slogan .knowmore {
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  margin-top: 1.3rem;
}

.section-banner .banner-slogan .knowmore:hover {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.section-banner .banner-slogan.slogan-text-center {
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.section-banner .banner-slogan.slogan-text-black {
  color: #000022;
}

.section-banner .banner-slogan.slogan-text-black .knowmore:hover {
  color: #fff;
  background-color: #000022;
  border-color: #000022;
}

.section-banner .banner-slogan.slogan-text-white {
  color: #fff;
}

.section-banner .video-box ~ .banner-slogan {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.section-banner .video-box ~ .banner-slogan p {
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 0.8em;
}

.section-banner .swiper-banner-prev,
.section-banner .swiper-banner-next {
  font-size: 3.25rem !important;
  background: none;
}

.section-banner .swiper-banner-pagination {
  bottom: 1.5rem !important;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 1rem !important;
  background: #ffffff;
  opacity: 0.5;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem !important;
  background: #009d42;
  opacity: 0.7;
}

.section-hot {
  background-color: #f6f6f6;
}

.section-hot .products-warp {
  float: left;
  width: 36%;
}

.section-hot .products-warp .product-img {
  height: 26.5rem;
  display: flex;
  align-items: center;
}

.section-hot .products-warp .product-desc h3 {
  font-size: 1.2rem;
  color: #222;
  margin: 2em 0 0;
}

.section-hot .products-warp .product-desc h5 {
  font-size: 0.8rem;
  color: #666;
  margin: 1.2em 0;
}

.section-hot .products-warp .product-desc .more {
  font-size: 0.8rem;
  line-height: 1.5;
}

.section-hot .products-warp .product-desc .more .iconright {
  font-size: 0.9em;
  color: #009d42;
  margin-left: 0.2em;
  line-height: 1.2rem;
  font-weight: bold;
  vertical-align: top;
}

.section-hot .series-wrap {
  float: right;
  width: 60%;
  text-align: right;
}

.section-hot .series-wrap .series-waterfall {
  width: 27%;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
}

.section-hot .series-wrap .series-waterfall .series-item {
  background-color: #fff;
  padding: 0 1rem 2.25rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  text-align: left;
}

.section-hot .series-wrap .series-waterfall .series-item .series-name {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  padding: 1.8em 0.5em;
  font-weight: bold;
}

.section-hot .series-wrap .series-waterfall .series-item img {
  transition: all 0.5s;
}

.section-hot .series-wrap .series-waterfall .series-item:hover img {
  transform: scale(1.1);
}

.section-hot .series-wrap .series-waterfall .series-item.active {
  background-color: #f0f1f2;
}

.section-hot .swiper-hotproduct-pagination {
  bottom: auto !important;
  top: 81%;
  text-align: left;
}

.section-intellect {
  background-color: #f6f6f6;
  padding-top: 5rem;
}

.section-intellect .section-intellect-wrap {
  display: flex;
  align-items: center;
}

.section-intellect .case-wrap {
  float: left;
  width: 50%;
  text-align: center;
}

.section-intellect .case-wrap .case-title {
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.section-intellect .case-wrap .case-swiper {
  position: relative;
  margin-top: 2.5rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-pagination {
  position: relative;
  margin-top: 0.2rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev,
.section-intellect .case-wrap .case-swiper .swiper-case-next {
  position: absolute;
  outline: 0;
  font-size: 1.3rem;
  top: 7.2rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev.swiper-button-disabled,
.section-intellect .case-wrap .case-swiper .swiper-case-next.swiper-button-disabled {
  opacity: 0.2;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev {
  left: 10%;
}

.section-intellect .case-wrap .case-swiper .swiper-case-next {
  right: 10%;
}

.section-intellect .case-wrap .swiper-container {
  width: 58%;
  margin: 0 auto;
}

.section-intellect .case-wrap .swiper-container .case-img {
  display: block;
  overflow: hidden;
  margin: 0 0.6rem;
}

.section-intellect .case-wrap .swiper-container .case-img img {
  transition: all 0.5s;
}

.section-intellect .case-wrap .swiper-container .case-img:hover img {
  transform: scale(1.1);
}

.section-intellect .case-wrap .swiper-container .case-desc {
  color: #222222;
  font-size: 0.8rem;
  margin: 1em 0;
}

.section-intellect .case-wrap .knowmore {
  margin-top: 2.4rem;
}

.section-intellect .solution-wrap {
  float: right;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.section-intellect .solution-wrap .solution-img img {
  transition: all 0.5s;
}

.section-intellect .solution-wrap .solution-desc {
  position: absolute;
  top: 12.6%;
  left: 0;
  right: 0;
  text-align: center;
  color: #222;
}

.section-intellect .solution-wrap .solution-desc p {
  letter-spacing: 0.4em;
}

.section-intellect .solution-wrap .solution-desc .solution-title {
  font-size: 1.9rem;
  margin: 0.5em 0;
}

.section-intellect .solution-wrap .solution-desc span {
  font-size: 0.9rem;
}

.section-intellect .solution-wrap .solution-desc span .iconmore {
  font-size: 0.9rem;
  margin-left: 0.3em;
  line-height: 1;
  font-weight: normal;
}

.section-intellect .solution-wrap:hover .solution-img img {
  transform: scale(1.1);
}

.section-commercial .commercial-tags {
  display: flex;
  justify-content: space-between;
}

.section-commercial .commercial-tags li {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #222;
  font-family: "FZLTXHJW";
  font-weight: bold;
  border-bottom: 0.1rem solid transparent;
}

.section-commercial .commercial-tags li:hover {
  color: #009d42;
}

.section-commercial .commercial-tags li.active {
  border-color: #009d42;
  color: #009d42;
}

.section-commercial .commercial-container2 {
  margin-top: 2rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.section-commercial .commercial-container2.loading > * {
  opacity: 0 !important;
}

.section-commercial .commercial-container2 .case-img {
  float: left;
  width: 50%;
  position: relative;
}

.section-commercial .commercial-container2 .case-img img {
  height: 28.5rem;
  object-fit: cover;
}

.section-commercial .commercial-container2 .case-info {
  float: left;
  width: 50%;
  padding-left: 3rem;
  color: #222;
  height: 28.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.section-commercial .commercial-container2 .case-info h3.case-title {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2;
  border-bottom: 0.1rem solid;
  margin: 0;
}

.section-commercial .commercial-container2 .case-info p.case-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-commercial .commercial-container2 .case-info .case-products {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item {
  width: 32%;
  padding-bottom: 2%;
  background-color: #f6f6f6;
  text-align: center;
  overflow: hidden;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item img {
  width: 82.6%;
  transition: all 0.5s;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item p {
  font-size: 0.9rem;
  color: #222;
  font-weight: bold;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item:hover img {
  transform: scale(1.1);
}

.section-commercial .commercial-container {
  margin-top: 2rem;
  position: relative;
}

.section-commercial .commercial-container.loading > * {
  opacity: 0 !important;
}

.section-commercial .commercial-container .swiper-slide {
  position: relative;
}

.section-commercial .commercial-container .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.section-commercial .commercial-container .case-img {
  overflow: hidden;
}

.section-commercial .commercial-container .case-img img {
  transition: all 0.5s;
}

.section-commercial .commercial-container .case-img:hover img {
  transform: scale(1.1);
}

.section-commercial .commercial-container .case-info {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.5rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.section-commercial .commercial-container .case-info h3.case-title {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  border-bottom: 0.1rem solid;
  margin: 0;
}

.section-commercial .commercial-container .case-info p.case-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.section-commercial .commercial-container .case-info .case-btns {
  margin-top: 1rem;
}

.section-commercial .commercial-container .case-info .case-btns > a {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin: 0 2em;
}

.section-commercial .commercial-container .case-info .case-btns > a .iconmore {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-left: 0.5em;
  vertical-align: top;
}

.section-commercial .commercial-container .case-info .case-btns > a:hover {
  color: #336fd1;
}

html.gray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  filter: gray;
}

@media (min-width: 768px) {
  .section-banner {
    position: relative;
    padding-top: 47.95%;
  }
  .section-banner > .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .section-banner > .swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-banner .banner-slogan.slogan-text-vcenter {
    top: 45%;
  }
}
