main .banner {
  padding: 2.4% 9%;
  position: relative;
}
main .banner img {
  width: 100%;
}
main .banner .sp1 {
  position: absolute;
  top: 40%;
  left: 11%;
  color: #ed1c24;
  font-family: 思源黑体 CN;
  font-size: 1.75rem;
  font-weight: 700;
}
main .banner .sp2 {
  position: absolute;
  top: 52%;
  left: 11%;
  color: #ffffff;
  font-family: 思源黑体 CN;
  font-size: 1.625rem;
}
main .list {
  padding: 2.4% 9%;
}
main .list .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .list .top a {
  display: inline-block;
  width: 16%;
  margin-bottom: 1rem;
}
main .list .top a .swiper-slide {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  overflow: hidden;
}
main .list .top a .swiper-slide span {
  display: inline-block;
  margin: 2.125rem 0;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 8%;
}
main .list .top a .swiper-slide img {
  width: 31%;
  position: absolute;
  top: 0;
  right: 0;
}
main .list .top a .active {
  background: url(../imgs/prbg.png) no-repeat right;
  background-size: 50% 100%;
  background-color: #282c30;
  border: 1px solid #ffe3b8;
}
main .list .top a .active span {
  color: #fff;
}
main .list .bottom {
  overflow: hidden;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}
main .list .bottom .left {
  width: 12%;
}
main .list .bottom .left .one {
  display: flex;
  flex-direction: column;
  border-radius: 0.3125rem;
  overflow: hidden;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
main .list .bottom .left .one .spimg{
  object-fit: contain;
  margin: auto;
  width: 70%;
  height: 6rem;
}
main .list .bottom .left .one .sp {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #282c30;
}
main .list .bottom .left .one .sp span {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 思源黑体 CN;
  font-size: 1.125rem;
}
main .list .bottom .left .one .sp img {
  margin-right: 10%;
  display: none;
  width: 4%;
  transform: scaleY(1);
}
main .list .bottom .left .activeone {
  border: 1px solid #ed1c24;
}
main .list .bottom .left .activeone .sp {
  background-color: #ed1c24 !important;
}
main .list .bottom .left .ps {
  margin-bottom: 2rem;
}
main .list .bottom .left .ps .ps1 {
  border: 1px solid #cdcdcd;
  border-radius: 0.3125rem;
  margin-top: 0.94rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .list .bottom .left .ps .ps1 span {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 1rem;
  font-weight: 400;
  margin: 5% 10%;
}
main .list .bottom .left .ps .ps1 img {
  margin: 5% 0;
  width: 40%;
}
main .list .bottom .left .ps .active {
  border: 1px solid #ed1c24;
}
main .list .bottom .left .ps .active span {
  color: #ed1c24;
}
main .list .bottom .right {
  /* width: 82%;
  margin-left: 6.1%; */
}
main .list .bottom .right .litbox {
  display: none;
  flex-wrap: wrap;
}
main .list .bottom .right .litbox a {
  display: block;
  width: 23.3%;
  height: auto;
  margin-bottom: 1%;
  margin-left: 1%;
}
main .list .bottom .right .litbox a .figure {
  min-height: 9rem;
  cursor: pointer;
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
}
main .list .bottom .right .litbox a .figure .text .p1 {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}
main .list .bottom .right .litbox a .figure .text .p2 {
  color: rgba(40, 44, 48, 0.7);
  font-family: PingFang SC;
  font-size: 0.875rem;
  min-height: 32px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .list .bottom .right .litbox a .figure img {
  object-fit: contain;
  height: 5.5rem;
  margin: 2.5rem auto;
  margin-bottom: 0.625rem;
}
main .list .bottom .right .litbox a .figure:hover {
  border: 1px solid #282c30;
}
main .list .bottom .right .litbox a .figure:hover .text > .p2 {
  color: #ed1c24;
}
main .list .bottom .right .litbox a:nth-child(4n + 1) {
  margin-left: 0;
}
main .list .bottom .right .activesss {
  display: flex;
}
main .ph {
  display: none;
}
/* 窗口宽度<960,设计宽度=320 */
@media screen and (max-width: 959px) {
  main {
    padding-bottom: 0 !important;
  }
  main .banner {
    padding: 0;
    height: 150px;
  }
  main .banner img {
    height: 100%;
  }
  main .banner .sp1 {
    font-size: 14px;
    top: 24%;
  }
  main .banner .sp2 {
    font-size: 18px;
  }
  main .list {
    padding: 4%;
  }
  main .list .top a {
    width: 49%;
    margin-bottom: 2%;
  }
  main .list .top a .swiper-slide {
    padding: 10%;
  }
  main .list .top a .swiper-slide span {
    font-size: 16px;
  }
  main .list .bottom {
    flex-direction: column;
  }
  main .list .bottom .right .litbox a{
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
  }
  main .list .bottom .right .litbox a:nth-child(2n) {
    margin-right: 0;
  }
  main .list .bottom .right .litbox a .figure .text .p1{
    font-size: 16px;
  }
  main .list .bottom .right .litbox a .figure .text .p2 {
    font-size: 14px;
  }
  main .list .bottom .right .litbox a .figure img{
    height: 100px;
    margin: 0;
  }
  main .list .bottom .left {
    margin-bottom: 5rem;
    width: 100%;
    display: flex;
  }
  main .list .bottom .left dl {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  main .list .bottom .left dl .one {
    height: 20rem;
  }
  main .list .bottom .left dl .ps {
    display: flex;
  }
  main .list .bottom .right {
    width: 100%;
    margin: auto;
  }
  main .ph {
    display: flex;
  }
  main .ph span {
    text-align: left;
  }
  main .ph .left {
    min-height: 100vh;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  main .ph .right {
    flex: 3;
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  main .ph .right .top {
    width: 30%;
  }
  main .ph .right .top span {
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 20px 10px;
  }
  main .ph .right .top .active {
    font-weight: bold;
    position: relative;
  }
  main .ph .right .top .active::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ed1c24;
  }
  main .ph .right .bottom {
    width: 90%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    display: none;
    flex-direction: column;
  }
  main .ph .right .bottom .lit {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: #e7e7e7fc;
    padding: 5px;
    min-height: 70px;
  }
  main .ph .right .bottom .lit .left {
    background-color: #fff;
    flex: 3;
    height: 98%;
    overflow: hidden;
    margin: auto;
    min-height: 98%;
    margin-right: 5px;
  }
  main .ph .right .bottom .lit .left img {
    margin: auto;
    object-fit: cover;
  }
  main .ph .right .bottom .lit .right {
    flex: 7;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  main .ph .right .bottom .lit .right .sp2 {
    display: none;
    font-size: 14px;
    font-weight: bold;
  }
  main .ph .right .bottom .lit .right .sp3 {
    font-size: 12px;
  }
  main .ph .right .actives {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    display: flex;
  }
}
