.banner {
  width: 100%;
  aspect-ratio: 2.18181818;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  background: transparent;
  display: flex;
  align-items: flex-end;
}
.banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
  font-weight: bold;
  font-size: 44px;
  color: #2C2C2C;
  line-height: 80px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-line-desc .p1 {
  color: #F8B500;
}
.banner .bannerSwiper .banner-swiper-slide1 img {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 12;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/banner-back.png') no-repeat;
  background-size: 100% 100%;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-main .indexPage-outer {
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
  padding: 8% 13% 120px;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner-nums-bottom {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 40px;
  right: 5%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  margin: 20px 0;
  transition: 0.5s;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o p {
  width: 20px;
  height: 20px;
  transition: 0.5s;
  border-radius: 50%;
  border: 3px solid #F8B500;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o .default {
  opacity: 1;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o .active {
  opacity: 0;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o:hover .default {
  opacity: 0;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o:hover .active {
  opacity: 1;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-oa p {
  background: #F8B500;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-oa .default {
  opacity: 0;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-oa .active {
  opacity: 1;
}
.banner .bannerSwiper .banner-btns {
  position: absolute;
  bottom: 0;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 25;
}
.banner .bannerSwiper .banner-btns .banner-btn {
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 40px;
  line-height: 114px;
  cursor: pointer;
  text-align: center;
  opacity: 0.8;
  border: none;
  outline: none;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-btns .banner-btn:hover {
  opacity: 1;
  color: #F8B500;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one {
  margin-right: 10px;
  font-family: 'IdealistLevel';
  display: flex;
  align-items: center;
  cursor: pointer;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one .banner-btn-num-dom {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 93px;
  opacity: 0.5;
  margin-right: 10px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one .banner-btn-num-line {
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one:nth-last-of-type(1) {
  margin-right: 0;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one-active .banner-btn-num-dom {
  opacity: 1;
}
.banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one-active .banner-btn-num-line {
  width: 50px;
}
.banner .bannerSwiper .banner-line {
  position: absolute;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 12;
}
.banner .bannerSwiper .banner-line .banner-line-p {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.banner .bannerSwiper .banner-line .banner-line-p .banner-line-g {
  width: 33.33%;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-scroll {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 120px;
  height: 120px;
  background: #F8B500;
  border-radius: 50%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-scroll svg {
  width: 94px;
  height: 94px;
  animation: scrollLine 8s linear infinite;
}
.banner .bannerSwiper .banner-scroll .bottom {
  position: absolute;
}
.banner .bannerSwiper .banner-scroll .bottom img {
  width: 32px;
  transform: rotateZ(135deg);
}
.banner .bannerSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: 1s linear;
  transform: scale(1.2, 1.2) translateY(100px);
}
.banner .bannerSwiper .banner_slide_active img {
  transition: 4s linear;
  transform: scale(1, 1) translateY(100px);
}
.banner .bannerSwiper .banner_slide_active {
  z-index: 12;
}
.proi {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/pro-back.jpg') no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.proi .pro-dot {
  position: absolute;
  top: -9%;
  right: 26%;
  width: 303px;
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: pro-dot 8s linear infinite;
}
.proi .indexPage-outer {
  display: flex;
  justify-content: flex-end;
}
.proi .proi-outer {
  width: 100%;
  max-width: 1650px;
}
.proi .proi-top {
  width: 100%;
}
.proi .proi-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  border-bottom: 1px solid #EBE7DF;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
  z-index: 12;
}
.proi .proi-desc {
  width: 100%;
  max-width: 600px;
}
.proi .proi-main {
  width: 100%;
}
.proi .proi-type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 50px;
}
.proi .proi-type-swiper {
  width: calc(100% - 200px);
  overflow: hidden;
  border-radius: 40px;
  background: #FFFFFF;
}
.proi .type-swiper-slide {
  width: 16.5%;
  height: 80px;
  background: transparent;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 28px;
  transition: 0.5s;
  cursor: pointer;
}
.proi .type-swiper-slide:hover {
  background: #F8B500;
  color: #FFFFFF;
}
.proi .proi-types-oa {
  background: #F8B500;
  color: #FFFFFF;
}
.proi .proi-data-btns {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.proi .proi-data-btns .proi-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(216, 216, 216, 0.5);
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.proi .proi-data-btns .proi-btn img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.proi .proi-data-btns .proi-btn .default {
  opacity: 1;
}
.proi .proi-data-btns .proi-btn .active {
  opacity: 0;
}
.proi .proi-data-btns .proi-btn:hover {
  background: #F8B500;
}
.proi .proi-data-btns .proi-btn:hover .default {
  opacity: 0;
}
.proi .proi-data-btns .proi-btn:hover .active {
  opacity: 1;
}
.proi .proi-data-btns .proi-btn-prev img {
  transform: rotateZ(-135deg);
}
.proi .proi-data-btns .proi-btn-next {
  margin-left: 15px;
}
.proi .proi-data-btns .proi-btn-next img {
  transform: rotateZ(45deg);
}
.proi .proi-data {
  width: 100%;
}
.proi .swiper-button-lock {
  display: block;
}
.proi .proi-data-swiper {
  width: 100%;
  overflow: visible;
  position: relative;
}
.proi .proi-data-swiper .proi-data-slide {
  width: 420px;
  height: auto;
  background: #FFFFFF;
  border-radius: 30px 0px 30px 0px;
  padding: 25px;
  transition: 0.5s;
  margin-right: 30px;
}
.proi .proi-data-swiper .proi-data-slide .proi-data-index {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2C2C2C;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #2C2C2C;
  font-family: 'IdealistLevel';
  transition: 0.5s;
}
.proi .proi-data-swiper .proi-data-slide .proi-data-img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.proi .proi-data-swiper .proi-data-slide .proi-data-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-data-swiper .proi-data-slide .proi-data-title {
  width: 100%;
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 36px;
  font-family: 'Fonarto-Regular';
  margin-top: 15px;
  display: block;
  transition: 0.5s;
}
.proi .proi-data-swiper .proi-data-slide .proi-data-title .a-inner {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #f8b500 0, #f8b500 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.proi .proi-data-swiper .proi-data-slide:hover {
  box-shadow: 0px 6px 50px 0px rgba(216, 216, 216, 0.5);
}
.proi .proi-data-swiper .proi-data-slide:hover .proi-data-index {
  background: #F8B500;
  border: 1px solid #F8B500;
  color: #fff;
}
.proi .proi-data-swiper .proi-data-slide:hover .proi-data-title .a-inner {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.proi .proi-data-swiper .proi-data-slide:hover .proi-data-img img {
  transform: scale(1.2);
}
.proi .proi-data-swiper .proi-data-slide:hover .proi-data-title {
  color: #F8B500;
}
.proi .proi-data-swiper .proi-data-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-data-swiper .proi-one-opacity {
  opacity: 0 !important;
}
.proi .proi-data-swiper .proi-data-slide-active {
  box-shadow: 0px 6px 50px 0px rgba(216, 216, 216, 0.5);
}
.proi .proi-data-swiper .proi-data-slide-active .proi-data-index {
  background: #F8B500;
  border: 1px solid #F8B500;
  color: #fff;
}
.proi .proi-data-swiper .proi-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(216, 216, 216, 0.5);
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.proi .proi-data-swiper .proi-btn .proi-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.proi .proi-data-swiper .proi-btn img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.proi .proi-data-swiper .proi-btn .default {
  opacity: 1;
}
.proi .proi-data-swiper .proi-btn .active {
  opacity: 0;
}
.proi .proi-data-swiper .proi-btn:hover {
  background: #F8B500;
}
.proi .proi-data-swiper .proi-btn:hover .default {
  opacity: 0;
}
.proi .proi-data-swiper .proi-btn:hover .active {
  opacity: 1;
}
.proi .proi-data-swiper .proi-data-btn-prev {
  left: 415px;
}
.proi .proi-data-swiper .proi-data-btn-prev img {
  transform: rotateZ(-135deg);
}
.proi .proi-data-swiper .proi-data-btn-next {
  right: calc(100% - 1355px);
}
.proi .proi-data-swiper .proi-data-btn-next img {
  transform: rotateZ(45deg);
}
.profilei {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/profilei-back.jpg') no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.profilei .profilei-dot {
  position: absolute;
  bottom: -7%;
  right: -12%;
  width: 46%;
  animation: profilei-dot 6s linear infinite;
}
.profilei .indexPage-outer {
  max-width: 1500px;
}
.profilei .profilei-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilei .profilei-top .profilei-main {
  width: calc(100% - 630px);
  height: 100%;
}
.profilei .profilei-top .profilei-main .profilei-title {
  font-weight: 400;
  font-size: 48px;
  color: #2C2C2C;
  line-height: 60px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profilei .profilei-top .profilei-main .profilei-title p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profilei .profilei-top .profilei-main .profilei-title .text {
  margin-top: -40px;
}
.profilei .profilei-top .profilei-main .profilei-title img {
  width: 120px;
  margin: 0 10px;
}
.profilei .profilei-top .profilei-main .profilei-title-other {
  font-size: 42px;
}
.profilei .profilei-top .profilei-main .profilei-title-ar {
  font-size: 56px;
}
.profilei .profilei-top .profilei-main .profilei-title-m {
  display: none;
}
.profilei .profilei-top .profilei-main .indexDesc {
  margin: 20px 0 40px;
}
.profilei .profilei-top .profilei-img {
  width: 600px;
  position: relative;
  aspect-ratio: 1;
}
.profilei .profilei-top .profilei-img .profilei-img-dom {
  width: 100%;
}
.profilei .profilei-top .profilei-img .profilei-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  animation: profilei-tr 6s linear infinite;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(1) {
  left: 0;
  bottom: 46%;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(2) {
  left: 9%;
  bottom: 31%;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(3) {
  left: 23%;
  bottom: 19%;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(4) {
  bottom: 14%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(5) {
  right: 23%;
  bottom: 19%;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(6) {
  right: 9%;
  bottom: 31%;
}
.profilei .profilei-top .profilei-img .profilei-icon:nth-of-type(7) {
  right: 0;
  bottom: 46%;
}
.profilei .profilei-line {
  width: 100%;
  height: 1px;
  background: #EBE7DF;
  margin-bottom: 60px;
  margin-top: -60px;
}
.profilei .profilei-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilei .profilei-bottom .profilei-num {
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px 0px rgba(232, 219, 185, 0.5);
  border-radius: 30px 0px 30px 0px;
  padding: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
}
.profilei .profilei-bottom .profilei-num .profilei-num-icon {
  width: 60px;
  height: 60px;
  margin-right: 5%;
}
.profilei .profilei-bottom .profilei-num .profilei-num-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1) rotateY(0deg);
  transition: 0.5s;
}
.profilei .profilei-bottom .profilei-num .profilei-num-main {
  width: calc(95% - 60px);
}
.profilei .profilei-bottom .profilei-num .profilei-num-main .profilei-num-type {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 26px;
}
.profilei .profilei-bottom .profilei-num .profilei-num-main .profilei-num-count {
  display: flex;
  align-items: flex-start;
}
.profilei .profilei-bottom .profilei-num .profilei-num-main .count {
  font-weight: 400;
  font-size: 60px;
  color: #F8B500;
  line-height: 56px;
}
.profilei .profilei-bottom .profilei-num .profilei-num-main .add {
  font-weight: 400;
  font-size: 30px;
  color: #F8B500;
  line-height: 26px;
  margin-left: 12px;
}
.profilei .profilei-bottom .profilei-num:hover .profilei-num-icon img {
  transform: scale(1.1) rotateY(360deg);
}
.profilei .profilei-bottom .profilei-num:nth-of-type(1) .profilei-num-main .profilei-num-type {
  margin-bottom: 6px;
}
.abouti {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/about-back.jpg') no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.abouti .abouti-words {
  max-width: calc(95% - 300px);
  text-transform: uppercase;
}
.abouti .abouti-words .abouti-text {
  font-weight: 400;
  font-size: 48px;
  color: #2C2C2C;
  line-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.abouti .abouti-words .abouti-text .span {
  color: #F8B500;
}
.abouti .abouti-words .abouti-text p {
  width: auto;
  display: inline-block;
}
.abouti .abouti-words .abouti-text .strong {
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin: 0 10px;
  width: 200px;
  transform: translateY(-6px);
}
.abouti .abouti-words .abouti-text .strong p {
  z-index: 12;
  position: relative;
}
.abouti .abouti-words .abouti-text .strong .p1 {
  line-height: 56px;
  height: 24px;
  animation: profilei-rotate 6s linear infinite;
}
.abouti .abouti-words .abouti-text .strong .p2 {
  transform: translateY(-7px);
}
.abouti .abouti-words .abouti-text .strong img {
  width: 100%;
  display: block;
}
.abouti .abouti-words .abouti-text1 {
  margin-top: 40px;
}
.abouti .abouti-words .abouti-text1 .span {
  margin-right: 15px;
}
.abouti .abouti-more {
  margin-right: 120px;
  width: 180px;
}
.abouti .abouti-top {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 5%;
}
.abouti .abouti-workshop {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-workshop .workshop-left {
  width: 300px;
  display: flex;
  justify-content: flex-end;
}
.abouti .abouti-workshop .workshop-left .workshop-btns {
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 16%;
}
.abouti .abouti-workshop .workshop-left .workshop-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(216, 216, 216, 0.5);
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .abouti-workshop .workshop-left .workshop-btn img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.abouti .abouti-workshop .workshop-left .workshop-btn .default {
  opacity: 1;
}
.abouti .abouti-workshop .workshop-left .workshop-btn .active {
  opacity: 0;
}
.abouti .abouti-workshop .workshop-left .workshop-btn:hover {
  background: #F8B500;
}
.abouti .abouti-workshop .workshop-left .workshop-btn:hover .default {
  opacity: 0;
}
.abouti .abouti-workshop .workshop-left .workshop-btn:hover .active {
  opacity: 1;
}
.abouti .abouti-workshop .workshop-left .workshop-btn-prev img {
  transform: rotateZ(-45deg);
}
.abouti .abouti-workshop .workshop-left .workshop-btn-next {
  margin-top: 15px;
}
.abouti .abouti-workshop .workshop-left .workshop-btn-next img {
  transform: rotateZ(135deg);
}
.abouti .abouti-workshop .swiper-button-lock {
  display: block;
}
.abouti .abouti-workshop .workshop-swiper {
  width: calc(95% - 300px);
  overflow: hidden;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide {
  margin-right: 32px;
  width: calc((100% - 64px) / 3);
  min-width: 250px;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text {
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text p {
  display: inline-block;
  position: relative;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text p::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #F8B500;
  content: "";
  transition: 0.5s;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide:hover .workshop-img img {
  transform: scale(1.2);
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide:hover .workshop-text {
  color: #F8B500;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide:hover .workshop-text p::after {
  width: 100%;
}
.abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.servicei {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/service-back.jpg') no-repeat;
  background-size: 100% auto;
  background-position: top right;
}
.servicei .indexPage-outer {
  display: flex;
  position: relative;
}
.servicei .indexPage-outer .servicei-map::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 42.5%;
  border-top: 1px dashed #F8B500;
}
.servicei .servicei-title {
  width: 300px;
  font-weight: 400;
  font-size: 34px;
  color: #2C2C2C;
  line-height: 72px;
  position: relative;
  z-index: 12;
}
.servicei .servicei-title .public-btn {
  margin-top: 40px;
}
.servicei .service-words-m {
  width: 100%;
  position: relative;
  display: none;
}
.servicei .service-words-m .service-title {
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 30px;
  margin-bottom: 10px;
}
.servicei .servicei-map {
  width: calc(100% - 300px);
  transform: translateX(-150px);
  font-family: 'IdealistLevel';
  position: relative;
}
.servicei .servicei-map .map-text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  z-index: 12;
}
.servicei .servicei-map .map-text:nth-of-type(1) {
  position: absolute;
  top: 28%;
  left: 11%;
}
.servicei .servicei-map .map-text:nth-of-type(2) {
  position: absolute;
  top: 48%;
  left: 16%;
}
.servicei .servicei-map .map-text:nth-of-type(3) {
  position: absolute;
  top: 72%;
  left: 11%;
}
.servicei .servicei-map .map-text:nth-of-type(4) {
  position: absolute;
  top: 20%;
  left: 33%;
}
.servicei .servicei-map .map-text:nth-of-type(5) {
  position: absolute;
  top: 44%;
  left: 27%;
}
.servicei .servicei-map .map-text:nth-of-type(6) {
  position: absolute;
  top: 50%;
  left: 31%;
}
.servicei .servicei-map .map-text:nth-of-type(7) {
  position: absolute;
  top: 36%;
  left: 76%;
}
.servicei .servicei-map .map-text:nth-of-type(8) {
  position: absolute;
  top: 72%;
  left: 84.5%;
}
.servicei .servicei-map .map-text:nth-of-type(9) {
  position: absolute;
  top: 78%;
  left: 42%;
}
.servicei .servicei-map .map-img {
  width: 100%;
  display: block;
}
.servicei .servicei-map #map {
  position: absolute;
  top: 24%;
  left: 13%;
  width: 75%;
}
.servicei .servicei-map .service-icon {
  position: absolute;
  top: 39%;
  left: 36%;
  width: 40px;
  z-index: 12;
}
.servicei .servicei-map .service-icon img {
  width: 100%;
  display: block;
}
.servicei .servicei-map .service-words {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 480px;
}
.servicei .servicei-map .service-words .service-title {
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 30px;
  margin-bottom: 10px;
}
.servicei .servicei-map .cls-1,
.servicei .servicei-map .cls-4 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1;
  stroke-dasharray: 0 10000;
  opacity: 0.5;
  transition: 0.5s;
}
@keyframes drawPath {
  0% {
    stroke-dasharray: 0 var(--path-length);
    /* 初始不可见 */
    opacity: 0.5;
    /* 淡入效果 */
  }
  100% {
    stroke-dasharray: var(--path-length) 0;
    /* 完全可见 */
    opacity: 1;
  }
}
.servicei .servicei-map .cls-4 {
  stroke: #F8B500;
}
.servicei .servicei-map .cls-3 {
  fill: #F8B500;
  opacity: 0;
  transition: 0.5s;
}
.servicei .servicei-map .cls-1 {
  stroke: #F8B500;
}
.servicei .servicei-map .cls-2 {
  fill: #F8B500;
  opacity: 0;
  transition: 0.5s;
}
@keyframes drawOpacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.servicei .servicei-intros {
  width: 100%;
  display: flex;
  height: 180px;
  font-family: 'IdealistLevel';
  margin-top: -100px;
}
.servicei .servicei-intros .servicei-one {
  flex: 1;
  height: 100%;
  position: relative;
  border-right: 1px solid #EDEDED;
  transition: 0.5s;
}
.servicei .servicei-intros .servicei-one .servicei-one-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  transition: 0.5s;
  text-align: center;
  padding: 14px;
}
.servicei .servicei-intros .servicei-one-active {
  background: #F8B500;
  border-right: 1px solid transparent;
  border-radius: 20px 0px 20px 0px;
}
.servicei .servicei-intros .servicei-one-active .servicei-one-inner {
  bottom: 50%;
  color: #FFFFFF;
  transform: translateY(50%);
}
.servicei .servicei-intros .servicei-one-right {
  border-right: 1px solid transparent;
}
.servicei .servicei-intros .servicei-one:nth-last-of-type(1) {
  border-right: none;
}
.indexTitle {
  font-weight: 400;
  font-size: 72px;
  color: #2C2C2C;
  line-height: 72px;
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 30px;
  font-family: 'IdealistLevel';
}
@keyframes pro-dot {
  0% {
    transform: translateX(0) translateY(0) translateZ(0);
  }
  25% {
    transform: translateX(12px) translateY(-10px) translateZ(4px);
  }
  50% {
    transform: translateX(0) translateY(0) translateZ(0);
  }
  75% {
    transform: translateX(-12px) translateY(-10px) translateZ(4px);
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0);
  }
}
@keyframes profilei-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes profilei-tr {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(12px) translateY(-10px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  75% {
    transform: translateX(-12px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes profilei-dot {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-12px) translateY(-10px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  75% {
    transform: translateX(12px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes scrollLine {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (min-width: 1921px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 72px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 12% 13% 120px;
  }
}
@media only screen and (max-width: 1800px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 40px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1679px) {
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 36px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-ar {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1600px) {
  .servicei .servicei-intros .servicei-one .servicei-one-inner {
    font-size: 16px;
    line-height: 24px;
  }
  .servicei .servicei-intros {
    margin-top: -60px;
    height: 150px;
  }
  .servicei .servicei-map .service-words {
    max-width: 50%;
    top: -20px;
  }
  .servicei .servicei-map .map-text {
    font-size: 14px;
  }
  .servicei .servicei-map .service-words .service-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .indexDesc {
    font-size: 14px;
    line-height: 26px;
  }
  .abouti .abouti-workshop .workshop-left {
    width: 100px;
  }
  .abouti .abouti-workshop .workshop-swiper {
    width: calc(95% - 100px);
  }
  .abouti .abouti-words .abouti-text {
    font-size: 36px;
    line-height: 42px;
  }
  .profilei .profilei-bottom .profilei-num {
    padding: 30px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .count {
    font-size: 50px;
  }
  .abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text {
    font-size: 20px;
  }
  .abouti .abouti-words .abouti-text1 {
    margin-top: 25px;
  }
  .abouti .abouti-more {
    margin-right: 5%;
  }
  .abouti .abouti-words .abouti-text .strong {
    width: 150px;
  }
  .abouti .abouti-words .abouti-text .strong:after {
    width: 150px;
    height: 50px;
  }
}
@media only screen and (max-width: 1550px) {
  .profilei .profilei-top .profilei-main .profilei-title img {
    width: 100px;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 34px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-ar {
    font-size: 56px;
  }
  .profilei .profilei-top .profilei-main .indexDesc {
    margin: 10px 0 26px;
  }
  .proi .proi-data-swiper .proi-data-slide .proi-data-title {
    font-size: 24px;
  }
  .proi .pro-dot {
    width: 260px;
  }
  .proi .proi-data-swiper .proi-data-slide {
    width: 350px;
  }
  .proi .proi-data-swiper .proi-data-btn-prev {
    left: 350px;
  }
  .proi .proi-data-swiper .proi-data-btn-next {
    right: calc(100% - 1142px);
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 30px;
    line-height: 60px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 90px;
    height: 90px;
    right: 8%;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 78px;
    height: 78px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
    width: 30px;
    height: 30px;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 1366px) {
  .servicei .servicei-title .public-btn {
    margin-top: 26px;
  }
  .indexTitle {
    font-size: 55px;
    line-height: 60px;
  }
  .proi .pro-dot {
    width: 200px;
    top: -5%;
  }
  .profilei .profilei-top .profilei-main {
    width: 55%;
  }
  .proi .type-swiper-slide {
    width: auto;
    max-width: 220px;
    height: auto;
    padding: 20px 26px;
    font-size: 14px;
  }
  .proi .proi-data-swiper .proi-data-slide .proi-data-index {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .proi .proi-data-swiper .proi-data-slide .proi-data-title {
    font-size: 20px;
    line-height: 26px;
  }
  .profilei .profilei-top .profilei-img {
    width: 45%;
  }
  .profilei .profilei-top .profilei-img .profilei-icon {
    width: 60px;
    height: 60px;
  }
  .profilei .profilei-dot {
    bottom: 1%;
    right: -5%;
    width: 34%;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 30px;
    line-height: 50px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-ar {
    font-size: 45px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 1350px) {
  .abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-img {
    border-radius: 12px;
  }
  .abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner {
    height: auto;
  }
  .banner .bannerSwiper .swiper-slide img {
    transform: scale(1.2, 1.2) translateY(0);
  }
  .banner .bannerSwiper .banner_slide_active img {
    transform: scale(1, 1) translateY(0);
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 120px 10% 8%;
  }
  .banner .bannerSwiper .banner-line {
    bottom: 80px;
  }
  .banner .bannerSwiper .banner-btns .banner-btn {
    height: 60px;
  }
  .banner .bannerSwiper .banner-btns .banner-btn {
    line-height: 75px;
  }
  .banner .bannerSwiper .banner-btns .banner-btn-nums .banner-btn-num-one .banner-btn-num-dom {
    line-height: 50px;
  }
  .banner .bannerSwiper .banner-line .banner-line-p .banner-line-g {
    height: 1px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 38px;
    line-height: 55px;
  }
  .banner .bannerSwiper .banner-scroll {
    top: auto;
    bottom: 120px;
    width: 100px;
    height: 100px;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 80px;
    height: 80px;
  }
  .banner .bannerSwiper .banner-swiper-slide {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  .indexTitle {
    font-size: 46px;
    line-height: 48px;
  }
  .proi .proi-type {
    margin: 30px 0 40px;
  }
  .proi .proi-data-swiper .proi-data-slide .proi-data-title {
    font-size: 18px;
    line-height: 24px;
  }
  .proi .pro-dot {
    width: 150px;
    top: -5%;
  }
  .proi .proi-data-swiper .proi-data-slide {
    width: 280px;
    margin-right: 24px;
    border-radius: 12px 0px 12px 0px;
    padding: 22px;
  }
  .proi .proi-data-swiper .proi-data-btn-prev {
    left: 280px;
  }
  .proi .proi-data-swiper .proi-data-btn-next {
    right: calc(100% - 896px);
  }
  .proi .type-swiper-slide {
    padding: 18px 20px;
  }
  .proi .proi-type-swiper {
    width: calc(100% - 140px);
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 24px;
    line-height: 42px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-other {
    font-size: 28px;
  }
  .profilei .profilei-top .profilei-main .indexDesc {
    margin: 4px 0 16px;
  }
  .profilei .profilei-top .profilei-main .profilei-title img {
    width: 80px;
    margin: 10px 10px;
  }
  .profilei .profilei-top .profilei-img .profilei-icon {
    width: 50px;
    height: 50px;
  }
  .profilei .profilei-line {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .profilei .profilei-top .profilei-img {
    margin-top: 5%;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .profilei-num-type {
    font-size: 20px;
    line-height: 22px;
  }
  .abouti .abouti-words .abouti-text .strong:after {
    width: 120px;
    height: 40px;
  }
  .abouti .abouti-words .abouti-text .strong {
    width: 120px;
  }
  .servicei .servicei-map .service-words-pc {
    display: none;
  }
  .servicei .servicei-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .servicei .servicei-map {
    width: 100%;
    transform: translateX(0);
  }
  .servicei .servicei-title .public-btn {
    margin-top: 0;
  }
  .servicei .indexPage-outer {
    flex-wrap: wrap;
  }
  .servicei .service-words-m {
    display: block;
    margin-top: 20px;
  }
  .servicei .servicei-map .map-text {
    font-size: 12px;
  }
  .servicei .servicei-intros .servicei-one .servicei-one-inner {
    font-size: 14px;
    line-height: 22px;
  }
  .abouti .abouti-words .abouti-text1 {
    margin-top: 20px;
  }
  .abouti .abouti-workshop .workshop-swiper .workshop-swiper-slide .workshop-text {
    font-size: 16px;
    line-height: 24px;
  }
  .abouti .abouti-words .abouti-text .strong .p2 {
    transform: translateY(-5px);
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 6% 10% 8%;
  }
  .abouti .abouti-words .abouti-text {
    font-size: 25px;
    line-height: 30px;
  }
  .abouti .abouti-words .abouti-text .strong .p1 {
    height: 14px;
    line-height: 32px;
  }
  .profilei .profilei-bottom .profilei-num {
    width: 31%;
    border-radius: 20px 0px 20px 0px;
    padding: 30px 22px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .add {
    font-size: 24px;
    line-height: 26px;
    margin-left: 8px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .count {
    font-size: 40px;
    line-height: 48px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-icon {
    width: 50px;
    height: 50px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main {
    width: calc(95% - 50px);
  }
}
@media only screen and (max-width: 1200px) {
  .profilei .profilei-top .profilei-main .profilei-title-ar {
    font-size: 40px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-other {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
    overflow: hidden;
    aspect-ratio: 1.77777778;
  }
}
@media (max-width: 1023px) {
  .proi .proi-data-swiper .proi-data-btn-prev {
    top: 30%;
    transform: translateY(0);
  }
  .proi .proi-data-swiper .proi-data-btn-next {
    right: auto;
    left: 280px;
    top: auto;
    bottom: 30%;
    transform: translateY(0);
  }
  .proi .type-swiper-slide {
    padding: 18px 26px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 img {
    width: 94%;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 65px;
    height: 65px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 80px;
    height: 80px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 7% 10%;
  }
  .banner .bannerSwiper .banner-nums-bottom {
    right: 30px;
  }
  .indexTitle {
    font-size: 35px;
    line-height: 52px;
  }
  .proi .proi-type {
    flex-wrap: wrap;
  }
  .proi .proi-type-swiper {
    width: 100%;
  }
  .proi .proi-data-btns {
    width: 100%;
    margin-top: 20px;
  }
  .profilei .profilei-dot {
    bottom: 20%;
    right: -4%;
  }
  .profilei .profilei-top {
    align-items: center;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 20px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-other {
    font-size: 20px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-ar {
    font-size: 32px;
  }
  .servicei .servicei-intros {
    flex-wrap: wrap;
    height: auto;
    margin-top: 0;
  }
  .servicei .servicei-intros .servicei-one .servicei-one-inner {
    border-radius: 8px;
  }
  .servicei .servicei-intros .servicei-one .servicei-one-inner {
    font-size: 12px;
    line-height: 20px;
  }
  .servicei .servicei-intros .servicei-one {
    flex: none;
    width: 33.33%;
    padding: 8px;
    height: 150px;
  }
  .servicei .servicei-map .cls-1,
  .servicei .servicei-map .cls-4 {
    stroke-width: 3px;
  }
  .servicei .servicei-intros .servicei-one:nth-of-type(4) {
    width: 50%;
  }
  .servicei .servicei-intros .servicei-one:nth-of-type(5) {
    width: 50%;
  }
  .abouti .abouti-workshop .workshop-left {
    width: 50px;
  }
  .abouti .abouti-words .abouti-text .strong:after {
    width: 95px;
    height: 35px;
  }
  .abouti .abouti-words .abouti-text .strong .p1 {
    height: 9px;
    line-height: 24px;
  }
  .abouti .abouti-words .abouti-text .strong .p2 {
    transform: translateY(-6px);
  }
  .abouti .abouti-words .abouti-text .strong {
    width: 95px;
  }
  .abouti .abouti-words .abouti-text1 {
    margin-top: 12px;
  }
  .abouti .abouti-words .abouti-text {
    font-size: 20px;
    line-height: 24px;
  }
  .abouti .abouti-workshop .workshop-swiper {
    width: calc(95% - 50px);
  }
  .abouti .abouti-words {
    max-width: calc(100% - 250px);
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .profilei-num-type {
    font-size: 16px;
    line-height: 20px;
  }
  .abouti .abouti-more {
    margin-right: 0;
    width: auto;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .add {
    font-size: 20px;
    line-height: 20px;
    margin-left: 6px;
  }
  .profilei .profilei-bottom .profilei-num .profilei-num-main .count {
    font-size: 34px;
    line-height: 40px;
  }
  .profilei .profilei-bottom .profilei-num {
    border-radius: 12px 0px 12px 0px;
    padding: 22px 15px;
  }
}
@media (max-width: 1020px) {
  .banner .bannerSwiper .banner-btns .banner-btn {
    width: 50px;
    font-size: 32px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o p {
    width: 15px;
    height: 15px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
    margin: 12px 0;
  }
}
@media (max-width: 767px) {
  .abouti {
    background-size: cover;
    background-position: center;
  }
  .profilei .profilei-top .profilei-main .profilei-title-pc {
    display: none;
  }
  .profilei .profilei-top .profilei-main .profilei-title-m {
    display: block;
  }
  .profilei .profilei-top .profilei-main .profilei-title-m p:nth-of-type(3) {
    line-height: 48px;
    margin-top: -18px;
  }
  .profilei .profilei-top .profilei-main .profilei-title-m p:nth-of-type(2) {
    margin-top: -16px;
  }
  .profilei .profilei-top .profilei-main .profilei-title img {
    margin: 8px 10px 0;
    width: 70px;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 22px;
  }
  .banner .bannerSwiper .banner-btns {
    display: none;
  }
  .servicei .servicei-title {
    font-size: 22px;
  }
  .servicei .servicei-map .service-icon {
    top: 38%;
    left: 36%;
    width: 22px;
  }
  .servicei .servicei-map .map-text {
    font-size: 10px;
    line-height: 24px;
  }
  .servicei .servicei-map .map-text:nth-of-type(4) {
    top: 13%;
  }
  .servicei .servicei-map .map-text:nth-of-type(1) {
    top: 30%;
    left: 10%;
  }
  .servicei .servicei-map .map-text:nth-of-type(8) {
    top: 78%;
    left: 84.5%;
  }
  .proi .proi-type {
    margin: 20px 0 30px;
  }
  .proi .proi-data-swiper .proi-data-slide .proi-data-title {
    font-size: 16px;
    line-height: 22px;
  }
  .proi .type-swiper-slide {
    padding: 14px 16px 12px;
    font-size: 12px;
  }
  .banner .bannerSwiper .banner-nums-bottom {
    right: 12px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
    margin: 8px 0;
  }
  .banner .bannerSwiper .banner-scroll {
    right: auto;
    left: 5%;
    bottom: 8%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .bannerSwiper .banner-line {
    display: none;
  }
  .indexTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .abouti .abouti-top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .abouti .abouti-words {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .profilei .profilei-dot {
    bottom: 8%;
    width: 42%;
  }
  .profilei .profilei-top .profilei-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    margin-bottom: 20px;
  }
  .profilei .profilei-top {
    flex-wrap: wrap;
  }
  .profilei .profilei-top .profilei-main .profilei-title .text {
    margin-top: 0;
    margin-left: 0;
  }
  .profilei .profilei-top .profilei-main {
    width: 100%;
  }
  .servicei .service-words-m .service-title {
    font-size: 22px;
    line-height: 25px;
  }
  .servicei .servicei-intros .servicei-one {
    height: 100px;
  }
}
@media only screen and (max-width: 641px) {
  .profilei .profilei-line {
    margin-bottom: 25px;
  }
  .profilei .profilei-bottom {
    flex-wrap: wrap;
  }
  .profilei .profilei-bottom .profilei-num {
    width: 48%;
    margin-top: 15px;
  }
  .banner {
    margin-top: 50px;
  }
}
@media (max-width: 521px) {
  .proi .pro-dot {
    right: 15%;
  }
  .profilei .profilei-bottom .profilei-num {
    width: 100%;
  }
  .servicei .servicei-intros .servicei-one {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .servicei .servicei-title h1 {
    width: 100%;
  }
  .servicei .servicei-title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 425px) {
  .indexTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .proi .proi-title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .proi .proi-title .indexTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
    width: 25px;
    height: 25px;
  }
  .banner .bannerSwiper .banner-scroll .bottom {
    height: 20px;
  }
  .banner .bannerSwiper .banner-scroll .bottom img {
    width: 20px;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 44px;
    height: 44px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 394px) {
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-line-desc {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 366px) {
  .servicei .servicei-title {
    font-size: 14px;
  }
  .profilei .profilei-top .profilei-main .profilei-title {
    font-size: 16px;
  }
}
