.home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* .turn-btns li:hover {
      background-color: rgba(0, 0, 0, 0.6);
  } */
}
.home-banner:hover .turn-btns {
  display: block;
}
.home-banner .swiper-slide {
  width: 100%;
}
.home-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.05rem;
  border-radius: 0.2rem;
}
.home-banner .turn-btns .pre-btn,
.home-banner .turn-btns .next-btn {
  position: absolute;
  top: calc(50% - 0.5rem);
  z-index: 1;
  cursor: pointer;
}
.home-banner .turn-btns .pre-btn img,
.home-banner .turn-btns .next-btn img {
  width: 1rem;
  height: 1rem;
}
.home-banner .turn-btns .pre-btn {
  left: 2.0625rem;
}
.home-banner .turn-btns .next-btn {
  right: 2.0625rem;
}

.home-title p:nth-child(1) {
  font-size: 0.5rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.home-title p:nth-child(2) {
  font-size: 0.275rem;
  font-family: Segoe Print-Regular, Segoe Print;
  font-weight: 400;
  color: #666666;
}

.right-more {
  font-size: 0.3rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #5D9FF6;
  cursor: pointer;
}
.right-more img {
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  margin-left: 0.0875rem;
  vertical-align: middle;
}

.product-range {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 10rem;
  padding: 0.875rem 1.75rem 0px 1.75rem;
  background: url("/themes/simplebootx/Index/Public/img/home/bg-product.png") no-repeat center/100% 100%;
}
.product-range .range-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-range .swiper-container {
  width: 85%;
  height: 6.25rem;
  position: absolute;
  overflow: hidden;
  padding: 0rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-range .swiper-container .swiper-wrapper {
  width: 95%;
  height: 100%;
}
.product-range .swiper-container .swiper-slide {
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  display: flex;
  flex-direction: column;
  transition: 300ms;
  transform: scale(0.8);
  cursor: pointer;
}
.product-range .swiper-container .swiper-slide .swiper-img {
  width: 4.925rem;
  height: 4.05rem;
  display: inline-block;
  margin-bottom: 0.275rem;
  transform: scale(1);
  transition: all 0.4s ease-in 0s;
}
.product-range .swiper-container .swiper-slide .swiper-img:hover {
  transform: scale(1.1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.product-range .swiper-container .swiper-slide p:nth-of-type(2) {
  width: 4.925rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-range .swiper-container .swiper-slide .swiper-title {
  margin-bottom: 0.0625rem;
  font-size: 0.35rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.product-range .swiper-container .swiper-slide-active,
.product-range .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1.1);
}
.product-range .swiper-container .swiper-slide-active .swiper-title,
.product-range .swiper-container .swiper-slide-duplicate-active .swiper-title {
  color: #5D9FF6;
  font-size: 0.4rem;
}
.product-range .swiper-container .turn-btns .pre-btn,
.product-range .swiper-container .turn-btns .next-btn {
  position: absolute;
  top: calc(50% - 0.3125rem);
  z-index: 1;
  cursor: pointer;
}
.product-range .swiper-container .turn-btns .pre-btn img,
.product-range .swiper-container .turn-btns .next-btn img {
  width: 0.625rem;
}
.product-range .swiper-container .turn-btns .pre-btn {
  left: 0rem;
}
.product-range .swiper-container .turn-btns .next-btn {
  right: 0rem;
}

.about-yihang {
  display: flex;
  width: 100%;
}
.about-yihang .about-content {
  width: 10.375rem;
  padding: 0.8rem 1.25rem 0.8rem 0rem;
  background: url("/themes/simplebootx/Index/Public/img/home/bg-about.png") no-repeat center/100% 100%;
}
.about-yihang .about-content .text {
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-indent: 2em;
  line-height: 0.375rem;
  margin: 0.6375rem 0rem 0.25rem 0rem;
}
.about-yihang .about-content .about-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
}
.about-yihang .about-content .about-list .about-item p:nth-of-type(1) {
  font-size: 0.3rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 0.125rem 0rem;
}
.about-yihang .about-content .about-list .about-item p:nth-of-type(2) {
  font-size: 0.175rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.about-yihang .about-content .about-list .about-item .item-img {
  width: 0.9rem;
  transition: 0.5s;
}
.about-yihang .about-content .about-list .about-item .item-img img {
  width: 100%;
  display: inline-block;
}
.about-yihang .about-content .about-list .about-item .item-img:hover {
  transform: rotateY(180deg);
}
.about-yihang .about-video {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.about-yihang .about-video .bg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  display: inline-block;
  transition: all 0.4s ease-in 0s;
}
.about-yihang .about-video:hover .bg {
  transform: scale(1.1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.about-yihang .about-video .nav-video {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #5D9FF6;
  z-index: 1;
  cursor: pointer;
}
.about-yihang .about-video .nav-video img {
  width: 1rem;
  display: inline-block;
}

.special-product {
  position: relative;
  width: 100%;
  background: url("/themes/simplebootx/Index/Public/img/home/bg-special.png") no-repeat center/100% 100%;
}
.special-product .text-title {
  font-size: 0.5rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5D9FF6;
  margin: 0.2125rem 0rem;
}
.special-product .special-text {
  margin-left: 1.8rem;
  margin-right: 1rem;
  font-size: 0.3rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 3.0375rem;
}
.special-product .special-text.first {
  margin-top: 0.575rem;
}
.special-product .special-text .quotation {
  width: 0.9971rem;
  height: 0.875rem;
  display: inline-block;
  margin-right: 0.7rem;
}
.special-product .picture-connect {
  position: absolute;
  top: 0.7125rem;
  right: 3.475rem;
}
.special-product .picture-connect .connect-bg {
  width: 6.7rem;
  height: 4.65rem;
  transform: scale(1);
  transition: all 0.4s ease-in 0s;
  display: inline-block;
}
.special-product .picture-connect .connect-bg:hover {
  transform: scale(1.1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.special-product .picture-connect .connect-bg2 {
  position: absolute;
  top: 3.0125rem;
  left: -1.725rem;
  width: 3.25rem;
  height: 3.8375rem;
  display: inline-block;
  transform: scale(1);
  transition: all 0.4s ease-in 0s;
}
.special-product .picture-connect .connect-bg2:hover {
  transform: scale(1.1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.special-product .picture-connect .connect {
  font-size: 0.5rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5D9FF6;
  margin-top: 0.5rem;
}
.special-product .picture-connect .connect .phone {
  font-size: 0.45rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #323231;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}
.special-product .picture-connect .connect .phone img {
  width: 0.5rem;
  margin-right: 0.0625rem;
  display: inline-block;
}

.news {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding: 0.9125rem 1.75rem;
  background: url("/themes/simplebootx/Index/Public/img/home/bg-news.png") no-repeat center/100% 100%;
}
.news .news-content {
  display: flex;
  align-items: baseline;
}
.news .news-left {
  width: 4.975rem;
  position: relative;
}
.news .news-left .left-bg {
  position: absolute;
  top: 0.125rem;
  left: 0rem;
  z-index: 1;
}
.news .news-left .left-bg img {
  width: 0.2rem;
  display: inline-block;
}
.news .news-left .news-left-title {
  height: 5.575rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.375rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #323231;
  margin-bottom: 0.7rem;
  background-size: contain;
  z-index: 2;
  position: relative;
}
.news .news-left .news-left-title .item-btn {
  cursor: pointer;
}
.news .news-left .news-left-title p:nth-of-type(2) {
  margin-top: 0.575rem;
}
.news .news-left .news-left-title .active {
  color: #5D9FF6;
}
.news .lg-swiper {
  width: 85%;
}
.news .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.25rem 0.125rem;
}
.news .swiper-slide {
  width: 4.975rem;
  padding: 0.4375rem 0.3625rem;
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.news .swiper-slide:last-of-type {
  margin-right: 0rem;
}
.news .swiper-slide p {
  line-height: 0.325rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .swiper-slide p:nth-of-type(1) {
  font-size: 0.275rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 0.425rem;
  height: 0.875rem;
  color: #000000;
  margin: 0.25rem 0rem;
  -webkit-line-clamp: 2;
}
.news .swiper-slide .swiper-img {
  height: 3.5rem;
  display: inline-block;
  transform: scale(1);
  transition: all 0.4s ease-in 0s;
}
.news .swiper-slide .swiper-img img {
  height: 3.5rem;
}
.news .swiper-slide .swiper-img:hover {
  transform: scale(1.1);
  -webkit-animation: all 0.4s ease-in;
          animation: all 0.4s ease-in;
}
.news .swiper-slide .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.7rem;
}
.news .swiper-slide .item-bottom .jiantou2 {
  display: none;
}
.news .swiper-slide .item-bottom img {
  width: 0.375rem;
  display: inline-block;
}
.news .swiper-slide:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all 0.4s;
}
.news .swiper-slide:hover .jiantou2 {
  display: block;
}
.news .swiper-slide:hover .jiantou {
  display: none;
}
.news .swiper-container:nth-of-type(2) {
  display: none;
}

.sales-network {
  width: 100%;
  padding: 0.8375rem 1.75rem;
  background: url("/themes/simplebootx/Index/Public/img/home/bg-sales.png") no-repeat center/100% 100%;
}
.sales-network .sales-content {
  display: flex;
  align-items: center;
}
.sales-network .sales-content .sales-list {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.725rem;
}
.sales-network .sales-content .sales-item {
  width: 50%;
  margin-top: 0.65rem;
}
.sales-network .sales-content .sales-item p:nth-of-type(1) {
  font-size: 0.75rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5D9FF6;
}
.sales-network .sales-content .sales-item p:nth-of-type(2) {
  font-size: 0.25rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin: 0.275rem;
}
.sales-network .sales-content .map {
  flex: 1;
}
.sales-network .sales-content .map img {
  width: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .home-title {
    text-align: center;
  }
  .home-title p:nth-child(1) {
    font-size: 1.275rem;
  }
  .home-title p:nth-child(2) {
    font-size: 0.7625rem;
  }
  .right-more {
    font-size: 0.7625rem;
    text-align: center;
  }
  .right-more img {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.325rem;
  }
  .home-banner {
    height: 9.6rem;
  }
  .home-banner .turn-btns {
    display: none;
  }
  .product-range {
    width: 100%;
    height: 24.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .product-range .range-top {
    justify-content: center;
  }
  .product-range .swiper-container2 {
    width: 70%;
    overflow: hidden;
    margin-top: 0.9625rem;
  }
  .product-range .swiper-container2 .swiper-slide {
    font-size: 0.7625rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    flex-direction: column;
    transition: 300ms;
  }
  .product-range .swiper-container2 .swiper-slide .swiper-img {
    width: 4.925rem;
    display: inline-block;
    margin-bottom: 0.275rem;
  }
  .product-range .swiper-container2 .swiper-slide p:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5375rem;
  }
  .product-range .swiper-container2 .swiper-slide .swiper-title {
    margin-bottom: 0.1875rem;
    margin-top: 1.15rem;
    font-size: 0.9rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5D9FF6;
  }
  .product-range .swiper-container2 .turn-btns .pre-btn,
.product-range .swiper-container2 .turn-btns .next-btn {
    position: absolute;
    top: 40%;
    z-index: 1;
    cursor: pointer;
  }
  .product-range .swiper-container2 .turn-btns .pre-btn img,
.product-range .swiper-container2 .turn-btns .next-btn img {
    width: 1.925rem;
  }
  .product-range .swiper-container2 .pre-btn {
    left: 1.025rem;
  }
  .product-range .swiper-container2 .next-btn {
    right: 1.025rem;
  }
  .product-range .right-more {
    margin-top: 0.7625rem;
  }
  .about-yihang {
    flex-direction: column;
    justify-content: center;
  }
  .about-yihang .about-content {
    width: 100%;
    padding: 0.9625rem;
  }
  .about-yihang .about-content .right-more {
    margin-left: 43%;
  }
  .about-yihang .about-content .text {
    font-size: 0.7625rem;
    line-height: 28px;
    margin: 1.275rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .about-yihang .about-content .about-list {
    text-align: center;
    margin-bottom: 0.7625rem;
  }
  .about-yihang .about-content .about-list .about-item p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .about-yihang .about-content .about-list .about-item p:nth-of-type(2) {
    font-size: 0.6375rem;
  }
  .about-yihang .about-content .about-list .about-item .item-img {
    width: 1.925rem;
    margin: 0 auto;
  }
  .about-yihang .about-video .nav-video {
    bottom: calc(50% - 1.6rem);
    left: calc(50% - 1.6rem);
    width: 3.2rem;
    height: 3.2rem;
  }
  .about-yihang .about-video .nav-video img {
    width: 1.8125rem;
  }
  .special-product {
    padding: 0.9625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .special-product .special-text {
    margin-left: 0rem !important;
    margin-right: 0rem;
    font-size: 0.7625rem;
    text-align: center;
    margin-top: 0.6375rem;
  }
  .special-product .special-text .phone {
    display: inline-block;
  }
  .special-product .special-text .phone img {
    width: 1.925rem;
    margin-right: 0.0625rem;
    vertical-align: middle;
    display: inline-block;
  }
  .special-product .special-text .phone:first-of-type {
    margin-right: 2.5625rem;
  }
  .special-product .special-text .connect-bg {
    margin: 0.6375rem 0rem;
    display: flex;
    justify-content: space-between;
  }
  .special-product .special-text .connect-bg img {
    width: 10.4375rem;
    height: 7.3rem;
    display: inline-block;
  }
  .special-product .special-text.first {
    margin-top: 1.35rem;
  }
  .special-product .text-title {
    font-size: 0.9rem;
    margin: 0.7rem 0rem;
  }
  .news {
    overflow: hidden;
  }
  .news .news-content {
    flex-direction: column;
    align-items: center;
  }
  .news .news-left {
    width: 100%;
  }
  .news .news-left .left-bg {
    position: absolute;
    top: -10.3rem;
    left: 47%;
    transform: rotate(90deg);
  }
  .news .news-left .left-bg img {
    width: 0.875rem;
    display: inline-block;
  }
  .news .news-left .news-left-title {
    height: 2.5rem;
    flex-direction: row;
    font-size: 0.7625rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
  .news .news-left .item-btn {
    cursor: pointer;
  }
  .news .news-left .active {
    color: #5D9FF6;
  }
  .news .news-left p:nth-of-type(2) {
    margin-left: 1.275rem;
    margin-top: 0rem !important;
  }
  .news .swiper-container2 {
    width: 24rem;
    padding: 0.5rem 0rem;
  }
  .news .swiper-container2 .swiper-slide {
    width: 20.5875rem;
    padding: 1.5375rem;
    font-size: 0.7625rem;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0.5125rem;
    background-color: #fff;
  }
  .news .swiper-container2 .swiper-slide p {
    line-height: 1.025rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news .swiper-container2 .swiper-slide p:nth-of-type(1) {
    font-size: 0.9rem;
    margin: 0.6375rem 0rem;
    line-height: 1.375rem;
    height: 2.5rem;
  }
  .news .swiper-container2 .swiper-slide img:nth-child(1) {
    height: 14.5875rem;
  }
  .news .swiper-container2 .swiper-slide .jiantou2 {
    display: block;
  }
  .news .swiper-container2 .swiper-slide .item-bottom img {
    width: 1.275rem;
  }
  .news .swiper-container2:nth-of-type(2) {
    display: none;
  }
  .sales-network .sales-content {
    flex-direction: column;
  }
  .sales-network .sales-content .sales-list {
    width: 100%;
  }
  .sales-network .sales-content .sales-item p:nth-of-type(1) {
    font-size: 1.5375rem;
  }
  .sales-network .sales-content .sales-item p:nth-of-type(2) {
    font-size: 0.7625rem;
  }
  .sales-network .sales-content .right-more {
    margin: 0.7625rem;
  }
}
@media (min-width: 769px) {
  .about-yihang .about-content {
    padding-left: 1.75rem;
  }
  .special-product {
    padding: 1.0625rem 1.0625rem 1.0625rem 1.75rem;
  }
}
