.nban .nban-outer {
  top: 46%;
}
.field-page {
  width: 100%;
}
.field-page .field-item {
  width: 100%;
  background: #F1F6FF;
  border-radius: 20px;
  padding: 92px 100px;
  margin-bottom: 30px;
}
.field-page .field-item .field-item-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
  color: transparent;
  background: linear-gradient(0deg, #0046c0 0.63476563%, #23b2ff 100%);
  -webkit-background-clip: text;
  margin-bottom: 30px;
}
.field-page .field-item .field-item-title::after {
  content: "";
  width: 12px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xinwang/title-dot.png') no-repeat;
  background-size: 100% 100%;
}
.field-page .field-item .field-item-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.field-page .field-item .field-item-con .field-item-img {
  width: 38%;
}
.field-page .field-item .field-item-con .field-item-img .field-item-img-inner {
  background: #000000;
  border-radius: 20px;
  aspect-ratio: 1.33333333;
  overflow: hidden;
}
.field-page .field-item .field-item-con .field-item-img .field-item-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-item .field-item-con .field-item-main {
  width: calc(62% - 40px);
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 20px;
  justify-content: space-between;
  padding: 3% 3%;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one {
  width: 46%;
  display: flex;
  margin: 18px 0;
  align-items: flex-start;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title {
  width: 140px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title .text {
  font-weight: 400;
  font-size: 18px;
  color: #0046C0;
  line-height: 22px;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-con {
  width: calc(100% - 140px);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.field-page .field-item .field-item-con .field-item-main .field-item-one:hover .field-item-one-title .icon img {
  transform: rotateY(360deg);
}
.field-page .field-item .field-item-con .field-item-img-pc {
  display: block;
}
.field-page .field-item .field-item-con .field-item-img-m {
  display: none;
}
.field-page .field-item .field-item-con:hover .field-item-img .field-item-img-inner img {
  transform: scale(1.05);
}
.field-page .field-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.profile-about .profile-about-inner {
  padding: 40px 210px 0;
}
.profile-about .profile-about-top {
  display: flex;
  justify-content: space-between;
}
.profile-about .profile-about-top .profile-about-top-side {
  width: calc(88.86% - 433px);
}
.profile-about .profile-about-top .profile-about-top-intro {
  width: 433px;
}
.profile-about .profile-about-top .profile-about-top-intro .profile-about-top-img {
  width: 110%;
  margin-left: -5%;
}
.profile-about .profile-about-top .profile-about-top-intro .profile-about-top-img img {
  width: 100%;
  display: block;
}
.profile-about .profile-about-top .profile-about-top-intro .profile-about-top-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.profile-about .profile-about-top .profile-about-top-intro .profile-about-top-desc .p1 {
  margin-top: 28px;
}
.profile-about .profile-about-title {
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  line-height: 48px;
  font-family: 'SourceHanSansSC-Medium';
  margin: 35px 0 38px;
}
.profile-about .profile-about-video {
  width: 100%;
  position: relative;
  aspect-ratio: 2.01342282;
  overflow: hidden;
  transition: 0.5s;
}
.profile-about .profile-about-video img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profile-about .profile-about-video .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-about .profile-about-video .mask .play {
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #1a5ed4, #009be0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-about .profile-about-video .mask .play svg {
  width: 30px;
  height: 35px;
}
.profile-about .profile-about-video:hover {
  border: 1px solid rgba(0, 155, 224, 0.3);
}
.profile-about .profile-about-video:hover img {
  transform: scale(1.1);
}
.profile-about .abouti-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.profile-about .abouti-nums .abouti-num .abouti-num-top {
  display: flex;
}
.profile-about .abouti-nums .abouti-num .abouti-num-count {
  font-weight: bold;
  font-size: 72px;
  color: #0046C0;
  line-height: 74px;
  font-family: 'Montserrat-Bold';
  margin-right: 10px;
  white-space: nowrap;
}
.profile-about .abouti-nums .abouti-num .abouti-num-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-about .abouti-nums .abouti-num .abouti-num-desc .abouti-num-add {
  font-weight: 500;
  font-size: 36px;
  color: #0046C0;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.profile-about .abouti-nums .abouti-num .abouti-num-desc .abouti-num-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.profile-about .abouti-nums .abouti-num .abouti-num-unit {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 20px;
}
.profile-about .profile-about-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-about .profile-about-con {
  width: 100%;
  height: 100%;
  background: #F1F6FF;
  border-radius: 20px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-about .profile-about-con .profile-about-con-title {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Medium';
  transition: 0.5s;
}
.profile-about .profile-about-con .profile-about-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 5%;
}
.profile-about .profile-about-con:hover .profile-about-con-title {
  color: #0046C0;
  transform: translateX(12px);
}
.profile-about .profile-about-other {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
  min-height: 300px;
}
.profile-about .profile-about-item {
  width: calc((100% - 80px) / 3);
  min-height: 400px;
}
.profile-culture {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xinwang/profile-culture-back.jpg') no-repeat;
  background-size: cover;
}
.profile-culture .profile-culture-title {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.profile-culture .profile-culture-title .about-inner-title {
  color: #FFFFFF;
}
.profile-culture .profile-culture-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile-culture .profile-culture-list .profile-culture-item {
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 78px 5% 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.profile-culture .profile-culture-list .profile-culture-item .profile-culture-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.profile-culture .profile-culture-list .profile-culture-item .profile-culture-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profile-culture .profile-culture-list .profile-culture-item .profile-culture-item-con {
  margin-top: 54px;
}
.profile-culture .profile-culture-list .profile-culture-item .profile-culture-item-con .profile-culture-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.profile-culture .profile-culture-list .profile-culture-item .profile-culture-item-con .profile-culture-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 15px;
}
.profile-culture .profile-culture-list .profile-culture-item-active {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.profile-culture .profile-culture-list .profile-culture-item-active .profile-culture-item-icon img {
  transform: rotateY(360deg);
}
.profile-culture .profile-culture-list .profile-culture-item:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid transparent;
}
.profile-culture .profile-culture-list .profile-culture-item:nth-of-type(1) {
  border-bottom: 1px solid transparent;
}
.profile-culture .profile-culture-list .profile-culture-item:nth-of-type(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-honor {
  position: relative;
  background: #F1F6FF;
}
.profile-honor .profile-honor-inner {
  padding: 0 210px;
  position: relative;
  z-index: 12;
}
.profile-honor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xinwang/profile-honor-img.jpg') no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.profile-honor .profile-honor-type {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 46px 0 54px;
}
.profile-honor .profile-honor-type .honor-type-change {
  display: flex;
  align-items: center;
}
.profile-honor .profile-honor-type .honor-type-change .honor-type-item {
  width: auto;
  min-width: 120px;
  height: 38px;
  border-radius: 19px;
  font-weight: 400;
  font-size: 18px;
  color: #0046C0;
  line-height: 38px;
  transition: 0.5s;
  text-align: center;
  padding: 0 12px;
  margin-right: 20px;
}
.profile-honor .profile-honor-type .honor-type-change .honor-type-item:hover {
  background: #0046C0;
  color: #fff;
}
.profile-honor .profile-honor-type .honor-type-change .honor-type-item-active {
  background: #0046C0;
  color: #fff;
}
.profile-honor .profile-honor-type .honor-type-btn {
  width: 146px;
  display: flex;
  justify-content: space-between;
}
.profile-honor .profile-honor-type .honor-type-btn .honor-btn {
  width: 65px;
  height: 52px;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg);
  z-index: 5;
  cursor: pointer;
  transition: 0.5s;
}
.profile-honor .profile-honor-type .honor-type-btn .honor-btn .honor-btn-inner {
  width: 100%;
  height: 100%;
  transform: skewX(20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}
.profile-honor .profile-honor-type .honor-type-btn .honor-btn .honor-btn-inner img {
  width: 17px;
  display: block;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.profile-honor .profile-honor-type .honor-type-btn .honor-btn .honor-btn-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg);
  opacity: 0;
  transition: 0.5s;
}
.profile-honor .profile-honor-type .honor-type-btn .honor-btn:hover {
  border-radius: 12px;
}
.profile-honor .profile-honor-type .honor-type-btn1 {
  display: flex;
}
.profile-honor .profile-honor-type .honor-type-btn2 {
  display: none;
}
.profile-honor .honor-main {
  width: 100%;
}
.profile-honor .honor-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  overflow: visible;
}
.profile-honor .honor-swiper .honor-pagination {
  width: 100%;
  max-width: 1050px;
  height: 1px;
  background: rgba(0, 70, 192, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.profile-honor .honor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0046C0;
  height: 1px;
}
.profile-honor .honor-swiper .swiper-pagination-lock {
  display: block;
}
.profile-honor .honor-swiper1 {
  display: block;
}
.profile-honor .honor-swiper2 {
  display: none;
}
.profile-honor .honor-slide {
  width: 334px;
  transition: 0.5s;
  margin-right: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-honor .honor-slide .honor-img {
  width: 100%;
  display: block;
  overflow: visible;
}
.profile-honor .honor-slide .honor-img .el-image {
  width: 100%;
  display: block;
  overflow: visible;
}
.profile-honor .honor-slide .honor-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profile-honor .honor-slide .honor-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  margin-top: 24px;
  min-height: 112px;
}
.profile-honor .honor-slide:hover .honor-img img {
  transform: scale(1.05);
}
.profile-honor .honor-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.profile-history {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xinwang/profile-history-back.jpg') no-repeat;
  background-size: cover;
}
.profile-history .profile-history-inner {
  width: calc(100% - 420px);
  overflow: hidden;
  margin: 0 auto;
}
.profile-history .profile-history-title {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.profile-history .profile-history-title .about-inner-title {
  color: #FFFFFF;
}
.profile-history .profile-history-main {
  width: 100%;
}
.profile-history .history-title-swiper {
  width: 100%;
  margin-top: 100px;
  position: relative;
  margin-bottom: 80px;
  overflow: visible;
}
.profile-history .history-title-swiper::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 18px;
  left: 0;
}
.profile-history .history-title-swiper .history-title-slide {
  width: 20%;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 12;
  cursor: pointer;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.profile-history .history-title-swiper .history-title-slide .history-title-text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
}
.profile-history .history-title-swiper .history-title-slide .history-title-dot {
  width: 38px;
  height: 38px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
.profile-history .history-title-swiper .history-title-slide .history-title-dot p {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 12;
}
.profile-history .history-title-swiper .history-title-slide .history-title-dot::after {
  content: "";
  width: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.profile-history .history-title-swiper .history-title-slide .history-title-dot::before {
  content: "";
  width: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.profile-history .history-title-swiper .history-title-slide-active .history-title-text {
  opacity: 1;
}
.profile-history .history-title-swiper .history-title-slide-active .history-title-dot::after {
  animation: ani-map 2.2s infinite;
}
.profile-history .history-title-swiper .history-title-slide-active .history-title-dot::before {
  animation: ani-map 2.2s infinite 1s;
}
.profile-history .history-main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.profile-history .history-main .history-btn {
  margin-top: 4%;
  width: 65px;
  height: 52px;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg);
  z-index: 5;
  cursor: pointer;
  transition: 0.5s;
}
.profile-history .history-main .history-btn .history-btn-inner {
  width: 100%;
  height: 100%;
  transform: skewX(20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}
.profile-history .history-main .history-btn .history-btn-inner img {
  width: 17px;
  display: block;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.profile-history .history-main .history-btn .history-btn-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg);
  opacity: 0;
  transition: 0.5s;
}
.profile-history .history-main .history-btn:hover {
  border-radius: 2px;
}
.profile-history .history-main .history-btn:hover .history-btn-inner img {
  transform: translate(5px, 5px);
}
.profile-history .history-main .history-btn:hover .history-btn-inner::before {
  opacity: 1;
  border-radius: 6px;
  transition: 0.5s;
}
.profile-history .history-main .history-swiper {
  width: calc(80% - 130px);
  margin: 0 7%;
  max-width: 900px;
}
.profile-history .history-main .history-swiper .history-one-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.profile-history .history-main .history-swiper .history-one-slide .history-one-title {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 34px;
  width: 48%;
}
.profile-history .history-main .history-swiper .history-one-slide .history-one-title p {
  margin: 18px 0;
}
.profile-history .history-main .history-swiper .history-one-slide .history-one-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  width: 48%;
}
.profile-history .history-main .history-swiper .history-one-slide .history-one-desc p {
  margin: 15px 0;
}
@keyframes ani-map {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 200%;
    opacity: 0;
  }
}
.about-inner-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
  color: transparent;
  background: linear-gradient(0deg, #0046c0 0.63476563%, #23b2ff 100%);
  -webkit-background-clip: text;
}
.about-inner-title::after {
  content: "";
  width: 12px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xinwang/title-dot.png') no-repeat;
  background-size: 100% 100%;
}
.factoryPage-outer .factory-inner-title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.factoryPage-outer .factory-inner-more {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.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.77777778;
  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 {
  min-height: 600px;
}
.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: #fff;
  overflow: hidden;
  position: relative;
}
.factoryPageVideo .video-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.factoryPageVideo .video-swiper .video-btn {
  width: 65px;
  height: 52px;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg) translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper .video-btn .video-btn-inner {
  width: 100%;
  height: 100%;
  transform: skewX(20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}
.factoryPageVideo .video-swiper .video-btn .video-btn-inner img {
  width: 17px;
  display: block;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper .video-btn .video-btn-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0046c0, #23b2ff);
  transform: skewX(-20deg);
  opacity: 0;
  transition: 0.5s;
}
.factoryPageVideo .video-swiper .video-btn:hover {
  border-radius: 12px;
}
.factoryPageVideo .video-swiper .video-btn-prev {
  left: -15%;
}
.factoryPageVideo .video-swiper .video-btn-next {
  right: -15%;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-cur-one {
  width: 100%;
  aspect-ratio: 1.77777778;
  margin-right: 60px;
  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 .equipment-other-mask-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .equipment-other-mask-inner .poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1a5ed4, #009be0);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  z-index: 12;
  transform: translateX(4px);
}
.factoryPageVideo .video-cur-one:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageVideo .video-cur-one-active .equipment-other-mask {
  transform: translateY(100%);
}
.factoryPageVideo .video-cur-one:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageImg {
  background: #F1F6FF;
}
.factoryPageImg .factory-inner-title {
  padding-top: 40px;
}
.factoryPageImg .factory-img-b {
  width: 100%;
}
.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: 60px;
}
.factoryPageImg .img-irregular-one {
  width: calc((100% - 60px) / 2);
}
.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;
}
.factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(4) {
  display: none;
}
.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 .img-main:hover img {
  transform: scale(1.05);
}
.factoryPageImg .factory-img-one .text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  margin-top: 24px;
  display: none;
}
@media only screen and (max-width: 1918px) {
  .field-page .field-item {
    padding: 4% 4%;
  }
  .field-page .field-item .field-item-title {
    font-size: 26px;
  }
  .field-page .field-item .field-item-con .field-item-main {
    padding: 2% 2%;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one {
    width: 48%;
  }
  .field-page .field-item .field-item-con .field-item-img {
    width: 36%;
  }
  .field-page .field-item .field-item-con .field-item-main {
    width: calc(64% - 40px);
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-con {
    font-size: 13px;
  }
  .nban .nban-outer {
    top: 48%;
  }
  .factoryPageImg .factory-inner-title {
    padding-top: 0;
  }
  .factoryPageVideo .factoryPageVideo-main {
    width: 85%;
    margin: 0 auto;
  }
  .profile-about .profile-about-top .profile-about-top-intro .profile-about-top-img {
    margin-top: -6%;
  }
  .profile-about .profile-about-top .profile-about-top-intro .profile-about-top-desc .p1 {
    margin-top: 22px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-unit {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-count {
    font-size: 66px;
    line-height: 66px;
    font-weight: 500;
  }
  .profile-about .abouti-nums {
    padding: 50px 0;
  }
  .profile-about .profile-about-con .profile-about-con-title {
    font-size: 22px;
  }
  .profile-about .profile-about-con {
    border-radius: 16px;
    padding: 42px 30px;
  }
  .profile-about .profile-about-item {
    min-height: 300px;
  }
  .profile-about .profile-about-con .profile-about-con-desc {
    margin-top: 50px;
  }
  .profile-culture .profile-culture-list .profile-culture-item {
    padding: 58px 4% 50px;
  }
  .profile-honor .profile-honor-inner {
    padding: 0 5%;
  }
  .profile-honor .profile-honor-type {
    margin: 36px 0 45px;
    width: 58%;
  }
  .profile-honor .honor-slide .honor-text {
    font-size: 16px;
    margin-top: 21px;
  }
  .profile-history .profile-history-inner {
    width: 90%;
  }
  .profile-history .history-title-swiper {
    margin-top: 75px;
    margin-bottom: 60px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title {
    font-size: 28px;
    line-height: 32px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title p {
    margin: 15px 0;
  }
  .profile-about .profile-about-inner {
    padding: 20px 5% 0;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1598px) {
  .field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-con {
    width: 100%;
  }
  .field-page .field-item .field-item-title {
    font-size: 24px;
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 46px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 12px;
  }
  .about-inner-title {
    font-size: 28px;
  }
  .factoryPage-outer .factory-inner-more {
    margin-top: 52px;
  }
  .profile-about .profile-about-inner {
    padding: 0 5%;
  }
  .profile-about .profile-about-title {
    font-size: 30px;
    line-height: 42px;
    margin: 28px 0 38px;
  }
  .profile-about .profile-about-top .profile-about-top-side {
    width: 55%;
  }
  .profile-about .profile-about-top .profile-about-top-intro {
    width: 40%;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-unit {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-desc .abouti-num-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .about-inner-title {
    font-size: 27px;
  }
  .factoryPageVideo .video-swiper .video-btn-prev {
    left: -5%;
  }
  .factoryPageVideo .video-swiper .video-btn-next {
    right: -5%;
  }
  .profile-about .profile-about-title {
    font-size: 26px;
    line-height: 40px;
    margin: 12px 0 32px;
  }
  .profile-about .profile-about-video .mask .play {
    width: 66px;
    height: 66px;
  }
  .profile-about .profile-about-video .mask .play svg {
    width: 25px;
    height: 31px;
    transform: translateX(2px);
  }
  .profile-about .abouti-nums {
    padding: 36px 0;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-unit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-count {
    font-size: 56px;
    line-height: 56px;
  }
  .profile-about .profile-about-con .profile-about-con-title {
    font-size: 20px;
  }
  .profile-about .profile-about-other {
    width: calc((100% - 26px) / 2);
    margin-bottom: 30px;
  }
  .profile-about .profile-about-item {
    width: calc((100% - 60px) / 3);
  }
  .profile-honor .profile-honor-type .honor-type-btn .honor-btn {
    width: 56px;
    height: 45px;
  }
  .profile-honor .profile-honor-type .honor-type-btn .honor-btn:hover {
    border-radius: 9px;
  }
  .profile-honor .profile-honor-type .honor-type-btn {
    width: 135px;
  }
  .profile-honor .profile-honor-type .honor-type-btn .honor-btn .honor-btn-inner img {
    width: 12px;
  }
  .profile-honor .profile-honor-type {
    margin: 30px 0 42px;
    width: 80%;
  }
  .factoryPageVideo .video-swiper .video-btn {
    width: 56px;
    height: 47px;
  }
  .factoryPageVideo .video-swiper .video-btn:hover {
    border-radius: 9px;
  }
  .factoryPageVideo .video-swiper .video-btn .video-btn-inner img {
    width: 13px;
  }
}
@media only screen and (max-width: 1278px) {
  .field-page .field-item .field-item-con .field-item-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .field-page .field-item .field-item-con {
    flex-wrap: wrap;
  }
  .field-page .field-item .field-item-con .field-item-main {
    width: 100%;
    margin-top: -30px;
    padding: 60px 4% 30px;
  }
  .field-page .field-item .field-item-con .field-item-img-m {
    display: block;
  }
  .field-page .field-item .field-item-con .field-item-img-pc {
    display: none;
  }
  .field-page .field-item .field-item-title {
    font-size: 22px;
  }
  .about-inner-title {
    font-size: 25px;
  }
  .factoryPage-outer .factory-inner-title {
    margin-bottom: 32px;
  }
  .factoryPageImg .img-irregular-one {
    width: calc((100% - 40px) / 2);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 42px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 84px) / 3);
    margin-right: 42px;
  }
  .factoryPage-outer .factory-inner-more {
    margin-top: 48px;
  }
  .profile-honor .honor-slide {
    width: 300px;
    margin-right: 25px;
  }
  .profile-honor .honor-slide .honor-text {
    font-size: 15px;
    margin-top: 16px;
    line-height: 25px;
  }
  .profile-honor .honor-swiper {
    padding-bottom: 30px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1251px) {
  .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;
  }
  .profile-history .history-main .history-btn {
    width: 56px;
    height: 46px;
  }
  .profile-history .history-main .history-btn .history-btn-inner img {
    width: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .profile-about .profile-about-top {
    flex-wrap: wrap;
  }
  .profile-about .profile-about-top .profile-about-top-side {
    width: 100%;
  }
  .profile-about .profile-about-top .profile-about-top-intro .profile-about-top-img {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }
  .profile-about .abouti-nums {
    flex-wrap: wrap;
  }
  .profile-about .abouti-nums .abouti-num {
    width: 50%;
    margin-top: 30px;
  }
  .profile-about .abouti-nums {
    padding: 10px 0 35px;
  }
  .profile-about .profile-about-item {
    width: calc((100% - 26px) / 2);
    margin-bottom: 30px;
    margin-right: 26px;
  }
  .profile-honor .profile-honor-type {
    width: 100%;
  }
  .profile-about .profile-about-item1 {
    margin-right: 0;
  }
  .profile-about .profile-about-top .profile-about-top-intro {
    width: 100%;
  }
  .profile-history .history-title-swiper .history-title-slide {
    width: auto;
    margin: 0 15px;
  }
  .profile-history .profile-history-title {
    margin: 0 auto 28px;
  }
  .profile-history .history-title-swiper {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .profile-history .history-main .history-swiper .history-one-slide {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .profile-history .history-main .history-btn {
    margin-top: 15%;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title {
    width: 100%;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-desc {
    width: 100%;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title {
    font-size: 24px;
    line-height: 30px;
  }
  .profile-history .profile-history-inner {
    overflow: visible;
  }
  .profile-about .profile-about-top .profile-about-top-intro .profile-about-top-img {
    margin-top: 32px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .about-inner-title {
    font-size: 24px;
  }
  .factoryPageImg .img-irregular-one {
    width: calc((100% - 30px) / 2);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 32px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .factoryPage-outer .factory-inner-more {
    margin-top: 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: 26px;
  }
  .factoryPageVideo .video-cur-one {
    border-radius: 12px;
    margin-right: 22px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 920px) {
  .about-inner-title {
    font-size: 21px;
  }
  .factoryPageImg .img-irregular-one {
    width: calc((100% - 22px) / 2);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 28px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .factoryPage-outer .factory-inner-title {
    margin-bottom: 28px;
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 9px;
  }
}
@media (max-width: 767px) {
  .profile-honor .profile-honor-type .honor-type-btn .honor-btn {
    width: 48px;
    height: 42px;
  }
  .profile-honor .profile-honor-type .honor-type-btn {
    width: 123px;
  }
  .profile-history .history-main {
    position: relative;
    padding-top: 62px;
  }
  .profile-history .history-main .history-btn {
    margin-top: 0;
    position: absolute;
    top: 0;
  }
  .profile-history .history-main .history-btn-prev {
    right: calc(5% + 75px);
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-desc p {
    margin: 8px 0;
  }
  .profile-history .history-main .history-btn-next {
    right: 5%;
  }
  .profile-history .history-main .history-swiper {
    width: 100%;
    margin: 0 0;
  }
  .profile-about .profile-about-top .profile-about-top-side {
    padding-top: 32px;
  }
  .profile-about .profile-about-title {
    font-size: 22px;
    line-height: 36px;
    margin: 6px 0 26px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
    width: 42px;
    height: 42px;
  }
  .profile-about .profile-about-video .mask .play {
    width: 56px;
    height: 56px;
  }
  .profile-about .profile-about-video .mask .play svg {
    width: 22px;
  }
  .profile-about .profile-about-top .profile-about-top-intro .profile-about-top-desc .p1 {
    margin-top: 16px;
  }
  .factoryPage-outer .factory-inner-more {
    margin-top: 35px;
  }
  .profile-about .abouti-nums {
    padding: 0 0 35px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-count {
    font-size: 35px;
    line-height: 40px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-desc .abouti-num-text {
    font-size: 13px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-unit {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .profile-about .abouti-nums .abouti-num .abouti-num-desc .abouti-num-add {
    font-size: 28px;
    line-height: 19px;
  }
  .profile-about .abouti-nums .abouti-num {
    margin-top: 25px;
  }
  .profile-about .abouti-nums {
    padding: 0 0 28px;
  }
  .profile-about .profile-about-other {
    min-height: 0;
  }
  .profile-about .profile-about-con .profile-about-con-title {
    font-size: 18px;
  }
  .profile-about .profile-about-con {
    border-radius: 12px;
    padding: 32px 20px 25px;
  }
  .profile-culture .profile-culture-title {
    margin: 0 auto 30px;
  }
  .profile-culture .profile-culture-list .profile-culture-item {
    width: 100%;
  }
  .profile-honor .profile-honor-type {
    margin: 22px 0 34px;
  }
  .profile-honor .profile-honor-type {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .profile-honor .honor-swiper {
    padding-bottom: 22px;
  }
  .profile-honor .profile-honor-type .honor-type-change {
    width: 100%;
    margin-bottom: 28px;
  }
  .profile-honor .honor-slide {
    width: 270px;
    margin-right: 24px;
  }
  .profile-honor .profile-honor-type .honor-type-change .honor-type-item {
    font-size: 16px;
  }
  .profile-honor .honor-slide .honor-text {
    font-size: 14px;
    margin-top: 18px;
    line-height: 24px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title {
    font-size: 18px;
    line-height: 28px;
  }
  .profile-history .history-main .history-swiper .history-one-slide .history-one-title p {
    margin: 10px 0;
  }
  .profile-history .history-title-swiper {
    margin-top: 46px;
    margin-bottom: 38px;
  }
  .profile-history .history-title-swiper .history-title-slide .history-title-text {
    font-size: 16px;
  }
  .profile-culture .profile-culture-list .profile-culture-item:nth-of-type(2) {
    border-left: none;
  }
  .profile-culture .profile-culture-list .profile-culture-item:nth-of-type(4) {
    border-left: none;
  }
  .profile-about .profile-about-item {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
  }
  .profile-about .profile-about-other {
    width: 100%;
    margin-bottom: 22px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
    width: 20px;
    transform: translateX(2px);
  }
  .factoryPageImg .factory-img-irregular {
    margin-bottom: 20px;
  }
  .factoryPage-outer .factory-inner-title {
    margin-bottom: 22px;
  }
  .factoryPageVideo .video-swiper .video-btn {
    width: 50px;
    height: 42px;
  }
  .factoryPageVideo .video-swiper .video-btn .video-btn-inner img {
    width: 10px;
  }
  .factoryPage-outer .factoryPageImg .factory-inner-title {
    padding-top: 32px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3) {
    margin-bottom: 0;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(4) {
    display: block;
    margin-bottom: 0;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(3n) {
    margin-right: 16px;
  }
  .factoryPageImg .factory-img-regular .img-regular-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPageImg .img-irregular-one {
    width: calc((100% - 16px) / 2);
  }
  .about-inner-title {
    font-size: 18px;
  }
  .about-inner-title::after {
    height: 23px;
  }
  .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;
  }
  .field-page .field-item {
    padding: 28px 24px;
    border-radius: 12px;
  }
  .field-page .field-item .field-item-con .field-item-img .field-item-img-inner {
    border-radius: 12px;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one {
    width: 100%;
  }
  .field-page .field-item .field-item-con .field-item-img {
    width: 90%;
  }
  .field-page .field-item .field-item-con .field-item-main {
    margin-top: -30px;
    padding: 40px 6% 30px;
    border-radius: 12px;
  }
  .field-page .field-item .field-item-title::after {
    height: 24px;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title .text {
    font-size: 16px;
  }
  .field-page .field-item .field-item-con .field-item-main .field-item-one .field-item-one-title .icon {
    width: 27px;
    height: 27px;
  }
  .field-page .field-item .field-item-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 641px) {
  .field-page .field-item .field-item-con .field-item-img {
    width: 100%;
  }
  .factoryPage-outer .factoryPageImg .factory-inner-title {
    padding-top: 28px;
  }
  .factoryPage .item .img {
    border-radius: 6px;
  }
  .profile-about .abouti-nums .abouti-num {
    min-width: 50%;
    width: auto;
  }
}
@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;
  }
}
@media only screen and (max-width: 396px) {
  .field-page .field-item {
    padding: 28px 22px;
  }
}
