.casePage .page-title {
  justify-content: center;
  margin-bottom: 50px;
}
.casePage .casePage-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casePage .casePage-one {
  width: calc((100% - 116px) / 3);
  padding-bottom: 80px;
  border-bottom: 1px solid #D3D3D3;
  padding-top: 40px;
}
.casePage .casePage-one .casePage-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.casePage .casePage-one .casePage-title-text {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 32px;
  width: calc(100% - 32px);
}
.casePage .casePage-one .casePage-title-index {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  opacity: 0.5;
  font-family: 'Montserrat-Regular';
}
.casePage .casePage-one .casePage-img {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.casePage .casePage-one .casePage-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .casePage-one .casePage-img .casePage-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  background: rgba(199, 41, 47, 0.9);
}
.casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casePage .casePage-one .casePage-img .casePage-mask .casePage-icon img {
  width: 60%;
  height: 60%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.casePage .casePage-one .casePage-img .casePage-mask .casePage-mask-text {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 12px;
}
.casePage .casePage-one .casePage-img:hover img {
  transform: scale(1.05);
}
.casePage .casePage-one .casePage-img:hover .casePage-mask {
  top: 0;
}
.casePage .casePage-one .casePage-img:hover .casePage-mask .casePage-icon img {
  transform: rotateY(360deg);
  transition: 0.5s 0.3s;
}
.casePage .casePage-one:nth-of-type(1) {
  border-top: 1px solid #D3D3D3;
}
.casePage .casePage-one:nth-of-type(2) {
  border-top: 1px solid #D3D3D3;
}
.casePage .casePage-one:nth-of-type(3) {
  border-top: 1px solid #D3D3D3;
}
.profilePage .profile-text1 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 34px;
}
.profilePage .profile-text2 {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.profilePage .profile-text3 {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profilePage-step1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.profilePage .profilePage-step1 .profile-desc {
  width: 40%;
}
.profilePage .profilePage-step1 .profile-desc .profile-text2 {
  margin: 18px 0 52px;
}
.profilePage .profilePage-step1 .profile-desc .profile-logo {
  width: 100%;
}
.profilePage .profilePage-step1 .profile-desc .profile-logo img {
  width: 100%;
  max-width: 454px;
}
.profilePage .profilePage-step1 .profile-desc .profile-line {
  width: 85px;
  height: 6px;
  background: #E51616;
  margin-top: 20%;
}
.profilePage .profilePage-step1 .profile-intro {
  width: 50%;
}
.profilePage .profilePage-step1 .profile-intro .profile-text3 {
  margin-bottom: 40px;
}
.profilePage .profilePage-step1 .profile-intro .profile-text3-line {
  width: 100%;
  height: 1px;
  background: rgba(221, 221, 221, 0.8);
  position: relative;
  margin: 44px 0 40px;
}
.profilePage .profilePage-step1 .profile-intro .profile-text3-line::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #E51616;
  position: absolute;
  left: 0;
  top: 0;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num .num-one {
  width: 30%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  color: #E51616;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main {
  font-family: 'Montserrat-Medium';
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-count {
  font-weight: 600;
  font-size: 64px;
  line-height: 66px;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-nuit {
  font-weight: 500;
  font-size: 36px;
  line-height: 32px;
  margin-left: 12px;
}
.profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-desc {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin-top: 12px;
  font-family: 'SourceHanSansSC-M';
}
.profilePage .profilePage-step2 .profile-step2-pro {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 14px;
}
.profilePage .profilePage-step2 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profilePage-step2 .profilePage-step2-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main {
  width: 50%;
  transform: translateX(20px);
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
  width: 100%;
  background: #F8F8F8;
  padding: 50px 100px 50px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img {
  width: calc(50% + (100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / 2 * -1);
  position: relative;
  z-index: 2;
  transform: translateY(80px);
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img img {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img p {
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 158px;
  font-family: 'Montserrat-Regular';
  color: #E51616;
  line-height: 120px;
  margin-top: -60px;
}
.profilePage .profilePage-step2 .profilePage-step2-top .page-step2-dot {
  width: 44px;
  height: 28px;
}
.profilePage .profilePage-step2 .profilePage-step2-top .page-step2-dot img {
  width: 100%;
  height: 100%;
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-con {
  width: calc(85% - 44px);
}
.profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-con .profile-step2-pro1 {
  margin-top: 40px;
}
.profilePage .profilePage-step2 .profilePage-step2-pro-img {
  width: calc(50% - 10px);
  overflow: hidden;
}
.profilePage .profilePage-step2 .profilePage-step2-pro-img img {
  width: 90%;
  margin: 0 auto;
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.profilePage .profilePage-step2 .profilePage-step2-pro-img:hover img {
  transform: scale(1.05);
}
.profilePage .profilePage-step2 .profilePage-step2-pro-img-pc {
  display: block;
}
.profilePage .profilePage-step2 .profilePage-step2-pro-img-m {
  display: none;
}
.profilePage .profilePage-step2 .profilePage-step2-pro-text {
  width: calc(50% - 10px);
}
.profilePage .profilePage-step3 {
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/profilePage-step3-back.png') no-repeat;
  background-size: cover;
}
.profilePage .profilePage-step3 .page-title {
  justify-content: center;
}
.profilePage .profilePage-step3 .profile-text3 {
  max-width: 66%;
  margin: 35px auto 0;
  text-align: center;
}
.profilePage .profilePage-step4 {
  padding-bottom: 35px;
}
.profilePage .profilePage-step4 .page-title {
  justify-content: center;
  margin-bottom: 40px;
}
.profilePage .profilePage-step4 .development-outer {
  border-radius: 29px;
  overflow: hidden;
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/development-back.png') no-repeat;
  background-size: cover;
  position: relative;
  padding: 10% 0 6%;
}
.profilePage .profilePage-step4 .line-outer {
  position: relative;
  z-index: 3;
}
.profilePage .profilePage-step4 .line-outer .development-dot {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
}
.profilePage .profilePage-step4 .line-outer .development-dot .development-dot-p {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  margin: 0 auto;
}
.profilePage .profilePage-step4 .line-outer .development-dot .development-dot-p::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #E51616;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
}
.profilePage .profilePage-step4 .line-outer .development-dot .development-dot-p::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #E51616;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
}
.profilePage .profilePage-step4 .line-outer .development-dot-active {
  background: transparent;
}
.profilePage .profilePage-step4 .line-outer .development-dot-active .development-dot-p {
  background: #E51616;
}
.profilePage .profilePage-step4 .line-outer .development-dot-active .development-dot-p::after {
  opacity: 1;
  animation: aniMapDotInner 2s ease-in infinite;
}
.profilePage .profilePage-step4 .line-outer .development-dot-active .development-dot-p::before {
  opacity: 1;
  animation: aniMapDotInner 2s 0.5s ease-in infinite;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(1) {
  top: 34%;
  left: 14%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(2) {
  top: 6%;
  left: 26%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(3) {
  top: 17%;
  left: 38%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(4) {
  top: 50%;
  left: 46%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(5) {
  top: 58%;
  left: 56%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(6) {
  top: 10%;
  left: 68%;
}
.profilePage .profilePage-step4 .line-outer .development-dot:nth-of-type(7) {
  top: 18%;
  left: 84%;
}
.profilePage .profilePage-step4 .line-outer img {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step4 .development-outer::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.profilePage .profilePage-step4 .development-swiper-outer {
  width: 100%;
  max-width: 666px;
  margin: 5% auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profilePage .profilePage-step4 .development-swiper-outer .development-btn {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #F8F8F8;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #F8F8F8;
  transition: 0.5s;
}
.profilePage .profilePage-step4 .development-swiper-outer .development-btn:hover {
  background: #E51616;
  border: 1px solid #E51616;
}
.profilePage .profilePage-step4 .development-swiper-outer .development-btn-prev {
  background: #E51616;
  border: 1px solid #E51616;
}
.profilePage .profilePage-step4 .development-swiper {
  width: calc(100% - 200px);
  overflow: hidden;
  margin: 0 auto;
}
.profilePage .profilePage-step4 .development-swiper-slide {
  width: 100%;
  text-align: center;
  padding: 0 12px;
}
.profilePage .profilePage-step4 .development-swiper-slide .development-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
}
.profilePage .profilePage-step4 .development-swiper-slide .development-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 20px;
}
.profilePage .profilePage-step5 {
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/profilePage-step5-back.png') no-repeat;
  background-size: cover;
}
.profilePage .profilePage-step5 .profilePage-step5-inner {
  width: 40%;
  z-index: 2;
  position: relative;
}
.profilePage .profilePage-step5 .profilePage-step5-inner .profile-text3 {
  margin-top: 28px;
}
.profilePage .profilePage-step5 .profilePage-step5-img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
}
.profilePage .profilePage-step5 .profilePage-step5-img img {
  max-width: 100%;
  width: auto;
  display: block;
}
.profilePage .profilePage-step5 .honor-main {
  display: none;
  margin-top: 32px;
}
.profilePage .profilePage-step5 .honor-main .honor-swiper {
  width: 100%;
}
.profilePage .honor-main-img {
  overflow: hidden;
  margin-right: 14px;
  display: flex;
  align-items: flex-end;
}
.profilePage .honor-main-img .honor-main-img-inner {
  overflow: hidden;
  width: 100%;
  display: block;
}
.profilePage .honor-main-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .honor-main-img:hover img {
  transform: scale(1.05);
}
.profilePage .honor-main-img:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .honor-main-img {
  width: 180px;
}
.profilePage .honor-main-img:nth-of-type(2n) {
  width: 140px;
}
.profilePage .profilePage-step6 .honor-swiper-pc {
  width: 100%;
}
.profilePage .profilePage-step6 .honor-main-img {
  width: 24%;
  height: auto;
  margin-right: 3%;
}
.profilePage .profilePage-step6 .honor-main-img:nth-of-type(2n) {
  width: 20%;
}
.profilePage .profilePage-step6 .honor-main-img:nth-last-of-type(1) {
  margin-right: 0;
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #e51616;
  }
  100% {
    width: 34px;
    height: 34px;
    opacity: 0;
    background: rgba(229, 22, 22, 0.3);
  }
}
.cls-1 {
  fill: none;
  stroke: #fce7e7;
  stroke-width: 36px;
  fill-rule: evenodd;
}
.factoryPage .factory-cur-title {
  width: 274px;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  left: 0;
  top: 0;
}
.factoryPage .page-title {
  justify-content: center;
  transform: translateX(-22px);
}
.factoryPage .factory-cur-line {
  width: 100%;
  display: flex;
  height: calc(100% - 100px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.factoryPage .factory-cur-line .factory-cur-line-dot {
  width: 18px;
  height: 20px;
  background: #E51616;
  position: relative;
  transition: 0.5s;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPage .factory-cur-line .factory-cur-line-dot p {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
.factoryPage .factory-cur-line .factory-cur-line-dom {
  height: calc(100% - 68px);
  margin: 16px auto;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.factoryPage .factory-cur-line .factory-cur-line-dom .line-dom {
  height: 100%;
  width: 1px;
  background: #DDDDDD;
}
.factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum {
  font-family: 'Montserrat-Regular';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 273px;
  height: 311px;
}
.factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum .curNum {
  font-weight: bold;
  font-size: 36px;
  color: #E51616;
  line-height: 38px;
  margin: 0 23px;
}
.factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum .allNum {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  margin: 0 23px;
  transform: translateX(-12px);
}
.factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum .back-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum .back-num svg {
  width: 100%;
  height: 100%;
}
.factoryPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.factoryPage .list {
  width: 820px;
}
.factoryPage .list-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.factoryPage .item {
  width: calc((100% - 60px) / 2);
  margin-bottom: 50px;
  margin-right: 60px;
  position: relative;
  padding-bottom: 10px;
}
.factoryPage .item .img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.factoryPage .item .img .el-image {
  width: 100%;
  display: block;
}
.factoryPage .item .img .img-inner {
  width: 100%;
  display: block;
}
.factoryPage .item .img .img-inner img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.factoryPage .item .img .img-inner-mask {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 41, 47, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.factoryPage .item .img .img-inner-mask .el-image {
  width: auto;
  max-width: 60%;
  display: block;
  transform: translateX(100%);
  transition: 0.5s;
}
.factoryPage .item .img:hover .img-inner img {
  transform: scale(1.05);
  transition: 0.5s;
}
.factoryPage .item .img:hover .img-inner-mask {
  left: 0;
  opacity: 1;
}
.factoryPage .item .img:hover .img-inner-mask .el-image {
  transform: translateX(8%);
  transition: 0.5s 0.3s;
}
.factoryPage .item .text {
  margin-top: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.factoryPage .videoItem .img {
  aspect-ratio: 1.65217391;
  position: relative;
}
.factoryPage .videoItem .img .img-inner {
  height: 100%;
}
.factoryPage .videoItem .img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.factoryPage .videoItem .img .video-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.factoryPage .videoItem .img .video-btn img {
  width: 55px;
}
.factoryPage .item-active .img .video-btn {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.factoryPage .item:nth-of-type(2n) {
  margin-right: 0;
  transform: translateY(120px);
}
.factoryPage .webPage {
  margin-top: 5%;
  width: 50%;
}
.factoryPage .webPage .pageBtn {
  width: 50px;
  height: 50px;
  font-size: 23px;
}
.videoDialog {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 3000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.videoDialog .videoDialog-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15% 12%;
}
.videoDialog .videoDialog-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.videoDialog .videoDialog-inner .videoClose {
  width: 50px;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.videoDialog .videoDialog-inner .videoClose svg {
  width: 100%;
}
@media only screen and (max-width: 1800px) {
  .profilePage .profilePage-step5 .profilePage-step5-inner {
    width: 40%;
  }
}
@media only screen and (max-width: 1681px) {
  .casePage .casePage-one .casePage-title-text {
    font-size: 24px;
    line-height: 30px;
  }
  .casePage .casePage-one {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1441px) {
  .casePage .casePage-one .casePage-title-text {
    font-size: 20px;
    line-height: 30px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
    width: 62px;
    height: 62px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon img {
    width: 50%;
    height: 50%;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-con {
    width: 100%;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-con .profile-step2-pro1 {
    margin-top: 26px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top {
    margin-bottom: 40px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
    padding: 44px 82px 44px 44px;
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .page-step2-dot {
    width: 38px;
    height: 25px;
    margin-bottom: 24px;
  }
  .profilePage .profilePage-step3 .profile-text3 {
    max-width: 70%;
  }
  .profilePage .profilePage-step4 .development-swiper-outer {
    max-width: 720px;
    margin: 40px auto 0;
  }
  .profilePage .profilePage-step4 .development-swiper-slide .development-desc {
    margin-top: 14px;
  }
  .profilePage .profilePage-step4 .development-outer {
    padding: 8% 0 6%;
  }
  .profilePage .profilePage-step4 .development-swiper {
    width: calc(100% - 130px);
  }
  .profilePage .profilePage-step1 .profile-intro .profile-text3 {
    margin-bottom: 20px;
  }
  .profilePage .profilePage-step1 .profile-intro .profile-text3-line {
    margin: 32px 0 20px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-desc {
    font-size: 16px;
    margin-top: 5px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-count {
    font-size: 50px;
    line-height: 52px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-nuit {
    font-size: 28px;
    line-height: 26px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1281px) {
  .factoryPage .list {
    width: calc(94% - 300px);
  }
  .casePage .casePage-one .casePage-title-text {
    font-size: 18px;
    line-height: 28px;
  }
  .casePage .casePage-one {
    padding-bottom: 38px;
    padding-top: 28px;
    width: calc((100% - 80px) / 3);
  }
  .casePage .page-title {
    margin-bottom: 42px;
  }
  .casePage .casePage-one .casePage-title-index {
    font-size: 16px;
  }
  .factoryPage .factory-cur-title {
    height: calc(100vh - 100px);
  }
  .factoryPage .item:nth-of-type(2n) {
    transform: translateY(80px);
  }
  .factoryPage .item {
    width: calc((100% - 50px) / 2);
    margin-bottom: 38px;
    margin-right: 50px;
  }
  .factoryPage .list {
    width: calc(100% - 300px);
  }
  .profilePage .profilePage-step2 .profilePage-step2-top {
    margin-bottom: 30px;
  }
  .profilePage .profilePage-step5 .profilePage-step5-inner .profile-text3 {
    margin-top: 20px;
  }
  .profilePage .profilePage-step3 .profile-text3 {
    max-width: 80%;
    margin: 24px auto 0;
  }
  .profilePage .profilePage-step4 .development-swiper-outer {
    max-width: 800px;
    margin: 0 auto;
  }
  .profilePage .profilePage-step4 .development-swiper-slide .development-desc {
    margin-top: 12px;
  }
  .profilePage .profilePage-step4 .development-swiper-outer .development-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1251px) {
  .profilePage .profilePage-step5 .profilePage-step5-inner {
    width: 42%;
  }
  .casePage .casePage-one {
    padding-bottom: 32px;
    padding-top: 24px;
    width: calc((100% - 64px) / 3);
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
    width: 50px;
    height: 50px;
  }
  .casePage .casePage-one .casePage-title {
    margin-bottom: 16px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-mask-text {
    font-size: 16px;
    margin-top: 10px;
  }
  .factoryPage .webPage {
    margin-top: 30px;
  }
  .factoryPage .webPage .pageBtn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .profilePage .profilePage-step4 .page-title {
    margin-bottom: 36px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img p {
    font-size: 110px;
    line-height: 110px;
    margin-top: -55px;
  }
  .profilePage .profilePage-step4 .development-outer {
    border-radius: 16px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
    padding: 38px 40px 38px 40px;
  }
  .profilePage .profile-text1 {
    font-size: 28px;
  }
  .profilePage .profile-text2 {
    font-size: 16px;
    line-height: 28px;
  }
  .profilePage .profilePage-step1 .profile-intro .profile-text3-line {
    margin: 34px 0 12px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-nuit {
    font-size: 24px;
    line-height: 24px;
    margin-left: 8px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-count {
    font-size: 42px;
    line-height: 46px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-desc {
    font-size: 14px;
    margin-top: 3px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main {
    width: 100%;
    transform: translateX(0);
  }
  .profilePage .profilePage-step2 .profilePage-step2-top {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img {
    width: 100%;
    margin-right: 0;
    transform: translateY(0);
  }
  .profilePage .profilePage-step1 .profile-intro {
    width: 54%;
  }
}
@media only screen and (max-width: 1025px) {
  .factoryPage .list {
    width: calc(98% - 300px);
  }
}
@media only screen and (max-width: 1020px) {
  .factoryPage .page-title {
    transform: translateX(0);
  }
  .factoryPage .factory-cur-title {
    width: 200px;
  }
  .factoryPage .item:nth-of-type(2n) {
    transform: translateY(36px);
  }
  .factoryPage .webPage {
    margin-top: 14px;
  }
  .factoryPage .item .text {
    margin-top: 14px;
  }
  .factoryPage .webPage .pageBtn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .factoryPage .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .factoryPage .list {
    width: calc(98% - 200px);
  }
  .factoryPage .factory-cur-line .factory-cur-line-dom .factory-cur-pageNum {
    width: 200px;
    height: 240px;
  }
  .casePage .page-title {
    margin-bottom: 36px;
  }
  .profilePage .profilePage-step5 .profilePage-step5-img img {
    display: none;
  }
  .casePage .casePage-one {
    padding-bottom: 28px;
    padding-top: 18px;
    width: calc((100% - 46px) / 3);
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
    width: 42px;
    height: 42px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-mask-text {
    font-size: 14px;
  }
  .casePage .casePage-one .casePage-title-index {
    font-size: 14px;
  }
  .casePage .casePage-one .casePage-title-text {
    font-size: 16px;
    line-height: 26px;
  }
  .profilePage .profilePage-step5 .honor-main {
    display: flex;
  }
  .profilePage-step6 {
    display: none;
  }
  .profilePage .profilePage-step5 {
    padding-bottom: 42px;
  }
  .profilePage .profilePage-step5 .profilePage-step5-inner {
    width: 100%;
  }
  .profilePage .profilePage-step5 .profilePage-step5-img {
    margin-top: 0;
  }
  .profilePage .profile-text1 {
    font-size: 22px;
  }
  .profilePage .profilePage-step4 .page-title {
    margin-bottom: 30px;
  }
  .profilePage .profilePage-step4 .development-outer {
    padding: 6% 0 5%;
  }
  .profilePage .profilePage-step4 .development-swiper-slide .development-desc {
    margin-top: 8px;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-text2 {
    margin: 4px 0 18px;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-line {
    width: 62px;
    height: 4px;
    margin: 24px 0;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-logo img {
    max-width: 344px;
  }
  .profilePage .profilePage-step1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-text2 {
    margin: 10px 0 20px;
  }
  .profilePage .profilePage-step1 .profile-desc {
    width: 100%;
  }
  .profilePage .profilePage-step1 .profile-intro {
    width: 100%;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-line {
    margin: 30px 0;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
    padding: 28px 32px 30px 32px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .page-step2-dot {
    width: 32px;
    height: 20px;
    margin-bottom: 18px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-con .profile-step2-pro1 {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .profilePage .profilePage-step2 .indexPage-inner {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step2 .profilePage-step2-pro-img {
    width: 100%;
  }
  .profilePage .profilePage-step3 .profile-text3 {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .profilePage .profilePage-step2 .profilePage-step2-pro-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-pro-img img {
    width: auto;
    max-width: 100%;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top {
    margin-bottom: 10px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-pro-img-pc {
    display: none;
  }
  .profilePage .profilePage-step2 .profilePage-step2-pro-img-m {
    display: block;
  }
}
@media (max-width: 767px) {
  .factoryPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .factoryPage .factory-cur-title {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .factoryPage .item:nth-of-type(2n) {
    transform: translateY(0);
  }
  .factoryPage .item .text {
    margin-top: 12px;
  }
  .factoryPage .item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 22px;
  }
  .factoryPage .webPage {
    width: 100%;
  }
  .factoryPage .factory-cur-line {
    display: none;
  }
  .factoryPage .list {
    width: 100%;
  }
  .casePage .page-title {
    margin-bottom: 28px;
  }
  .casePage .casePage-one {
    padding-bottom: 22px;
    padding-top: 18px;
    width: 48%;
  }
  .casePage .casePage-one .casePage-title {
    margin-bottom: 12px;
  }
  .casePage .casePage-one .casePage-title-text {
    font-size: 14px;
    line-height: 24px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
    width: 36px;
    height: 36px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-mask-text {
    font-size: 12px;
    margin-top: 6px;
  }
  .casePage .casePage-one .casePage-title-index {
    font-size: 12px;
  }
  .profilePage .profile-text1 {
    font-size: 18px;
  }
  .profilePage .profile-text2 {
    font-size: 14px;
    line-height: 25px;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-text2 {
    margin: 4px 0 20px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img p {
    font-size: 18vw;
    line-height: 20vw;
    margin-top: -46px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num {
    flex-wrap: wrap;
  }
  .profilePage .profile-text3 {
    font-size: 12px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
    padding: 28px 24px 28px 26px;
    position: relative;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .page-step2-dot {
    position: absolute;
    top: 28px;
    right: 24px;
  }
  .profilePage .profilePage-step4 .development-swiper-slide .development-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .profilePage-step4 .development-swiper-slide .development-title {
    font-size: 16px;
  }
  .profilePage .profilePage-step4 .development-swiper {
    width: 100%;
  }
  .profilePage .profilePage-step4 .development-swiper-outer {
    position: relative;
    padding-bottom: 75px;
  }
  .profilePage .profilePage-step4 .development-swiper-outer .development-btn {
    position: absolute;
    bottom: 0;
  }
  .profilePage .profilePage-step4 .development-outer {
    padding: 40px 0;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-nuit {
    font-size: 20px;
    line-height: 22px;
    margin-left: 6px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-count {
    font-size: 36px;
    line-height: 40px;
  }
  .profilePage .profilePage-step4 .line-outer {
    display: none;
  }
  .profilePage .profilePage-step4 .development-swiper-outer .development-btn-prev {
    left: 50%;
    transform: translateX(-54px);
  }
  .profilePage .profilePage-step4 .development-swiper-outer .development-btn-next {
    right: 50%;
    transform: translateX(54px);
  }
}
@media only screen and (max-width: 431px) {
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main-img p {
    margin-top: -32px;
  }
  .profilePage .profilePage-step1 .profile-desc .profile-line {
    margin: 22px 0 20px;
  }
}
@media only screen and (max-width: 421px) {
  .factoryPage .item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .factoryPage .item .text {
    margin-top: 10px;
    font-size: 12px;
  }
  .casePage .casePage-one .casePage-title-text {
    font-size: 16px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-icon {
    width: 46px;
    height: 46px;
  }
  .casePage .casePage-one .casePage-img .casePage-mask .casePage-mask-text {
    font-size: 16px;
    margin-top: 8px;
  }
  .casePage .casePage-one {
    padding-bottom: 20px;
    padding-top: 14px;
    width: 100%;
  }
  .profilePage-step1 {
    padding-top: 20px;
  }
  .profilePage .profilePage-step5 .profilePage-step5-inner .profile-text3 {
    margin-top: 16px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-desc {
    font-size: 12px;
  }
  .profilePage .profilePage-step1 .profile-intro .abouti-num .num-one .num-one-main .num-count {
    font-size: 32px;
    line-height: 36px;
  }
  .profilePage .profile-text1 {
    line-height: 30px;
  }
  .profilePage .profilePage-step1 .profile-intro .profile-text3 {
    margin-bottom: 14px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-top .profilePage-step2-main .profilePage-step2-main-inner {
    padding: 26px 20px 26px 20px;
  }
  .profilePage .profilePage-step1 .profile-intro .profile-text3-line {
    margin: 24px 0 12px;
  }
}
@media only screen and (max-width: 380px) {
  .profilePage .profilePage-step4 .page-title {
    margin-bottom: 24px;
  }
}
