.btn-border {
  width: 138px;
  height: 60px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 29px;
}
.btn-border .btn-border-inner {
  width: 136px;
  height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  z-index: 13;
}
.btn-border .btn-border-main {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 56px;
  z-index: 33;
  background: #ffffff;
}
.btn-border .iconSpan {
  font-size: 14px;
  color: #333333;
  line-height: 58px;
  margin-right: 14px;
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
}
.btn-border .iconSpan::after {
  content: attr(data-word);
  position: absolute;
  left: 0;
  top: 100%;
}
.btn-border .iconP {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #ccc;
}
.btn-border .iconP .iconImg {
  width: 10px;
  transform: translateX(0);
  transition: 0.5s;
  position: relative;
}
.btn-border .iconP .iconImg img {
  width: 10px;
  display: block;
}
.btn-border .iconP .iconImg::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 10px;
  height: 12px;
  background: url(../images/more-icon.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.btn-border:hover .iconSpan {
  transform: translateY(-100%);
  transition: 0.5s;
}
.btn-border:hover .iconP .iconImg {
  transform: translateX(15px);
  transition: 0.5s;
}
.btn-border::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border: 1px solid #000000;
  border-radius: 29px;
  opacity: 0;
  transition: all 0.5s;
}
.btn-border:hover::before {
  width: 136px;
  height: 58px;
  z-index: 30;
  top: 0;
  left: 0;
  opacity: 1;
  transform-origin: center;
  transform: rotate(360deg);
  transition: all 0.5s;
}
.banner {
  width: 100%;
  margin-top: 70px;
}
.banner .bannerSwiper {
  position: relative;
  width: 100%;
}
.banner .bannerSwiper .banner-swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img-pc {
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  width: calc( 100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
  z-index: 11;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
  width: 90%;
  padding-right: 14%;
  max-width: 1200px;
  margin: 0 auto 38px;
  font-size: 18px;
  font-weight: 500;
  color: #FEFEFE;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-word {
  font-size: 24px;
  font-family: 'LamaSans-Bold';
  font-weight: bold;
  color: #FEFEFE;
  line-height: 30px;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
  width: 90%;
  max-width: 1200px;
  margin: 32px auto 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 48px;
  font-weight: bold;
  color: #FEFEFE;
  line-height: 50px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  z-index: 4;
  vertical-align: top;
}
.banner .bannerSwiper .banner-swiper-slide .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.banner .bannerSwiper .banner-swiper-slide video {
  width: 100%;
  z-index: 4;
  vertical-align: top;
  z-index: 10;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more {
  min-width: 150px;
  text-align: center;
  width: auto;
  padding: 0 12px;
  margin-right: 20px;
  height: 42px;
  background: #E70E25;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FEFEFE;
  line-height: 42px;
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p {
  position: relative;
  height: 42px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(42px);
  line-height: 42px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom {
  position: absolute;
  width: 100%;
  bottom: 38px;
  z-index: 20;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
}
.banner .bannerSwiper .banner-bottom .bannerSwiper-button-prev {
  margin-right: 12px;
}
.banner .bannerSwiper .banner-bottom .bannerSwiper-button {
  width: 40px;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .bannerSwiper-button i {
  color: #999999;
  font-size: 20px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .bannerSwiper-button-active {
  border: 1px solid #E70E25;
  background: #E70E25;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .bannerSwiper-button-active i {
  color: #fff;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.proi {
  width: 100%;
  background: #F5F5F5;
  padding: 80px 0;
}
.proi .proi-inner {
  padding: 0 60px;
}
.proi .proiSwiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 3px;
  z-index: 20;
}
.proi .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DDDDDD;
  border-radius: 50%;
  transition: 0.5s;
  margin-right: 8px;
  opacity: 1;
}
.proi .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  background: #E70E25;
  border-radius: 4px;
  transition: 0.5s;
}
.proi .proiSwiper {
  width: 100%;
  position: relative;
  padding-bottom: 36px;
}
.proi .proiSwiper .proiSwiper-one {
  padding: 30px 30px 40px 30px;
  overflow: hidden;
  width: 20%;
  margin-right: 30px;
  background: #ffffff;
}
.proi .proiSwiper .proiSwiper-one .proiSwiper-img {
  width: 100%;
  overflow: hidden;
}
.proi .proiSwiper .proiSwiper-one .proiSwiper-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proiSwiper .proiSwiper-one p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  position: relative;
  margin-top: 20px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proi .proiSwiper .proiSwiper-one p::after {
  position: absolute;
  content: "";
  width: 20px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #E70E25;
  transition: 0.5s;
  border-radius: 1px;
}
.proi .proiSwiper .proiSwiper-one:hover .proiSwiper-img {
  overflow: hidden;
}
.proi .proiSwiper .proiSwiper-one:hover .proiSwiper-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.proi .proiSwiper .proiSwiper-one:hover p::after {
  width: 40%;
  transition: 0.5s;
}
.proi .proi-title {
  font-size: 36px;
  font-weight: 400;
  color: #E70E25;
  line-height: 40px;
  text-align: center;
}
.proi .proi-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: 50%;
  margin: 18px auto 30px;
  text-align: center;
}
.proi .pro-all {
  width: 150px;
  height: 42px;
  margin: 50px auto 0;
  background: #E70E25;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
}
.proi .pro-all img {
  width: 20px;
  margin-right: 5px;
}
.proi .pro-all:hover {
  width: 170px;
  transition: 0.5s;
}
.abouti {
  width: 100%;
  background-image: url(../images/yanwu/about-back.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% auto;
  padding: 120px 0;
  position: relative;
}
.abouti .abouti-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.abouti .abouti-title {
  width: 50%;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.abouti .abouti-desc {
  width: 50%;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin: 20px 0 30px;
}
.abouti .abouti-desc1 {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.abouti .abouti-num {
  width: 50%;
  display: flex;
  margin: 50px 0;
}
.abouti .abouti-num .abouti-num-one {
  width: 33%;
}
.abouti .abouti-num .abouti-num-one img {
  height: 30px;
}
.abouti .abouti-num .abouti-num-one .abouti-num-main {
  margin: 20px 0 12px;
}
.abouti .abouti-num .abouti-num-one .abouti-num-main .abouti-num-unit {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.abouti .abouti-num .abouti-num-one .abouti-num-main .abouti-num-count {
  font-size: 36px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  margin-right: 18px;
}
.abouti .abouti-num .abouti-num-one .abouti-num-desc {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.abouti .abouti-btn {
  width: 150px;
  height: 42px;
  background: #E70E25;
  border-radius: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .abouti-btn img {
  width: 20px;
  margin-right: 5px;
}
.abouti .abouti-other {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.abouti .abouti-other .abouti-other-left {
  width: 50%;
}
.abouti .abouti-other .abouti-other-one {
  width: 50%;
  height: calc(100% / 3);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(239, 239, 239, 0.5);
  transition: 0.5s;
  padding: 40px 30px;
}
.abouti .abouti-other .abouti-other-one:hover .abouti-other-title img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.abouti .abouti-other .abouti-other-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 20px;
}
.abouti .abouti-other .abouti-other-title p {
  width: calc(100% - 30px);
}
.abouti .abouti-other .abouti-other-title img {
  height: 25px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.abouti .abouti-other .abouti-other-title .abouti-other-newIcon {
  height: 35px;
}
.abouti .abouti-other .abouti-other-main {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 12px;
  display: flex;
}
.abouti .abouti-other .abouti-other-main .abouti-other-imgs {
  width: 100%;
  display: flex;
}
.abouti .abouti-other .abouti-other-main .abouti-other-main-img {
  width: calc(50% - 10px);
  margin-right: 10px;
  overflow: hidden;
  max-width: 140px;
}
.abouti .abouti-other .abouti-other-main .abouti-other-main-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-other .abouti-other-main .abouti-other-main-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.abouti .abouti-other .abouti-other-main1 {
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abouti .abouti-other .abouti-other-one-active {
  background: #E70E25;
  transition: 0.5s;
}
.qualifications {
  width: 100%;
  background: url('../images/yanwu/Qualifications-back.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}
.qualifications .qualifications-inner {
  padding: 0 60px;
}
.qualifications .qualifications-title {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.qualifications .qualifications-desc {
  width: 50%;
  margin: 18px auto 30px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.qualifications .qualificationsSwiper {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
.qualifications .qualificationsSwiper .qualificationsSwiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 3px;
  z-index: 20;
}
.qualifications .qualificationsSwiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #999999;
  border-radius: 2px;
  margin-right: 6px;
  transition: 0.5s;
}
.qualifications .qualificationsSwiper .swiper-pagination-bullet-active {
  background: #E70E25;
  transition: 0.5s;
}
.qualifications .qualificationsSwiper .qualificationsSwiper-one {
  width: 18%;
  max-width: 320px;
  margin-right: 5%;
  z-index: 10;
}
.qualifications .qualificationsSwiper .qualifications-img {
  width: 100%;
  position: relative;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(bottom, rgba(69, 56, 56, 0.3), transparent 20%, transparent);
}
.qualifications .qualificationsSwiper .qualifications-img .border {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.qualifications .qualificationsSwiper .qualifications-img .zhengshu {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.qualifications .qualificationsSwiper .qualifications-img:hover {
  overflow: hidden;
}
.qualifications .qualificationsSwiper .qualifications-img:hover .zhengshu {
  transform: scale(1.1);
  transition: 0.5s;
}
.news {
  width: 100%;
  padding: 80px 60px;
}
.news .newsSwiper {
  width: 100%;
}
.news .newsSwiper-one {
  width: 32%;
  max-width: 400px;
  margin-left: 40px;
}
.news .newsSwiper-one .newsSwiper-p {
  margin-bottom: 30px;
}
.news .newsSwiper-one .newsSwiper-p-index {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.news .newsSwiper-one .newsSwiper-p-index::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ddd;
  transition: 0.5s;
}
.news .newsSwiper-one .newsSwiper-p-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  transition: 0.5s;
  line-height: 24px;
  margin: 10px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.news .newsSwiper-one .newsSwiper-p-desc {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.news .newsSwiper-one .newsSwiper-img {
  width: 100%;
  overflow: hidden;
}
.news .newsSwiper-one .newsSwiper-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.news .newsSwiper-one:hover .newsSwiper-p-index {
  color: #666;
  transition: 0.5s;
}
.news .newsSwiper-one:hover .newsSwiper-p-index::before {
  background: #999;
  transition: 0.5s;
}
.news .newsSwiper-one:hover .newsSwiper-p-title {
  color: #E70E25;
  transition: 0.5s;
}
.news .newsSwiper-one:hover .newsSwiper-img {
  overflow: hidden;
}
.news .newsSwiper-one:hover .newsSwiper-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
.read-more {
  width: 160px;
  height: 42px;
  background: #ED1C24;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
}
.read-more .read-more-p {
  position: relative;
  transition: 0.5s;
}
.read-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@media only screen and (max-width: 1440px) {
  .abouti {
    padding: 100px 0;
  }
  .abouti .abouti-other .abouti-other-one {
    padding: 30px 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 22px auto 16px;
    font-size: 44px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    margin: 0 auto 26px;
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-word {
    font-size: 20px;
    line-height: 18px;
  }
  .proi {
    padding: 70px 0;
  }
  .qualifications {
    padding: 70px 0;
  }
  .news {
    padding: 70px 0;
  }
  .proi .proi-title {
    font-size: 32px;
    line-height: 38px;
  }
  .qualifications .qualifications-title {
    font-size: 32px;
    line-height: 38px;
  }
  .proi .proiSwiper .proiSwiper-one {
    padding: 24px 24px 34px 24px;
    width: 26%;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .abouti .abouti-title {
    font-size: 32px;
    line-height: 28px;
  }
  .abouti .abouti-num {
    margin: 40px 0;
  }
  .abouti .abouti-other .abouti-other-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .abouti .abouti-other .abouti-other-title img {
    height: 20px;
  }
  .abouti .abouti-other .abouti-other-main {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .abouti .abouti-other .abouti-other-one {
    padding: 18px 18px;
  }
  .abouti .abouti-other .abouti-other-main .abouti-other-main-img {
    width: calc(50% - 3px);
  }
  .abouti .abouti-desc {
    font-size: 20px;
    margin: 14px 0 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 18px auto 12px;
    font-size: 40px;
    line-height: 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    margin: 0 auto 22px;
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-word {
    font-size: 18px;
  }
  .proi {
    padding: 50px 0;
  }
  .news {
    padding: 50px 0;
  }
  .qualifications {
    padding: 50px 0;
  }
  .qualifications .qualificationsSwiper {
    padding-bottom: 50px;
  }
  .qualifications .qualificationsSwiper .qualificationsSwiper-one {
    width: 200px;
  }
  .proi .proi-title {
    font-size: 30px;
    line-height: 36px;
  }
  .qualifications .qualifications-title {
    font-size: 30px;
    line-height: 36px;
  }
  .proi .proi-desc {
    font-size: 14px;
    width: 60%;
    margin: 16px auto 28px;
  }
  .qualifications .qualifications-desc {
    font-size: 14px;
    width: 60%;
    margin: 16px auto 28px;
  }
  .proi .proiSwiper .proiSwiper-one p {
    font-size: 16px;
    margin-top: 12px;
  }
  .proi .pro-all {
    margin: 44px auto 0;
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    font-size: 14px;
  }
  .news .newsSwiper-one .newsSwiper-p-title {
    font-size: 18px;
    margin: 6px 0 14px;
  }
  .news .newsSwiper-one .newsSwiper-p {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .abouti .abouti-other .abouti-other-main .abouti-other-main-img {
    max-width: 95px;
  }
  .abouti .abouti-title {
    font-size: 30px;
    line-height: 26px;
  }
  .abouti .abouti-other .abouti-other-main .abouti-other-imgs {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .abouti .abouti-other .abouti-other-main .abouti-other-main-img {
    width: 60%;
  }
  .abouti .abouti-other {
    width: 45%;
  }
  .news .newsSwiper-one {
    margin-left: 24px;
  }
  .news .newsSwiper-one .newsSwiper-p-title {
    font-size: 16px;
    margin: 6px 0 8px;
  }
  .news .newsSwiper-one .newsSwiper-p {
    margin-bottom: 15px;
  }
  .news .newsSwiper-one .newsSwiper-p-index {
    font-size: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    width: 90%;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 15px auto 8px;
    font-size: 32px;
    line-height: 38px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-word {
    font-size: 16px;
  }
  .proi {
    padding: 42px 0;
  }
  .qualifications {
    padding: 42px 0;
  }
  .qualifications .qualifications-inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .news {
    padding: 42px 0;
  }
  .proi .proi-title {
    font-size: 26px;
    line-height: 32px;
  }
  .qualifications .qualifications-title {
    font-size: 26px;
    line-height: 32px;
  }
  .qualifications .qualificationsSwiper {
    padding-bottom: 40px;
  }
  .proi .proi-desc {
    width: 70%;
    margin: 12px auto 26px;
  }
  .qualifications .qualifications-desc {
    width: 70%;
    margin: 12px auto 26px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    top: 50%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    min-width: 136px;
    height: 40px;
    line-height: 40px;
  }
  .proi .proiSwiper .proiSwiper-one {
    padding: 18px 18px 22px 18px;
    width: 33%;
    margin-right: 20px;
  }
  .proi .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .proi .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
  }
  .proi .proi-inner {
    padding: 0 30px;
  }
  .proi .proiSwiper {
    padding-bottom: 30px;
  }
  .proi .pro-all {
    width: 136px;
    height: 40px;
  }
  .proi .pro-all img {
    width: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    width: 100%;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .abouti {
    padding: 40px 0 0;
  }
  .abouti .abouti-btn {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .abouti .abouti-btn img {
    width: 18px;
  }
  .abouti .abouti-title {
    font-size: 26px;
    line-height: 24px;
  }
  .abouti .abouti-desc {
    font-size: 16px;
    margin: 10px 0 12px;
  }
  .abouti .abouti-num {
    margin: 30px 0;
  }
  .abouti .abouti-title {
    width: 100%;
  }
  .abouti .abouti-desc {
    width: 100%;
  }
  .abouti .abouti-desc1 {
    width: 100%;
  }
  .abouti .abouti-num {
    width: 100%;
  }
  .abouti .abouti-other {
    width: 100%;
    position: relative;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .abouti .abouti-other .abouti-other-main .abouti-other-main-img {
    max-width: 50%;
    width: auto;
    margin-right: 12px;
  }
  .abouti .abouti-other .abouti-other-main p {
    width: auto;
    display: inline-block;
  }
  .abouti .abouti-other .abouti-other-main .abouti-other-imgs {
    justify-content: flex-start;
  }
  .abouti .abouti-other .abouti-other-one {
    width: 100%;
  }
  .abouti .abouti-other .abouti-other-left {
    display: none;
  }
  .banner {
    margin-top: 50px;
  }
  .banner .bannerSwiper .banner-bottom .bannerSwiper-button {
    width: 34px;
    height: 34px;
  }
  .proi .proiSwiper .proiSwiper-one {
    padding: 12px 12px 20px 12px;
    width: 230px;
    margin-right: 12px;
  }
  .proi .proiSwiper .proiSwiper-one p {
    font-size: 14px;
  }
  .proi .proi-desc {
    width: 80%;
    font-size: 12px;
    line-height: 22px;
  }
  .qualifications .qualifications-desc {
    width: 80%;
    font-size: 12px;
    line-height: 22px;
  }
  .qualifications .qualificationsSwiper {
    padding-bottom: 30px;
  }
  .proi .proi-title {
    font-size: 24px;
    line-height: 30px;
  }
  .qualifications .qualifications-title {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    min-width: 120px;
    height: 36px;
    line-height: 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    font-size: 12px;
  }
  .banner .bannerSwiper .banner-bottom .bannerSwiper-button i {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    font-size: 12px;
    line-height: 24px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 6px auto 8px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-word {
    font-size: 12px;
  }
  .proi {
    padding: 34px 0;
  }
  .qualifications {
    padding: 34px 0;
  }
  .news {
    padding: 34px 0;
  }
  .news .newsSwiper-one .newsSwiper-p-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .news .newsSwiper-one .newsSwiper-p {
    margin-bottom: 12px;
  }
  .news .newsSwiper-one .newsSwiper-p-title {
    font-size: 14px;
    margin: 6px 0 4px;
  }
}
@media only screen and (max-width: 640px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 24px;
    line-height: 26px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    margin: 0 auto 12px;
  }
  .proi .proi-desc {
    width: 90%;
    margin: 10px auto 20px;
  }
  .qualifications .qualifications-desc {
    width: 90%;
    margin: 10px auto 20px;
  }
  .proi .proi-title {
    font-size: 22px;
    line-height: 26px;
  }
  .qualifications .qualifications-title {
    font-size: 22px;
    line-height: 26px;
  }
  .proi {
    padding: 28px 0;
  }
  .qualifications {
    padding: 28px 0;
  }
  .news {
    padding: 28px 0;
  }
  .proi .pro-all {
    margin: 38px auto 0;
    font-size: 12px;
  }
  .proi .proiSwiper .proiSwiper-one p {
    font-size: 12px;
    margin-top: 8px;
  }
  .news .newsSwiper-one {
    width: 40%;
  }
  .news .newsSwiper-one .newsSwiper-p-index {
    font-size: 12px;
  }
  .qualifications .qualificationsSwiper .qualificationsSwiper-pagination {
    bottom: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .abouti .abouti-btn img {
    width: 15px;
  }
  .abouti .abouti-btn {
    width: 124px;
    height: 38px;
    font-size: 13px;
  }
  .abouti .abouti-num .abouti-num-one .abouti-num-main .abouti-num-count {
    font-size: 30px;
    margin-right: 12px;
  }
  .abouti .abouti-num .abouti-num-one .abouti-num-main {
    margin: 16px 0 10px;
  }
  .abouti .abouti-num .abouti-num-one .abouti-num-main .abouti-num-unit {
    font-size: 12px;
    line-height: 20px;
  }
  .abouti .abouti-desc1 {
    font-size: 12px;
    line-height: 20px;
  }
  .abouti .abouti-desc {
    font-size: 14px;
    margin: 6px 0 8px;
  }
  .abouti .abouti-title {
    font-size: 22px;
    line-height: 20px;
  }
  .abouti .abouti-num .abouti-num-one img {
    height: 26px;
  }
  .abouti .abouti-num .abouti-num-one .abouti-num-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .news .newsSwiper-one {
    width: 48%;
  }
  .qualifications .qualificationsSwiper .qualificationsSwiper-one {
    width: 150px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 18px;
    line-height: 22px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    padding-right: 0%;
  }
  .banner .bannerSwiper .banner-bottom {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    display: none;
  }
  .proi .proi-title {
    font-size: 20px;
    line-height: 24px;
  }
  .qualifications .qualifications-title {
    font-size: 20px;
    line-height: 24px;
  }
  .proi .proi-desc {
    width: 100%;
    margin: 10px auto 10px;
    line-height: 20px;
  }
  .qualifications .qualifications-desc {
    width: 100%;
    margin: 10px auto 10px;
    line-height: 20px;
  }
  .proi .proiSwiper {
    padding-bottom: 12px;
  }
  .proi .pro-all {
    margin: 30px auto 0;
  }
  .proi .proi-inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 415px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
    line-height: 20px;
  }
  .proi .proi-title {
    font-size: 18px;
    line-height: 22px;
  }
  .qualifications .qualifications-title {
    font-size: 18px;
    line-height: 22px;
  }
}
