@font-face {
  font-family: dinCond-Bold;
  src: url('/assets/static/font/DINCond-Bold.otf');
}
@font-face {
  font-family: SourceHanSansCN_Regular;
  src: url('/assets/static/font/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: SourceHanSansCN_Light;
  src: url('/assets/static/font/SourceHanSansCN-Light.otf');
}
.banner {
  width: 100%;
}
.banner .swiper-container1 {
  width: 100%;
  height: 10.1rem;
}
.banner .swiper-container1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide video {
  width: 100%;
  background-color: #000;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide .banner-mask h2 {
  font-size: 0.68rem;
  font-weight: 500;
  color: #ffffff;
}
.banner .swiper-container1 .swiper-wrapper .swiper-slide .banner-mask h3 {
  margin-top: 0.27rem;
  font-size: 0.46rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.banner .swiper-container1 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: unset;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner .swiper-container1 .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.product-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: #F6F6F6;
}
.product-lists a {
  display: block;
  width: 24%;
  height: 2.6rem;
  flex: 1;
  margin-right: 0.13rem;
}
.product-lists a .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.product-lists a .product-list .product-list-left {
  display: flex;
  flex-direction: column;
  padding-left: 0.4rem;
  justify-content: center;
  width: 50%;
  flex: 1;
}
.product-lists a .product-list .product-list-left h5 {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
.product-lists a .product-list .product-list-left p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: dinCond-Bold;
  font-weight: bold;
  color: #999999;
}
.product-lists a .product-list .product-list-left .line {
  width: 0.4rem;
  height: 0.04rem;
  margin-top: 0.44rem;
  background-color: #d20000;
}
.product-lists a .product-list .product-list-right {
  width: 50%;
}
.product-lists a .product-list .product-list-right img {
  display: block;
  width: 100%;
}
.product-lists a:hover .product-list {
  background-color: #d20000;
}
.product-lists a:hover .product-list .product-list-left h5 {
  color: #FFFFFF;
}
.product-lists a:hover .product-list .product-list-left p {
  color: rgba(255, 255, 255, 0.3);
}
.product-lists a:hover .product-list .product-list-left .line {
  background-color: rgba(255, 255, 255, 0.3);
}
.middle-product {
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: #fff;
}
.middle-product .swiper-container2 {
  width: 100%;
}
.middle-product .swiper-container2 .swiper-wrapper {
  width: 100%;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .img {
  display: block;
  width: 57%;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
  height: 0;
  border-bottom: 6.45rem solid #fff;
  border-left: 0.5rem solid transparent;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor div {
  position: absolute;
  bottom: -4.5rem;
  z-index: 3;
  padding-left: 1.17rem;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor div h5 {
  font-size: 0.52rem;
  font-weight: bold;
  color: #333333;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor div p {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  font-weight: 400;
  color: #666666;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.61rem;
  height: 0.61rem;
  margin-top: 0.95rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  border: 1px solid #e5e5e5;
  transition: all 0.2s;
}
.middle-product .swiper-container2 .swiper-wrapper .swiper-slide .product-infor div a:hover {
  background-color: #d20000;
  color: #fff;
}
.middle-product .swiper-container2 .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("/assets/static/pc/images/home/r.png");
  background-position: unset;
  background-size: 100% auto;
  right: 0;
}
.middle-product .swiper-container2 .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("/assets/static/pc/images/home/l.png");
  background-position: unset;
  background-size: 100% auto;
  left: 0;
}
.product-use {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 7.26rem;
  padding: 0.8rem 1rem;
  background-image: url('/assets/static/pc/images/home/bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.product-use a {
  display: block;
  width: 31%;
  margin-right: 0.54rem;
  flex: 1;
}
.product-use a .product-use-list {
  width: 100%;
}
.product-use a .product-use-list .img-box {
  position: relative;
  width: 100%;
}
.product-use a .product-use-list .img-box span {
  position: absolute;
  top: 0.3rem;
  left: 0.15rem;
  z-index: 2;
  display: none;
  width: 0.8rem;
  height: 0.5rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
  background: #d20000;
}
.product-use a .product-use-list .product-use-infor {
  padding: 0.38rem 0.26rem 0.7rem 0.3rem;
}
.product-use a .product-use-list .product-use-infor h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  font-family: SourceHanSansCN_Regular;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 0.43rem;
}
.product-use a .product-use-list .product-use-infor p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.18rem;
  font-family: SourceHanSansCN_Light;
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
.product-use a:nth-child(3) {
  margin-right: 0;
}
.product-use a:hover .img-box {
  padding: 0.15rem;
  background-color: #d20000;
}
.product-use a:hover .img-box span {
  display: block;
}
.product-use a:hover .product-use-infor {
  padding-top: 0.23rem;
  background-color: #d20000;
}
.product-use a:hover .product-use-infor h6 {
  color: #FFFFFF;
}
.product-use a:hover .product-use-infor p {
  color: #FF858D;
}
.service {
  width: 100%;
}
.service ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.95rem 1rem 1rem;
}
.service ul li {
  position: relative;
  width: 25%;
  height: 2.8rem;
  padding-top: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #E5E5E5;
}
.service ul li .icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.23rem;
}
.service ul li p {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
}
.service ul li span {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 2;
  cursor: pointer;
}
.service ul li .qr-box {
  position: absolute;
  top: 0.2rem;
  right: 0.86rem;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.68rem;
  height: 2.48rem;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 3px 0.32rem 0px rgba(173, 12, 12, 0.09);
}
.service ul li .qr-box img {
  width: 1.7rem;
}
.service ul li a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}
.service ul li h6 {
  font-size: 0.36rem;
  font-family: dinCond-Bold;
  font-weight: 400;
  color: #999999;
}
.service ul li .search-box {
  width: 2.4rem;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
}
.service ul li .search-box span {
  display: inline-block;
  width: 0.63rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
}
.service ul li .search-box input {
  width: 75%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  color: #333;
}
.service ul li:nth-child(4) {
  border-right: none;
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .banner {
    width: 100%;
  }
  .banner .swiper-container1 {
    width: 100%;
    height: 9.37rem;
  }
}
