.about-inner-title {
  font-weight: 400;
  font-size: 200px;
  color: #1356D1;
  line-height: 164px;
  font-family: 'BebasNeue';
  text-transform: uppercase;
}
.about-inner-text {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
}
.device-page {
  background: #fff;
}
.device-page .device-page-outer {
  padding: 0 8%;
}
.device-page .about-inner-text {
  margin: 20px 0 60px;
}
.device-page .device-list {
  width: 100%;
}
.device-page .device-list-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.device-page .item {
  width: calc(92.5% / 4);
  margin-bottom: 40px;
  margin-right: 2.5%;
  position: relative;
  cursor: pointer;
}
.device-page .item .img {
  width: 100%;
  aspect-ratio: 0.90789474;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.device-page .item .img .img-inner {
  width: 100%;
  height: 100%;
}
.device-page .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.device-page .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.device-page .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.device-page .item .text {
  margin-top: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  text-align: center;
}
.device-page .item:nth-of-type(4n) {
  margin-right: 0;
}
.device-page .device-list-webpage {
  width: 100%;
  margin-top: 30px;
}
.culture-page {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/yongjia/imgs/culture-page-back.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.culture-page .culture-page-outer {
  padding: 0 8%;
  width: 100%;
}
.culture-page .culture-page-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culture-page .about-inner-text {
  margin: 20px 0 30px;
}
.culture-page .culture-inner-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 60%;
}
.culture-page .culture-page-left {
  width: 46.67%;
}
.culture-page .culture-page-center {
  width: 24.67%;
}
.culture-page .culture-dom-one {
  height: 352px;
  background: #1356D1;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.culture-page .culture-dom-one .culture-dom-default {
  width: 100%;
  height: 100%;
  position: relative;
}
.culture-page .culture-dom-one .culture-dom-default .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.culture-page .culture-dom-one .culture-dom-default .culture-dom-texts {
  width: 84%;
  position: absolute;
  bottom: 8%;
  left: 8%;
  height: 84%;
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
}
.culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-texts-inner {
  width: 100%;
}
.culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
}
.culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 12px;
}
.culture-page .culture-dom-one .culture-dom-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10% 10%;
  background: #1356D1;
  border-radius: 10px;
  left: 0;
  top: 100%;
  transition: 0.5s;
}
.culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-index {
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  font-family: 'Roboto-Medium';
}
.culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 16px;
}
.culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-intro {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 20px;
}
.culture-page .culture-dom-one-active .culture-dom-default .culture-dom-texts {
  transform: translateY(-50%);
}
.culture-page .culture-dom-one-active .culture-dom-default .img {
  transform: scale(1.05);
}
.culture-page .culture-dom-one-active .culture-dom-mask {
  top: 0;
}
.culture-page .culture-dom-one1 .culture-dom-default .culture-dom-texts {
  width: 88%;
  left: 6%;
}
.culture-page .culture-dom-one1 .culture-dom-mask {
  padding: 6%;
}
.culture-page .culture-page-one-center {
  margin: 30px 0;
}
.culture-page .culture-page-right {
  width: 24.67%;
}
.culture-page .culture-page-other {
  width: 100%;
  max-width: 370px;
}
.culture-page .culture-page-company {
  width: 100%;
  background: #F3F7FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.culture-page .culture-page-company img {
  display: block;
  width: 50%;
  transform: scale(1);
  transition: 0.5s;
}
.culture-page .culture-page-company:hover img {
  transform: scale(1.05);
}
.about-page {
  background: #FFFFFF;
}
.about-page .company-outer {
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .about-company .company-title {
  width: 50%;
  padding-right: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-company .company-intro {
  width: 50%;
  padding-bottom: 58px;
}
.about-page .about-company .about-inner-title {
  margin: 55px 0 15px;
}
.about-page .about-company .company-text {
  font-weight: 500;
  font-size: 50px;
  color: #222222;
  line-height: 70px;
  font-family: 'HarmonyOS-Medium';
}
.about-page .about-company .company-title-dot {
  opacity: 0.5;
  width: 258px;
  margin-top: 50px;
}
.about-page .about-company .company-title-dot img {
  display: block;
  width: 100%;
}
.about-page .company-intro-one {
  margin-bottom: 58px;
}
.about-page .company-intro-one .company-intro-title {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 25px;
}
.about-page .company-intro-one .company-intro-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.about-page .company-intro-one .company-intro-desc .text {
  margin-bottom: 14px;
}
.about-page .company-intro-one .company-intro-desc .text:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about-page .company-intro-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about-page .about-case .company-img {
  width: 100%;
  overflow: hidden;
}
.about-page .about-case .company-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-page .about-case .company-img:hover img {
  transform: scale(1.05);
}
.about-page .about-case .about-case-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-page .about-case .about-case-main .about-case-left {
  width: 40%;
}
.about-page .about-case .about-case-main .about-case-val {
  width: 40%;
  margin-top: -240px;
  position: relative;
  z-index: 12;
  margin-right: -1px;
}
.about-page .about-case .about-case-main .about-case-nums {
  width: 100%;
  padding: 70px 0 110px;
  display: flex;
}
.about-page .about-case .about-case-main .abouti-num-one {
  width: 50%;
  border-left: 1px solid rgba(217, 217, 217, 0.5);
  padding: 0 12px 0 36px;
}
.about-page .about-case .about-case-main .abouti-num-one .abouti-num-top {
  display: flex;
  align-items: flex-end;
}
.about-page .about-case .about-case-main .abouti-num-one .abouti-num-count {
  font-weight: bold;
  font-size: 120px;
  color: #1356D1;
  line-height: 125px;
  font-family: 'Roboto-Bold';
  margin-right: 9px;
}
.about-page .about-case .about-case-main .abouti-num-one .abouti-num-add {
  font-weight: 500;
  font-size: 30px;
  color: #1356D1;
  line-height: 64px;
  font-family: 'Roboto-Medium';
}
.about-page .about-case .about-case-main .abouti-num-one .abouti-num-unit {
  font-weight: 400;
  font-size: 18px;
  color: #1356D1;
  line-height: 30px;
}
.about-page .about-case .about-case-main .about-case-one {
  border-bottom: 1px solid rgba(234, 143, 0, 0.15);
  background: #fff;
  transition: 0.5s;
  padding: 6% 8%;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title .icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 5px;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title .icon img {
  width: 80%;
  height: 80%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: 0.5s;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title .icon .default {
  opacity: 1;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title .icon .active {
  opacity: 0;
}
.about-page .about-case .about-case-main .about-case-one .about-case-title .text {
  width: calc(100% - 35px);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  transition: 0.5s;
}
.about-page .about-case .about-case-main .about-case-one .about-case-desc {
  width: 100%;
}
.about-page .about-case .about-case-main .about-case-one .about-case-desc .text {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.about-page .about-case .about-case-main .about-case-one .about-case-desc .text:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about-page .about-case .about-case-main .about-case-one1 {
  background: #ffffff url('https://file.global86.cn/website_v3-guoneijiedian/yongjia/imgs/case-line.png') no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.about-page .about-case .about-case-main .about-case-one-active {
  background: #EA8F00;
  border-bottom: 1px solid #EA8F00;
}
.about-page .about-case .about-case-main .about-case-one-active .about-case-title .icon .default {
  opacity: 0;
}
.about-page .about-case .about-case-main .about-case-one-active .about-case-title .icon .active {
  opacity: 1;
}
.about-page .about-case .about-case-main .about-case-one-active .about-case-title .icon img {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.about-page .about-case .about-case-main .about-case-one-active .about-case-title .text {
  color: #fff;
}
.about-page .about-case .about-case-main .about-case-one-active .about-case-desc .text {
  color: #fff;
}
.history-page {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/yongjia/imgs/history-back.png') no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.history-page .about-inner-text {
  margin-top: 8px;
}
.history-page .history-top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 8%;
  padding-bottom: 50px;
  position: relative;
  z-index: 12;
}
.history-page .history-top .history-btns {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4%;
}
.history-page .history-top .history-btn {
  width: 40px;
  height: 40px;
  background: #1356D1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.history-page .history-top .history-btn img {
  width: 50%;
}
.history-page .history-top .history-btn:hover {
  background: #EA8F00;
}
.history-page .history-top .history-btn-next img {
  transform: rotateY(180deg);
}
.history-page .history-main {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
}
.history-page .history-main .history-logo {
  width: 314px;
  display: flex;
  align-items: center;
  transform: translateY(-28px);
}
.history-page .history-main .history-logo .history-logo-line {
  width: 60px;
  height: 4px;
  background: #1356D1;
  position: relative;
  margin-right: 20px;
}
.history-page .history-main .history-logo .history-logo-line::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #EA8F00;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.history-page .history-main .history-logo .history-logo-dom {
  width: 212px;
}
.history-page .history-main .history-logo .history-logo-dom img {
  width: 100%;
  display: block;
}
.history-page .history-main .history-con {
  width: calc(100% - 314px);
  padding-left: 154px;
  position: relative;
}
.history-page .history-main .history-con .history-line {
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  top: 45%;
  display: flex;
  justify-content: flex-end;
}
.history-page .history-main .history-con .history-line img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.history-page .history-main .history-con .history-line p {
  width: 100%;
  background: #1356D1;
  height: 2px;
}
.history-page .history-main .history-con .history-con-inner {
  width: 100%;
  position: relative;
}
.history-page .history-main .history-con .history-swiper {
  width: 100%;
  position: relative;
}
.history-page .history-main .history-con .history-one-slide {
  width: 400px;
  margin-right: 52px;
}
.history-page .history-main .history-con .history-one-slide .history-one-top {
  height: 250px;
}
.history-page .history-main .history-con .history-one-slide .history-one-bottom {
  height: 250px;
}
.history-page .history-main .history-con .history-one-slide .history-one-img {
  border-radius: 10px;
  width: 300px;
  aspect-ratio: 1.5;
  overflow: hidden;
  margin: 0 auto;
}
.history-page .history-main .history-con .history-one-slide .history-one-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
  display: block;
}
.history-page .history-main .history-con .history-one-slide .history-one-img:hover img {
  transform: scale(1.05);
}
.history-page .history-main .history-con .history-one-slide .history-one-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-dot {
  width: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 22;
  background: #EFF4FD;
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-dot .history-one-info-dot-p {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #EA8F00;
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-dot .history-one-info-dot-line {
  height: 24px;
  width: 1px;
  background: #EA8F00;
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-year {
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 0 26px;
  border-radius: 6px;
  border: 1px solid rgba(19, 86, 209, 0.5);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #1356D1;
  line-height: 40px;
  font-family: 'HarmonyOS-Medium';
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-year p {
  font-family: 'Roboto-Medium';
  transform: translateY(1px);
}
.history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  text-align: center;
}
.history-page .history-main .history-con .history-one-slide:hover .history-one-info .history-one-info-year {
  border: 1px solid #EA8F00;
  color: #fff;
  background: #EA8F00;
}
.history-page .history-main .history-con .history-one-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.history-page .history-main .history-con .history-one-slide1 .history-one-info .history-one-info-dot {
  transform: translateY(-5px);
  margin-bottom: 19px;
}
.history-page .history-main .history-con .history-one-slide2 .history-one-img {
  margin-top: 50px;
}
.history-page .history-main .history-con .history-one-slide2 .history-one-info {
  justify-content: flex-end;
}
.history-page .history-main .history-con .history-one-slide2 .history-one-info .history-one-info-dot {
  transform: translateY(5px);
  margin-top: 19px;
}
.history-page .history-scroll {
  position: relative;
  z-index: 12;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-transform: uppercase;
  display: flex;
  margin-top: 20px;
  padding-left: 60px;
}
.history-page .history-scroll::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.history-page .history-scroll p {
  font-weight: 400;
  font-size: 149px;
  color: #DEE7F7;
  font-family: 'BebasNeue';
  flex: none;
  margin-right: 38px;
  text-transform: uppercase;
}
.history-page .dot1 {
  width: 35px;
  height: 35px;
  background: #EA8F00;
  border-radius: 50%;
  position: absolute;
  top: 6%;
  left: 32%;
}
.history-page .dot2 {
  width: 90px;
  height: 90px;
  background: #1356D1;
  border-radius: 50%;
  top: -34px;
  right: 32%;
  position: absolute;
}
.history-page .dot3 {
  width: 90px;
  height: 90px;
  background: #EA8F00;
  border-radius: 50%;
  left: -34px;
  bottom: 15%;
  position: absolute;
}
.history-page .dot4 {
  width: 27px;
  height: 27px;
  background: #1356D1;
  border-radius: 50%;
  bottom: 16%;
  right: 15%;
  position: absolute;
}
@keyframes aniDotInner {
  0% {
    width: 12px;
    height: 12px;
    background: #1D4CB3;
    opacity: 1;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #D8E0F2;
  }
}
.factoryPage-outer .factory-en {
  font-weight: 400;
  font-size: 200px;
  color: #1356D1;
  line-height: 160px;
  text-transform: uppercase;
  font-family: 'BebasNeue';
}
.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;
  font-family: 'LamaSans-Medium';
  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;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1356D1;
  height: 3px;
  margin-top: -0.5px;
}
.factoryPageVideo {
  background: #F3F7FF;
  overflow: hidden;
  position: relative;
}
.factoryPageVideo .factory-dot {
  width: 316px;
  position: absolute;
  top: 110px;
  right: 60px;
}
.factoryPageVideo .factory-text {
  padding-bottom: 60px;
  position: relative;
}
.factoryPageVideo .video-no {
  width: 100%;
  font-size: 32px;
  color: #666666;
  line-height: 42px;
  margin: 6% auto;
  text-align: center;
}
.factoryPageVideo .video-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
  padding-bottom: 100px;
}
.factoryPageVideo .video-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
}
.factoryPageVideo .video-bottom .video-line {
  background: rgba(153, 153, 153, 0.8);
  width: calc(100% - 90px);
  height: 1px;
  position: relative;
}
.factoryPageVideo .video-bottom .video-btns {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.factoryPageVideo .video-bottom .video-btn {
  width: 40px;
  height: 40px;
  background: #1356D1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.factoryPageVideo .video-bottom .video-btn img {
  width: 50%;
}
.factoryPageVideo .video-bottom .video-btn:hover {
  background: #EA8F00;
}
.factoryPageVideo .video-bottom .video-btn-next img {
  transform: rotateY(180deg);
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-cur-one {
  width: 65%;
  aspect-ratio: 1.77865613;
  margin-right: 42px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-one video {
  display: block;
  width: 100%;
  object-fit: cover;
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EA8F00;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
  width: 32px;
  display: block;
  position: relative;
  z-index: 12;
  transform: translateX(4px);
}
.factoryPageVideo .video-cur-one-active .equipment-other-mask {
  transform: translateY(100%);
}
.factoryPageVideo .video-cur-one:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageImg .factory-text {
  margin-bottom: 60px;
}
.factoryPageImg .factory-img-b {
  width: 100%;
  padding: 0 8%;
}
.factoryPageImg .factory-img-b .img-arr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageImg .factory-img-irregular {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.factoryPageImg .factory-irregular-first {
  width: calc((100% - 80px) / 3 * 2 + 40px);
}
.factoryPageImg .factory-irregular-other {
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.factoryPageImg .factory-irregular-other .factory-irregular-other-one {
  width: 100%;
}
.factoryPageImg .factory-img-regular {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageImg .factory-img-regular .img-regular-one {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPageImg .factory-list-webpage {
  margin-top: 40px;
  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: 10px;
}
.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 .img-main:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1850px) {
  .culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-text {
    font-size: 16px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 14px;
  }
  .culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-title {
    font-size: 22px;
    line-height: 26px;
  }
  .culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-desc {
    font-size: 16px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-index {
    font-size: 26px;
    line-height: 30px;
  }
  .about-page .about-company .company-text {
    font-size: 38px;
    line-height: 66px;
  }
  .about-inner-title {
    font-size: 150px;
    line-height: 120px;
  }
  .factoryPage-outer .factory-en {
    font-size: 150px;
    line-height: 120px;
  }
  .factoryPage-outer .factory-cn {
    font-size: 22px;
  }
  .factoryPageImg .factory-text {
    margin-bottom: 42px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
    width: 66px;
    height: 66px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
    width: 28px;
    transform: translateX(2px);
  }
  .factoryPageVideo .factory-dot {
    width: 300px;
    top: 60px;
  }
  .factoryPageVideo .video-cur-one {
    width: 56%;
  }
  .about-inner-text {
    font-size: 22px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-count {
    font-size: 90px;
    line-height: 100px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-unit {
    font-size: 16px;
  }
  .about-page .about-case .about-case-main .about-case-left {
    width: 46%;
  }
  .about-page .about-case .about-case-main .about-case-val {
    width: 44%;
  }
  .about-page .company-outer {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1598px) {
  .factoryPageImg .factory-irregular-first {
    width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .factoryPageImg .factory-irregular-other {
    width: calc((100% - 60px) / 3);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 30px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .factoryPageImg .factory-list-webpage {
    margin-top: 30px;
  }
  .device-page .device-page-outer {
    padding: 0 5%;
  }
  .device-page .about-inner-text {
    margin: 15px 0 40px;
  }
  .culture-page .culture-page-outer {
    padding: 0 5%;
  }
  .device-page .item {
    margin-bottom: 28px;
  }
  .device-page .item .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .culture-page .culture-inner-desc {
    width: 80%;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-index {
    font-size: 24px;
    line-height: 30px;
  }
  .culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-title {
    font-size: 20px;
    line-height: 24px;
  }
  .culture-page .culture-dom-one .culture-dom-default .culture-dom-texts .culture-dom-desc {
    font-size: 14px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 11px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-text {
    font-size: 16px;
  }
  .about-page .company-outer {
    padding: 0 0;
  }
  .about-inner-title {
    font-size: 120px;
    line-height: 100px;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
  }
  .factoryPageVideo .video-swiper {
    padding-bottom: 90px;
  }
  .factoryPageVideo .factory-dot {
    width: 250px;
  }
  .about-inner-text {
    font-size: 20px;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 42px;
  }
  .factoryPageImg .factory-img-b {
    padding: 0 5%;
  }
  .factoryPage-outer .factory-en {
    font-size: 120px;
    line-height: 100px;
  }
  .factoryPage-outer .factory-cn {
    font-size: 20px;
    margin-top: 12px;
  }
  .about-page .company-intro-one {
    margin-bottom: 42px;
  }
  .about-page .company-intro-one .company-intro-title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .about-page .about-case .about-case-main .about-case-nums {
    padding: 70px 0 70px;
  }
  .history-page .history-scroll p {
    font-size: 130px;
  }
  .history-page .history-main .history-con .history-one-slide .history-one-info .history-one-info-year {
    height: 36px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .culture-page .culture-page-outer {
    padding: 0 0;
  }
  .factoryPageImg .factory-img-b {
    padding: 0 0;
  }
  .factoryPage-outer .factory-en {
    font-size: 100px;
    line-height: 86px;
  }
  .factoryPageVideo .factory-dot {
    width: 200px;
  }
  .device-page .device-page-outer {
    padding: 0 0;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 32px;
  }
  .factoryPageImg .factory-text {
    margin-bottom: 36px;
  }
  .factoryPageVideo .video-swiper {
    padding-bottom: 82px;
  }
  .factoryPageVideo .video-cur-one {
    width: 55%;
    margin-right: 35px;
    border-radius: 12px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .about-page .about-company .company-text {
    font-size: 32px;
    line-height: 58px;
  }
  .about-inner-title {
    font-size: 100px;
    line-height: 86px;
  }
  .about-page .about-company .about-inner-title {
    margin: 42px 0 15px;
  }
}
@media only screen and (max-width: 1251px) {
  .factoryPage-outer .factory-en {
    font-size: 70px;
    line-height: 86px;
  }
  .device-page .about-inner-text {
    margin: 13px 0 32px;
  }
  .device-page .item .text {
    margin-top: 18px;
    font-size: 14px;
  }
  .device-page .device-list-webpage {
    margin-top: 24px;
  }
  .culture-page .culture-page-one:nth-of-type(1) {
    flex-wrap: wrap;
  }
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-center {
    width: 48%;
  }
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-right {
    width: 48%;
  }
  .culture-page .culture-page-one-center .culture-page-left {
    width: 48%;
  }
  .culture-page .culture-page-one-center .culture-page-center {
    display: none;
  }
  .culture-page .culture-page-one-center .culture-page-right {
    width: 48%;
  }
  .culture-page {
    background-size: 100%;
  }
  .culture-page .culture-page-one:nth-of-type(3) {
    flex-wrap: wrap;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-left {
    width: 48%;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-left .culture-page-other {
    width: 100%;
    max-width: 100%;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-center {
    width: 48%;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-right {
    display: none;
  }
  .culture-page .about-inner-text {
    margin: 12px 0 20px;
  }
  .history-page .history-scroll p {
    font-size: 100px;
  }
  .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;
  }
  .about-page .about-company .company-text {
    font-size: 28px;
    line-height: 52px;
  }
  .about-inner-title {
    font-size: 90px;
    line-height: 78px;
  }
  .about-inner-text {
    font-size: 18px;
  }
  .about-page .about-case .about-case-main .about-case-left {
    width: 50%;
  }
  .history-page .history-main .history-logo .history-logo-dom {
    width: 150px;
  }
  .history-page .history-main .history-logo .history-logo-line {
    width: 46px;
    height: 2px;
  }
  .history-page .history-top {
    padding-right: 5%;
  }
  .history-page .history-main .history-con .history-line {
    height: auto;
  }
  .history-page .history-main .history-con .history-line p {
    display: none;
  }
  .history-page .history-main .history-con .history-line img {
    width: 100%;
    height: auto;
  }
  .history-page .history-main .history-logo {
    width: 232px;
  }
  .history-page .history-main .history-con {
    width: calc(100% - 232px);
    padding-left: 90px;
  }
  .about-page .company-intro-one {
    margin-bottom: 30px;
  }
  .about-page .company-intro-one .company-intro-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .about-page .about-case .about-case-main .about-case-one .about-case-title .text {
    font-size: 16px;
  }
  .about-page .about-case .about-case-main .about-case-val {
    width: 46%;
  }
  .about-page .about-company .about-inner-title {
    margin: 38px 0 12px;
  }
  .about-page .about-case .about-case-main .about-case-nums {
    padding: 50px 0 60px;
  }
  .about-page .about-case .about-case-main .abouti-num-one {
    padding: 0 12px 0 20px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-unit {
    font-size: 14px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-count {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
    width: 56px;
    height: 56px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
    width: 24px;
  }
  .factoryPageImg .factory-irregular-first {
    width: calc((100% - 44px) / 3 * 2 + 22px);
  }
  .factoryPageImg .factory-irregular-other {
    width: calc((100% - 44px) / 3);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 22px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 22px;
  }
  .factoryPageImg .factory-list-webpage {
    margin-top: 22px;
  }
  .device-page .item {
    margin-bottom: 20px;
    width: calc(94% / 3);
    margin-right: 3%;
  }
  .device-page .item:nth-of-type(4n) {
    margin-right: 3%;
  }
  .device-page .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .about-page .about-company .company-title {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .about-page .about-company .company-intro {
    width: 100%;
    padding: 30px 0 42px;
  }
  .about-page .about-company .about-inner-title {
    margin: 26px 0 12px;
  }
  .about-page .about-case .about-case-main {
    flex-wrap: wrap;
  }
  .about-page .about-company .company-title-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
  }
  .about-page .about-case .about-case-main .about-case-one {
    padding: 28px 24px;
  }
  .about-page .about-case .about-case-main .about-case-nums {
    padding: 32px 0 35px;
  }
  .about-page .about-case .about-case-main .about-case-left {
    width: 100%;
  }
  .about-page .about-case .about-case-main .about-case-val {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .history-page .history-main .history-con {
    padding-left: 60px;
  }
  .history-page .history-main .history-con .history-one-slide {
    margin-right: 32px;
  }
  .history-page .history-top {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .factoryPageImg .factory-irregular-first {
    width: calc((100% - 30px) / 3 * 2 + 15px);
  }
  .factoryPageImg .factory-irregular-other {
    width: calc((100% - 30px) / 3);
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 6px;
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 15px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .factoryPageImg .factory-list-webpage {
    margin-top: 20px;
  }
  .device-page .item {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 4%;
  }
  .device-page .item:nth-of-type(4n) {
    margin-right: 4%;
  }
  .device-page .item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .device-page .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .device-page .about-inner-text {
    margin: 10px 0 22px;
  }
  .device-page .item .text {
    margin-top: 14px;
  }
  .culture-page .culture-inner-desc {
    width: 100%;
  }
  .history-page .history-main .history-logo {
    display: none;
  }
  .history-page .history-main .history-con {
    width: 100%;
    padding-left: 5%;
  }
  .culture-page .about-inner-text {
    margin: 10px 0 12px;
  }
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-left {
    margin-bottom: 24px;
  }
  .history-page .dot2 {
    width: 30px;
    height: 30px;
    top: -14px;
  }
  .history-page .dot1 {
    display: none;
  }
  .history-page .history-main .history-con .history-line img {
    display: none;
  }
  .history-page .dot3 {
    width: 40px;
    height: 40px;
    left: -18px;
  }
  .history-page .history-scroll p {
    font-size: 60px;
  }
  .history-page .history-main .history-con .history-line p {
    display: block;
  }
  .history-page .history-main .history-con .history-one-slide1 .history-one-top {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
  }
  .history-page .history-main .history-con .history-one-slide {
    margin-right: 10px;
    width: 310px;
  }
  .history-page .history-main .history-con .history-one-slide .history-one-img {
    width: 200px;
  }
  .factoryPageImg .factory-text {
    margin-bottom: 24px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
    width: 46px;
    height: 46px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
    width: 20px;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 24px;
  }
  .factoryPageVideo .video-swiper {
    padding-bottom: 72px;
  }
  .factoryPageVideo .video-cur-one {
    width: 60%;
    margin-right: 25px;
    border-radius: 9px;
  }
  .factoryPageVideo .factory-dot {
    width: 25%;
    right: 0;
  }
  .factoryPage-outer .factory-en {
    font-size: 52px;
    line-height: 60px;
  }
  .factoryPage-outer .factory-cn {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-inner-title {
    font-size: 70px;
    line-height: 60px;
  }
  .about-page .about-company .company-intro {
    padding: 30px 0 30px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-count {
    font-size: 50px;
    line-height: 70px;
  }
  .about-page .about-case .about-case-main .abouti-num-one .abouti-num-add {
    font-size: 24px;
    line-height: 52px;
  }
  .about-page .about-case .about-case-main .abouti-num-one {
    padding: 0 8px 0 12px;
  }
  .about-inner-text {
    font-size: 16px;
  }
  .about-page .company-intro-one {
    margin-bottom: 25px;
  }
  .about-page .company-intro-one .company-intro-title {
    margin-bottom: 12px;
  }
  .about-page .about-company .about-inner-title {
    margin: 18px 0 10px;
  }
  .about-page .about-company .company-text {
    font-size: 20px;
    line-height: 40px;
  }
  .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: 641px) {
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-center {
    width: 100%;
  }
  .culture-page .culture-dom-one .culture-dom-mask {
    padding: 32px 30px;
  }
  .culture-page .culture-page-one:nth-of-type(1) .culture-page-right {
    width: 100%;
    margin-top: 24px;
  }
  .culture-page .culture-page-one-center {
    flex-wrap: wrap;
  }
  .culture-page .culture-page-one-center .culture-page-left {
    width: 100%;
  }
  .culture-page .culture-page-one-center .culture-page-right {
    width: 100%;
    margin-top: 24px;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-left {
    width: 100%;
  }
  .culture-page .culture-page-one:nth-of-type(3) .culture-page-center {
    width: 100%;
    margin-top: 24px;
  }
  .culture-page .culture-dom-one {
    height: 286px;
  }
}
@media only screen and (max-width: 450px) {
  .culture-page .culture-dom-one .culture-dom-mask {
    padding: 24px 22px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-text {
    font-size: 14px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-intro {
    margin-top: 12px;
  }
  .culture-page .culture-dom-one .culture-dom-mask .culture-dom-mask-top .culture-mask-title {
    font-size: 18px;
  }
  .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;
  }
}
@media only screen and (max-width: 396px) {
  .culture-page .culture-dom-one .culture-dom-mask .culture-mask-desc .culture-mask-intro {
    font-size: 12px;
  }
  .about-page .about-case .about-case-main .about-case-one {
    padding: 24px 20px;
  }
  .about-page .about-case .about-case-main .about-case-one .about-case-title {
    margin-bottom: 14px;
  }
  .about-page .about-case .about-case-main .about-case-nums {
    padding: 15px 0 28px;
  }
  .about-page .about-company .company-intro {
    padding: 22px 0 22px;
  }
  .about-page .about-case .about-case-main .about-case-nums {
    flex-wrap: wrap;
  }
  .about-page .about-case .about-case-main .abouti-num-one {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 386px) {
  .factoryPageImg .factory-irregular-first {
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }
  .factoryPageImg .factory-irregular-other {
    width: calc((100% - 20px) / 3);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 10px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
