.culturePage {
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/culture-back.jpg?x-oss-process=image/format,webp') no-repeat;
  background-size: cover;
  background-position: top center;
}
.culturePage .culture-part1 {
  padding-top: 60px;
}
.culturePage .inner-nav .inner-nav-main .inner-nav-one a {
  color: #fff;
}
.culturePage .inner-nav .inner-nav-main .inner-nav-one-active a {
  color: #F8862A;
}
.culturePage .indexPage-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.culturePage .indexPage-inner .culture-one {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 50px;
  background: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.culturePage .indexPage-inner .culture-one .culture-is {
  width: 80px;
  height: 70px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/culture-icon1.svg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: translateX(0);
}
.culturePage .indexPage-inner .culture-one .culture-is img {
  width: 55%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.culturePage .indexPage-inner .culture-one .culture-ws {
  margin-top: 24%;
}
.culturePage .indexPage-inner .culture-one .culture-o-text {
  font-weight: 500;
  font-size: 24px;
  color: #225C02;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.5s;
}
.culturePage .indexPage-inner .culture-one .culture-o-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.culturePage .indexPage-inner .culture-one .culture-o-desc p {
  margin-top: 16px;
}
.culturePage .indexPage-inner .culture-one:hover .culture-is {
  transform: translateX(15px);
}
.culturePage .indexPage-inner .culture-one:hover .culture-is img {
  transform: rotateY(360deg);
}
.culturePage .indexPage-inner .culture-one:hover .culture-o-text {
  color: #F8862A;
}
.culturePage .indexPage-inner .culture-one:nth-of-type(2n) {
  margin-right: 0;
}
.culturePage .indexPage-inner .culture-one:nth-of-type(2) .culture-is {
  width: 70px;
  height: 70px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/culture-icon2.svg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.culturePage .indexPage-inner .culture-one:nth-of-type(3) .culture-is {
  width: 85px;
  height: 70px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/culture-icon3.svg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.culturePage .indexPage-inner .culture-one:nth-of-type(3) .culture-is img {
  transform: translateY(-5px);
}
.culturePage .indexPage-inner .culture-one:nth-of-type(4) .culture-is {
  width: 70px;
  height: 70px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/culture-icon4.svg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.profilePage .profile-one {
  padding-top: 60px;
}
.profilePage .profile-words {
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-words .profile-words-o {
  width: 47%;
}
.profilePage .profile-words .pt1 {
  margin-bottom: 26px;
  text-transform: uppercase;
}
.profilePage .profile-video {
  width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-video .profile-side-video {
  width: calc(100% - 400px);
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.profilePage .profile-video .profile-side-video img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-video .profile-side-video:hover img {
  transform: scale(1.05);
}
.profilePage .profile-video .profile-side-video .profile-side-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-video .profile-side-video .profile-side-mask img {
  width: 50px;
  height: 50px;
}
.profilePage .profile-video .profile-video-honor {
  width: 374px;
  border-radius: 10px;
  border: 6px solid #708D65;
  aspect-ratio: 0.73046875;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-video .profile-video-honor .profile-video-honor-inner {
  width: calc(100% - 46px);
}
.profilePage .profile-video .profile-video-honor .profile-video-honor-inner img {
  display: block;
  width: 100%;
}
.profilePage .profile-nums {
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-nums .about-num-one {
  width: 25%;
}
.profilePage .profile-nums .about-num-t {
  display: flex;
  align-items: flex-start;
}
.profilePage .profile-nums .about-num-t .about-num-count {
  margin-right: 12px;
}
.profilePage .profile-nums .about-num-t .about-num-add {
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 36px;
  color: #F8862A;
  line-height: 24px;
}
.profilePage .profile-nums .about-num-b {
  margin-top: 16px;
  text-transform: uppercase;
}
.profilePage .profile-choose {
  background: #F8F8F8;
}
.profilePage .profile-choose .choose-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #225C02;
  line-height: 24px;
  font-style: italic;
  font-family: 'Poppins-Medium';
}
.profilePage .profile-choose .choose-main {
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-choose .choose-one {
  width: calc((100% - 78px) / 4);
  min-height: 400px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 40px 20px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profile-choose .choose-one .choose-o-icon {
  width: 40px;
  height: 45px;
  position: relative;
}
.profilePage .profile-choose .choose-one .choose-o-icon img {
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.profilePage .profile-choose .choose-one .choose-o-icon .default {
  opacity: 1;
}
.profilePage .profile-choose .choose-one .choose-o-icon .active {
  opacity: 0;
}
.profilePage .profile-choose .choose-one .choose-o-ts {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-style: italic;
  font-family: 'Poppins-Medium';
  margin: 30px 0 16px;
  transition: 0.5s;
}
.profilePage .profile-choose .choose-one .choose-o-ds {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.profilePage .profile-choose .choose-one-a {
  background: #225C02;
  border: 1px solid #225C02;
}
.profilePage .profile-choose .choose-one-a .choose-o-icon .default {
  opacity: 0;
}
.profilePage .profile-choose .choose-one-a .choose-o-icon .active {
  transform: translateY(-50%) rotateY(360deg);
  opacity: 1;
}
.profilePage .profile-choose .choose-one-a .choose-o-ts {
  color: #fff;
}
.profilePage .profile-choose .choose-one-a .choose-o-ds {
  color: #fff;
}
.profilePage .pt1 {
  font-weight: bold;
  font-size: 30px;
  color: #225C02;
  line-height: 34px;
  font-family: 'Poppins-Medium';
}
.profilePage .pt2 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  opacity: 0.9;
  line-height: 24px;
}
.profilePage .pt3 {
  font-weight: bold;
  font-size: 72px;
  color: #F8862A;
  line-height: 74px;
  font-family: 'Poppins-Medium';
}
.profilePage .pt4 {
  font-weight: 500;
  font-size: 36px;
  color: #F8862A;
  line-height: 24px;
}
.profilePage .pt5 {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  font-family: 'Poppins-Medium';
}
.profilePage .profile-history {
  background: url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/history.jpg?x-oss-process=image/format,webp') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.profilePage .profile-history .history-title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  font-style: italic;
}
.profilePage .profile-history .history-outer {
  width: 100%;
  overflow: hidden;
}
.profilePage .profile-history .history-title-icons {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.profilePage .profile-history .history-title-icons img {
  position: absolute;
  width: 100%;
  object-fit: scale-down;
  top: 50%;
  transform: translateY(-50%) translateX(12px);
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.profilePage .profile-history .history-title-icons .icon-a {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.profilePage .profile-history .history-title-line {
  margin-top: 30px;
  margin-bottom: 14px;
}
.profilePage .profile-history .history-title-line img {
  width: 100%;
}
.profilePage .profile-history .history-dot-swiper {
  width: 100%;
  overflow: visible;
}
.profilePage .profile-history .history-dot-swiper .history-dot-o {
  width: 10%;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  transition: 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
.profilePage .profile-history .history-dot-swiper .history-dot-o p {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.profilePage .profile-history .history-dot-swiper .history-dot-active {
  font-size: 30px;
}
.profilePage .profile-history .history-swiper-outer {
  width: 100%;
  margin-top: 6%;
}
.profilePage .profile-history .history-swiper {
  width: 100%;
  max-width: 532px;
  margin: 0 auto;
}
.profilePage .profile-history .history-swiper .history-o {
  width: 100%;
}
.profilePage .profile-history .history-swiper .history-texts-t {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin-bottom: 22px;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
}
.profilePage .profile-history .history-swiper .history-texts {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.9;
  text-align: center;
}
@keyframes aniDotInner {
  0% {
    width: 12px;
    height: 12px;
    background: #1D4CB3;
    opacity: 1;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #D8E0F2;
  }
}
@keyframes aniMapDotInnerHis {
  0% {
    width: 53px;
    height: 53px;
    opacity: 1;
  }
  100% {
    width: 86px;
    height: 86px;
    opacity: 0;
  }
}
@keyframes aniMapDotInner {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}
.casePage {
  overflow: hidden;
}
.casePage .casePage-part-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1920px;
}
.casePage .casePage-part-title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.casePage .caseSwiperC {
  width: 100%;
}
.casePage .caseSwiperC .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.casePage .caseSwiperC .swiper-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .caseSwiperC .swiper-slide:hover img {
  transform: scale(1.05);
}
.casePage .casePage-part-c {
  width: calc(100% - 720px);
  max-width: 1200px;
}
.casePage .casePage-part-c .casePage-part-c-i {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casePage .casePage-part-c .casePage-part-c-i .case-step-l {
  width: 50%;
}
.casePage .casePage-part-c .casePage-part-c-i .case-step-r {
  width: 50%;
  padding-left: 5%;
}
.casePage .casePage-part-c .casePage-part-c-i .caseSwiperStep {
  width: 100%;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-btns {
  width: 100%;
  display: flex;
  margin-top: 5%;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-btns .caseStep-btn {
  width: 40px;
  height: 34px;
  background: #F8862A;
  border-radius: 6px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-btns .caseStep-btn img {
  width: 25px;
  display: block;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-btns .caseStep-btn:hover {
  background: #225C02;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-btns .case-button-prev img {
  transform: rotateY(180deg);
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep {
  width: 100%;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-t {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-i {
  width: 40px;
  height: 40px;
  background: #225C02;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-w {
  width: calc(100% - 60px);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-transform: uppercase;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 22px;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o .caseStep-dt {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
.casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o .caseStep-dd {
  font-size: 16px;
  margin-top: 4px;
  color: #666666;
}
.casePage .casePage-part-l {
  width: 300px;
}
.casePage .casePage-part-l .caseSwiperC {
  width: 400px;
  transform: translateX(-100px);
}
.casePage .casePage-part-r {
  width: 300px;
}
.casePage .casePage-part-r .caseSwiperC {
  width: 400px;
}
.casePage .casePage-part2 {
  background: #F8F8F8;
}
.casePage .casePage-part2 .part2-case-main {
  width: 100%;
  column-count: 3;
  position: relative;
  min-height: 300px;
  column-gap: 30px;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o {
  display: block;
  width: 100%;
  break-inside: avoid;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-o-in {
  width: 100%;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-img:hover img {
  transform: scale(1.05);
}
.casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-text {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  font-family: 'Poppins-Medium';
  line-height: 24px;
  margin: 20px 0 30px;
  text-align: center;
  display: block;
}
.casePage .casePage-part2 .part2-case-main .part2-case-o:nth-of-type(3n) {
  margin-right: 0;
}
.casePage .casePage-part2 .part2-case-main1 {
  height: auto;
  overflow: hidden;
}
.casePage .casePage-part2 .part2-case-main2 {
  height: 0;
  overflow: hidden;
}
.casePage .part2-case-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
}
.casePage .part2-case-more .public-more {
  cursor: pointer;
}
.casePage .part2-case-more .case-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.casePage .part2-case-more .case-no .moreNoUp {
  margin-top: 12px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.factoryPage-outer .inner-nav .inner-nav-main .inner-nav-one {
  width: 50%;
}
.factoryPage-outer .factory-more {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
.factoryPage-outer .factory-more1 {
  justify-content: flex-start;
}
.factoryPage .factory-inner {
  width: 100%;
  margin-bottom: 40px;
}
.factoryPage .factory-inner .page-title {
  text-align: left;
}
.factoryPage .factory-b {
  margin-bottom: 50px;
}
.factoryPage .factory-b .factory-img-swiper {
  width: 450px;
  margin-left: 0;
  overflow: visible;
  height: 512px;
  position: relative;
}
.factoryPage .factory-b .factory-img-btns {
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10%;
  left: calc(450px + 11%);
  z-index: 555;
}
.factoryPage .factory-b .factory-img-btns .factory-img-btn {
  width: 40px;
  height: 34px;
  background: #F8862A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.factoryPage .factory-b .factory-img-btns .factory-img-btn img {
  width: 24px;
  display: block;
}
.factoryPage .factory-b .factory-img-btns .factory-img-btn:hover {
  background: #225C02;
}
.factoryPage .factory-b .factory-img-btns .factory-img-btn-prev img {
  transform: rotateY(180deg);
}
.factoryPage .factory-b .img-cur-one-slide {
  width: 450px;
  margin-right: 60px;
  height: auto;
}
.factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner {
  width: 50%;
  transition: 0.5s;
  transform: translate(20%, 34%);
}
.factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner .img-cur-one-d {
  width: 100%;
  display: block;
  aspect-ratio: 1;
}
.factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner .img-cur-one-d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner .img-cur-one-d:hover img {
  transform: scale(1.05);
}
.factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner .img-cur-one-t {
  width: 100%;
  font-weight: 500;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 18px 0;
}
.factoryPage .factory-b .swiper-slide-prev .img-cur-one-inner {
  width: 80%;
  transform: translateY(30%) translateX(-10%);
}
.factoryPage .factory-b .swiper-slide-next .img-cur-one-inner {
  width: 80%;
  transform: translateY(30%) translateX(20%);
}
.factoryPage .factory-b .factory-img-one-cur .img-cur-one-inner {
  width: 100%;
  transform: translateY(0) translateX(0);
}
.factoryPage .factory-b .img-cur-one-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPage .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.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;
  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: 'Poppins-Medium';
  text-transform: uppercase;
}
.factoryPage .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item-active .img1 .img-inner {
  opacity: 1;
  z-index: 12;
}
.factoryPage .item-active .img1 .img-inner .iframe-mask {
  display: none;
}
.factoryPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .webPage {
  margin-top: 30px;
}
.factoryPage-list {
  overflow: hidden;
  padding-top: 60px;
  min-height: 600px;
}
.factoryPage-list .page-title {
  text-align: center;
  margin-bottom: 50px;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
}
.videoPage .item .img {
  aspect-ratio: 1.77777778;
}
.videoPage .item .img1 .img-inner {
  position: relative;
}
.videoPage .item .img1 .img-inner .iframe-mask {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  right: 0;
}
.factoryPageVideo {
  background: #F3F3F3;
}
.factoryPageVideo .page-title {
  margin-bottom: 40px;
  text-align: left;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-cur-list {
  width: 100%;
}
.factoryPageVideo .video-cur-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
  padding-right: 30%;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide {
  width: 94%;
  margin-right: 60px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .video-cur-one-inner {
  width: 100%;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-dom {
  position: relative;
  width: 100%;
  transition: 0.5s;
  aspect-ratio: 1.77477477;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-dom .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-textp {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 20px 0;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide video {
  display: block;
  width: 100%;
  object-fit: scale-down;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
  width: 60px;
  height: 60px;
  background: #F8862A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video img {
  width: 52%;
  display: block;
}
.factoryPageVideo .video-cur-swiper .video-step-active .video-cur-one-inner {
  transform: scale(1);
}
.factoryPageVideo .video-cur-swiper .swiper-slide-next .video-cur-one-inner .equipment-dom {
  transform: translate(-15%, 15%) scale(0.7);
}
.factoryPageVideo .video-cur-swiper .swiper-slide-next .video-cur-one-inner .equipment-textp {
  width: 70%;
}
.factoryPageVideo .video-cur-swiper .swiper-slide-prev .video-cur-one-inner .equipment-dom {
  transform: translate(15%, 15%) scale(0.7);
}
.factoryPageVideo .video-cur-swiper .swiper-slide-prev .video-cur-one-inner .equipment-textp {
  width: 70%;
  transform: translateX(30%);
}
.factoryPageVideo .video-cur-swiper .video-cur-active {
  border: 1px solid #F8F8F8;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageVideo .video-cur-swiper .video-step-btn {
  width: 40px;
  height: 34px;
  background: #F8862A;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(239, 131, 25, 0.09);
  position: absolute;
  top: 12%;
  z-index: 12;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-step-btn img {
  width: 22px;
  display: block;
}
.factoryPageVideo .video-cur-swiper .video-step-btn:hover {
  background: #225C02;
}
.factoryPageVideo .video-cur-swiper .video-step-btn-prev {
  left: calc(66% + 60px);
}
.factoryPageVideo .video-cur-swiper .video-step-btn-prev img {
  transform: rotateY(180deg);
}
.factoryPageVideo .video-cur-swiper .video-step-btn-next {
  left: calc(66% + 125px);
}
@keyframes aniMapDotInnerV {
  0% {
    width: 68px;
    height: 68px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@media only screen and (max-width: 1681px) {
  .culturePage .indexPage-inner .culture-one .culture-o-desc {
    font-size: 14px;
  }
  .culturePage .indexPage-inner .culture-one {
    padding: 42px;
  }
  .culturePage .indexPage-inner .culture-one {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 38px;
    padding: 38px;
  }
  .casePage .casePage-part-c {
    width: calc(100% - 660px);
  }
}
@media only screen and (max-width: 1500px) {
  .casePage .casePage-part-c .casePage-part-c-i .case-step-r {
    padding-left: 4%;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-i {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    margin-right: 15px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-w {
    font-size: 20px;
    line-height: 24px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-t {
    margin-bottom: 24px;
  }
  .casePage .casePage-part-c {
    width: calc(100% - 565px);
  }
  .casePage .casePage-part-r {
    width: 250px;
  }
  .casePage .casePage-part-l {
    width: 250px;
  }
  .casePage .casePage-part-l .caseSwiperC {
    width: 350px;
  }
  .casePage .casePage-part-r .caseSwiperC {
    width: 350px;
  }
  .profilePage .profile-video .profile-video-honor {
    width: 326px;
  }
  .profilePage .profile-video .profile-side-video {
    width: calc(100% - 346px);
  }
  .profilePage .profile-video .profile-video-honor .profile-video-honor-inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1360px) {
  .casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-text {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0 22px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .profilePage .profile-history .history-swiper {
    max-width: 632px;
  }
  .casePage .casePage-part-c {
    width: calc(100% - 500px);
  }
  .casePage .casePage-part-r {
    width: 200px;
  }
  .casePage .casePage-part-l {
    width: 200px;
  }
  .casePage .casePage-part-l .caseSwiperC {
    width: 300px;
  }
  .casePage .casePage-part-r .caseSwiperC {
    width: 300px;
  }
}
@media only screen and (max-width: 1251px) {
  .profilePage .profile-video .profile-video-honor {
    width: 260px;
  }
  .profilePage .profile-video .profile-video-honor .profile-video-honor-inner {
    width: calc(100% - 24px);
  }
  .profilePage .profile-video .profile-side-video {
    width: calc(100% - 280px);
  }
  .casePage .casePage-part-l {
    display: none;
  }
  .casePage .casePage-part-l .caseSwiperC {
    display: none;
  }
  .casePage .casePage-part-r {
    display: none;
  }
  .casePage .casePage-part-c {
    width: 90%;
    margin: 0 auto;
  }
  .casePage .casePage-part-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 26px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o {
    margin-bottom: 16px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o .caseStep-dd {
    font-size: 14px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-w {
    width: calc(100% - 50px);
    font-size: 18px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-ds .caseStep-d-o .caseStep-dt {
    font-size: 16px;
  }
  .casePage .casePage-part-r .caseSwiperC {
    display: none;
  }
  .profilePage .profile-history .history-swiper .history-texts-t {
    margin-bottom: 14px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 50px;
    height: 50px;
  }
  .profilePage .pt3 {
    font-size: 50px;
    line-height: 56px;
  }
  .profilePage .profile-nums .about-num-t .about-num-add {
    font-size: 28px;
    line-height: 28px;
  }
  .profilePage .profile-words .pt1 {
    margin-bottom: 18px;
  }
  .profilePage .pt1 {
    font-size: 24px;
    line-height: 32px;
  }
  .profilePage .pt2 {
    font-size: 14px;
  }
  .profilePage .pt5 {
    font-size: 16px;
  }
  .profilePage .profile-nums .about-num-b {
    margin-top: 12px;
  }
  .profilePage .profile-choose .choose-one {
    width: calc((100% - 60px) / 4);
  }
  .profilePage .profile-history .history-title {
    margin-bottom: 38px;
  }
  .culturePage .culture-part1 {
    padding-top: 50px;
  }
  .culturePage .indexPage-inner .culture-one .culture-o-desc p {
    margin-top: 10px;
  }
  .factoryPage-list {
    padding-top: 40px;
  }
  .factoryPage .factory-b .img-cur-one-slide {
    margin-right: 32px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    margin-right: 40px;
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn-prev {
    left: calc(66% + 40px);
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn-next {
    left: calc(66% + 100px);
  }
  .factoryPageVideo .page-title {
    margin-bottom: 30px;
  }
  .factoryPage .factory-inner {
    margin-bottom: 30px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-textp {
    font-size: 16px;
    margin: 16px 0;
  }
  .factoryPage-outer .factory-more {
    margin-top: 32px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .profilePage .profile-video .profile-video-honor {
    width: 190px;
  }
  .profilePage .profile-video .profile-side-video {
    width: calc(100% - 208px);
  }
  .casePage .casePage-part2 .part2-case-main {
    column-gap: 16px;
  }
  .casePage .casePage-part2 .part2-case-main .part2-case-o .part2-case-text {
    font-size: 14px;
  }
  .profilePage .profile-words {
    flex-wrap: wrap;
  }
  .profilePage .pt3 {
    font-size: 36px;
    line-height: 50px;
  }
  .profilePage .profile-history .history-swiper .history-texts {
    font-size: 14px;
  }
  .profilePage .profile-history .history-dot-swiper .history-dot-o {
    width: 20%;
  }
  .profilePage .profile-choose .choose-one {
    width: calc((100% - 30px) / 2);
    min-height: 0;
    margin-bottom: 25px;
  }
  .profilePage .profile-choose .choose-main {
    flex-wrap: wrap;
  }
  .profilePage .profile-nums .about-num-b {
    margin-top: 6px;
  }
  .profilePage .profile-nums .about-num-t .about-num-count {
    margin-right: 6px;
  }
  .profilePage .profile-nums .about-num-t .about-num-add {
    font-size: 22px;
    line-height: 25px;
  }
  .profilePage .profile-video {
    width: 100%;
    margin: 0 0 30px;
  }
  .profilePage .profile-words .profile-words-o {
    width: 100%;
    margin-bottom: 25px;
  }
  .culturePage .indexPage-inner .culture-one {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 30px;
    padding: 28px;
  }
  .factoryPage .factory-b .factory-img-swiper {
    width: 100%;
  }
  .factoryPage .factory-b .img-cur-one-slide {
    width: 300px;
    margin-right: 25px;
  }
  .factoryPage .factory-b .factory-img-swiper {
    height: auto;
  }
  .factoryPage .factory-b .swiper-slide-next .img-cur-one-inner {
    width: 100%;
    transform: translateY(0) translateX(0);
  }
  .factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner {
    width: 100%;
    transform: translateY(0) translateX(0);
  }
  .factoryPage .factory-b .img-cur-one-slide .img-cur-one-inner .img-cur-one-t {
    font-size: 16px;
    margin: 14px 0;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .factoryPage .factory-b .factory-img-btns {
    top: -60px;
    left: auto;
    right: 0;
  }
  .factoryPage .factory-inner .page-title {
    width: calc(100% - 115px);
  }
  .factoryPageVideo .page-title {
    width: calc(100% - 115px);
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn {
    top: -60px;
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn-prev {
    left: auto;
    right: 55px;
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn-next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .profilePage .profile-video {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profilePage .profile-video .profile-side-video {
    width: 100%;
    margin-bottom: 30px;
  }
  .casePage .casePage-part-c .casePage-part-c-i {
    flex-wrap: wrap;
  }
  .casePage .casePage-part-c .casePage-part-c-i .case-step-l {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .casePage .casePage-part-c .casePage-part-c-i .case-step-r {
    width: 100%;
    padding-left: 0;
    padding-top: 80px;
    position: relative;
  }
  .casePage .casePage-part-c .casePage-part-c-i .caseStep-btns {
    position: absolute;
    left: 0;
    top: 0;
  }
  .casePage .casePage-part-title {
    font-size: 22px;
  }
  .profilePage .profile-one {
    padding-top: 32px;
  }
  .profilePage .profile-history .history-swiper .history-texts-t {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .profilePage .profile-history .history-dot-swiper .history-dot-o {
    width: 40%;
  }
  .profilePage .profile-history .history-title-line img {
    width: 200%;
    margin-left: -50%;
  }
  .profilePage .profile-history .history-dot-swiper {
    margin-top: 35px;
  }
  .profilePage .profile-history .history-swiper-outer {
    margin-top: 35px;
  }
  .profilePage .profile-nums {
    flex-wrap: wrap;
  }
  .profilePage .profile-choose .choose-one {
    width: 100%;
    padding: 26px 20px;
  }
  .profilePage .profile-nums .about-num-one {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 16px;
  }
  .profilePage .profile-video {
    margin: 14px 0 30px;
  }
  .profilePage .profile-words .profile-words-o {
    margin-bottom: 12px;
  }
  .profilePage .pt1 {
    font-size: 20px;
    line-height: 28px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .culturePage .indexPage-inner .culture-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px;
  }
  .culturePage .indexPage-inner .culture-one .culture-o-text {
    font-size: 22px;
  }
  .culturePage .indexPage-inner .culture-one .culture-ws {
    margin-top: 34px;
  }
  .factoryPage .factory-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .factoryPage-outer .factory-more {
    margin-top: 32px;
  }
  .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;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    margin-right: 22px;
    width: 350px;
  }
  .factoryPageVideo .video-cur-swiper .swiper-slide-next .video-cur-one-inner .equipment-dom {
    transform: translate(0, 0) scale(1);
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .factoryPage-outer .factory-more {
    margin-top: 18px;
  }
  .factoryPage .factory-b {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPage .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .factoryPage-list {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    width: 320px;
  }
}
@media only screen and (max-width: 380px) {
  .profilePage .pt5 {
    font-size: 14px;
  }
  .profilePage .pt3 {
    font-size: 28px;
    line-height: 34px;
  }
}
