.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/products-banner.jpg) fixed;
}
.banner .infobox {
  display: flex;
  align-items: center;
  width: 80%;
  height: 100vh;
  margin: 0 auto;
}
.banner .infobox .left {
  width: 50%;
}
.banner .infobox .info {
  width: 50%;
}
.banner .infobox .info p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}
.banner .infobox .info .box {
  height: 440px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 70px;
}
.banner .infobox .info .box h4 {
  font-size: 42px;
  font-weight: 400;
  background-image: linear-gradient(to right, #1554a0, #07bba4);
  -webkit-background-clip: text;
  color: transparent;
  width: 280px;
  padding-bottom: 40px;
}
.banner .infobox .info .box span {
  margin-top: 40px;
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  line-height: 36px;
}
.banner .infobox .info .box .more {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  width: 200px;
  position: absolute;
  padding-bottom: 24px;
}
.banner .infobox .info .box .more .icon-jiantou {
  color: #1553a0;
  transform: rotate(180deg);
  font-size: 30px;
  transition: all 0.6s;
}
.banner .infobox .info .box .more a {
  font-size: 18px;
  color: #1553a0;
}
.banner .infobox .info .box .more:before {
  content: '';
  height: 2px;
  border-bottom: 2px solid #1553a0;
  position: absolute;
  bottom: -2px;
  width: 0;
  transition: all 0.6s;
}
.banner .infobox .info .box .more:hover::before {
  width: 100%;
}
.banner .infobox .info .box .more:hover .icon-jiantou {
  transform: rotate(145deg) !important;
}
.banner .mouse-prompt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
  animation: mouse 2s linear infinite;
}
.banner .mouse-prompt .icon-shubiao {
  color: #fff;
  opacity: 0.6;
  font-size: 24px;
}
.banner .mouse-prompt p {
  text-align: center;
  font-weight: 100;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
@keyframes mouse {
  0% {
    bottom: 30px;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  25% {
    bottom: 25px;
    opacity: 0.8;
  }
  50% {
    bottom: 20px;
    opacity: 0.4;
  }
  75% {
    bottom: 15px;
    opacity: 0.1;
  }
  100% {
    bottom: 10px;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
.features {
  width: 100%;
  height: 1060px;
  background: url(../images/products-bg01.jpg) center center no-repeat;
  background-size: cover;
}
.features .content {
  width: 80%;
  margin: 0 auto;
}
.features .content .tittle {
  text-align: center;
  padding: 30px 0 50px;
}
.features .content .tittle h5 {
  font-size: 42px;
  color: #333333;
  padding-top: 30px;
  font-weight: 400;
}
.features .content .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .content .box .boxes {
  width: 30%;
  height: 356px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  padding: 50px;
  transition: all 1s;
  position: relative;
}
.features .content .box .boxes .titles {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
}
.features .content .box .boxes .titles p {
  font-size: 32px;
  color: #1553a0;
}
.features .content .box .boxes .titles img {
  transition: all 0.6s;
}
.features .content .box .boxes span {
  color: #555555;
  font-size: 18px;
  line-height: 32px;
}
.features .content .box .boxes:hover {
  box-shadow: 0px 0px 30px rgba(12, 24, 71, 0.1);
}
.features .content .box .boxes:hover img {
  transform: scale(1.2);
}
.uniqueness {
  width: 100%;
  height: 670px;
  background: url(../images/products-bg02.jpg) center center no-repeat;
  background-size: cover;
}
.uniqueness .content {
  width: 80%;
  margin: 0 auto;
}
.uniqueness .content .text {
  text-align: left;
  padding-top: 190px;
}
.uniqueness .content .text h5 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 50px;
}
.uniqueness .content .text p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
}
.uniqueness .content .text p .icon-shuidi {
  font-size: 18px;
  color: #fff;
}
.comparison {
  width: 100%;
  height: 750px;
  background: url(../images/products-bg03.jpg) center center no-repeat;
  background-size: cover;
}
.comparison .content {
  margin: 0 auto;
  width: 80%;
}
.comparison .content .tittle h5 {
  font-size: 42px;
  font-weight: 400;
  color: #333;
  padding: 80px 0 60px;
  text-align: center;
}
.comparison .content .box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 500px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 10px 10px 50px;
}
.comparison .content .box .left {
  width: 40%;
}
.comparison .content .box .left p {
  font-size: 30px;
  padding-bottom: 30px;
}
.comparison .content .box .left span {
  font-size: 18px;
  color: #555;
  line-height: 32px;
}
.comparison .content .box .right {
  width: 50%;
  text-align: right;
}
.productionline {
  width: 100%;
  height: 580px;
  background: url(../images/products-bg04.jpg) center center no-repeat;
  background-size: cover;
}
.productionline .content {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.productionline .content h5 {
  font-size: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 20px 0 35px;
}
.productionline .content .pc .swiper-pagination {
  padding-top: 60px;
  bottom: unset;
}
.productionline .content .pc .swiper-container {
  width: 100%;
  height: 100%;
}
.productionline .content .pc .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #211d1d;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.productionline .content .pc .swiper-slide-active,
.productionline .content .pc .swiper-slide-duplicate-active {
  transform: scale(1);
}
.productionline .content .phone {
  display: none;
}
.productionline .content .phone .swiper {
  width: 100%;
  height: 100%;
}
.productionline .content .phone .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.productionline .content .phone .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .banner {
    background-position-x: 50%;
  }
  .banner .info .box {
    padding: 30px 50px !important;
  }
  .banner .info .box .more {
    margin-top: 20px !important;
  }
  .features .content .box .boxes {
    padding: 30px;
  }
  .features .content .box .boxes span {
    font-size: 16px;
  }
  .comparison .content .box .right img {
    width: 100%;
  }
  .productionline {
    height: auto;
  }
  .productionline .content {
    padding-bottom: 40px;
  }
  .productionline .content .pc {
    display: none;
  }
  .productionline .content .phone {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 24px !important;
  }
  .banner {
    position: relative;
    background-position-x: 30%;
    background-position-y: 0;
  }
  .banner .infobox {
    width: 90%;
  }
  .banner .infobox .left {
    display: none;
  }
  .banner .infobox .info {
    position: absolute;
    bottom: -400px;
    width: 90%;
  }
  .banner .infobox .info p {
    font-size: 18px;
  }
  .banner .infobox .info .box {
    padding: 24px;
  }
  .banner .infobox .info .box h4 {
    font-size: 30px !important;
    padding-bottom: 30px;
  }
  .banner .infobox .info .box span {
    font-size: 16px;
  }
  .banner .infobox .info .box .more .icon-jiantou {
    font-size: 16px;
  }
  .banner .infobox .info .box .more a {
    font-size: 16px;
  }
  .banner .mouse-prompt {
    display: none;
  }
  .features {
    height: auto;
  }
  .features .content {
    width: 90%;
    padding-top: 400px;
  }
  .features .content .box {
    flex-direction: column;
  }
  .features .content .box .boxes {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .features .content .box .boxes span {
    font-size: 16px;
  }
  .uniqueness {
    background-position-x: 30%;
  }
  .uniqueness .content {
    width: 90%;
  }
  .uniqueness .content .text {
    padding-top: 100px;
  }
  .uniqueness .content .text p {
    font-size: 16px;
  }
  .comparison {
    overflow: hidden;
    height: auto;
  }
  .comparison .content {
    width: 90%;
  }
  .comparison .content .tittle h5 {
    padding: 60px 0 24px;
  }
  .comparison .content .box {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
  }
  .comparison .content .box .left {
    width: 100%;
  }
  .comparison .content .box .left p {
    font-size: 20px;
  }
  .comparison .content .box .left span {
    font-size: 16px;
  }
  .comparison .content .box .right {
    width: 100%;
  }
  .comparison .content .box .right img {
    width: 100%;
  }
  .productionline {
    height: auto;
  }
  .productionline .content .pc {
    display: none;
  }
  .productionline .content .phone {
    display: block;
    margin-bottom: 40px;
  }
}
