.companyPage {
  background: #F8F8F8;
}
.companyPage .company-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.companyPage .company-one .company-desc {
  margin-top: 20px;
}
.companyPage .company-one .company-text {
  width: 62%;
  padding: 3% 0;
}
.companyPage .company-one .company-img {
  max-width: 35%;
  background: #fff;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.companyPage .company-one .company-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.companyPage .company-one .company-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.companyPage .company-one-top {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.companyPage .company-one-top .company-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyPage .company-one-top .company-img img {
  width: 70%;
}
.companyPage .company-one-top .company-text {
  width: 50%;
}
.companyPage .company-title {
  font-weight: 500;
  font-size: 18px;
  color: #01824a;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
}
.companyPage .company-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.companyPage .company-one1 .company-img {
  width: 50%;
  max-width: 100%;
}
.companyPage .company-one1 .company-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.companyPage .company-one1 .company-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.companyPage .company-one1 .company-text {
  width: 50%;
  padding-left: 5%;
}
.companyPage .company-num {
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.companyPage .abouti-num-one {
  display: flex;
}
.companyPage .abouti-num-one .num-count {
  font-weight: bold;
  font-size: 72px;
  color: #01824a;
  line-height: 78px;
  font-family: 'Montserrat-Medium';
}
.companyPage .abouti-num-one .num-val {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
}
.companyPage .abouti-num-one .num-unit {
  font-weight: bold;
  font-size: 24px;
  color: #01824a;
  line-height: 36px;
  font-family: 'Montserrat-Medium';
}
.companyPage .abouti-num-one .num-type {
  font-weight: 400;
  font-family: 'LamaSans-Regular';
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.companyPage .company-imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.companyPage .company-imgs .company-img {
  width: calc((100% - 54px) / 3);
  margin-right: 27px;
  margin-bottom: 20px;
  border-radius: 0;
}
.companyPage .company-imgs .company-img img {
  width: 100%;
}
.companyPage .company-imgs .company-img:nth-of-type(3n) {
  margin-right: 0;
}
.companyPage .company-other {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.companyPage .company-other .company-other-text {
  width: calc((100% - 35px) / 2);
}
.companyPage .company-other .company-desc {
  margin-top: 20px;
}
.socialResponsibilityPage {
  background: #F8F8F8;
}
.socialResponsibilityPage .social-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.socialResponsibilityPage .social-desc-top {
  width: 50%;
  margin-bottom: 40px;
}
.socialResponsibilityPage .social-main {
  width: 100%;
  font-family: 'LamaSans-Medium';
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.socialResponsibilityPage .social-main .social-con {
  width: 50%;
  position: relative;
}
.socialResponsibilityPage .social-main .social-imgs {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.socialResponsibilityPage .social-main .social-imgs img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.socialResponsibilityPage .social-main .social-imgs .social-img {
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  position: absolute;
  bottom: 1px;
  right: 0;
  top: 0;
}
.socialResponsibilityPage .social-main .social-imgs .social-img-active {
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
  transform: scale(1);
}
.socialResponsibilityPage .social-main .social-imgs .social-img-active:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.socialResponsibilityPage .social-main .social-imgs .social-img-dom {
  width: 100%;
  display: block;
  opacity: 0;
}
.socialResponsibilityPage .social-main .social-title {
  width: 66.66%;
  background: #FFFFFF;
  padding: 3% 0 3.5%;
  display: flex;
  z-index: 25;
  margin-top: 5%;
  text-align: center;
  position: relative;
}
.socialResponsibilityPage .social-main .social-title .social-title-one {
  width: calc(100% / 5);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding: 0 8px;
  transition: 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialResponsibilityPage .social-main .social-title .social-title-one::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #EFEFEF;
  top: 0;
  left: 0;
  position: absolute;
}
.socialResponsibilityPage .social-main .social-title .social-title-one:nth-of-type(1)::after {
  display: none;
}
.socialResponsibilityPage .social-main .social-title .social-title-one-active {
  color: #01824a;
  transition: 0.5s;
}
.socialResponsibilityPage .social-main .social-con-one {
  width: 100%;
  padding-right: 5%;
}
.socialResponsibilityPage .social-main .social-con-dom {
  opacity: 0;
  z-index: -1;
}
.socialResponsibilityPage .social-main .social-con1 {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.socialResponsibilityPage .social-main .social-con-one-active {
  opacity: 1;
  z-index: 5;
  transition: 0.5s;
}
.socialResponsibilityPage .social-main .social-con-title {
  font-weight: 500;
  font-size: 18px;
  color: #01824a;
  line-height: 24px;
}
.socialResponsibilityPage .social-main .social-con-desc {
  margin-top: 14px;
  font-family: 'LamaSans-Regular';
}
.developmentPage {
  background: #F8F8F8;
}
.developmentPage .indexPage-inner {
  position: relative;
}
.developmentPage .indexPage-inner::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: calc(5% + 22.5px);
  border-left: 1px dotted #DDDDDD;
}
.developmentPage .development-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.developmentPage .development-main .development-dot {
  width: 45px;
  height: 45px;
  margin: 4% 5% 0;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.developmentPage .development-main .development-dot p {
  width: 11px;
  height: 11px;
  background: #333333;
  border-radius: 50%;
  transition: 0.5s;
}
.developmentPage .development-main .development-one {
  width: calc(90% - 45px);
}
.developmentPage .development-main .development-one .development-line {
  width: 100%;
  height: 1px;
  background: #999999;
}
.developmentPage .development-main .development-one .development-title {
  margin: 5% 0 14px;
  font-weight: 500;
  font-family: 'LamaSans-Medium';
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.developmentPage .development-main .development-one .development-desc {
  margin-bottom: 5%;
  font-weight: 400;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  color: #666666;
  line-height: 24px;
}
.developmentPage .development-main::after {
  width: 1px;
  height: 120%;
  opacity: 0;
  background: #01824a;
  content: "";
  position: absolute;
  top: 0;
  left: calc(5% + 22.5px);
  z-index: 18;
  transition: 0.5s;
}
.developmentPage .development-main-active .development-dot {
  background: #EFEFEF;
  transition: 0.5s;
}
.developmentPage .development-main-active .development-dot p {
  background: #01824a;
  transition: 0.5s;
}
.developmentPage .development-main-active-prev .development-dot p {
  background: #01824a;
  transition: 0.5s;
}
.developmentPage .development-main-active-prev::after {
  opacity: 1;
  transition: 0.5s;
}
.culturePage .culturePage-part1 {
  background: #F8F8F8;
}
.culturePage .culturePage-part1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.culturePage .culturePage-part1 .culture-one {
  width: calc((100% - 40px) / 2);
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
}
.culturePage .culturePage-part1 .culture-one .culture-icon {
  display: flex;
  transition: 0.5s;
  flex-direction: column;
  align-items: center;
}
.culturePage .culturePage-part1 .culture-one .culture-icon img {
  width: 30px;
}
.culturePage .culturePage-part1 .culture-one .culture-icon .culture-icon-text {
  font-weight: 500;
  font-size: 18px;
  color: #ffba00;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  margin-top: 8px;
}
.culturePage .culturePage-part1 .culture-one .culture-main {
  width: 74%;
  background: #fff;
  transition: 0.5s;
}
.culturePage .culturePage-part1 .culture-one .culture-main .culture-img {
  width: 100%;
}
.culturePage .culturePage-part1 .culture-one .culture-main .culture-img img {
  width: 100%;
}
.culturePage .culturePage-part1 .culture-one .culture-main .culture-con {
  padding: 10% 7%;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.5s;
  line-height: 24px;
}
.culturePage .culturePage-part1 .culture-one:hover .culture-icon {
  padding-top: 2%;
  transition: 0.5s;
}
.culturePage .culturePage-part1 .culture-one:hover .culture-main {
  background: #01824a;
  transition: 0.5s;
}
.culturePage .culturePage-part1 .culture-one:hover .culture-main .culture-con {
  color: #fff;
  transition: 0.5s;
}
.culturePage .culturePage-part2 {
  background: #EFEFEF;
}
.culturePage .culturePage-part2 .Values-title {
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
  font-family: 'LamaSans-Medium';
  font-size: 22px;
  color: #01824a;
  line-height: 28px;
}
.culturePage .culturePage-part2 .Values-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culturePage .culturePage-part2 .Values-main .Values-one {
  width: calc((100% - 81px) / 3);
  padding: 30px 30px;
  background: #fff;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Values-main .Values-text {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 14px;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Values-main .Values-desc {
  font-weight: 400;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  color: #666666;
  line-height: 24px;
  margin-top: 14px;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Values-main .Values-one-active {
  background: #01824a;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Values-main .Values-one-active .Values-text {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Values-main .Values-one-active .Values-desc {
  color: #fff;
  transition: 0.5s;
}
.culturePage .culturePage-part2 .Spirit {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/culture-img3.jpg') no-repeat;
  background-size: cover;
  background-position: top left;
  display: flex;
  justify-content: flex-start;
  padding: 5.5% 8.5%;
  margin-top: 40px;
}
.culturePage .culturePage-part2 .Spirit .Spirit-main {
  background: #FFFFFF;
  width: 50%;
  padding: 5% 3.5%;
  min-width: 500px;
}
.culturePage .culturePage-part2 .Spirit .Spirit-main .Spirit-text {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 12px;
}
.culturePage .culturePage-part2 .Spirit .Spirit-main .Spirit-desc {
  font-weight: 400;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  color: #666666;
  line-height: 26px;
  margin-top: 12px;
}
@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;
}
.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;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2E8B57;
  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-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: #00A6ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.factoryPageVideo .video-bottom .video-btn img {
  width: 30%;
}
.factoryPageVideo .video-bottom .video-btn:hover {
  background: #2E8B57;
}
.factoryPageVideo .video-bottom .video-btn-prev img {
  transform: rotateZ(225deg);
}
.factoryPageVideo .video-bottom .video-btn-next img {
  transform: rotateZ(45deg);
}
.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: #2E8B57;
  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) {
  .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%;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
  .socialResponsibilityPage .social-desc-top {
    width: 70%;
    margin-bottom: 35px;
  }
  .socialResponsibilityPage .social-main .social-title .social-title-one {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1598px) {
  .factoryPageVideo .video-swiper {
    padding-bottom: 90px;
  }
  .factoryPageVideo .factory-dot {
    width: 250px;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 42px;
  }
  .factoryPageImg .factory-img-b {
    padding: 0 5%;
  }
  .developmentPage .development-main .development-dot {
    width: 38px;
    height: 38px;
  }
  .developmentPage .indexPage-inner::after {
    left: calc(5% + 20px);
  }
  .developmentPage .development-main::after {
    left: calc(5% + 20px);
  }
  .developmentPage .development-main .development-one .development-title {
    font-size: 16px;
  }
  .developmentPage .development-main .development-one .development-desc {
    font-size: 14px;
  }
  .socialResponsibilityPage .social-desc-top {
    font-size: 14px;
  }
  .socialResponsibilityPage .social-main .social-con-title {
    font-size: 16px;
  }
  .socialResponsibilityPage .social-main .social-con-desc {
    font-size: 14px;
  }
  .socialResponsibilityPage .social-main .social-title .social-title-one {
    font-size: 14px;
  }
  .companyPage .abouti-num-one .num-count {
    font-size: 60px;
    line-height: 70px;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main .Spirit-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .culturePage .culturePage-part2 .Values-main .Values-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .culturePage .culturePage-part2 .Values-main .Values-one {
    width: calc((100% - 72px) / 3);
    padding: 20px 26px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-main .culture-con {
    padding: 5% 6%;
    font-size: 14px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-icon img {
    width: 28px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-icon .culture-icon-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .factoryPageImg .factory-img-b {
    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;
  }
  .culturePage .culturePage-part2 .Values-main .Values-text {
    font-size: 14px;
    line-height: 20px;
  }
  .culturePage .culturePage-part2 .Values-main .Values-one {
    width: calc((100% - 48px) / 3);
    padding: 20px 20px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-icon .culture-icon-text {
    font-size: 14px;
  }
  .culturePage .culturePage-part1 .culture-one {
    width: calc((100% - 30px) / 2);
    padding: 30px 0;
  }
  .culturePage .culturePage-part1 .culture-one .culture-main {
    width: 75%;
  }
  .companyPage .company-num {
    margin: 28px 0;
  }
  .companyPage .company-imgs .company-img {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 16px;
  }
  .companyPage .company-one-top {
    padding: 30px 0;
  }
  .companyPage .company-title {
    font-size: 16px;
  }
  .companyPage .company-one .company-desc {
    margin-top: 14px;
  }
  .companyPage .abouti-num-one .num-count {
    font-size: 44px;
    line-height: 68px;
  }
  .companyPage .company-other .company-desc {
    margin-top: 12px;
  }
  .companyPage .abouti-num-one .num-unit {
    font-size: 18px;
    line-height: 34px;
  }
  .companyPage .abouti-num-one .num-type {
    font-size: 14px;
    line-height: 30px;
  }
  .companyPage .company-desc {
    font-size: 14px;
  }
  .socialResponsibilityPage .social-main .social-imgs .social-img {
    top: 0;
    bottom: auto;
  }
  .socialResponsibilityPage .social-main .social-con-title {
    font-size: 14px;
  }
  .socialResponsibilityPage .social-main .social-title {
    width: 80%;
  }
  .socialResponsibilityPage .social-desc-top {
    width: 90%;
    margin-bottom: 28px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
}
@media only screen and (max-width: 1251px) {
  .culturePage .culturePage-part2 .Values-title {
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main .Spirit-text {
    font-size: 14px;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main {
    width: 60%;
    padding: 4% 3%;
    min-width: 50%;
  }
  .culturePage .culturePage-part2 .Spirit {
    margin-top: 30px;
  }
  .culturePage .culturePage-part2 .Values-main .Values-one {
    width: calc((100% - 24px) / 2);
    margin-top: 20px;
  }
  .culturePage .culturePage-part2 .Values-main {
    flex-wrap: wrap;
  }
  .companyPage .abouti-num-one .num-count {
    margin-top: 8px;
  }
  .companyPage .abouti-num-one .num-unit {
    font-size: 14px;
    line-height: 30px;
  }
  .companyPage .company-num {
    margin: 20px 0;
  }
  .companyPage .company-one-top .company-img {
    width: 40%;
  }
  .companyPage .abouti-num-one .num-type {
    font-size: 12px;
    line-height: 22px;
  }
  .companyPage .abouti-num-one .num-count {
    font-size: 36px;
    line-height: 46px;
  }
  .companyPage .company-one-top .company-text {
    width: 60%;
  }
  .companyPage .company-title {
    font-size: 14px;
  }
  .companyPage .company-one .company-desc {
    margin-top: 8px;
  }
  .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;
  }
  .socialResponsibilityPage .social-desc-top {
    width: 100%;
    margin-bottom: 24px;
  }
  .socialResponsibilityPage .social-main .social-title {
    width: 100%;
  }
}
@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;
  }
  .culturePage .culturePage-part1 .culture-one .culture-icon img {
    width: 24px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-icon .culture-icon-text {
    font-size: 12px;
    line-height: 18px;
  }
  .culturePage .culturePage-part1 .culture-one .culture-main .culture-con {
    font-size: 12px;
    line-height: 18px;
  }
  .culturePage .culturePage-part2 .Values-main .Values-one-active .Values-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main .Spirit-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .companyPage .company-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .companyPage .company-other {
    margin-top: 10px;
  }
  .companyPage .company-num {
    flex-wrap: wrap;
  }
  .companyPage .abouti-num-one {
    width: 50%;
  }
  .companyPage .company-one-top {
    padding: 0 0 24px;
  }
  .companyPage .company-other .company-desc {
    margin-top: 8px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .developmentPage .development-main .development-one .development-desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4%;
  }
  .developmentPage .development-main .development-one {
    width: calc(90% - 30px);
  }
  .developmentPage .development-main::after {
    left: calc(2% + 19px);
  }
  .developmentPage .indexPage-inner::after {
    left: calc(2% + 19px);
  }
  .developmentPage .development-main .development-one .development-title {
    font-size: 14px;
    margin: 4% 0 8px;
  }
  .developmentPage .development-main .development-dot {
    margin: 4% 2% 0;
  }
  .socialResponsibilityPage .social-desc-top {
    font-size: 12px;
    line-height: 18px;
  }
  .socialResponsibilityPage .social-main .social-title .social-title-one {
    font-size: 12px;
    line-height: 18px;
  }
  .socialResponsibilityPage .social-main .social-con-desc {
    margin-top: 6px;
  }
  .socialResponsibilityPage .social-main .social-con-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .companyPage .abouti-num-one .num-count {
    font-size: 28px;
    line-height: 42px;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
  }
  .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;
  }
  .culturePage .culturePage-part1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .culturePage .culturePage-part1 .culture-one {
    width: 100%;
    padding: 22px 0;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main {
    width: 100%;
  }
  .culturePage .culturePage-part2 .Spirit .Spirit-main {
    background: rgba(255, 255, 255, 0.8);
  }
  .culturePage .culturePage-part2 .Values-main .Values-one {
    width: calc((100% - 14px) / 2);
    margin-top: 12px;
  }
  .companyPage .company-num {
    flex-wrap: wrap;
  }
  .companyPage .company-other .company-other-text {
    width: calc((100% - 24px) / 2);
  }
  .companyPage .company-imgs .company-img {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .companyPage .company-num {
    margin: 0 0 20px;
  }
  .socialResponsibilityPage .social-main .social-con {
    width: 63%;
  }
  .socialResponsibilityPage .social-main .social-imgs {
    width: 35%;
  }
  .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) {
  .culturePage .culturePage-part2 .Values-main .Values-one {
    width: 100%;
  }
  .companyPage .company-other {
    flex-wrap: wrap;
  }
  .companyPage .company-other {
    margin-top: 0;
  }
  .companyPage .company-other .company-other-text {
    width: 100%;
    margin-top: 14px;
  }
  .companyPage .company-one-top {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .companyPage .company-one1 .company-text {
    padding-left: 0;
  }
  .companyPage .company-one {
    flex-wrap: wrap;
  }
  .companyPage .company-one-top .company-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .companyPage .company-one-top .company-text {
    width: 100%;
  }
  .companyPage .company-one .company-text {
    width: 100%;
  }
  .companyPage .company-one .company-img {
    width: 100%;
    max-width: 100%;
  }
  .socialResponsibilityPage .social-desc-top {
    margin-bottom: 16px;
  }
  .socialResponsibilityPage .social-main .social-title {
    margin-top: 14%;
  }
  .socialResponsibilityPage .social-main .social-con {
    width: 100%;
  }
  .socialResponsibilityPage .social-main .social-title {
    flex-wrap: wrap;
  }
  .socialResponsibilityPage .social-main .social-title .social-title-one {
    width: 33.33%;
    padding: 5px 8px;
  }
  .socialResponsibilityPage .social-main .social-imgs {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPageVideo .video-cur-one {
    width: 70%;
    margin-right: 20px;
  }
  .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;
  }
  .companyPage .abouti-num-one {
    width: auto;
    min-width: 50%;
  }
}
@media only screen and (max-width: 386px) {
  .companyPage .abouti-num-one {
    width: 100%;
  }
}
