.factoryPage {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/factory-imgs.jpg') no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.factoryPage .nban .nban-nav {
  margin: 0 0 50px;
}
.factoryPage .factory-imgs {
  width: 100%;
}
.factoryPage .factory-swiper {
  width: 100%;
  overflow: visible;
}
.factoryPage .factory-img {
  width: 33%;
  margin-right: 40px;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.factoryPage .factory-img .factory-img-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  max-height: 524px;
}
.factoryPage .factory-img .factory-img-inner .el-image {
  display: block;
  width: 100%;
  height: 100%;
}
.factoryPage .factory-img .factory-img-inner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.factoryPage .factory-img .factory-img-inner:hover img {
  transform: scale(1.2);
}
.factoryPage .factory-img .factory-text {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
}
.factoryPage .factory-img:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPage .factory-more {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.factoryPage .public-more .read-more-p {
  color: #fff;
}
.factoryPage .public-more {
  border: 1px solid #00623A;
  background: #00623A;
}
.factoryPageVideo {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/factoryPageVideo.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.factoryPageVideo .public-more .read-more-p {
  color: #fff;
}
.factoryPageVideo .public-more {
  border: 1px solid #00623A;
  background: #00623A;
}
.factoryPageVideo .factory-video-top {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.factoryPageVideo .factory-video-top .factory-video-words {
  margin-right: 8%;
}
.factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
}
.factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
  font-weight: bold;
  font-size: 158px;
  color: #FFFFFF;
  line-height: 163px;
  font-family: 'LamaSans-M';
  margin-top: 30px;
  margin-bottom: 56px;
  text-transform: uppercase;
}
.factoryPageVideo .factory-video-top .factory-video-doms {
  width: 33.33%;
}
.factoryPageVideo .factory-video-dom {
  width: 100%;
}
.factoryPageVideo .factory-video-dom .factory-video-dom-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.factoryPageVideo .factory-video-dom .factory-video-dom-inner video {
  width: 100%;
  display: block;
}
.factoryPageVideo .factory-video-dom .factory-video-dom-inner .equipment-other-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.factoryPageVideo .factory-video-dom .factory-video-dom-inner .equipment-other-mask .play-m {
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
}
.factoryPageVideo .factory-video-dom .factory-video-dom-text {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}
.factoryPageVideo .factory-video-dom-active .factory-video-dom-inner .equipment-other-mask {
  top: 100%;
}
.factoryPageVideo .factory-video-bottom {
  display: flex;
  justify-content: flex-end;
}
.factoryPageVideo .factory-video-bottom .factory-video-dom-one {
  width: 33.33%;
}
.factoryPageVideo .factory-video-bottom .factory-video-dom-one:nth-of-type(2) {
  transform: translateY(-60px);
  margin-left: 14%;
}
.factoryPageVideo .page-title {
  text-align: left;
  margin-bottom: 40px;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-cur-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  aspect-ratio: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .video-n {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-m {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-m::after {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: aniMapDotInnerV 2s 0.2s ease-in infinite;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-m::before {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: aniMapDotInnerV 2s 0s ease-in infinite;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: relative;
  z-index: 12;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #00623A;
  font-size: 40px;
  line-height: 44px;
}
.factoryPageVideo .swiper-slide-prev .video-n {
  transform: scale(0.6) translateX(30%) translateY(-30%);
}
.factoryPageVideo .swiper-slide-next .video-n {
  transform: scale(0.6) translateX(-30%) translateY(30%);
}
.factoryPageVideo .video-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.factoryPageVideo .video-step-btn {
  width: 70px;
  height: 40px;
  background: #147BD8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 5px;
}
.factoryPageVideo .video-step-btn img {
  width: 40%;
}
.factoryPageVideo .video-step-btn:hover {
  background: #00623A;
}
.factoryPageVideo .video-step-btn .relatedProducts-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.factoryPageVideo .videos-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-main {
  width: 100%;
  margin-bottom: 30px;
}
.factoryPageVideo .video-cur {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.8;
}
.factoryPageVideo .video-cur video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.factoryPageVideo .video-cur .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur .equipment-other-mask .play-video-outer {
  width: 140px;
  height: 140px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur .equipment-other-mask .play-video {
  width: 94px;
  height: 94px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #215AD8;
  font-size: 52px;
  line-height: 94px;
}
.factoryPageVideo .video-cur-list {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 50px;
  overflow: hidden;
}
@keyframes aniDotInner {
  0% {
    width: 12px;
    height: 12px;
    background: #1D4CB3;
    opacity: 1;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #D8E0F2;
  }
}
.profilePage {
  overflow: hidden;
}
.profilePage .p1 {
  font-weight: 500;
  font-size: 36px;
  color: #00623A;
  line-height: 42px;
}
.profilePage .p2 {
  font-weight: bold;
  font-size: 163px;
  color: #00623A;
  font-family: 'LamaSans-M';
  text-transform: uppercase;
}
.profilePage .nban {
  margin-top: 0;
}
.profilePage .nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
  color: #fff;
}
.profilePage .nban .nban-nav .proTypeXin-one .proTypeXin-a .dot p {
  border: 1px solid #fff;
}
.profilePage .nban .nban-nav {
  margin: 60px 0 0;
}
.profilePage .nban .nban-nav::before {
  background: rgba(255, 255, 255, 0.5);
}
.profilePage .nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
  background: rgba(255, 255, 255, 0.5);
}
.profilePage .pt {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.profilePage .profile-part1 {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/about-back.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding-top: 0;
  z-index: 1;
}
.profilePage .profile-part1 .p1 {
  color: #fff;
}
.profilePage .profile-part1 .p2 {
  color: #fff;
  margin: 20px 0 80px;
}
.profilePage .profile-part1 .profile-about {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.profilePage .profile-part1 .profile-about .pt {
  margin-bottom: 24px;
  color: #fff;
  opacity: 0.95;
}
.profilePage .profile-part1 .profile-about .profile-words {
  width: 50%;
}
.profilePage .profile-part1 .profile-about .profile-num {
  width: 45%;
}
.profilePage .profile-part1 .profile-about .profile-num-val {
  font-weight: bold;
  font-size: 240px;
  color: #FFFFFF;
  line-height: 260px;
  position: relative;
}
.profilePage .profile-part1 .profile-about .profile-num-val::after {
  content: "+";
  position: absolute;
  top: 0;
  font-size: 60px;
  left: 80%;
  line-height: 140px;
}
.profilePage .profile-part1 .profile-about .profile-num-desc {
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 38px;
  margin-top: 10px;
}
.profilePage .profile-part1 .profile-about1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 6%;
}
.profilePage .profile-part1 .profile-about1 .profile-words {
  padding-bottom: 8%;
}
.profilePage .profile-part1 .profile-text-go {
  padding: 50px 0;
  font-weight: 400;
  font-size: 150px;
  color: #FFFFFF;
  line-height: 172px;
  display: flex;
  overflow-x: auto;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.profilePage .profile-part1 .profile-text-go p {
  flex: none;
}
.profilePage .profile-part1 .profile-text-go::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.profilePage .hidden-content {
  padding-top: 108px;
  opacity: 0;
}
.profilePage .splash {
  color: transparent;
  text-align: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profilePage .splash .cover-image {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.profilePage .splash .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profilePage .splash p {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/about-back.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  -webkit-background-clip: text;
  font-size: 200px;
  transform: scale(1);
  font-weight: bold;
  transform-origin: center;
  transition: 0.5s;
}
.profilePage .profile-part2 {
  background: #ffffff url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/history-back.jpg') no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.profilePage .profile-part2 .p2 {
  margin: 10px 0;
}
.profilePage .profile-part2 .pt {
  max-width: 600px;
  margin-bottom: 70px;
}
.profilePage .profile-part2 .history-line-outer {
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one {
  position: absolute;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  display: flex;
  transition: 0.5s;
  cursor: pointer;
  z-index: 20;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one .dot {
  width: 10px;
  height: 10px;
  background: #00623A;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 8px;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one .text {
  width: calc(100% - 30px);
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:hover {
  color: #00623A;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one-active {
  color: #00623A;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(1) {
  left: 8.4%;
  top: 5%;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(2) {
  left: 28%;
  top: 68%;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(3) {
  left: 36%;
  top: 28%;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(3) .text {
  transform: translateY(-120%) translateX(-20px);
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(4) {
  left: 56.2%;
  top: 52%;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(5) {
  left: 68%;
  top: 91%;
}
.profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(6) {
  left: 84%;
  top: 39%;
}
.profilePage .profile-part2 .history-line-outer .history-line {
  width: 100%;
}
.profilePage .profile-part2 .history-line-outer .history-line img {
  width: 100%;
  display: block;
}
.profilePage .profile-part2 .history-line-outer svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.profilePage .profile-part2 .history-line-outer .cls-3,
.profilePage .profile-part2 .history-line-outer .cls-4 {
  fill: none;
  stroke: #00623a;
  stroke-miterlimit: 10;
}
.profilePage .profile-part2 .history-line-outer .cls-4 {
  stroke-dasharray: 200px 2000px;
  stroke-dashoffset: 0;
  transition: 0.5s;
}
.profilePage .profile-part2 .history-swiper-outer {
  width: 100%;
  display: flex;
}
.profilePage .profile-part2 .history-swiper-outer .history-swiper {
  width: 340px;
  margin-right: 5%;
  margin-left: 0;
}
.profilePage .profile-part2 .history-swiper-outer .history-one {
  width: 100%;
  padding: 0 10px;
}
.profilePage .profile-part2 .history-swiper-outer .history-one .history-title {
  font-weight: 500;
  font-size: 24px;
  color: #00623A;
  line-height: 34px;
}
.profilePage .profile-part2 .history-swiper-outer .history-one .history-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 24px;
  width: 90%;
}
.profilePage .profile-part2 .history-swiper-outer .history-swiper-img {
  width: 520px;
  height: 520px;
  position: relative;
}
.profilePage .profile-part2 .history-swiper-outer .history-swiper-img .history-img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(12px);
  overflow: hidden;
}
.profilePage .profile-part2 .history-swiper-outer .history-swiper-img .history-img-one img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-part2 .history-swiper-outer .history-swiper-img .history-img-active {
  opacity: 1;
  transform: translateX(0);
}
.profilePage .profile-part3 {
  position: relative;
}
.profilePage .profile-part3 .culture-back {
  width: 100%;
  display: block;
}
.profilePage .profile-part3 .indexPage-outer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profile-part3 .p1 {
  color: #fff;
}
.profilePage .profile-part3 .p2 {
  margin-top: 20px;
  color: #fff;
  transform: translateX(-12px);
}
.profilePage .profile-part3 .part3-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.profilePage .profile-part3 .culture-title {
  width: 100%;
}
.profilePage .profile-part3 .culture-main {
  width: 70%;
  overflow: hidden;
}
.profilePage .profile-part3 .culture-swiper {
  width: 510px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  overflow: visible;
}
.profilePage .profile-part3 .culture-swiper .culture-one {
  width: 490px;
  cursor: pointer;
}
.profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
  width: 260px;
  height: 60px;
  transform: translateX(-120px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: 0.5s;
  margin-bottom: 40px;
  text-align: center;
}
.profilePage .profile-part3 .culture-swiper .culture-one .culture-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0;
  transition: 0.5s;
}
.profilePage .profile-part3 .culture-swiper .culture-one-active .culture-type {
  border: 1px solid #FFFFFF;
  transform: translateX(0);
}
.profilePage .profile-part3 .culture-swiper .culture-one-active .culture-desc {
  opacity: 1;
}
.profilePage .profile-part4 {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/Certificate-back.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.profilePage .profile-part4 .indexPage-outer {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  flex-wrap: wrap;
}
.profilePage .profile-part4 .part4-inner {
  width: 100%;
  max-width: 1500px;
}
.profilePage .profile-part4 .part4-inner1 {
  width: 90%;
  max-width: 100%;
}
.profilePage .profile-part4 .p2 {
  margin: 20px 0 70px;
  transform: translateX(-12px);
}
.profilePage .profile-part4 .part4-main {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding-left: 5%;
}
.profilePage .profile-part4 .part4-main {
  justify-content: center;
}
.profilePage .profile-part4 .part4-left {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.profilePage .profile-part4 .part4-left1 {
  width: 300px;
}
.profilePage .profile-part4 .part4-left-new {
  width: 320px;
  position: relative;
  z-index: 50;
}
.profilePage .profile-part4 .part4-left-new .certificate-type1 {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 52px;
}
.profilePage .profile-part4 .part4-left-new .certificate-type1 .certificate-dot {
  width: 13px;
  height: 13px;
  background: #C2D8D1;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 5px;
}
.profilePage .profile-part4 .part4-left-new .certificate-type1 .certificate-text {
  font-weight: 400;
  font-size: 22px;
  color: #00623A;
  line-height: 28px;
  padding-left: 10%;
}
.profilePage .profile-part4 .part4-left-new .certificate-type1-active .certificate-dot {
  background: #00623A;
}
.profilePage .profile-part4 .part4-right-new {
  width: calc(90% - 320px);
  margin-left: 10%;
  position: relative;
  z-index: 50;
}
.profilePage .profile-part4 .part4-right-new .part4-right-new-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profilePage .profile-part4 .part4-right-new .certificates-img {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.profilePage .profile-part4 .part4-right-new .certificates-img .certificates-inner {
  overflow: hidden;
  aspect-ratio: 0.74193548;
  width: 100%;
}
.profilePage .profile-part4 .part4-right-new .certificates-img .certificates-inner:hover img {
  transform: scale(1.2) translateX(0);
}
.profilePage .profile-part4 .part4-right-new .certificates-img img {
  display: block;
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: 0.5s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-part4 .part4-right-new .certificates-img:nth-of-type(3n) {
  margin-right: 0;
}
.profilePage .profile-part4 .part4-right-new .certificates-one-opacity {
  opacity: 0 !important;
  transition: 1s;
}
.profilePage .profile-part4 .part4-right-new .certificates-one-opacity img {
  transform: scale(1) translateX(12px);
}
.profilePage .profile-part4 .part4-titles {
  width: 100%;
  position: relative;
}
.profilePage .profile-part4 .part4-titles .certificate-type {
  width: 100%;
  position: relative;
  height: 90px;
  cursor: pointer;
}
.profilePage .profile-part4 .part4-titles .certificate-type .certificate-dot {
  width: 13px;
  height: 13px;
  background: #C2D8D1;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 5px;
}
.profilePage .profile-part4 .part4-titles .certificate-type .certificate-text {
  font-weight: 400;
  font-size: 22px;
  color: #00623A;
  line-height: 28px;
  padding-left: 16%;
}
.profilePage .profile-part4 .part4-titles .certificate-type-active .certificate-dot {
  background: #00623A;
}
.profilePage .profile-part4 .certificate-btns {
  display: flex;
  align-items: center;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn {
  cursor: pointer;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #00623A;
  transition: 0.5s;
  margin-left: 15px;
  position: relative;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  transition: 0.5s;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn .default {
  opacity: 0;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn .active {
  opacity: 1;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn:hover {
  background: #00623A;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn:hover .default {
  opacity: 1;
}
.profilePage .profile-part4 .certificate-btns .certificate-btn:hover .active {
  opacity: 0;
}
.profilePage .profile-part4 .certificate-line {
  width: 1px;
  height: 0;
  background: #00623A;
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  transition: 0.5s;
}
.profilePage .profile-part4 .part4-titles::before {
  width: 1px;
  height: calc(100% - 20px);
  background: #C2D8D1;
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
}
.profilePage .profile-part4 .part4-right {
  width: 60%;
  overflow: hidden;
  padding-top: 32px;
}
.profilePage .profile-part4 .certificates-swiper {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/honor-img.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  overflow: visible;
}
.profilePage .profile-part4 .certificates-swiper .certificates-one {
  width: 100%;
  display: flex;
  opacity: 1;
  transition: 0.5s;
}
.profilePage .profile-part4 .certificates-swiper .certificates-img {
  width: calc((90% - 44px) / 3);
  margin: 0 12px;
  cursor: pointer;
}
.profilePage .profile-part4 .certificates-swiper .certificates-img .certificates-inner {
  overflow: hidden;
  aspect-ratio: 0.74193548;
  width: 100%;
}
.profilePage .profile-part4 .certificates-swiper .certificates-img img {
  display: block;
  opacity: 0;
  transform: scale(1) translateX(12px);
  transition: 0.5s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-part4 .certificates-swiper .certificates-one-active .certificates-img img {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.profilePage .profile-part4 .certificates-swiper .certificates-one-active .certificates-inner:hover img {
  transform: scale(1.2) translateX(0);
}
.profilePage .profile-part4 .certificates-swiper .certificates-one-opacity {
  opacity: 0 !important;
  transition: 1s;
}
.profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(1) {
  transform: translateY(11%) translateX(24%);
}
.profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(2) {
  transform: translateY(-3%) translateX(18%);
}
.profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(3) {
  transform: translateY(26%) translateX(-18%);
  z-index: 20;
}
.profilePage .profile-part4 .certificates-swiper .certificates-back {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.profilePage .profile-part4 .certificates-swiper .certificates-back img {
  width: 100%;
  display: block;
}
@keyframes ani-profile {
  0% {
    opacity: 1;
    transform: scale(1);
    z-index: 20;
  }
  100% {
    opacity: 0;
    transform: scale(3);
    z-index: -1;
  }
}
@keyframes aniMapDotInnerHis {
  0% {
    width: 53px;
    height: 53px;
    opacity: 1;
  }
  100% {
    width: 86px;
    height: 86px;
    opacity: 0;
  }
}
@keyframes aniMapDotInner {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}
.factoryPage-list {
  overflow: hidden;
  padding-top: 35px;
  min-height: 600px;
}
.factoryPage-list .page-title {
  text-align: center;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 110px;
}
.factoryPage-list .item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 24px;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.factoryPage-list .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.factoryPage-list .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPage-list .item .img .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.factoryPage-list .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
}
.factoryPage-list .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage-list .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage-list .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage-list .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage-list .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.factoryPage-list .item .text {
  margin-top: 16px;
  font-weight: 550;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
}
.factoryPage-list .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage-list .webPage {
  margin-top: 30px;
}
@keyframes aniMapDotInnerV {
  0% {
    width: 68px;
    height: 68px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@media only screen and (max-width: 1860px) {
  .profilePage .profile-part4 .part4-left-new .certificate-type1 .certificate-text {
    font-size: 20px;
    line-height: 30px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: calc(94% - 320px);
    margin-left: 6%;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type .certificate-text {
    font-size: 20px;
    line-height: 30px;
  }
  .factoryPage .factory-img {
    width: 28%;
    max-width: 300px;
  }
  .factoryPage .factory-imgs {
    padding-top: 0;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
    font-size: 28px;
    line-height: 32px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    font-size: 110px;
    line-height: 112px;
  }
  .profilePage .p1 {
    font-size: 28px;
    line-height: 32px;
  }
  .profilePage .p2 {
    font-size: 110px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-val {
    font-size: 150px;
    line-height: 160px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-val::after {
    font-size: 60px;
    left: 52%;
    line-height: 80px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-desc {
    font-size: 30px;
    margin-top: 14px;
  }
  .profilePage .profile-part1 .profile-text-go {
    font-size: 100px;
    line-height: 110px;
  }
  .profilePage .profile-part1 .profile-about1 .profile-words {
    padding-bottom: 2%;
  }
  .profilePage .profile-part1 .p2 {
    margin: 18px 0 36px;
  }
  .profilePage .nban .nban-nav {
    margin: 0 0;
  }
  .profilePage .nban {
    padding: 60px 0 0;
  }
  .profilePage .profile-part2 .history-swiper-outer .history-one .history-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1598px) {
  .profilePage .profile-part4 .part4-main1 {
    width: 100%;
    padding-left: 10%;
  }
  .profilePage .profile-part4 .part4-left-new .certificate-type1 .certificate-text {
    font-size: 18px;
    line-height: 26px;
  }
  .profilePage .profile-part4 .part4-left-new .certificate-type1 {
    margin-bottom: 45px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: calc(95% - 320px);
    margin-left: 5%;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1441px) {
  .profilePage .profile-part2 .history-line-outer .history-line-title-one {
    font-size: 16px;
  }
  .profilePage .profile-part2 .history-swiper-outer .history-one .history-desc {
    margin-top: 14px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    font-size: 20px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type .certificate-text {
    font-size: 20px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1360px) {
  .profilePage .profile-part4 .p2 {
    margin: 16px 0 48px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: calc(96% - 295px);
    margin-left: 4%;
  }
  .profilePage .profile-part4 .part4-left-new {
    width: 295px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: calc(95% - 295px);
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one {
    font-size: 14px;
  }
  .profilePage .profile-part2 .history-swiper-outer .history-one .history-title {
    font-size: 18px;
    line-height: 26px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    font-size: 18px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    width: 230px;
    height: 52px;
    margin-bottom: 30px;
  }
  .profilePage .profile-part2 .history-swiper-outer .history-one .history-desc {
    width: 100%;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
    font-size: 26px;
    line-height: 30px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    font-size: 80px;
    line-height: 86px;
  }
  .factoryPage .factory-img {
    margin-right: 32px;
  }
  .factoryPage .nban .nban-nav {
    margin: 0 0 42px;
  }
  .factoryPageVideo .factory-video-dom .factory-video-dom-inner .equipment-other-mask .play-m {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  .factoryPage-list .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .factoryPage .factory-img .factory-text {
    margin-top: 12px;
  }
  .factoryPageVideo .factory-video-dom .factory-video-dom-text {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1251px) {
  .profilePage .profile-part4 .part4-left-new .certificate-type1 .certificate-text {
    font-size: 16px;
    line-height: 24px;
  }
  .profilePage .profile-part4 .part4-left-new .certificate-type1 {
    margin-bottom: 36px;
  }
  .profilePage .profile-part4 .part4-left-new {
    width: 270px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: calc(100% - 288px);
    margin-left: 18px;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 20px;
  }
  .profilePage .profile-part1 .profile-text-go {
    font-size: 80px;
    line-height: 90px;
  }
  .profilePage .p1 {
    font-size: 24px;
    line-height: 26px;
  }
  .profilePage .p2 {
    font-size: 80px;
  }
  .profilePage .profile-part4 .p2 {
    margin: 14px 0 46px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type .certificate-text {
    font-size: 16px;
  }
  .profilePage .profile-part4 .part4-right {
    width: calc(100% - 260px);
  }
  .profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(1) {
    transform: translateY(14%) translateX(26%);
  }
  .profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(2) {
    transform: translateY(-2%) translateX(15%);
  }
  .profilePage .profile-part4 .certificates-swiper .certificates-img:nth-of-type(3) {
    transform: translateY(30%) translateX(-16%);
  }
  .profilePage .profile-part2 .history-swiper-outer .history-swiper-img {
    width: 320px;
    height: 320px;
  }
  .profilePage .profile-part1 .profile-about .profile-words {
    width: 100%;
  }
  .profilePage .profile-part1 .profile-about1 .profile-words {
    width: calc(95% - 300px);
  }
  .profilePage .profile-part1 .profile-about .profile-num {
    width: 300px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-val {
    font-size: 80px;
    line-height: 108px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-desc {
    font-size: 24px;
    margin-top: 12px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-val::after {
    font-size: 30px;
    left: 50%;
    line-height: 66px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-desc {
    font-size: 20px;
    margin-top: 6px;
  }
  .factoryPage-list .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .factoryPage .nban .nban-nav {
    margin: 0 0 35px;
  }
  .factoryPageVideo .factory-video-top {
    margin-bottom: 74px;
  }
  .factoryPageVideo .factory-video-bottom .factory-video-dom-one:nth-of-type(2) {
    transform: translateY(-42px);
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words {
    margin-right: 16%;
  }
  .profilePage {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .factoryPage-list {
    min-height: 400px;
  }
  .factoryPage-list .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one {
    width: 70%;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    width: auto;
    padding: 0 20px;
  }
  .profilePage .profile-part1 .profile-about .profile-num {
    width: 200px;
  }
  .profilePage .profile-part1 .profile-about .profile-num-val::after {
    font-size: 26px;
    left: 72%;
    line-height: 62px;
  }
  .profilePage .profile-part1 .profile-about1 .profile-words {
    width: calc(95% - 200px);
  }
  .inner-nav {
    display: none;
  }
  .profilePage .profile-part1 .p2 {
    margin: 15px 0 25px;
  }
  .profilePage .profile-part3 .part3-inner {
    position: relative;
    z-index: 12;
  }
  .profilePage .profile-part3 .p2 {
    margin-bottom: 10%;
  }
  .profilePage .profile-part3 .culture-main {
    width: 100%;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    transform: translateX(0);
  }
  .profilePage .profile-part4 .indexPage-outer {
    padding-left: 0;
  }
  .profilePage .profile-part3 .culture-swiper {
    width: 60%;
  }
  .profilePage .profile-part3 .culture-back {
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 920px) {
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
    font-size: 22px;
    line-height: 25px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    font-size: 52px;
    line-height: 58px;
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one {
    font-size: 12px;
  }
  .profilePage .profile-part2 .history-swiper-outer {
    margin-top: 50px;
  }
  .profilePage .splash {
    display: none;
  }
  .profilePage .profile-part1 {
    padding-top: 0;
  }
  .profilePage .hidden-content {
    padding-top: 0;
    opacity: 1;
  }
  .profilePage .nban {
    padding: 40px 0 0;
  }
  .profilePage .profile-part4 .part4-inner1 {
    width: 100%;
  }
  .profilePage .profile-part4 .part4-main1 {
    padding-left: 0;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img:nth-of-type(3n) {
    margin-right: 25px;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img:nth-of-type(2n) {
    margin-right: 0;
  }
  .webPage .pageBtn .web-icon {
    display: block;
  }
  .webPage .pageBtn .web-text {
    display: none;
  }
  .webPage .pageBtn {
    width: auto;
    padding: 0 15px;
  }
  .webPage .pages-a {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  .profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(5) {
    top: 85%;
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(3) {
    top: 24%;
  }
  .profilePage .p1 {
    font-size: 20px;
    line-height: 22px;
  }
  .profilePage .p2 {
    font-size: 50px;
  }
  .profilePage .profile-part1 .p2 {
    margin: 14px 0 12px;
  }
  .profilePage .profile-part2 .history-line-outer {
    display: none;
  }
  .profilePage .profile-part2 .pt {
    margin-bottom: 0;
  }
  .profilePage .profile-part2 .history-swiper-outer .history-swiper {
    width: 100%;
    margin-right: 0;
  }
  .profilePage .profile-part2 .history-swiper-outer {
    margin-top: 30px;
  }
  .profilePage .profile-part2 .history-swiper-outer {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-about .pt {
    margin-bottom: 18px;
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(3) .text {
    transform: translateY(-100%) translateX(-30px);
  }
  .profilePage .profile-part2 .history-swiper-outer .history-swiper-img {
    width: 72%;
    max-width: 320px;
    height: auto;
    margin: 15px auto 0;
    aspect-ratio: 1;
  }
  .profilePage .profile-part3 .culture-swiper {
    width: 100%;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one {
    width: 100%;
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(6) {
    top: 34%;
  }
  .profilePage .profile-part2 .history-line-outer .history-line-title-one:nth-of-type(2) {
    top: 64%;
  }
  .profilePage .profile-part1 .profile-about1 .profile-words {
    width: 100%;
  }
  .profilePage .profile-part1 .profile-text-go {
    font-size: 50px;
    line-height: 56px;
  }
  .profilePage .profile-part1 .profile-text-go {
    padding: 32px 0;
  }
  .profilePage .profile-part1 .profile-about {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-about .profile-num {
    margin: 0 auto;
  }
  .profilePage .profile-part4 .p2 {
    margin: 14px 0 12px;
  }
  .profilePage .profile-part4 .part4-main {
    flex-wrap: wrap;
  }
  .profilePage .profile-part4 .part4-left {
    width: 100%;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    height: 48px;
    margin-bottom: 22px;
    width: 60%;
    padding: 0 5px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one .culture-type {
    font-size: 16px;
  }
  .profilePage .profile-part4 .certificate-btns {
    margin: 10px 0 25px;
  }
  .profilePage .profile-part4 .part4-titles::before {
    display: none;
  }
  .profilePage .profile-part4 .certificate-line {
    display: none;
  }
  .profilePage .profile-part4 .part4-titles {
    flex-wrap: wrap;
    display: flex;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type .certificate-dot {
    width: 10px;
    height: 10px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type .certificate-text {
    font-size: 14px;
    padding-left: 26px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type {
    width: 50%;
    padding-right: 6px;
    margin-bottom: 20px;
    height: auto;
  }
  .profilePage .profile-part4 .part4-right {
    width: 100%;
  }
  .factoryPage .nban .nban-nav {
    margin: 0 0 20px;
  }
  .factoryPageVideo .factory-video-dom .factory-video-dom-inner .equipment-other-mask .play-m {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
    font-size: 18px;
    line-height: 22px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    font-size: 40px;
    line-height: 45px;
  }
  .factoryPageVideo .factory-video-top .factory-video-doms {
    width: 50%;
  }
  .factoryPageVideo .factory-video-bottom .factory-video-dom-one {
    width: 46%;
  }
  .factoryPageVideo .factory-video-bottom .factory-video-dom-one:nth-of-type(2) {
    margin-left: 5%;
  }
  .factoryPageVideo .factory-video-top .factory-video-words {
    margin-right: 8%;
    width: 40%;
  }
  .factoryPageVideo .factory-video-dom .factory-video-dom-text {
    margin-top: 12px;
    font-size: 12px;
  }
  .factoryPage .factory-img {
    width: 200px;
  }
  .factoryPage .factory-img .factory-text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
  }
  .factoryPage-list .list-arr {
    padding-bottom: 58px;
  }
  .factoryPage-list .item .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPage-list .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPage-list .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .nban .nban-cn {
    font-size: 20px;
    line-height: 22px;
  }
  .factoryPage .nban {
    padding: 25px 0 22px;
  }
  .factoryPage .factory-more {
    margin-top: 20px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    margin-top: 18px;
    margin-bottom: 28px;
  }
  .public-more .read-more-p {
    font-size: 12px;
    line-height: 35px;
  }
  .public-more {
    width: auto;
    height: 35px;
    padding: 0 25px;
  }
  .factoryPage-list .item .img .img-inner .mask img {
    width: 45px;
    height: 45px;
  }
  .profilePage .profile-part4 .part4-left-new .part4-titles::before {
    display: none;
  }
  .profilePage .profile-part4 .part4-left-new .certificate-line {
    display: none;
  }
  .profilePage .profile-part4 .part4-left-new .part4-titles {
    flex-wrap: wrap;
    display: flex;
  }
  .profilePage .profile-part4 .part4-left-new {
    width: 100%;
    margin-top: 15px;
  }
  .profilePage .profile-part4 .part4-right-new {
    width: 100%;
    margin-left: 0;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type1 .certificate-dot {
    width: 10px;
    height: 10px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type1 .certificate-text {
    font-size: 14px;
    padding-left: 22px;
  }
  .profilePage .profile-part4 .part4-titles .certificate-type1 {
    width: 50%;
    padding-right: 6px;
    margin-bottom: 20px;
    height: auto;
  }
  .profilePage .profile-part4 .part4-right1 {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .profilePage {
    margin-top: 50px;
  }
  .profilePage .nban {
    padding: 30px 0 0;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 24px;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img:nth-of-type(3n) {
    margin-right: 20px;
  }
  .profilePage .profile-part4 .part4-right-new .certificates-img:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 521px) {
  .factoryPage .nban .nban-en {
    font-size: 12vw;
    line-height: 14vw;
  }
  .factoryPage .factory-img {
    margin-right: 24px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words {
    margin-right: 5%;
  }
  .profilePage .pt {
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .profile-part3 .culture-swiper .culture-one-active .culture-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .p2 {
    font-size: 40px;
  }
  .profilePage .profile-part4 .p2 {
    transform: translateX(-2px);
  }
  .profilePage .profile-part3 .p2 {
    transform: translateX(-2px);
  }
  .profilePage .nban {
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPage-list .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPage-list .item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPage-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage-list .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 431px) {
  .factoryPage-list .list-arr {
    padding-bottom: 30px;
  }
  .profilePage {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 386px) {
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-en {
    font-size: 30px;
    line-height: 38px;
  }
  .factoryPageVideo .factory-video-top .factory-video-words .factory-video-cn {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 418px) {
  .profilePage .nban {
    display: none;
  }
}
