main .banner {
  padding: 2.4% 9%;
}
main .banner .swiper-container {
  width: 100%;
  overflow: hidden;
}
main .banner .swiper-slide {
  text-align: center;
}
main .banner .swiper-pagination-bullets {
  bottom: 1.875rem !important;
}
main .banner .swiper-pagination-bullet {
  width: 3.125rem;
  /* 每个小点的宽度 */
  height: 0.1875rem;
  /* 每个小点的高度 */
  background: #000;
  /* 小点的背景颜色 */
  border-radius: 2.4375rem;
}
main .banner .swiper-pagination-bullet-active {
  background: #ffffff;
  /* 小点的背景颜色 */
}
main .product {
  display: flex;
  padding: 2.4% 11.25%;
  flex-wrap: wrap;
}
main .product .sp1 {
  width: 100%;
}
main .product span {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 2rem;
  font-weight: 600;
}
main .product span .bun1 {
  display: none;
}
main .product .left {
  width: 18%;
}
main .product .left .top {
  display: none;
}
main .product .left .swiper-slide {
  height: 11%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 1rem;
  position: relative;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  overflow: hidden;
}
main .product .left .swiper-slide span {
  display: inline-block;
  margin: 2.125rem 0;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 8%;
}
main .product .left .swiper-slide img {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}
main .product .left .sort {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main .product .left .sort .active {
  background: url(../imgs/prbg.png) no-repeat right;
  background-size: 50% 100%;
  background-color: #282c30;
  border: 1px solid #ffe3b8;
}
main .product .left .sort .active span {
  color: #fff;
}
main .product .left .btn {
  height: 5%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .product .left .btn p {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 0.875rem;
  margin-left: 5.7%;
}
main .product .left .btn button {
  height: 73%;
  width: 10.7%;
  margin-right: 2%;
  background: #282c30;
  border-radius: 0.25rem;
  display: flex;
}
main .product .left .btn button img {
  margin: auto;
  width: 60%;
}
main .product .right {
  width: 75%;
  margin-left: 6.1%;
}
main .product .right .swiper-container {
  width: 100%;
  height: 53.125rem;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 53.125rem !important;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs {
  display: flex;
  flex-wrap: wrap;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a {
  display: block;
  width: 23.3%;
  height: 10rem;
  margin: 0.8%;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure {
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  width: 100%;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure .text {
  margin: 1.25rem;
  min-height: 3rem;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure .text .p1 {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 1rem;
  font-weight: 500;
  display:none;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure .text .p2 {
  color: rgba(40, 44, 48, 0.7);
  font-family: PingFang SC;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure img {
  height: 38%;
  margin: 0 auto;
  margin-top: -3%;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure:hover {
  border: 1px solid #282c30;
}
main .product .right .swiper-container .swiper-wrapper .swiper-slide .litboxs a .figure:hover .text > .p2 {
  color: #ed1c24;
}
main .about {
  display: flex;
  padding: 2.4% 9%;
}
main .about .left {
  width: 50%;
  background: url("../imgs/about.png") center center / cover no-repeat;
}
main .about .right {
  width: 50%;
  background-image: linear-gradient(-47.49deg, #282c30, #44474a 94.164%);
  background-color: #f9f9f9;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 5.875rem;
}
main .about .right .sp1 {
  font-family: 思源黑体 CN;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 4%;
}
main .about .right .sp2 {
  line-height: 190%;
  font-family: 思源黑体 CN;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 8%;
}
main .about .right .btn {
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 1rem;
  width: 30%;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .about .right .btn p {
  color: #fff;
  font-family: 思源黑体 CN;
  font-size: 0.875rem;
  margin-left: 5.7%;
}
main .about .right .btn button {
  height: 73%;
  width: 13.7%;
  margin-right: 2%;
  background: #ed1c24;
  border-radius: 0.25rem;
  display: flex;
}
main .about .right .btn button img {
  margin: auto;
  width: 60%;
}
main .Recommended {
  display: flex;
  padding: 2.4% 11.25%;
  padding-bottom: 5%;
  justify-content: center;
  flex-direction: column;
}
main .Recommended .pht {
  display: none;
}
main .Recommended .bun2 {
  display: none;
}
main .Recommended span {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4%;
}
main .Recommended .swiper-container {
  height: 19rem;
  width: 100%;
  overflow: hidden;
}
main .Recommended .swiper-container .swiper-slide {
  display: flex;
}
main .Recommended .swiper-container .swiper-slide a {
  margin: 0 1%;
  width: 23.3%;
  display: block;
  height: 18rem;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
}
main .Recommended .swiper-container .swiper-slide a .figure {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}
main .Recommended .swiper-container .swiper-slide a .figure .text {
  padding-left: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background: #f9f9f9;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main .Recommended .swiper-container .swiper-slide a .figure .text .p0 {
  color: rgba(40, 44, 48, 0.6);
  font-family: 思源黑体 CN;
  font-size: 0.75rem;
  font-weight: 500;
}
main .Recommended .swiper-container .swiper-slide a .figure .text .p1 {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 1rem;
  font-weight: 500;
}
main .Recommended .swiper-container .swiper-slide a .figure .text .p2 {
  color: rgba(40, 44, 48, 0.6);
  font-family: 思源黑体 CN;
  font-size: 0.75rem;
  font-weight: 350;
}
main .Recommended .swiper-container .swiper-slide a .figure .top {
  display: flex;
  height: 70%;
  overflow: hidden;
}
main .Recommended .swiper-container .swiper-slide a .figure .top img {
  height: auto;
  margin: auto;
}
main .Recommended .swiper-container .swiper-slide a:hover {
  border: 1px solid #282c30;
}
main .Recommended .swiper-container .swiper-slide a:hover .text > .p2 {
  color: #ed1c24;
}
main .Recommended .pr1 {
  margin: auto;
  margin-top: 3%;
  width: 80%;
  height: 0.25rem;
  border: 1px solid #cdcdcd;
  border-radius: 2.1875rem;
}
main .news {
  display: flex;
  padding: 2.4% 11.25%;
  padding-bottom: 5%;
  justify-content: center;
  flex-direction: column;
}
main .news span {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4%;
}
main .news span .bun3 {
  display: none;
}
main .news .inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
main .news .inner .news-left {
  margin-right: 1.875rem;
  width: 47%;
  background: white;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
}
main .news .inner .news-left a .news-left-img {
  width: 100%;
  height: 18.5rem;
  overflow: hidden;
}
main .news .inner .news-left a .news-left-img img {
  width: 100%;
}
main .news .inner .news-left a .news-left-bot {
  box-sizing: border-box;
  padding: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .news .inner .news-left a .news-left-bot h4 {
  font-size: 1.25rem;
  line-height: 2.3;
  color: #333;
}
main .news .inner .news-left a .news-left-bot .text-flow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .news .inner .news-left a .news-left-bot p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 设置最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.875;
  color: #666;
}
main .news .inner .news-left a .news-left-bot .newsmore {
  margin-top: 1.875rem;
  color: #999;
  font-size: 1rem;
}
main .news .inner .news-right {
  width: 47%;
  display: flex;
  flex-direction: column;
}
main .news .inner .news-right .news-ls li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9375rem 2.5rem;
  width: 100%;
  height: 8.125rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .news .inner .news-right .news-ls li a {
  display: flex;
}
main .news .inner .news-right .news-ls li a .news-ls-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  color: #333;
}
main .news .inner .news-right .news-ls li a .news-ls-date strong {
  margin-bottom: 0.3125rem;
  font-size: 2.25rem;
}
main .news .inner .news-right .news-ls li a .news-ls-date span {
  font-size: 1.25rem;
  font-weight: 400;
}
main .news .inner .news-right .news-ls li a .news-ls-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.3125rem;
  display: block;
  width: 0.0625rem;
  height: 2.625rem;
  background: #aeaeae;
}
main .news .inner .news-right .news-ls li a .news-ls-info {
  max-width: 85%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main .news .inner .news-right .news-ls li a .news-ls-info h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
}
main .news .inner .news-right .news-ls li a .news-ls-info p {
  font-size: 1rem;
  line-height: 1.4;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .news .inner .news-right .news-ls li:hover {
  background-color: #ed1c24;
}
main .news .inner .news-right .news-ls li:hover a > .news-ls-date,
main .news .inner .news-right .news-ls li:hover a > .news-ls-date > span,
main .news .inner .news-right .news-ls li:hover a > .news-ls-info > p,
main .news .inner .news-right .news-ls li:hover a > .news-ls-info > h4 {
  color: #fff;
}
main .news .inner .news-right .news-more {
  position: relative;
  left: 0;
  font-size: 0.875rem;
  line-height: 2.71428571;
  color: #666;
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
  main .banner {
    padding: 4%;
    border-radius: 10px;
  }
  main .banner .mybanner {
    border-radius: 10px;
  }
  main .banner .mybanner .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
  }
  main .banner img {
    width: 100% !important;
    object-fit: cover;
  }
  main .product {
    padding: 4%;
    padding-top: 0;
  }
  main .product span {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  main .product .sp1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  main .product .sp1 .bun1 {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: #ed1c24;
    padding: 2px 12px;
    border-radius: 50px;
  }
  main .product .left {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  main .product .left .sp1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  main .product .left .sp1 .bun1 {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: #ed1c24;
    padding: 2px 12px;
    border-radius: 50px;
  }
  main .product .left span {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  main .product .left .top {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .product .left .top a {
    width: 49%;
    margin-bottom: 2%;
  }
  main .product .left .top a .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 100%;
    display: block;
    padding: 10%;
  }
  main .product .left .top a .swiper-slide span {
    margin: 0;
    font-size: 16px;
  }
  main .product .left .top a .swiper-slide img {
    width: 31%;
    position: absolute;
    top: 0;
    right: 0;
  }
  main .product .left .top a .active {
    background: url(../imgs/prbg.png) no-repeat right;
    background-size: 50% 100%;
    background-color: #282c30;
    border: 1px solid #ffe3b8;
  }
  main .product .left .top a .active span {
    color: #fff;
  }
  main .product .left .sort,
  main .product .left .btn,
  main .product .left .swiper-slide {
    display: none;
  }
  main .product .right {
    display: none;
  }
  main .about {
    padding: 4%;
    padding-top: 0;
    flex-direction: column;
  }
  main .about .left {
    height: 170px;
    width: 100%;
background: url("../imgs/about-1.png") center center / cover no-repeat;
  }
  main .about .right {
    width: 100%;
    font-weight: bold;
  }
  main .about .right .sp1 {
    font-size: 18px;
    font-weight: bold;
  }
  main .about .right .sp2 {
    font-size: 16px;
  }
  main .about .right a .btn {
    border-radius: 3px;
    width: 50%;
    margin-top: 0;
    padding: 2%;
  }
  main .about .right a .btn p {
    font-size: 14px;
    font-weight: 400;
  }
  main .about .right a .btn button {
    width: auto;
  }
  main .Recommended {
    overflow: hidden;
    padding: 4%;
    padding-right: 0%;
    padding-top: 0;
  }
  main .Recommended .sp1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  main .Recommended .sp1 .bun2 {
    margin-right: 4%;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: #ed1c24;
    padding: 2px 12px;
    border-radius: 50px;
  }
  main .Recommended .pht {
    display: flex !important;
    height: auto;
    overflow: auto;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 2%;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a {
    height: auto;
    width: 48vw;
    border: none;
    overflow: inherit;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div {
    width: 48vw;
    overflow: hidden;
    padding: 5rem 0;
    padding-bottom: 0;
    margin-bottom: 5rem;
    border: 1px solid #dddddd;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text {
    padding-left: 10%;
    width: 100%;
    margin-bottom: 0;
    border: none;
    background-color: #f7f7f7;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p0,
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p1,
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p2 {
    width: 100%;
    margin-bottom: 5%;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p0 {
    font-size: 12px;
    font-weight: 400;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p1 {
    font-size: 16px;
    font-weight: bold;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div .text .p2 {
    overflow: hidden;
    /* 超出部分隐藏 */
    display: -webkit-box;
    /* 使用 -webkit-box 实现多行文本溢出 */
    -webkit-line-clamp: 1;
    /* 指定最大行数为2 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    font-size: 14px;
    font-weight: 400;
  }
  main .Recommended .pht .swiper-wrapper .swiper-slide a div img {
    object-fit: contain;
    margin-bottom: 3rem;
    width: auto;
    min-height: 117px;
  }
  main .Recommended .pht::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  main .Recommended .swiper-container {
    display: none;
  }
  main .Recommended .pr1 {
    display: none;
  }
  main .Recommended span {
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5rem;
  }
  main .news {
    padding: 4%;
    padding-top: 0;
  }
  main .news .sp1 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  main .news .sp1 .bun3 {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: #ed1c24;
    padding: 2px 12px;
    border-radius: 50px;
  }
  main .news .inner {
    flex-direction: column;
  }
  main .news .inner .news-left {
    width: 100%;
    margin-right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  }
  main .news .inner .news-left a .news-left-img {
    height: 40rem;
  }
  main .news .inner .news-left a .news-left-bot {
    padding: 17px;
  }
  main .news .inner .news-left a .news-left-bot h4 {
    font-size: 16px;
    font-weight: bold;
  }
  main .news .inner .news-left a .news-left-bot p {
    font-size: 14px;
  }
  main .news .inner .news-left a .news-left-bot .newsmore {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
    width: 62px;
    height: 10px;
    line-height: 10px;
    border: 0.03rem solid #666;
    border-radius: 5px;
  }
  main .news .inner .news-right {
    width: 100%;
  }
  main .news .inner .news-right .news-ls {
    display: flex;
    flex-direction: column;
  }
  main .news .inner .news-right .news-ls li {
    padding: 20px;
    height: auto;
  }
  main .news .inner .news-right .news-ls li a {
    align-items: center;
  }
  main .news .inner .news-right .news-ls li a .news-ls-date {
    margin-right: 20px;
    padding-right: 20px;
    justify-content: space-around;
  }
  main .news .inner .news-right .news-ls li a .news-ls-date strong {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }
  main .news .inner .news-right .news-ls li a .news-ls-date span {
    margin: 0;
    font-size: 14px;
  }
  main .news .inner .news-right .news-ls li a .news-ls-date::after {
    height: 90%;
    width: 2px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  main .news .inner .news-right .news-ls li a .news-ls-info {
    max-width: 70%;
  }
  main .news .inner .news-right .news-ls li a .news-ls-info .text-flow {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
  main .news .inner .news-right .news-ls li a .news-ls-info p {
    font-size: 14px;
  }
  main .news .inner .news-right .news-more {
    display: none;
  }
}
