.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1356D1;
  height: 3px;
  margin-top: -0.5px;
}
.divider {
  width: 100%;
}
.divider img {
  display: block;
  width: 100%;
}
.about-intro {
  background: #F4F4F4;
  padding-bottom: 35px;
}
.about-intro .about-intro-outer {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.about-intro .about-intro-company {
  margin: 50px 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-intro .about-intro-under {
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 54px;
  width: calc(95% - 200px);
  text-transform: uppercase;
}
.about-intro .about-intro-under .key {
  color: #47B92F;
  font-weight: 500;
  font-family: 'SourceHanSansSC-Medium';
}
.about-intro .about-intro-num {
  width: 192px;
}
.about-intro .about-intro-num .abouti-num-count {
  font-weight: bold;
  font-size: 72px;
  color: #47B92F;
  line-height: 74px;
  font-family: 'Montserrat-Bold';
}
.about-intro .about-intro-num .abouti-num-unit {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  font-family: 'SourceHanSansSC-Medium';
  line-height: 28px;
  margin-top: 18px;
}
.about-intro .about-intro-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.about-intro .about-intro-desc .about-intro-text1 {
  width: 420px;
}
.about-intro .about-intro-desc .about-intro-text2 {
  width: calc(100% - 450px);
}
.about-intro .about-intro-dots {
  width: 100%;
  margin: 66px 0 60px;
  padding: 60px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
}
.about-intro .about-intro-dots .about-intro-dot-one {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-icon {
  width: 80px;
  height: 80px;
  background: #191E2B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-icon img {
  width: 45%;
  height: 45%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 26px;
  font-family: 'SourceHanSansSC-Medium';
}
.about-intro .about-intro-dots .about-intro-dot-one:hover .about-intro-dot-icon img {
  transform: rotateY(360deg);
}
.about-intro .about-intro-company-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.about-intro .about-intro-company-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-intro .about-intro-company-img:hover img {
  transform: scale(1.05);
}
.about-intro .abouti-logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -110px;
  z-index: 12;
  position: relative;
}
.about-intro .abouti-logo .abouti-logo-img {
  width: 100%;
  transform: translateX(45%);
  transition: 1s;
}
.about-intro .abouti-logo .abouti-logo-img img {
  display: block;
  width: 100%;
}
.company-culture {
  margin-bottom: -1px;
}
.company-culture .inner-title {
  margin-bottom: 60px;
}
.company-culture .culture-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.company-culture .culture-inner-con {
  width: calc(50% - 48px);
}
.company-culture .culture-inner-con .culture-swiper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.company-culture .culture-inner-con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #47B92F;
  height: 3px;
  margin-top: -0.5px;
}
.company-culture .culture-inner-con .culture-one {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.company-culture .culture-inner-con .culture-one .culture-inner-title {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 19px;
}
.company-culture .culture-inner-con .culture-one .culture-inner-desc {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 5px;
}
.company-culture .culture-inner-con .culture-one .desc1 {
  font-size: 18px;
  line-height: 24px;
}
.company-culture .culture-inner-con .culture-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.company-culture .culture-inner-con .culture-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  font-family: 'Montserrat-Regular';
  margin-top: 30px;
}
.company-culture .culture-inner-con .culture-bottom .culture-pagination {
  margin: 0 10px;
  width: calc(100% - 300px);
  height: 1px;
  position: relative;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns {
  width: 106px;
  display: flex;
  justify-content: space-between;
  margin-left: 6%;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns .culture-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #42AA2F;
  background: #42AA2F;
  transition: 0.5s;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns .culture-btn .culture-btn-inner {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  transition: 0.5s;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns .culture-btn:hover {
  background: transparent;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns .culture-btn:hover .culture-btn-inner {
  color: #42AA2F;
}
.company-culture .culture-inner-con .culture-bottom .culture-btns .culture-btn-prev .culture-btn-inner img {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.company-culture .culture-inner-imgs {
  width: 50%;
}
.company-culture .culture-inner-imgs .culture-inner-imgs-inner {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
}
.company-culture .culture-inner-imgs .culture-inner-imgs-inner .culture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
.company-culture .culture-inner-imgs .culture-inner-imgs-inner .culture-img-active {
  opacity: 1;
}
.company-culture .culture-inner-imgs .culture-inner-imgs-inner:hover .culture-img-active {
  transform: translate(-50%, -50%) scale(1.05);
}
.company-history {
  width: 100%;
  background: #191E2B;
  position: relative;
}
.company-history .indexPage-outer {
  position: relative;
  z-index: 12;
}
.company-history .history-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.company-history .history-inner .inner-title {
  padding-top: 100px;
}
.company-history .history-inner .inner-title .inner-title-p {
  color: #fff;
}
.company-history .history-inner .history-btns {
  width: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-history .history-inner .history-btns .history-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #47B92F;
}
.company-history .history-inner .history-btns .history-btn .icon {
  width: 19px;
  height: 19px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}
.company-history .history-inner .history-btns .history-btn .icon p {
  transition: 0.5s;
}
.company-history .history-inner .history-btns .history-btn .icon .default {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translateX(0);
  transition: 0.5s;
}
.company-history .history-inner .history-btns .history-btn .icon .active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.company-history .history-inner .history-btns .history-btn-prev .icon .active {
  left: 100%;
}
.company-history .history-inner .history-btns .history-btn-prev:hover .icon .default {
  transform: translateX(-100%);
}
.company-history .history-inner .history-btns .history-btn-prev:hover .icon .active {
  left: 0;
}
.company-history .history-inner .history-btns .history-btn-next .icon .active {
  right: 100%;
}
.company-history .history-inner .history-btns .history-btn-next:hover .icon .default {
  transform: translateX(100%);
}
.company-history .history-inner .history-btns .history-btn-next:hover .icon .active {
  right: 0;
}
.company-history .divider-history {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.company-history .divider-history img {
  display: block;
  width: 100%;
}
.company-history .history-swiper {
  width: 100%;
  position: relative;
}
.company-history .history-swiper .history-one {
  width: 450px;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.company-history .history-swiper .history-one .history-year {
  font-family: 'Montserrat-Bold';
  font-weight: 400;
  font-size: 24px;
  color: #47B92F;
  line-height: 30px;
}
.company-history .history-swiper .history-one .history-year p {
  display: inline-block;
  transform: translateX(-50%);
  transition: 0.5s;
}
.company-history .history-swiper .history-one .history-con {
  padding: 30px 15% 30px 30px;
  height: 166px;
  border-left: 1px dashed #FFFFFF;
  margin-top: 20px;
}
.company-history .history-swiper .history-one .history-con .history-con-title {
  font-weight: 400;
  font-size: 18px;
  color: #47B92F;
  line-height: 30px;
  padding-left: 18px;
  position: relative;
}
.company-history .history-swiper .history-one .history-con .history-con-title::after {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 10px;
  height: 10px;
  background: #47B92F;
  border-radius: 50%;
}
.company-history .history-swiper .history-one .history-con .history-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FEFEFE;
  line-height: 24px;
  margin-top: 12px;
  height: 72px;
  overflow-y: auto;
}
.company-history .history-swiper .history-one:hover .history-year p {
  transform: translateX(0);
}
.company-history .history-swiper .history-con-cur .history-year p {
  transform: translateX(0);
}
.company-history .history-swiper .history-one:nth-of-type(2n) {
  justify-content: flex-start;
}
.company-history .history-swiper .history-one:nth-of-type(2n) .history-con {
  margin-bottom: 20px;
  margin-top: 0;
}
.company-history .history-swiper::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px dashed #fff;
}
.factoryPage-outer .factory-en {
  font-weight: 400;
  font-size: 200px;
  color: #1356D1;
  line-height: 160px;
  text-transform: uppercase;
}
.factoryPage-outer .factory-cn {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  margin-top: 20px;
}
.factoryPage-outer .factory-outer {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.factoryPage .item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 24px;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.factoryPage .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.factoryPage .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPage .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 .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
}
.factoryPage .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.factoryPage .item .text {
  margin-top: 16px;
  font-weight: 550;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.factoryPage .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .webPage {
  margin-top: 30px;
}
.factoryPage-list {
  overflow: hidden;
  min-height: 600px;
  background: #fff;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.factoryPageVideo {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/weiyang/video-back.png') no-repeat;
  background-size: cover;
  position: relative;
}
.factoryPageVideo .inner-title {
  padding-top: 60px;
}
.factoryPageVideo .inner-title .inner-title-p {
  color: #fff;
}
.factoryPageVideo .indexPage-outer {
  position: relative;
  z-index: 12;
}
.factoryPageVideo .video-dot {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.factoryPageVideo .factoryPageVideo-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.factoryPageVideo .inner-title {
  padding-bottom: 70px;
  position: relative;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.factoryPageVideo .video-swiper .swiper-slide-next {
  z-index: 10;
  transform: scale(0.9);
}
.factoryPageVideo .video-swiper .swiper-slide-prev {
  z-index: 10;
  transform: scale(0.8);
}
.factoryPageVideo .video-cur-one {
  width: 560px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  transform: scale(0.7);
  margin: 0 -100px;
}
.factoryPageVideo .video-cur-one .video-cur-dom {
  aspect-ratio: 1.6;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factoryPageVideo .video-cur-one video {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.factoryPageVideo .video-cur-one .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #47B92F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
  width: 26px;
  display: block;
  position: relative;
  z-index: 12;
  transform: translateX(4px);
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one .video-cur-title {
  width: 100%;
  display: none;
  justify-content: space-between;
  margin-top: 30px;
  padding: 17px 0;
}
.factoryPageVideo .video-cur-one .video-cur-title .text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  width: calc(95% - 25px);
}
.factoryPageVideo .video-cur-one .video-cur-title .right {
  width: 25px;
  height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.factoryPageVideo .video-cur-one .video-cur-title .right .default {
  width: 80%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one .video-cur-title .right .active {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 80%;
  height: 100%;
  object-fit: scale-down;
  transform: translateY(-50%);
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one::after {
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #47B92F;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one:hover .equipment-other-mask .play-video {
  transform: scale(1.2);
}
.factoryPageVideo .video-cur-one-active .equipment-other-mask {
  transform: translateY(100%);
}
.factoryPageVideo .video-con-cur {
  transform: scale(1);
  z-index: 12;
  border-bottom: 1px solid #EFEFEF;
}
.factoryPageVideo .video-con-cur .video-cur-title {
  display: flex;
}
.factoryPageVideo .video-con-cur:hover::after {
  width: 100%;
}
.factoryPageVideo .video-con-cur:hover .video-cur-title .right .default {
  transform: translateX(120%);
}
.factoryPageVideo .video-con-cur:hover .video-cur-title .right .active {
  transform: translateY(-50%) translateX(120%);
}
.factoryPageVideo .video-con-cur:hover .equipment-other-mask .play-video {
  transform: scale(1.2);
}
.factoryPageVideo .video-cur-one:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageVideo .factoryPageVideo-bottom {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 12;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.1);
}
.factoryPageVideo .factoryPageVideo-bottom .indexPage-outer {
  height: 100%;
}
.factoryPageVideo .factoryPageVideo-bottom .indexPage-inner {
  height: 100%;
}
.factoryPageVideo .video-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #42AA2F;
  background: #42AA2F;
  transition: 0.5s;
  cursor: pointer;
  transform: translateY(-20px);
}
.factoryPageVideo .video-btn .video-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factoryPageVideo .video-btn .video-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.factoryPageVideo .video-btn .video-btn-inner .default {
  opacity: 1;
}
.factoryPageVideo .video-btn .video-btn-inner .active {
  opacity: 0;
}
.factoryPageVideo .video-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}
.factoryPageVideo .video-btn:hover .video-btn-inner .default {
  opacity: 0;
}
.factoryPageVideo .video-btn:hover .video-btn-inner .active {
  opacity: 1;
}
.factoryPageVideo .video-btn-prev .video-btn-inner img {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.factoryPageVideo .indexPage-inner {
  display: flex;
  align-items: center;
}
.factoryPageVideo .video-swiper1 {
  width: calc(95% - 100px);
  overflow: hidden;
}
.factoryPageVideo .video-swiper1 .video-cur1-one {
  width: 153px;
  margin: 0 28px;
  padding-bottom: 30px;
  position: relative;
}
.factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom {
  width: 100%;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom .equipment-other-mask .play-video {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #47B92F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom .equipment-other-mask .play-video svg {
  width: 12px;
  display: block;
  position: relative;
  z-index: 12;
  transform: translateX(2px);
  transition: 0.5s;
}
.factoryPageVideo .video-swiper1 .video-cur1-one::after {
  content: "";
  width: 0;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper1 .video-cur1-one:hover::after {
  width: 100%;
}
.factoryPageVideo .video-swiper1 .video-con-cur1::after {
  width: 100%;
}
.factoryPageImg .inner-title {
  margin-bottom: 60px;
}
.factoryPageImg .factory-img-b {
  width: 100%;
}
.factoryPageImg .factory-img-b .img-arr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageImg .factory-img-regular {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageImg .factory-img-regular .img-regular-one {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
.factoryPageImg .factory-img-regular .img-regular-one::after {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #47B92F;
  transition: 0.5s;
}
.factoryPageImg .factory-img-regular .img-regular-one:hover::after {
  width: 100%;
}
.factoryPageImg .factory-img-regular .img-regular-one:hover .factory-img-one .img-main img {
  transform: scale(1.05);
}
.factoryPageImg .factory-img-regular .img-regular-one:hover .text .right .default {
  transform: translateX(120%);
}
.factoryPageImg .factory-img-regular .img-regular-one:hover .text .right .active {
  transform: translateY(-50%) translateX(120%);
}
.factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPageImg .factory-list-webpage {
  width: 100%;
  display: flex;
  justify-content: center;
}
.factoryPageImg .factory-img-one {
  width: 100%;
}
.factoryPageImg .factory-img-one .img-main {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.factoryPageImg .factory-img-one .img-main .el-image {
  display: block;
  width: 100%;
}
.factoryPageImg .factory-img-one .img-main img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPageImg .factory-img-one .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 17px 0;
}
.factoryPageImg .factory-img-one .text .text-title {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  width: calc(95% - 25px);
}
.factoryPageImg .factory-img-one .text .right {
  width: 25px;
  height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.factoryPageImg .factory-img-one .text .right .default {
  width: 80%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.factoryPageImg .factory-img-one .text .right .active {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 80%;
  height: 100%;
  object-fit: scale-down;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 1918px) {
  .factoryPageImg .factory-img-one .text .text-title {
    font-size: 20px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 22px;
  }
  .factoryPageVideo .inner-title {
    padding-bottom: 48px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title {
    margin-top: 20px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .text {
    font-size: 20px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 84px) / 3);
    margin-right: 42px;
    margin-bottom: 42px;
  }
  .about-intro .about-intro-under {
    font-size: 32px;
    line-height: 50px;
  }
  .about-intro .about-intro-num .abouti-num-count {
    font-size: 60px;
    line-height: 64px;
  }
  .about-intro .about-intro-num .abouti-num-unit {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .about-intro .about-intro-company {
    margin: 40px 0 40px;
  }
  .about-intro .about-intro-dots {
    margin: 55px 0 58px;
    padding: 52px 0;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1598px) {
  .about-intro .about-intro-under {
    font-size: 30px;
  }
  .factoryPageImg .inner-title {
    margin-bottom: 48px;
  }
  .company-culture .culture-inner-con .culture-one .culture-inner-desc {
    font-size: 20px;
  }
  .company-culture .culture-inner-con .culture-one .desc1 {
    font-size: 16px;
  }
  .company-culture .culture-inner-con .culture-one {
    margin-bottom: 33px;
  }
  .company-culture .inner-title {
    margin-bottom: 50px;
  }
  .company-culture {
    padding-top: 30px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-icon {
    width: 70px;
    height: 70px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-text {
    margin-top: 20px;
  }
  .about-intro .about-intro-dots {
    margin: 55px 0 50px;
    padding: 42px 0;
  }
  .company-culture {
    padding-top: 0;
  }
  .company-history .history-inner .inner-title {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .factoryPageImg .inner-title {
    margin-bottom: 42px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 36px;
  }
  .factoryPageImg .factory-img-one .text .text-title {
    font-size: 18px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 16px;
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 14px;
  }
  .factoryPageImg .factory-list-webpage {
    margin-top: 30px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .text {
    font-size: 18px;
  }
  .factoryPageVideo .video-swiper1 .video-cur1-one {
    width: 152px;
    margin: 0 18px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title {
    margin-top: 16px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .about-intro .about-intro-outer {
    width: 100%;
  }
  .about-intro .about-intro-under {
    font-size: 25px;
    line-height: 46px;
  }
  .about-intro .about-intro-num .abouti-num-count {
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1251px) {
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 32px;
  }
  .factoryPageVideo .video-cur-one {
    width: 400px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title {
    margin-top: 10px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .text {
    font-size: 16px;
    line-height: 25px;
  }
  .factoryPageImg .factory-img-one .text .text-title {
    font-size: 16px;
    line-height: 25px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 10px;
  }
  .about-intro .about-intro-desc {
    flex-wrap: wrap;
  }
  .about-intro .about-intro-desc .about-intro-text2 {
    width: 100%;
    margin-top: 30px;
  }
  .about-intro .about-intro-company {
    margin: 32px 0 30px;
  }
  .company-culture .culture-inner-con .culture-one {
    margin-bottom: 26px;
  }
  .company-culture .culture-inner-con .culture-bottom .culture-pagination {
    margin: 0 10px;
    width: calc(100% - 198px);
  }
  .company-culture .culture-inner-con .culture-one .culture-inner-title {
    margin-bottom: 12px;
  }
  .about-intro .about-intro-company-img {
    border-radius: 12px;
  }
  .company-culture {
    margin-top: -30px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-icon {
    width: 65px;
    height: 65px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-text {
    margin-top: 17px;
    font-size: 16px;
  }
  .about-intro .about-intro-dots {
    margin: 38px 0 40px;
    padding: 35px 0;
  }
  .about-intro .about-intro-desc .about-intro-text1 {
    width: 100%;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage-list .list-arr {
    margin-top: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .factoryPageImg .inner-title {
    margin-bottom: 34px;
  }
  .factoryPageImg .factory-img-one .text {
    padding: 14px 0;
    margin-top: 7px;
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 10px;
  }
  .factoryPageImg .factory-list-webpage {
    margin-top: 22px;
  }
  .factoryPageVideo .factoryPageVideo-bottom {
    margin-top: 40px;
  }
  .factoryPageVideo .video-btn {
    width: 42px;
    height: 42px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 26px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-text {
    margin-top: 13px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-icon {
    width: 58px;
    height: 58px;
  }
  .about-intro .about-intro-dots {
    margin: 30px 0 36px;
    padding: 30px 0;
  }
  .company-culture .inner-title {
    margin-bottom: 38px;
  }
  .company-culture .culture-inner-con {
    width: 60%;
  }
  .company-culture .culture-inner-con .culture-bottom .culture-btns {
    width: 96px;
  }
  .company-culture .culture-inner-con .culture-one .culture-inner-desc {
    font-size: 18px;
  }
  .company-culture .culture-inner-imgs {
    width: 35%;
  }
  .company-history .history-swiper .history-one {
    width: 370px;
  }
  .about-intro .about-intro-under {
    font-size: 22px;
    line-height: 40px;
  }
  .company-history .history-swiper .history-one .history-con .history-con-title {
    font-size: 16px;
  }
  .company-history .history-swiper .history-one .history-con .history-con-desc {
    height: 90px;
  }
  .company-history .history-swiper .history-one .history-con {
    padding: 22px 12% 22px 25px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .factoryPageImg .inner-title .inner-title-text {
    font-size: 26px;
    line-height: 30px;
  }
  .factoryPageVideo .factoryPageVideo-inner {
    width: 100%;
  }
  .factoryPageVideo .inner-title .inner-title-p {
    margin-top: 12px;
  }
  .factoryPageVideo .inner-title .inner-title-text {
    font-size: 26px;
    line-height: 30px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .text {
    font-size: 14px;
    line-height: 22px;
  }
  .factoryPageVideo .inner-title {
    padding-bottom: 36px;
    padding-top: 42px;
  }
  .factoryPageVideo .video-cur-one {
    width: 300px;
  }
  .factoryPageImg .factory-img-one .text .text-title {
    font-size: 14px;
    line-height: 22px;
  }
  .factoryPageImg .factory-img-one .text .text-title {
    width: calc(95% - 20px);
  }
  .factoryPageImg .inner-title {
    margin-bottom: 30px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .text {
    font-size: 14px;
    line-height: 22px;
    width: calc(95% - 20px);
  }
  .factoryPageVideo .video-swiper1 .video-cur1-one .video-cur1-dom {
    width: 100%;
    height: 72px;
  }
  .factoryPageVideo .video-swiper1 .video-cur1-one {
    width: 100px;
    margin: 0 12px;
  }
  .factoryPageImg .factory-img-one .text .right {
    width: 20px;
    height: 20px;
  }
  .factoryPageVideo .video-cur-one .video-cur-title .right {
    width: 20px;
    height: 20px;
  }
  .factoryPageImg .inner-title .inner-title-p {
    margin-top: 12px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .company-culture {
    margin-top: 30px;
  }
  .company-culture .culture-inner-con .culture-one .culture-inner-desc {
    font-size: 16px;
  }
  .company-history .history-inner {
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: flex-end;
  }
  .about-intro .about-intro-num .abouti-num-unit {
    font-size: 18px;
    line-height: 26px;
  }
  .company-history .history-inner .inner-title {
    padding-top: 48px;
    width: 100%;
    margin-bottom: 0;
  }
  .company-history .history-swiper {
    overflow: visible;
  }
  .company-history .history-inner .history-btns {
    width: 96px;
  }
  .company-culture .culture-inner-con .culture-one .desc1 {
    font-size: 14px;
  }
  .company-culture .culture-inner-con .culture-one {
    margin-bottom: 20px;
  }
  .company-culture .culture-inner {
    flex-wrap: wrap;
  }
  .company-culture .culture-inner-imgs {
    width: 100%;
    max-width: 360px;
    margin: 26px auto 0;
  }
  .company-culture .culture-inner-con {
    width: 100%;
  }
  .about-intro .abouti-logo {
    margin-top: -28px;
  }
  .about-intro .about-intro-dots {
    flex-wrap: wrap;
  }
  .about-intro .about-intro-dots .about-intro-dot-one {
    width: 50%;
    margin-bottom: 25px;
  }
  .about-intro .about-intro-dots {
    margin: 26px 0 34px;
    padding: 30px 0 10px;
  }
  .about-intro .about-intro-dots .about-intro-dot-one .about-intro-dot-text {
    margin-top: 11px;
    font-size: 14px;
  }
  .about-intro .about-intro-company {
    flex-wrap: wrap;
  }
  .about-intro .about-intro-company {
    margin: 20px 0 24px;
  }
  .about-intro .about-intro-under {
    width: 100%;
    margin-bottom: 18px;
  }
  .about-intro .about-intro-desc .about-intro-text2 {
    margin-top: 20px;
  }
  .factoryPage-list .list-arr {
    margin-top: 30px;
  }
  .factoryPage .item .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPage .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPage .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .factoryPage-list .list-arr {
    margin-top: 24px;
  }
  .company-history .indexPage-outer {
    width: 100%;
  }
  .company-history .history-swiper .history-one .history-con .history-con-desc {
    height: 112px;
    font-size: 12px;
    margin-top: 7px;
  }
  .company-history .indexPage-inner {
    width: 90%;
  }
  .company-history .history-swiper .history-one {
    width: 300px;
  }
  .company-history .history-swiper .history-one .history-con {
    padding: 16px 12% 16px 20px;
  }
}
