.banner {
  width: 100%;
  height: auto;
}

.banner .swiper {
  position: relative;
  width: 100%;
}

.banner .swiper .swiper-wrapper{
  width: 100%;
  height: auto;
  position: relative;
}

.banner .swiper .swiper-slide{
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.banner .swiper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 130px;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
  width: 100%;
  height: 47px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 2%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc {
  width: 100%;
  height: 33px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 4%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-btn a {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 30px;
  border:2px solid #009ED6;
  background-color: #009ED6;
  border-radius: 12px;
  margin-right: 27px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  margin-top: 30px;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-btn a:hover {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #009ED6;
  background-color: transparent;
  border-radius: 12px;
  margin-right: 27px;
  cursor: pointer;
}

.banner .swiper .banner-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 210px;
  background: #FFFFFF;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  z-index: 10;
}

.banner .swiper .banner-scroll .scroll-down {
  height: 16px;
  width: 116px;
  margin-top: 117px;
  margin-left: 125px;
}

.banner .swiper .banner-scroll .scroll-down img {
  height: 80%;
  width: 80%;
}

.banner .swiper .banner-scroll .scroll{
  height: 16px;
  width: 116px;
  margin-top: 14px;
  margin-left: 160px;
}

.banner .swiper .banner-scroll .scroll .scroll-line {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #8E8E8E;
  z-index: 20;
  position: relative;
}
.banner .swiper .banner-scroll .scroll .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #8E8E8E;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
.new{
  margin-top: 75px;
  background: linear-gradient( 180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.new .new-top{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 46px;
}

.new .new-top .new-top-item{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 20px;
  color: #8E8E8E;
  padding: 0 9px;
  position: relative;
}
.new .new-top .new-top-item::after{
  content: '';
  position: absolute;
  right: 0;
  top: 25%; 
  height: 60%; 
  width: 1px;
  background-color: #8E8E8E;
}

.new .new-top a:last-child .new-top-item::after{
  display: none;
}
.new .new-top .new-top-item-active{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.new .new-middle{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
}

.new .new-middle .new-middle-top{
  margin: 0 auto;
  background: #ECECF0;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 8px 12px;
  margin-bottom: 30px;
}
.new .new-middle .new-middle-top a{
  color: #0A0A0A;
}
.new .new-middle .new-middle-top .new-middle-top-item{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 300;
  font-size: 25px;
  color: #0A0A0A;
  cursor: pointer;
  padding: 12px;
}
.new .new-middle .new-middle-top .new-middle-top-item-active{
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  font-weight: 500;
  color: #2B2828;
}


.new-middle-bottom {
  width:100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.new-middle-bottom > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.new-middle-bottom .new-middle-bottom-item {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: #FFFFFF;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-left {
  width: 50%;
    overflow: hidden;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-left:hover img {
  transform: scale(1.05);
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right {
  width: 50%;
  height: 100%;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top {
  width: 85%;
  height: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  cursor: pointer;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top .new-middle-bottom-right-top-one {
  background: #F6F6F6;
  border-radius: 100px; 
  padding: 8px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top-one img {
  width: 14px;
  height: 14px;
  padding-right: 2px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top-one:hover img {
  transform: rotateY(360deg);
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top-one span {
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top .new-middle-bottom-right-top-one:first-child {
  background: rgba(0, 158, 214, 0.08);
  border-radius: 100px;
  padding: 8px 15px;
  cursor: pointer;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-top .new-middle-bottom-right-top-one:first-child span {
  color: #22abdb;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content {
  width: 83%;
  margin: 0 auto;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 28px;
  cursor: pointer;
  transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-middle-bottom .new-middle-bottom-item:hover .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-title {
  color: #009ED6;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom {
  width: 83%;
  margin: 0 auto;
  margin-top: 73px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
align-items: center;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom .new-middle-bottom-right-bottom-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom .new-middle-bottom-right-bottom-left img{
  width: 24px;
  height: 24px;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom  .new-middle-bottom-right-bottom-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom-left:hover img,
.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom-right:hover img {
  transform: rotateY(360deg);
}

.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom-left span {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
}

.new-bottom{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 62px;
  margin-top: 50px;
  padding-bottom: 75px;
}
.new-bottom {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.new-bottom .num{
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 40px;
  color: #000000;
  cursor: pointer;
}
.new-bottom  .num-active{
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 40px;
  color: #009ED6;
  border-bottom: 4px solid;
}
.new-bottom  .omit{
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 40px;
  color: #000000;
}

.new-bottom .new-bottom-prev {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new-bottom .new-bottom-prev img {
  width: 30px;
  height: auto;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.new-bottom .new-bottom-prev:hover img {
  transform: rotateY(360deg);
}


.new-bottom .new-bottom-next {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new-bottom .new-bottom-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}

.new-bottom .new-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg); 
}

@media only screen and (max-width: 1280px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 80px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 20px;
  }
  .banner .swiper .banner-scroll {
    width: 211px;
    height: 178px;
  }
  .banner .swiper .banner-scroll .scroll-down {
    margin-top: 98px;
    margin-left: 103px;
  }
  .banner .swiper .banner-scroll .scroll{
    margin-top: 14px;
    margin-left: 140px;
  }
  .new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-title {
    font-size: 24px;
  }
  .new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-desc {
    font-size: 18px;
}
}
@media only screen and (max-width: 1100px) {
.new .new-middle .new-middle-top {
    gap: 30px;
}
.new .new-middle .new-middle-top .new-middle-top-item {
    font-size: 20px;
}
}
@media only screen and (max-width: 1025px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 18px;
  }
  .banner-content-btn{
    display: none;
  }
  .banner .swiper .banner-scroll {
    display: none;
  }
  .new .new-top .new-top-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
.new .new-middle{
  width: 85%;
}
  .new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom .new-middle-bottom-right-bottom-right img {
    width: 70%;
    height: 70%;
  }
  .new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-title {
    font-size: 20px;
  }
  .new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-content .new-middle-bottom-right-content-desc {
    font-size: 16px;
}
.new .new-middle .new-middle-top {
    gap: 20px;
}

.new .new-middle .new-middle-top .new-middle-top-item {
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 16px;
  }
.new-middle-bottom .new-middle-bottom-item {
    display: flex;
    flex-direction: column;
}
.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-left {
    width: 100%;
    height: 250px;
}
.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right {
    width: 100%;
    height: 100%;
}
.new-middle-bottom .new-middle-bottom-item .new-middle-bottom-right .new-middle-bottom-right-bottom {
    margin-top: 20px;
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 641px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one-active {
    width: 28px;
    height: 6px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one {
    width: 22px;
    height: 3px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-num {
    font-size: 14px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 18px;
  }
  .new {
    margin-top: 20px;
}
.new .new-middle .new-middle-top {
    gap: 0px;
}
}
@media only screen and (max-width: 521px) {
  .new .new-top{
    flex-wrap: wrap;
  }
  .new .new-top .new-top-item::after{
    display: none;
  }
  .new .new-top .new-top-item {
    margin-top: 10px;
}
}