.banner {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.banner .bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-title {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  max-width: 1300px;
  margin: 0 auto 18px;
  font-family: 'LamaSans-Black';
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-title p {
  background: rgba(34, 92, 2, 0.8);
  padding: 0 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc p {
  background: rgba(34, 92, 2, 0.8);
  width: auto;
  display: inline-block;
  padding: 0 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .public-more .more-right img {
  width: 23px;
  height: 23px;
  display: block;
  height: auto;
  object-fit: scale-down;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .more-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner {
  width: 100%;
  height: 70%;
  transform: translateY(5%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner-bottoms {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  z-index: 25;
}
.banner .bannerSwiper .banner-bottoms .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns {
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn {
  width: 46px;
  height: 46px;
  z-index: 12;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background: #F8862A;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn img {
  width: 23px;
  height: 23px;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn:hover {
  background: #225C02;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn-prev {
  margin-right: 20px;
}
.banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn-prev img {
  transform: rotateY(180deg);
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dots {
  display: flex;
  align-items: center;
  display: none;
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dot {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 25px;
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dot p {
  width: 9px;
  height: 9px;
  background: #225C02;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dot::after {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(34, 92, 2, 0.4);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dot-a p {
  opacity: 1;
}
.banner .bannerSwiper .banner-bottoms .banner-slide-dot-a::after {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper .banner-right-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner .bannerSwiper .banner-right-scroll .right-scroll {
  width: 50px;
  height: 50px;
  background: #F8862A;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #FFFFFF;
  font-size: 22px;
  animation: scrollLine 1.5s 0s ease-in infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-right-scroll .right-scroll img {
  width: 25px;
  height: 25px;
  display: block;
}
.banner .bannerSwiper .banner-right-scroll .right-scroll-t {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
.indexTitle {
  font-weight: 900;
  font-size: 60px;
  color: #B81B25;
  line-height: 70px;
  font-family: 'LamaSans-Black';
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.proi-type {
  padding: 50px 0;
}
.proi-type .proi-type-swiper {
  width: 100%;
}
.proi-type .proi-type-o {
  width: 210px;
  margin-right: 38px;
  cursor: pointer;
}
.proi-type .proi-type-o .proi-type-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.proi-type .proi-type-o .proi-type-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi-type .proi-type-o .proi-type-text {
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: block;
}
.proi-type .proi-type-o:hover .proi-type-img img {
  transform: scale(1.05);
}
.proi-type .proi-type-o:nth-of-type(1) .proi-type-text {
  padding: 0 12%;
}
.proi-type .proi-type-o:nth-of-type(2) .proi-type-text {
  padding: 0 10%;
}
.proi-type .proi-type-o-no {
  width: 100%;
  margin-right: 0;
}
.proi-type .proi-type-o-no .proi-type-text {
  font-size: 34px;
  text-align: center;
  line-height: 36px;
  margin: 40px 0;
}
.proi-type .proi-type-o:nth-last-of-type(1) {
  margin-right: 0;
}
.proi {
  background: #F8F8F8;
  padding-top: 50px;
}
.proi .hot-proi {
  width: 100%;
  background: #FFFFFF;
  padding: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.proi .hot-proi .hot-proi-img {
  width: 50%;
  max-width: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 2;
  position: relative;
  z-index: 12;
}
.proi .hot-proi .hot-proi-img img {
  width: 100%;
  display: block;
  height: 140%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .hot-proi .hot-proi-img:hover img {
  transform: scale(1.05);
}
.proi .hot-proi .hot-proi-text {
  padding-left: 50px;
  padding-right: 5%;
  width: 50%;
  max-width: 465px;
  position: relative;
  z-index: 12;
}
.proi .hot-proi .hot-proi-text .hot-proi-text-p {
  font-weight: bold;
  font-family: 'Poppins-Medium';
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
.proi .hot-proi::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25%;
  height: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/hot-dot.png?x-oss-process=image/format,webp') no-repeat;
  background-size: 100% auto;
  z-index: 20;
}
.proi .hot-proi1 {
  margin-top: 60px;
}
.proi .proi-side {
  width: 100%;
  margin-top: 70px;
}
.proi .proi-side .proi-side-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.proi .proi-side .proi-side-top .proi-side-title {
  font-weight: 900;
  font-size: 30px;
  font-family: 'LamaSans-Black';
  color: #333333;
  line-height: 36px;
  font-style: italic;
  text-transform: uppercase;
  max-width: calc(100% - 250px);
}
.proi .proi-side .proi-side-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.proi .proi-side .proi-side-bottom .proi-side-cover {
  width: calc((100% - 27px) / 4);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.proi .proi-side .proi-side-bottom .proi-side-cover img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-side .proi-side-bottom .proi-side-cover:hover img {
  transform: scale(1.05);
}
.proi .proi-side .proi-side-bottom .proi-side-main {
  width: calc((100% - 27px) / 4 * 3);
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-side-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one {
  width: calc((100% - 54px) / 3);
  margin-top: 30px;
  margin-right: 27px;
  padding: 16px 16px 35px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-img {
  width: 100%;
  display: block;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-img:hover img {
  transform: scale(1.05);
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-top-n {
  width: 100%;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-t {
  font-weight: 900;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-style: italic;
  font-family: 'LamaSans-Black';
  transition: 0.5s;
  text-transform: uppercase;
  margin: 18px 0 15px;
  text-align: center;
  display: block;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-ds {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  height: 36px;
  opacity: 0.9;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-no {
  font-size: 34px;
  text-align: center;
  line-height: 36px;
  margin: 40px 0;
  color: #333333;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'LamaSans-Black';
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:hover .proi-d-t {
  color: #225C02;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(1) {
  margin-top: 0;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(2) {
  margin-top: 0;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(3) {
  margin-top: 0;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(3n) {
  margin-right: 0;
}
.proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one-no {
  height: 350px;
}
.proi .proi-side1 {
  margin-top: 50px;
}
.abouti {
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/abouti-back.jpg?x-oss-process=image/format,webp') no-repeat;
  background-position: center;
  background-size: cover;
}
.abouti .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.abouti .indexPage-outer .abouti-l {
  width: 45%;
  max-width: 635px;
}
.abouti .indexPage-outer .abouti-r {
  width: 50%;
}
.abouti .indexPage-outer .abouti-r .abouti-ri {
  width: 100%;
  aspect-ratio: 1.38461538;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.abouti .indexPage-outer .abouti-r .abouti-ri img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .indexPage-outer .abouti-r .abouti-ri .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .indexPage-outer .abouti-r .abouti-ri .mask img {
  width: 50px;
  height: 50px;
}
.abouti .indexPage-outer .abouti-r .abouti-ri:hover img {
  transform: scale(1.05);
}
.abouti .indexPage-outer .abouti-more {
  margin-top: 40px;
}
.abouti .indexPage-outer .p1 {
  font-weight: 400;
  font-size: 16px;
  color: #225C02;
  line-height: 28px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.abouti .indexPage-outer .p1 p {
  width: 8px;
  height: 8px;
  background: #225C02;
  border-radius: 50%;
  margin-right: 12px;
}
.abouti .indexPage-outer .p2 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  margin: 16px 0 30px;
  text-transform: uppercase;
}
.abouti .indexPage-outer .p3 {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.abouti .indexPage-outer .about-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abouti .indexPage-outer .about-nums .about-num-one {
  margin-top: 35px;
  width: 50%;
}
.abouti .indexPage-outer .about-nums .about-num-t {
  display: flex;
  align-items: flex-start;
}
.abouti .indexPage-outer .about-nums .about-num-t .about-num-count {
  margin-right: 12px;
}
.abouti .indexPage-outer .about-nums .about-num-t .about-num-add {
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 36px;
  color: #F8862A;
  line-height: 24px;
}
.abouti .indexPage-outer .about-nums .about-num-b {
  margin-top: 16px;
  text-transform: uppercase;
}
.abouti .indexPage-outer .p4 {
  font-weight: bold;
  font-size: 72px;
  color: #F8862A;
  line-height: 75px;
  font-family: 'Poppins-Medium';
}
.abouti .indexPage-outer .p5 {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
@keyframes scrollLine {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-26px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes aniMapDotInnerPro {
  0% {
    width: 110px;
    height: 110px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media (max-width: 1681px) {
  .abouti .indexPage-outer .p2 {
    margin: 16px 0 20px;
  }
  .abouti .indexPage-outer .about-nums .about-num-b {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1580px) {
  .abouti .indexPage-outer .p2 {
    font-size: 32px;
    line-height: 40px;
    margin: 12px 0 18px;
  }
  .abouti .indexPage-outer .p4 {
    font-size: 60px;
    line-height: 62px;
  }
  .abouti .indexPage-outer .abouti-more {
    margin-top: 36px;
  }
  .proi .hot-proi .hot-proi-text .hot-proi-text-p {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .proi .proi-side {
    margin-top: 45px;
  }
  .proi .proi-side1 {
    margin-top: 45px;
  }
  .proi-type .proi-type-o .proi-type-text {
    font-size: 16px;
  }
  .proi-type .proi-type-o {
    margin-right: 25px;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll {
    width: 42px;
    height: 42px;
    line-height: 45px;
    font-size: 18px;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll img {
    width: 21px;
    height: 21px;
  }
  .banner .bannerSwiper .banner-bottoms .banner-slide-dot {
    margin-right: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-title {
    font-size: 32px;
    margin: 0 auto 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1365px) {
  .abouti .indexPage-outer .abouti-l {
    width: 46%;
  }
  .abouti .indexPage-outer .about-nums .about-num-one {
    margin-top: 28px;
  }
  .abouti .indexPage-outer .about-nums .about-num-t .about-num-add {
    font-size: 26px;
  }
  .abouti .indexPage-outer .p2 {
    font-size: 28px;
    line-height: 38px;
    margin: 12px 0 14px;
  }
  .abouti .indexPage-outer .p4 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1278px) {
  .proi .hot-proi::after {
    height: 56%;
    background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/hot-dot.png?x-oss-process=image/format,webp') no-repeat;
    background-size: auto 100%;
  }
  .proi .hot-proi .hot-proi-text {
    padding-left: 40px;
  }
  .proi .proi-side .proi-side-top {
    margin-bottom: 20px;
  }
  .proi .hot-proi .hot-proi-text .hot-proi-text-p {
    font-size: 24px;
  }
  .proi .proi-side .proi-side-top .proi-side-title {
    font-size: 24px;
    line-height: 32px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one {
    width: calc((100% - 40px) / 3);
    margin-top: 30px;
    margin-right: 20px;
    padding: 12px 12px 34px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-cover {
    width: calc((100% - 20px) / 4);
  }
  .proi .proi-side .proi-side-bottom .proi-side-main {
    width: calc((100% - 20px) / 4 * 3);
  }
  .proi .proi-side {
    margin-top: 32px;
  }
  .proi .proi-side1 {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner {
    margin-top: 65px;
    height: auto;
  }
  .banner .bannerSwiper .banner-bottoms {
    bottom: 16px;
  }
  .abouti .indexPage-outer .p2 {
    display: flex;
    flex-wrap: wrap;
  }
  .abouti .indexPage-outer .p2 p {
    margin-right: 12px;
  }
  .abouti .indexPage-outer {
    flex-wrap: wrap;
  }
  .abouti .indexPage-outer .abouti-l {
    width: 100%;
    max-width: 100%;
  }
  .abouti .indexPage-outer .abouti-r {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 26px;
  }
  .banner .bannerSwiper {
    height: auto;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .proi .hot-proi::after {
    height: 46%;
  }
  .proi-type {
    padding: 35px 0;
  }
  .proi {
    padding-top: 40px;
  }
  .proi .hot-proi1 {
    margin-top: 40px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one {
    width: calc((100% - 15px) / 2);
    min-height: 0;
    max-height: 100%;
    padding: 12px 12px 25px;
    margin-right: 15px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one {
    margin-top: 15px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(3) {
    margin-top: 15px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(3n) {
    margin-right: 15px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main {
    width: calc((100% - 15px) / 3 * 2);
  }
  .proi .proi-side .proi-side-bottom .proi-side-cover {
    width: calc((100% - 15px) / 3);
  }
  .proi .hot-proi .hot-proi-text .hot-proi-text-p {
    font-size: 22px;
  }
  .proi .proi-side .proi-side-top .proi-side-title {
    font-size: 22px;
    line-height: 30px;
  }
  .proi .hot-proi .hot-proi-img {
    width: 40%;
  }
  .proi .hot-proi .hot-proi-text {
    padding-left: 35px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  @keyframes scrollLine {
    0% {
      transform: translateY(3px);
    }
    50% {
      transform: translateY(-6px);
    }
    100% {
      transform: translateY(3px);
    }
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding-bottom: 46px;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll-t {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn {
    width: 36px;
    height: 36px;
  }
  .banner .bannerSwiper .banner-bottoms .banner-bottom-btns .banner-btn img {
    width: 18px;
    height: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 8px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .more-banner {
    display: none;
  }
  .proi .hot-proi::after {
    display: none;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll-t {
    font-size: 12px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-cover {
    display: none;
  }
  .banner .bannerSwiper .banner-bottoms .indexPage-inner {
    align-items: flex-end;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll {
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-right-scroll .right-scroll img {
    width: 16px;
    height: 16px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-ds {
    display: none;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main {
    width: 100%;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(5) {
    display: none;
  }
  .proi .proi-side .proi-side-top {
    flex-wrap: wrap;
  }
  .proi .hot-proi {
    flex-wrap: wrap;
    padding: 20px;
  }
  .proi .hot-proi1 {
    margin-top: 26px;
  }
  .proi .hot-proi .hot-proi-text {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .proi-type .proi-type-o {
    width: 190px;
    margin-right: 18px;
  }
  .proi-type .proi-type-o .proi-type-img {
    border-radius: 8px;
  }
  .proi-type .proi-type-o .proi-type-text {
    font-size: 14px;
    margin-top: 12px;
  }
  .proi .hot-proi .hot-proi-img {
    width: 100%;
    max-width: 420px;
    border: 1px solid #EFEFEF;
  }
  .proi .hot-proi {
    justify-content: center;
  }
  .proi .proi-side .proi-side-top .proi-side-title {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .proi .hot-proi .hot-proi-text .hot-proi-text-p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-t {
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0 0;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one {
    padding: 12px 12px 14px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one:nth-of-type(6) {
    display: none;
  }
  .abouti .indexPage-outer .p2 {
    font-size: 20px;
    line-height: 34px;
    margin: 4px 0 6px;
  }
  .abouti .indexPage-outer .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .abouti .indexPage-outer .p4 {
    font-size: 35px;
    line-height: 38px;
  }
  .abouti .indexPage-outer .about-nums .about-num-t .about-num-count {
    margin-right: 8px;
  }
  .abouti .indexPage-outer .about-nums .about-num-t .about-num-add {
    font-size: 18px;
  }
  .abouti .indexPage-outer .about-nums .about-num-b {
    margin-top: 6px;
  }
  .abouti .indexPage-outer .p5 {
    font-size: 16px;
  }
  .abouti .indexPage-outer .abouti-more {
    margin-top: 30px;
  }
  .abouti .indexPage-outer .abouti-r {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 641px) {
  .banner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 425px) {
  .abouti .indexPage-outer .p5 {
    font-size: 14px;
    line-height: 22px;
  }
  .banner .bannerSwiper {
    height: 240px;
  }
  .proi .hot-proi .hot-proi-text .hot-proi-text-p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .proi .proi-side .proi-side-top .proi-side-title {
    font-size: 18px;
  }
  .proi .proi-side .proi-side-bottom .proi-side-main .proi-d-one .proi-d-t {
    font-size: 14px;
    margin: 12px 0 0;
  }
}
