.banner .bannerSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper .banner-swiper-slide {
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img-pc {
  display: block;
  z-index: 20;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 40;
}
.banner .bannerSwiper .banner-swiper-slide .indexPage-inner {
  height: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner {
  position: absolute;
  left: 5%;
  right: 0;
  z-index: 50;
  top: 120px;
  width: 50%;
  height: calc(100% - 120px);
}
.banner .bannerSwiper .banner-swiper-slide .videoBannerMask {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 5;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-desc {
  text-transform: uppercase;
  width: 70%;
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 56px;
  margin: 3% 0 5%;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
  width: 100%;
  font-weight: 400;
  font-size: 72px;
  line-height: 78px;
  color: #FFFFFF;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'LamaSans-Black';
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  z-index: 4;
  position: relative;
  vertical-align: top;
  object-fit: cover;
}
.banner .bannerSwiper .banner-swiper-slide video {
  width: 100%;
  height: 100%;
  z-index: 4;
  vertical-align: top;
  object-fit: cover;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more-box {
  width: 100%;
  margin-top: 3%;
}
.banner .bannerSwiper .scrollDown {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 360px;
  height: 60px;
  background: #9a0001;
  border-radius: 10px 0px 0px 0px;
  text-align: center;
}
.banner .bannerSwiper .scrollDown .scroll-text {
  font-family: 'LamaSans-Medium';
  font-size: 16px;
  line-height: 64px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner .bannerSwiper .bannerNum {
  position: absolute;
  left: 5%;
  top: 0;
  width: 24px;
  height: 100%;
  display: flex;
  padding-bottom: 5%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 20;
}
.banner .bannerSwiper .bannerNum .bannerNum-one {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  margin: 14px 0;
  cursor: pointer;
  transition: 1.2s;
}
.banner .bannerSwiper .bannerNum .bannerNum-one-active {
  width: 5px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: 1.2s;
}
.banner .bannerSwiper .bannerNum .bannerNum-main {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 66px;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.2s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.abouti {
  overflow: hidden;
}
.abouti .indexPage-outer {
  position: relative;
}
.abouti .indexPage-outer .companyName {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 10vw;
  color: #9a0001;
  text-transform: uppercase;
  line-height: 12vw;
  z-index: 12;
  position: relative;
}
.abouti .indexPage-outer .companyAbout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.abouti .indexPage-outer .companyAbout .companyAbout-left {
  width: 25%;
}
.abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-dot {
  width: 50px;
}
.abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  text-transform: uppercase;
  margin: 4px 0 8px;
}
.abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 60px;
  color: #9a0001;
  line-height: 62px;
}
.abouti .indexPage-outer .companyAbout .companyAbout-desc {
  width: 72%;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: 'LamaSans-Medium';
}
.abouti .indexPage-outer .abouti-img {
  width: 25%;
  max-width: 414px;
  position: absolute;
  right: 2px;
  top: 0;
  transform: translateY(-30%);
}
.abouti .indexPage-outer .company-nums-m {
  display: none;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.abouti .indexPage-outer .company-nums-m .company-num {
  margin-right: 14%;
  margin-top: 20px;
}
.abouti .indexPage-outer .company-nums-m .company-num .company-num-top {
  display: flex;
  align-items: flex-start;
}
.abouti .indexPage-outer .company-nums-m .company-num .company-num-top .company-num-p {
  font-weight: 900;
  color: #9a0001;
  font-family: 'LamaSans-Black';
  font-size: 32px;
  line-height: 36px;
}
.abouti .indexPage-outer .company-nums-m .company-num .company-num-top .company-num-add {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 16px;
  color: #9a0001;
  line-height: 26px;
  margin-left: 8px;
}
.abouti .indexPage-outer .company-nums-m .company-num .company-num-bottom {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  font-family: 'LamaSans-Medium';
  text-transform: uppercase;
}
.abouti .indexPage-outer .abouti-new-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  flex-wrap: wrap;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-inner {
  width: 48%;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-inner .abouti-new-img {
  width: 100%;
  overflow: hidden;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-inner .abouti-new-img img {
  width: 100%;
  transform: scale(1);
  display: block;
  transition: 0.5s;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-inner .abouti-new-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-more {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-intro {
  width: 48%;
  font-weight: 500;
  padding-top: 36px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: 'LamaSans-Medium';
}
.abouti .indexPage-outer .abouti-new-outer .abouti-new-intro .p1 {
  margin-top: 14px;
}
.abouti .indexPage-outer .company-history {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  height: 500px;
}
.abouti .indexPage-outer .company-history .company-history-left {
  width: 50%;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-imgs {
  width: 100%;
  position: relative;
  margin: 60px 0;
}
.abouti .indexPage-outer .company-history .company-history-left .public-more {
  z-index: 12;
  position: relative;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 12;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-img img {
  width: 100%;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-img-active {
  opacity: 1;
  z-index: 15;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-dom {
  width: 100%;
  opacity: 0;
  z-index: 12;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-left .company-history-dom img {
  width: 100%;
}
.abouti .indexPage-outer .company-history .company-history-timeline {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 55%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.abouti .indexPage-outer .company-history .company-history-timeline .company-history-timeline-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li p {
  position: relative;
  width: 100%;
  height: 20px;
  z-index: 15;
  background: rgba(119, 33, 26, 0.2);
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li p::after {
  width: 100%;
  height: 100%;
  background: #9a0001;
  content: "";
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: rgba(119, 33, 26, 0.2);
  transform-origin: 50% 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  transform: rotate(calc(12deg * var(--n))) skewY(-77deg);
  margin: 0 auto;
  width: 21%;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-box-active {
  opacity: 1;
  z-index: 8;
  background: #9a0001;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li-active p::after {
  opacity: 1;
  z-index: 2;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li-long p {
  height: 50px;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li {
  transform-origin: center center;
  transform: rotate(calc(12deg * var(--n)));
}
.abouti .indexPage-outer .company-history .company-history-timeline .timeline::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 10;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 2px;
  top: 2px;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper-outer {
  width: 40%;
  height: 50%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 12;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 12;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 48px;
  color: #9a0001;
  line-height: 50px;
  margin-bottom: 20px;
  opacity: 0 !important;
  z-index: -1 !important;
  overflow: hidden;
  transition: 1s;
  height: auto;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one .time-one-inner {
  height: 100%;
  transform: translateY(30px);
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one .time-one-line-p {
  width: 4px;
  height: 24px;
  margin: 4px auto 4px 24%;
  background: #9a0001;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline_slide_active {
  opacity: 1 !important;
  z-index: 15 !important;
  transition: 1s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline_slide_active .time-one-inner {
  transform: translateY(0);
  transition: 0.8s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline-bottom {
  display: flex;
  align-items: center;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 15;
  background: #F8F8F8;
  border-radius: 50%;
  color: #9a0001;
  transition: 0.5s;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline-btn:hover {
  color: #fff;
  background: #9a0001;
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline-btn-next {
  margin-left: 12px;
}
.abouti .indexPage-outer .company-history .company-history-right {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouti .indexPage-outer .company-history .company-history-right .company-nums {
  width: 100%;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper {
  width: 100%;
  overflow: hidden;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top {
  display: flex;
  align-items: flex-start;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p {
  font-weight: 900;
  color: #9a0001;
  font-family: 'LamaSans-Black';
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p1 {
  font-size: 120px;
  line-height: 120px;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p2 {
  font-size: 100px;
  line-height: 100px;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p3 {
  font-size: 72px;
  line-height: 72px;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-add {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 36px;
  color: #9a0001;
  line-height: 30px;
  margin-left: 10px;
}
.abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-bottom {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: 'LamaSans-Medium';
  text-transform: uppercase;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs {
  width: 100%;
  margin-top: 25%;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescsSwiper {
  width: 100%;
  overflow: hidden;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  opacity: 0 !important;
  z-index: -1 !important;
  overflow: hidden;
  transition: 1s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .introDescs-one-img {
  width: 100%;
  margin-bottom: 12px;
  display: none;
  overflow: hidden;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .introDescs-one-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .introDescs-one-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .p1 {
  font-family: 'LamaSans-Bold';
  font-weight: bold;
  color: #9a0001;
  margin-bottom: 12px;
  font-size: 18px;
  transform: translateY(12px);
  transition: 0.8s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .p2 {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  transform: translateY(20px);
  transition: 0.8s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs_slide_active {
  opacity: 1 !important;
  z-index: 12 !important;
  transition: 1s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs_slide_active .p1 {
  transform: translateY(0);
  transition: 0.8s;
}
.abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs_slide_active .p2 {
  transform: translateY(0);
  transition: 0.8s;
}
.abouti .indexPage-outer .public-more-m {
  display: none;
}
.proi {
  background: url('https://file.global86.cn/fileStore/website_new/anlan/proi-back.png') no-repeat;
  background-size: cover;
}
.proi .indexPage-title {
  color: #333333;
}
.proi .proi-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.proi .proi-main .proi-swiper {
  width: 100%;
}
.proi .proi-main .proi-one {
  width: 320px;
  margin-right: 42px;
  position: relative;
  overflow: hidden;
}
.proi .proi-main .proi-one .proi-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.proi .proi-main .proi-one .proi-img .proi-img-dom {
  width: 100%;
  position: relative;
  display: block;
}
.proi .proi-main .proi-one .proi-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask {
  position: absolute;
  background: rgba(119, 33, 26, 0.3);
  opacity: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-title {
  color: #fff;
  padding: 0 12px;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more {
  width: 100%;
  transition: 0.5s;
  display: flex;
  transform: translateY(50px);
  justify-content: center;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a {
  width: 140px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  background: #9a0001;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a img {
  width: 22px;
  margin-left: 4px;
  transform: rotateZ(0deg);
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a:hover img {
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.proi .proi-main .proi-one .proi-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 20px 0;
  line-height: 26px;
  font-family: 'LamaSans-SemiBold';
}
.proi .proi-main .proi-one:hover .proi-img img {
  transform: scale(1.05);
  transition: 0.5s;
}
.proi .proi-main .proi-one:hover .proi-img .proi-img-mask {
  opacity: 1;
  z-index: 1;
  transition: 0.5s;
}
.proi .proi-main .proi-one:hover .proi-img .proi-img-mask .proi-more {
  transition: 0.5s;
  transform: translateY(0);
}
.applicationi {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.applicationi .applicationi-imgs {
  width: 100%;
  position: relative;
}
.applicationi .applicationi-imgs .applicationi-imgs-one {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.applicationi .applicationi-imgs .applicationi-imgs-active {
  opacity: 1;
  z-index: 1;
  transition: 0.5s;
}
.applicationi .applicationi-imgs .applicationi-imgs-dom {
  width: 100%;
  opacity: 0;
  display: block;
  z-index: -1;
}
.applicationi .applicationi-all {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.applicationi .applicationi-all .indexPage-outer {
  height: 100%;
  width: 100%;
}
.applicationi .applicationi-main {
  height: 100%;
  width: 100%;
}
.applicationi .applicationi-main .indexPage-inner {
  position: relative;
}
.applicationi .applicationi-main .indexPage-inner .indexPage-more-outer {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 22;
}
.applicationi .applicationi-main .applicationi-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
}
.applicationi .applicationi-main .applicationi-line:nth-of-type(1) {
  left: 0;
}
.applicationi .applicationi-main .applicationi-line:nth-of-type(2) {
  left: 25%;
}
.applicationi .applicationi-main .applicationi-line:nth-of-type(3) {
  left: 50%;
}
.applicationi .applicationi-main .applicationi-line:nth-of-type(4) {
  left: 75%;
}
.applicationi .applicationi-main .applicationi-line:nth-of-type(5) {
  left: 100%;
}
.applicationi .applicationi-main .indexPage-inner {
  height: 100%;
}
.applicationi .applicationi-main .indexPage-inner .indexPage-title {
  color: #FFFFFF;
  z-index: 20;
}
.applicationi .applicationi-main .applicationi-con-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one {
  width: 25%;
  height: 100%;
  z-index: 20;
  display: flex;
  cursor: pointer;
  align-items: flex-end;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-inner {
  width: 100%;
  padding: 30px 12px 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-index {
  font-family: 'LamaSans-SemiBold';
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  transform: translateY(30px);
  transition: 0.5s;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-title {
  font-weight: 600;
  font-family: 'LamaSans-SemiBold';
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #999999;
  transform: translateY(30px);
  transition: 0.5s;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one-active .applicationi-con-index {
  color: #fff;
  transform: translateY(0);
  transition: 0.5s;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one-active .applicationi-con-title {
  color: #fff;
  transform: translateY(0);
  transition: 0.5s;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one1 .applicationi-con-inner {
  height: 80%;
}
.applicationi .applicationi-main .applicationi-con-main .applicationi-con-one2 .applicationi-con-inner {
  height: 50%;
}
.applicationi-m {
  display: none;
  background: #F8F8F8;
}
.applicationi-m .applicationi-swiper {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
}
.applicationi-m .applicationi-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.applicationi-m .applicationi-swiper .swiper-slide .applicationi-m-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.applicationi-m .applicationi-swiper .swiper-slide .applicationi-m-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.applicationi-m .applicationi-swiper .swiper-slide .applicationi-m-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.applicationi-m .applicationi-m-titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.applicationi-m .applicationi-m-titles .applicationi-m-title-one {
  display: flex;
  text-transform: uppercase;
  align-items: flex-start;
  width: 50%;
  padding: 10px 6px;
  cursor: pointer;
  color: #333333;
  justify-content: center;
  transition: 0.5s;
}
.applicationi-m .applicationi-m-titles .applicationi-m-title-one .applicationi-m-title-text {
  font-size: 14px;
  line-height: 28px;
  margin-right: 8px;
}
.applicationi-m .applicationi-m-titles .applicationi-m-title-one .applicationi-m-index {
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
.applicationi-m .applicationi-m-titles .applicationi-m-title-one-active {
  color: #fff;
  background: #9a0001;
  transition: 0.5s;
}
.servicei {
  background: url('../images/coop2-back.jpg') no-repeat;
  background-size: cover;
}
.servicei .indexPage-title {
  color: #FFFFFF;
}
.servicei .servicei-main {
  display: flex;
  width: 100%;
  margin: 30px auto 60px;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/servicei-line.png') no-repeat;
  background-size: 100% 100%;
  height: 550px;
}
.servicei .servicei-main .servicei-one {
  width: 25%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2%;
}
.servicei .servicei-main .servicei-one .servicei-index {
  width: 64px;
  font-weight: normal;
  font-family: 'LamaSans-BoldCondensed';
  font-size: 30px;
  color: #FFFEFE;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #9a0001;
  text-align: center;
  line-height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.servicei .servicei-main .servicei-one .servicei-icon {
  max-width: 43px;
  max-height: 45px;
}
.servicei .servicei-main .servicei-one .servicei-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.servicei .servicei-main .servicei-one .servicei-title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFEFE;
  font-family: 'LamaSans-SemiBold';
  line-height: 30px;
  margin: 6px 0;
}
.servicei .servicei-main .servicei-one .servicei-desc {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 16px;
  color: #FFFEFE;
  line-height: 30px;
  height: 180px;
  overflow-y: auto;
  position: relative;
}
.servicei .servicei-main .servicei-one .servicei-desc::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
.servicei .servicei-main .servicei-one .servicei-desc::-webkit-scrollbar-corner {
  background-color: transparent;
}
.servicei .servicei-main .servicei-one .servicei-desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1) !important;
}
.servicei .servicei-main .servicei-one .servicei-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.servicei .servicei-main .servicei-one:hover .servicei-icon img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.servicei .servicei-main .servicei-one-odd .servicei-index {
  top: 0;
  transition: 0.5s;
}
.servicei .servicei-main .servicei-one-odd:hover .servicei-index {
  top: 20px;
  transition: 0.5s;
}
.servicei .servicei-main .servicei-one-other .servicei-desc {
  padding-right: 4px;
}
.servicei .servicei-main .servicei-one-even .servicei-index {
  bottom: 0;
  transition: 0.5s;
}
.servicei .servicei-main .servicei-one-even:hover .servicei-index {
  bottom: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 1920px) {
  .banner .bannerSwiper {
    height: auto;
  }
}
@media only screen and (min-width: 1800px) {
  .abouti .indexPage-outer .companyName {
    font-size: 206px;
    line-height: 210px;
  }
}
@media only screen and (max-width: 1441px) {
  .banner .bannerSwiper .bannerNum {
    left: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 68px;
    line-height: 74px;
  }
  .abouti .indexPage-outer .company-history {
    margin-bottom: 30px;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 22px;
    margin: 16px 0;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-dot {
    width: 42px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
    font-size: 26px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
    font-size: 54px;
  }
  .abouti .indexPage-outer .companyName {
    font-size: 8vw;
    line-height: 10vw;
  }
  .servicei .servicei-main .servicei-one .servicei-title {
    font-size: 20px;
  }
  .servicei .servicei-main .servicei-one .servicei-icon {
    max-width: 40px;
    max-height: 40px;
  }
  .servicei .servicei-main {
    margin: 24px auto 46px;
  }
  .servicei .servicei-main .servicei-one .servicei-index {
    width: 52px;
    font-size: 24px;
    height: 52px;
    border: 4px solid #9a0001;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1281px) {
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-intro {
    padding-top: 24px;
  }
  .banner .bannerSwiper .bannerNum {
    left: 15px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 58px;
    line-height: 66px;
  }
  .proi .proi-main .proi-one {
    width: 320px;
    margin-right: 34px;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 20px;
  }
  .servicei .servicei-main .servicei-one .servicei-icon {
    max-width: 38px;
    max-height: 36px;
  }
  .servicei .servicei-main {
    height: 430px;
  }
  .servicei .servicei-main .servicei-one .servicei-desc {
    font-size: 14px;
    line-height: 26px;
    height: 174px;
  }
  .servicei .servicei-main .servicei-one .servicei-title {
    font-size: 18px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one1 .applicationi-con-inner {
    height: 86%;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one2 .applicationi-con-inner {
    height: 60%;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-inner {
    padding: 18px 16px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1150px) {
  .abouti .indexPage-outer .abouti-new-outer {
    margin-top: 32px;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-more {
    margin-top: 30px;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-inner .abouti-new-img {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-inner {
    width: 100%;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-intro {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
  .banner .bannerSwiper .scrollDown .scroll-text {
    font-size: 14px;
    line-height: 50px;
  }
  .banner .bannerSwiper .scrollDown {
    width: 280px;
    height: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 50px;
    line-height: 56px;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    width: 300px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-bottom {
    font-size: 14px;
    line-height: 26px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 12px;
  }
  .abouti .indexPage-outer .company-history {
    margin-bottom: 0;
    height: 400px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline {
    width: 400px;
    height: 400px;
    left: 45%;
  }
  .abouti .indexPage-outer .company-history .company-history-left {
    width: 40%;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
    font-size: 22px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-dot {
    width: 34px;
  }
  .proi .proi-main {
    margin: 30px 0;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1025px) {
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-intro {
    padding-top: 0;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-more {
    justify-content: center;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    padding: 0 0 0 30px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-add {
    font-size: 24px;
    line-height: 28px;
    margin-left: 6px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p1 {
    font-size: 84px;
    line-height: 84px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p3 {
    font-size: 52px;
    line-height: 64px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p2 {
    font-size: 78px;
    line-height: 90px;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    width: 230px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-desc {
    width: 76%;
    font-size: 14px;
    line-height: 26px;
  }
  .proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .servicei .servicei-main {
    height: 380px;
  }
  .servicei .servicei-main .servicei-one .servicei-desc {
    height: 130px;
  }
  .servicei .servicei-main .servicei-one .servicei-index {
    width: 48px;
    font-size: 20px;
    height: 48px;
    border: 3px solid #9a0001;
    line-height: 52px;
  }
  .servicei .servicei-main .servicei-one .servicei-icon {
    max-height: 30px;
  }
  .servicei .servicei-main .servicei-one .servicei-title {
    font-size: 16px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-index {
    transform: translateY(10px);
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-title {
    transform: translateY(10px);
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-title {
    font-size: 18px;
  }
  .banner {
    margin-top: 65px;
  }
  .banner .bannerSwiper {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .banner .bannerSwiper .bannerNum .bannerNum-main {
    font-size: 16px;
    line-height: 50px;
  }
  .banner .bannerSwiper .bannerNum .bannerNum-one {
    margin: 10px 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline {
    left: 42%;
  }
  .abouti .indexPage-outer .company-history .company-history-right .numsSwiper .company-num .company-num-top .company-num-p2 {
    font-size: 68px;
    line-height: 86px;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    width: 200px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .p1 {
    margin-bottom: 6px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one {
    font-size: 14px;
    line-height: 22px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
    line-height: 52px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
    font-size: 20px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
    font-size: 48px;
  }
  .proi .proi-main {
    margin: 22px 0;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 16px;
    margin: 12px 0 14px;
  }
  .servicei .servicei-main .servicei-one .servicei-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .servicei .servicei-main .servicei-one .servicei-title {
    font-size: 14px;
    line-height: 20px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-inner {
    padding: 10px 12px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-title {
    font-size: 16px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one .applicationi-con-index {
    font-size: 12px;
  }
  .applicationi .applicationi-main .applicationi-con-main {
    margin-top: 36px;
  }
  .applicationi .applicationi-main .indexPage-inner .indexPage-more-outer {
    bottom: -28px;
  }
  .applicationi .applicationi-main {
    padding-bottom: 50px;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one1 .applicationi-con-inner {
    height: 100%;
  }
  .applicationi .applicationi-main .applicationi-con-main .applicationi-con-one2 .applicationi-con-inner {
    height: 80%;
  }
}
@media only screen and (max-width: 821px) {
  .banner .bannerSwiper .bannerNum .bannerNum-one-active {
    height: 30px;
  }
  .banner .bannerSwiper .bannerNum .bannerNum-one {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 740px) {
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-more {
    margin-top: 20px;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-intro .p1 {
    margin-top: 10px;
  }
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-inner .abouti-new-img {
    margin: 0 auto 22px;
  }
  .abouti .indexPage-outer .abouti-new-outer {
    margin-top: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 28px;
    line-height: 36px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline {
    width: 360px;
    height: 360px;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    justify-content: flex-end;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-nums {
    display: none;
  }
  .abouti .indexPage-outer .companyAbout {
    align-items: center;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left {
    width: 150px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-desc {
    max-width: calc(100% - 150px);
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
    font-size: 40px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
    font-size: 18px;
    margin: 4px 0 4px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-dot {
    width: 28px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-desc {
    font-size: 12px;
    line-height: 24px;
  }
  .proi .proi-main .proi-one {
    width: 300px;
    margin-right: 20px;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 14px;
    margin: 10px 0 12px;
  }
  .applicationi {
    display: none;
  }
  .applicationi-m {
    display: block;
  }
  .servicei .servicei-main {
    height: auto;
    flex-wrap: wrap;
    background: transparent;
  }
  .servicei .servicei-main .servicei-one .servicei-title {
    margin-top: 12px;
  }
  .servicei .servicei-main .servicei-one .servicei-desc {
    height: auto;
    opacity: 0.8;
  }
  .servicei .servicei-main {
    margin: 0 auto 36px;
  }
  .servicei .servicei-main .servicei-one {
    width: 50%;
    margin-top: 24px;
  }
  .servicei .servicei-main .servicei-one:hover .servicei-title {
    color: #9a0001;
    transition: 0.5s;
  }
  .servicei .servicei-main .servicei-one .servicei-index {
    display: none;
  }
}
@media only screen and (max-width: 641px) {
  .banner .bannerSwiper .scrollDown {
    width: 190px;
    height: 42px;
  }
  .banner .bannerSwiper .scrollDown .scroll-text {
    font-size: 12px;
    line-height: 44px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 24px;
    line-height: 30px;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .introDescs-one-img {
    display: block;
  }
  .abouti .indexPage-outer .public-more-m {
    display: block;
    max-width: 25%;
    margin: 0 auto;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    width: 55%;
    justify-content: flex-start;
  }
  .abouti .indexPage-outer .company-nums-m .company-num {
    margin-right: 10%;
  }
  .abouti .indexPage-outer .company-history .company-history-left {
    width: 50%;
    display: none;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline {
    width: 350px;
    height: 350px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .banner {
    margin-top: 50px;
  }
  .proi .proi-main .proi-one .proi-title {
    font-size: 12px;
    margin: 8px 0 10px;
  }
}
@media only screen and (max-width: 521px) {
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one .introDescs-one-img {
    display: none;
  }
  .abouti .indexPage-outer .company-history .company-history-right {
    padding-top: 15%;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs {
    margin-top: 0;
  }
  .abouti .indexPage-outer .company-history .company-history-right .company-history-introDescs .introDescs-one {
    font-size: 12px;
    line-height: 20px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li p {
    height: 14px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li-long p {
    height: 24px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .abouti .indexPage-outer .company-history {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 431px) {
  .abouti .indexPage-outer .abouti-new-outer .abouti-new-intro {
    font-size: 12px;
    line-height: 24px;
  }
  .banner .bannerSwiper .bannerNum .bannerNum-one-active {
    height: 16px;
    width: 4px;
  }
  .banner .bannerSwiper .bannerNum .bannerNum-one {
    width: 5px;
    height: 5px;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    font-size: 20px;
    line-height: 26px;
  }
  .abouti .indexPage-outer .company-nums-m .company-num .company-num-bottom {
    font-size: 12px;
    line-height: 24px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper-outer {
    width: 45%;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li p {
    height: 8px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .timeline-btn-next {
    margin-left: 8px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timeline .timeline-li-long p {
    height: 18px;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline .timelineSwiper .time-one {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .abouti .indexPage-outer .public-more-m {
    margin-top: 18px;
  }
  .abouti .indexPage-outer .company-history {
    margin-top: 0;
  }
  .abouti .indexPage-outer .company-history {
    height: 70vw;
  }
  .abouti .indexPage-outer .company-history .company-history-timeline {
    width: 70vw;
    height: 70vw;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-since {
    font-size: 16px;
    margin: 4px 0 4px;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left .companyAbout-num {
    margin: 0 4%;
  }
  .abouti .indexPage-outer .companyAbout {
    flex-wrap: wrap;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-desc {
    width: 100%;
    max-width: 100%;
  }
  .abouti .indexPage-outer .companyAbout .companyAbout-left {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .proi .proi-main .proi-one {
    width: 250px;
    margin-right: 15px;
  }
  .proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a img {
    width: 18px;
  }
  .proi .proi-main .proi-one .proi-img .proi-img-mask .proi-more a {
    width: 100px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .servicei .servicei-main .servicei-one .servicei-icon {
    max-width: 28px;
    max-height: 22px;
  }
  .servicei .servicei-main .servicei-one {
    width: 100%;
  }
  .banner {
    margin-top: 42px;
  }
  .applicationi-m .applicationi-swiper {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    display: none;
  }
  .applicationi-m .applicationi-m-titles .applicationi-m-title-one .applicationi-m-title-text {
    font-size: 12px;
    line-height: 25px;
    margin-right: 6px;
  }
  .applicationi-m .applicationi-m-titles .applicationi-m-title-one .applicationi-m-index {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .banner .bannerSwiper .scrollDown {
    display: none;
  }
}
