.profilePage .nban .nban-outer {
  top: 40%;
}
.profilePage .profile-intro {
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 166px;
}
.profilePage .profile-intro .profile-intro-words {
  width: 50%;
}
.profilePage .profile-intro .profile-intro-words .profile-title {
  font-weight: 400;
  font-size: 56px;
  color: #222222;
  line-height: 75px;
  font-family: 'SourceHanSansSC-Medium';
  margin: 35px 0 70px;
}
.profilePage .profile-intro .profile-intro-words .profile-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profile-intro .profile-intro-words .profile-desc p {
  margin-bottom: 30px;
}
.profilePage .profile-intro .profile-intro-img {
  width: 45%;
}
.profilePage .profile-intro .profile-intro-img .profile-intro-img-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.profilePage .profile-intro .profile-intro-img .profile-video {
  width: 70%;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  margin-top: 26px;
}
.profilePage .profile-intro .profile-intro-img .profile-video .poster {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 12;
}
.profilePage .profile-intro .profile-intro-img .profile-video .video-btn {
  position: absolute;
  top: 50%;
  width: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 13;
}
.profilePage .profile-intro .profile-intro-img .profile-video .video-dom-dot {
  width: calc(100% - 60px);
  position: absolute;
  top: 26px;
  left: 90px;
}
.profilePage .profile-intro .profile-intro-img .video-dot1 {
  width: 148px;
  position: absolute;
  top: 36px;
  right: calc(70% + 30px);
  transition: 0.5s;
  z-index: 2;
}
.profilePage .profile-intro .profile-intro-img .video-dot1:hover {
  transform: scale(1.05);
}
.profilePage .profile-intro .profile-intro-img .video-dot2 {
  position: absolute;
  width: 188px;
  right: 0;
  bottom: -34px;
  transform: translateY(100%);
  transition: 0.5s;
}
.profilePage .profile-intro .profile-intro-img .video-dot2:hover {
  transform: translateY(100%) scale(1.05);
}
.profilePage .profile-intro .profile-intro-img .about-video-dot1 {
  width: 192px;
  position: absolute;
  bottom: -10px;
  transform: translateY(100%);
  right: calc(42% + 30px);
}
.profilePage .profile-intro .profile-intro-img .video-guang {
  width: 100%;
  position: absolute;
  bottom: -44%;
  right: calc(12% + 30px);
}
.profilePage .profile-intro .profile-intro-img .profile-intro-num {
  position: absolute;
  right: calc(70% + 30px);
  bottom: -37px;
  text-align: right;
}
.profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-count {
  font-weight: 400;
  font-size: 72px;
  color: #FF6600;
  line-height: 74px;
  font-family: 'Montserrat-Bold';
  white-space: nowrap;
}
.profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-desc {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-top: 12px;
  font-family: 'SourceHanSansSC-Medium';
}
.profilePage .profile-nums {
  padding-left: calc(5% + 60px);
  background: #F1F1F1;
  border-radius: 0px 95px 95px 0px;
  padding-top: 50px;
  padding-bottom: 32px;
  padding-right: 10%;
  display: inline-flex;
  justify-content: space-between;
  width: 1260px;
}
.profilePage .profile-nums .profile-num-one .profile-num-top {
  display: flex;
  align-items: flex-start;
}
.profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-count {
  font-weight: 500;
  font-size: 72px;
  color: #FF6600;
  line-height: 74px;
  font-family: 'Montserrat-Bold';
  margin-right: 8px;
  white-space: nowrap;
}
.profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-unit {
  font-weight: 400;
  font-size: 36px;
  color: #FF6600;
  line-height: 42px;
  font-family: 'Montserrat-Medium';
}
.profilePage .profile-nums .profile-num-one .profile-num-desc {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 16px;
}
.profilePage .profile-introduce {
  width: 100%;
  margin-top: 110px;
  padding-left: calc(5% + 60px);
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-introduce .profile-introduce-left {
  width: 40%;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner {
  width: 100%;
  display: flex;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img1 {
  position: relative;
  z-index: 12;
  width: 67%;
  flex: none;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img1 .profile-introduce-img1-inner {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1.36363636;
  overflow: hidden;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img1 img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img1:hover img {
  transform: scale(1.05);
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2 {
  width: 33%;
  flex: none;
  transform: translateX(-20px);
  margin-top: 120px;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2 .profile-introduce-img2-inner {
  border-radius: 20px;
  aspect-ratio: 0.59210526;
  overflow: hidden;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2 img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2:hover img {
  transform: scale(1.05);
}
.profilePage .profile-introduce .profile-introduce-right {
  width: 50%;
  position: relative;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-words {
  width: 70%;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 140px;
  position: relative;
  z-index: 12;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-words .text {
  margin-bottom: 50px;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company {
  width: 60%;
  margin-left: 12%;
  position: relative;
  z-index: 12;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img1 {
  width: 64%;
  transform: translateX(45%) translateY(22px);
  position: relative;
  z-index: 12;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img1 .profile-introduce-company-img1-inner {
  width: 100%;
  aspect-ratio: 1.36363636;
  border-radius: 20px;
  overflow: hidden;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img1 .profile-introduce-company-img1-inner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img1 .profile-introduce-company-img1-inner:hover img {
  transform: scale(1.05);
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img2 {
  width: 82%;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img2 .profile-introduce-company-img2-inner {
  width: 100%;
  aspect-ratio: 1.36307692;
  border-radius: 20px;
  overflow: hidden;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img2 .profile-introduce-company-img2-inner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img2 .profile-introduce-company-img2-inner:hover img {
  transform: scale(1.05);
}
.profilePage .profile-introduce .profile-introduce-right::after {
  width: 1410px;
  height: 189px;
  background: #F1F1F1;
  border-radius: 95px 0 0 95px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.profilePage .profile-introduce .profile-introduce-right::before {
  width: 120%;
  position: absolute;
  right: 0;
  content: "";
  height: calc(100% - 189px);
  bottom: 189px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/Introduce.png') no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.historyPage {
  overflow: hidden;
}
.historyPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.historyPage .history-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.historyPage .history-btns .history-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  transition: 0.5s;
}
.historyPage .history-btns .history-btn .history-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.historyPage .history-btns .history-btn .history-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.historyPage .history-btns .history-btn .history-btn-inner .default {
  opacity: 1;
}
.historyPage .history-btns .history-btn .history-btn-inner .active {
  opacity: 0;
}
.historyPage .history-btns .history-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.historyPage .history-btns .history-btn:hover .history-btn-inner .default {
  opacity: 0;
}
.historyPage .history-btns .history-btn:hover .history-btn-inner .active {
  opacity: 1;
}
.historyPage .history-list {
  width: 100%;
  border-top: 3px solid rgba(217, 217, 217, 0.74);
}
.historyPage .history-list .history-swiper {
  width: 690px;
  margin-left: 5%;
  overflow: visible;
  transform: translateY(-9px);
  margin-bottom: 80px;
}
.historyPage .history-list .history-one {
  width: 690px;
  display: flex;
  min-height: 350px;
  height: auto;
}
.historyPage .history-list .history-one .history-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.historyPage .history-list .history-one .history-line .dot {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 4px solid #FF6600;
}
.historyPage .history-list .history-one .history-line .dot-line {
  width: 3px;
  height: calc(100% - 26px);
  background: rgba(217, 217, 217, 0.74);
  margin-top: 8px;
  position: relative;
}
.historyPage .history-list .history-one .history-line .dot-line::after {
  width: 3px;
  height: 65px;
  background: #FF6600;
  position: absolute;
  top: 48px;
  left: 0;
  content: "";
  transition: 0.5s;
}
.historyPage .history-list .history-one .history-con {
  padding: 76px 15% 76px 27px;
}
.historyPage .history-list .history-one .history-con .history-con-year {
  font-weight: 400;
  font-size: 48px;
  color: #333333;
  line-height: 52px;
  font-family: 'SourceHanSansSC-Medium';
}
.historyPage .history-list .history-one .history-con .history-con-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Medium';
  margin: 18px 0 45px;
  transition: 0.5s;
}
.historyPage .history-list .history-one .history-con .history-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.historyPage .history-list .history-one:hover .history-line .dot-line::after {
  height: 165px;
}
.historyPage .history-list .history-one:hover .history-con .history-con-title {
  color: #FF6600;
}
.historyPage .history-list .history-years {
  width: 75%;
  margin-left: 5%;
}
.historyPage .history-list .history-line-bottom {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  display: flex;
}
.historyPage .history-list .history-line-bottom img {
  display: block;
  width: calc(100% / 17);
}
.historyPage .history-list .history-line-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #FF6600;
}
.historyPage .history-list .history-year-swiper {
  width: 100%;
  transform: translateX(calc((100% / 17 / 2 * -1)));
  overflow: hidden;
}
.historyPage .history-list .history-year-swiper .history-year-one {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  width: calc(100% / 17);
  margin-right: calc((100% / 17) * 3);
  transition: 0.5s;
  cursor: pointer;
}
.historyPage .history-list .history-year-swiper .history-year-one:hover {
  color: #FF6600;
}
.historyPage .history-list .history-year-swiper .history-year-active {
  color: #FF6600;
}
.historyPage .history-list .history-year-swiper .history-year-one:nth-last-of-type(1) {
  margin-right: 0;
  font-size: 16px;
}
.culture-page .culture-step-outer {
  width: 90%;
  margin: 0 auto;
}
.culture-page .culture-step-first .innerTitle {
  margin-bottom: 40px;
}
.culture-page .culture-step-first .key-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culture-page .culture-step-first .key-item {
  width: 30%;
  border-radius: 10px;
  border: 2px solid #F3F3F3;
  padding: 6% 4% 12%;
  font-family: 'SourceHanSansSC-Medium';
  position: relative;
  text-align: center;
  transition: 0.5s;
}
.culture-page .culture-step-first .key-item .key-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 30px;
  z-index: 15;
  position: relative;
}
.culture-page .culture-step-first .key-item .key-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #FF6600;
  line-height: 24px;
  margin: 40px 0 14px;
  z-index: 15;
  position: relative;
}
.culture-page .culture-step-first .key-item .key-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  z-index: 15;
  position: relative;
  font-family: 'SourceHanSansSC-Regular';
}
.culture-page .culture-step-first .key-item .key-item-index {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  position: absolute;
  bottom: -10px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture-page .culture-step-first .key-item .key-item-index p {
  background: #fff;
  padding: 0 25px;
  width: auto;
  display: inline;
}
.culture-page .culture-step-first .key-item .key-item-logo {
  width: 86%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(80%);
}
.culture-page .culture-step-first .key-item .key-item-logo img {
  width: 100%;
  display: block;
}
.culture-page .culture-step-first .key-item-active {
  border: 2px solid #FF6600;
}
.culture-page .culture-step-first .key-item-active .key-item-index {
  bottom: 50px;
}
.culture-page .culture-step-first .key-item-active .key-item-index p {
  background: transparent;
}
.culture-page .culture-step-first .key-item-active .key-item-logo {
  transform: translateY(0);
  opacity: 0.1;
}
.culture-page .culture-step-second {
  background: #F7F7F7;
}
.culture-page .culture-step-second .innerTitle {
  margin-bottom: 40px;
}
.culture-page .culture-step-second .culture-step-second-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culture-page .culture-step-second .culture-step-second-item {
  margin-right: 38px;
  width: 26%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'SourceHanSansSC-Medium';
  font-weight: 400;
  color: #FFFFFF;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/culture-dot-back.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
.culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-icon {
  width: 28px;
  position: absolute;
  top: 28px;
  left: 28px;
}
.culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-title {
  font-size: 24px;
  line-height: 30px;
}
.culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.culture-page .culture-step-second .culture-step-second-item:hover .culture-step-second-dot-icon img {
  transform: rotateY(360deg);
}
.culture-page .culture-step-second .culture-step-second-dots {
  width: calc(74% - 38px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot {
  width: calc(50% - 19px);
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 6px solid #FF6600;
  padding: 50px 4%;
  text-align: center;
  color: #2C2C2C;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  color: #2B2B2B;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:hover .culture-step-second-dot-icon img {
  transform: rotateY(360deg);
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(1) {
  margin-bottom: 18px;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(2) {
  margin-bottom: 18px;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(3) .culture-step-second-dot-icon img {
  width: 120%;
  height: 120%;
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(4) .culture-step-second-dot-icon {
  transform: translateY(5px);
}
.culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(4) .culture-step-second-dot-icon img {
  width: 80%;
  height: 80%;
}
.culture-page .culture-step-three .culture-step-three-text {
  font-weight: 400;
  font-size: 54px;
  color: #222222;
  line-height: 62px;
  margin: 40px 0 55px;
  text-transform: uppercase;
}
.culture-page .culture-step-three .culture-step-three-list {
  width: 100%;
}
.culture-page .culture-step-three .culture-step-three-side {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one {
  width: 37%;
  position: relative;
  background: rgba(235, 235, 235, 0.8);
  border-radius: 20px;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-inner {
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 12;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
  font-weight: 500;
  font-size: 24px;
  color: #FF6600;
  line-height: 36px;
  min-height: 60px;
  transition: 0.5s;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-desc p {
  margin-top: 20px;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-desc p:nth-of-type(1) {
  margin-top: 0;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-icon {
  width: 50%;
  display: block;
  position: absolute;
}
.culture-page .culture-step-three .culture-step-three-side .culture-step-three-one:hover .culture-step-three-one-title {
  transform: translateX(12px);
}
.culture-page .culture-step-three .culture-step-three-side1 .culture-step-three-one:nth-of-type(1) {
  text-align: right;
}
.culture-page .culture-step-three .culture-step-three-side1 .culture-step-three-one:nth-of-type(1) .culture-step-icon {
  right: -18%;
  bottom: -20px;
}
.culture-page .culture-step-three .culture-step-three-side1 .culture-step-three-one:nth-of-type(2) {
  text-align: left;
}
.culture-page .culture-step-three .culture-step-three-side1 .culture-step-three-one:nth-of-type(2) .culture-step-icon {
  left: -18%;
  bottom: -20px;
}
.culture-page .culture-step-three .culture-step-three-side2 .culture-step-three-one1 {
  text-align: right;
}
.culture-page .culture-step-three .culture-step-three-side2 .culture-step-three-one1 .culture-step-icon {
  right: -18%;
  top: -35px;
}
.culture-page .culture-step-three .culture-step-three-side2 .culture-step-three-one2 {
  text-align: left;
}
.culture-page .culture-step-three .culture-step-three-side2 .culture-step-three-one2 .culture-step-icon {
  left: -18%;
  top: -35px;
}
.culture-page .culture-step-three .culture-step-three-center {
  width: 21%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/culture-step-three-center.png') no-repeat;
  background-size: 100% 100%;
}
.culture-page .culture-step-three .culture-step-three-center img {
  display: block;
  width: 50%;
}
.honor-page {
  width: 100%;
}
.honor-page .honor-step-first {
  width: 100%;
}
.honor-page .honor-step-first .innerTitle {
  margin-bottom: 50px;
}
.honor-page .honor-step-outer {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.honor-page .honor-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  overflow: visible;
}
.honor-page .honor-swiper .honor-item {
  width: 334px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 50px;
}
.honor-page .honor-swiper .honor-item .img-main {
  width: 100%;
}
.honor-page .honor-swiper .honor-item .img-main .img-inner {
  width: 100%;
}
.honor-page .honor-swiper .honor-item .img-main .el-image {
  width: 100%;
  overflow: visible;
}
.honor-page .honor-swiper .honor-item .img-main img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.honor-page .honor-swiper .honor-item .text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 28px;
}
.honor-page .honor-swiper .honor-item:hover .img-main img {
  transform: scale(1.05);
}
.honor-page .honor-swiper .honor-item:nth-last-of-type(1) {
  margin-right: 0;
}
.honor-page .honor-swiper .honor-bottom {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.honor-page .honor-swiper .honor-bottom .honor-nums {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin: 0 150px;
  text-align: center;
  justify-content: center;
}
.honor-page .honor-swiper .honor-bottom .honor-nums .cur-num {
  transition: 0.5s;
}
.honor-page .honor-swiper .honor-bottom .honor-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FF6600;
  transition: 0.5s;
  cursor: pointer;
}
.honor-page .honor-swiper .honor-bottom .honor-btn .honor-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.honor-page .honor-swiper .honor-bottom .honor-btn .honor-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.honor-page .honor-swiper .honor-bottom .honor-btn .honor-btn-inner .default {
  opacity: 0;
}
.honor-page .honor-swiper .honor-bottom .honor-btn .honor-btn-inner .active {
  opacity: 1;
}
.honor-page .honor-swiper .honor-bottom .honor-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.honor-page .honor-swiper .honor-bottom .honor-btn:hover .honor-btn-inner .default {
  opacity: 1;
}
.honor-page .honor-swiper .honor-bottom .honor-btn:hover .honor-btn-inner .active {
  opacity: 0;
}
.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: #FF6600;
  height: 3px;
  margin-top: -0.5px;
}
.factoryPageVideo {
  background: #F8F8F8;
}
.factoryPageVideo .innerTitle {
  margin-bottom: 90px;
}
.factoryPageVideo .factoryPageVideo-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageVideo .factoryPageVideo-inner .item {
  width: calc((100% - 150px) / 3);
  margin-right: 75px;
  margin-bottom: 65px;
}
.factoryPageVideo .factoryPageVideo-inner .item .img {
  width: 100%;
  aspect-ratio: 1.56521739;
  background: #000000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.factoryPageVideo .factoryPageVideo-inner .item .img video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.factoryPageVideo .factoryPageVideo-inner .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPageVideo .factoryPageVideo-inner .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);
}
.factoryPageVideo .factoryPageVideo-inner .item .img .img-inner .mask img {
  width: 80px;
  height: 80px;
}
.factoryPageVideo .factoryPageVideo-inner .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPageVideo .factoryPageVideo-inner .item .text {
  padding: 15px 12px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #FF6600;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Medium';
  text-align: center;
  transition: 0.5s;
  margin-top: 30px;
}
.factoryPageVideo .factoryPageVideo-inner .item:hover .text {
  background: #FF6600;
  color: #FFFFFF;
}
.factoryPageVideo .factoryPageVideo-inner .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPageVideo .factoryPageVideo-inner .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageImg .innerTitle {
  margin-bottom: 60px;
}
.factoryPageImg .factoryPageImg-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  position: relative;
}
.factoryPageImg .factoryPageImg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 25;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums {
  display: flex;
  align-items: flex-end;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums .factoryPageImg-nums-p {
  font-weight: 400;
  font-size: 30px;
  color: #FF6600;
  line-height: 34px;
  transition: 0.5s;
  width: 40px;
  height: 30px;
  overflow: hidden;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums .factoryPageImg-nums-all {
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 16px;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums .factoryPageImg-nums-all p {
  margin: 0 7px 0 3px;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FF6600;
  transition: 0.5s;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn .factoryPageImg-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn .factoryPageImg-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn .factoryPageImg-btn-inner .default {
  opacity: 0;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn .factoryPageImg-btn-inner .active {
  opacity: 1;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn:hover .factoryPageImg-btn-inner .default {
  opacity: 1;
}
.factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn:hover .factoryPageImg-btn-inner .active {
  opacity: 0;
}
.factoryPageImg .factoryPageImg-swiper {
  width: 852px;
  height: 625px;
  overflow: visible;
  margin-right: 0;
}
.factoryPageImg .factory-img-one {
  background: #B5D6FF;
  border-radius: 20px;
  width: 450px;
  height: 330px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-right: 60px;
}
.factoryPageImg .factory-img-one .img-main {
  width: 100%;
  height: 100%;
}
.factoryPageImg .factory-img-one .img-main .img-inner {
  width: 100%;
  height: 100%;
}
.factoryPageImg .factory-img-one .img-main .el-image {
  display: block;
  width: 100%;
  height: 100%;
}
.factoryPageImg .factory-img-one .img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPageImg .factory-img-one .text {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'SourceHanSansSC-Medium';
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.factoryPageImg .factory-img-one .text p {
  padding: 14px 20px;
  background: #FF6600;
  min-width: 70%;
  border-radius: 10px;
}
.factoryPageImg .factory-img-one:hover .img-main img {
  transform: scale(1.05);
}
.factoryPageImg .factory-img-one:nth-last-of-type(1) {
  margin-right: 400px;
}
.factoryPageImg .factory-img-one-active {
  width: 852px;
  height: 625px;
}
.factoryPageImg .factory-img-one-active .text {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 1850px) {
  .factoryPageImg .factoryPageImg-swiper {
    width: 660px;
    height: 468px;
  }
  .factoryPageImg .factory-img-one {
    width: 420px;
    height: 298px;
  }
  .factoryPageImg .factory-img-one:nth-last-of-type(1) {
    margin-right: 200px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns {
    margin-top: 32px;
  }
  .factoryPageImg .factory-img-one {
    margin-right: 45px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .img .img-inner .mask img {
    width: 65px;
    height: 65px;
  }
  .factoryPageImg .factory-img-one-active {
    width: 660px;
    height: 468px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 45px;
  }
  .factoryPageImg .factory-img-one .text {
    font-size: 20px;
  }
  .factoryPageVideo .innerTitle {
    margin-bottom: 55px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .text {
    font-size: 20px;
  }
  .historyPage .indexPage-inner {
    margin-bottom: 70px;
  }
  .historyPage .history-list .history-one {
    width: 440px;
  }
  .historyPage .history-list .history-one .history-con {
    padding: 65px 15% 50px 27px;
  }
  .historyPage .history-list .history-swiper {
    width: 440px;
    margin-bottom: 65px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 46px;
    line-height: 70px;
    margin: 26px 0 60px;
  }
  .profilePage .profile-intro {
    padding-left: 0;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-desc {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }
  .historyPage .history-list .history-one .history-con .history-con-title {
    font-size: 20px;
    line-height: 28px;
    margin: 18px 0 36px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-count {
    font-size: 62px;
    line-height: 62px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-unit {
    font-size: 32px;
    line-height: 30px;
  }
  .culture-page .culture-step-outer {
    width: 100%;
  }
  .culture-page .culture-step-first .key-item {
    padding: 6% 3% 12%;
  }
  .culture-page .culture-step-three .culture-step-three-text {
    font-size: 46px;
    line-height: 55px;
    margin: 32px 0 48px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-desc p {
    margin-top: 16px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
    font-size: 22px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1598px) {
  .honor-page .honor-swiper .honor-item .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .honor-page .honor-swiper .honor-item {
    width: 250px;
  }
  .factoryPageImg .innerTitle {
    margin-bottom: 36px;
  }
  .factoryPageImg .innerTitle .text {
    font-size: 28px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .text {
    padding: 14px 10px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
  }
  .factoryPageVideo .innerTitle {
    margin-bottom: 36px;
  }
  .factoryPageVideo .innerTitle .text {
    font-size: 28px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .img .img-inner .mask img {
    width: 55px;
    height: 55px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words {
    width: 80%;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words .text {
    margin-bottom: 45px;
  }
  .profilePage .profile-introduce {
    padding-left: calc(3% + 60px);
  }
  .historyPage .history-list .history-swiper {
    margin-bottom: 60px;
  }
  .historyPage .history-list .history-line-bottom {
    margin-bottom: 16px;
  }
  .historyPage .history-list .history-year-swiper .history-year-one {
    font-size: 16px;
  }
  .historyPage .history-list .history-year-swiper .history-year-one:nth-last-of-type(1) {
    font-size: 13px;
  }
  .historyPage .history-list .history-one .history-con .history-con-year {
    font-size: 40px;
  }
  .historyPage .history-list .history-one .history-con {
    padding: 60px 8% 42px 27px;
  }
  .historyPage .history-list .history-one .history-con .history-con-title {
    margin: 16px 0 24px;
  }
  .historyPage .indexPage-inner {
    margin-bottom: 60px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 38px;
    line-height: 60px;
    margin: 10px 0 40px;
  }
  .profilePage .profile-nums {
    width: 80%;
    max-width: 1100px;
    padding-left: 60px;
  }
  .profilePage .profile-introduce .profile-introduce-right::before {
    bottom: 150px;
  }
  .profilePage .profile-introduce .profile-introduce-right::after {
    width: 80vw;
    height: 150px;
  }
  .profilePage .profile-introduce {
    margin-top: 72px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-video .video-btn {
    width: 64px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-count {
    font-size: 58px;
    line-height: 58px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-desc {
    font-size: 22px;
    line-height: 26px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-icon {
    width: 74px;
    height: 75px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 22px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-desc {
    margin-top: 16px;
  }
  .culture-page .culture-step-three .culture-step-three-text {
    font-size: 42px;
    line-height: 46px;
    margin: 22px 0 45px;
  }
  .culture-page .culture-step-first .key-item .key-item-title {
    font-size: 22px;
  }
  .culture-page .culture-step-first .key-item {
    padding: 5% 2% 10%;
    width: 31%;
  }
  .culture-page .culture-step-first .key-item .key-item-logo {
    width: 78%;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-inner {
    padding: 26px;
  }
  .culture-page .culture-step-first .innerTitle {
    margin-bottom: 32px;
  }
  .culture-page .culture-step-first .key-item-active .key-item-index {
    bottom: 36px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
    font-size: 20px;
    line-height: 32px;
  }
  .culture-page .culture-step-first .key-item .key-item-text {
    margin: 22px 0 14px;
  }
}
@media only screen and (max-width: 1365px) {
  .factoryPageImg .factory-img-one {
    width: 350px;
    height: 248px;
    margin-right: 35px;
  }
  .factoryPageImg .factoryPageImg-swiper {
    width: 520px;
    height: 368px;
  }
  .factoryPageImg .factory-img-one .text p {
    padding: 14px 10px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns {
    margin-top: 22px;
  }
  .factoryPageImg .factory-img-one-active {
    width: 520px;
    height: 368px;
  }
  .factoryPageImg .factory-img-one .text {
    font-size: 18px;
    bottom: 22px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 35px;
    line-height: 56px;
    margin: 10px 0 28px;
  }
  .historyPage .history-list .history-one .history-con .history-con-year {
    font-size: 35px;
  }
  .historyPage .history-list .history-one .history-con .history-con-title {
    margin: 12px 0 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .historyPage .indexPage-inner {
    margin-bottom: 50px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words {
    width: 85%;
    margin-bottom: 80px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-company {
    width: 70%;
    margin-left: 8%;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words .text {
    margin-bottom: 38px;
  }
  .profilePage .profile-introduce {
    padding-left: 60px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-count {
    font-size: 52px;
    line-height: 52px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-unit {
    font-size: 30px;
    line-height: 26px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1251px) {
  .factoryPageVideo .innerTitle {
    margin-bottom: 32px;
  }
  .factoryPageImg .innerTitle {
    margin-bottom: 32px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .text {
    padding: 12px 7px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-bottom: 30px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums .factoryPageImg-nums-all {
    font-size: 14px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-nums .factoryPageImg-nums-p {
    font-size: 24px;
    width: 34px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns {
    width: 100px;
  }
  .factoryPageImg .factory-img-one .text {
    font-size: 16px;
    bottom: 20px;
  }
  .factoryPageImg .factory-img-one .text p {
    padding: 12px 8px;
  }
  .factoryPageImg .factoryPageImg-bottom .factoryPageImg-btns .factoryPageImg-btn {
    width: 42px;
    height: 42px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-desc {
    font-size: 20px;
    line-height: 22px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 26px;
    line-height: 48px;
    margin: 12px 0 16px;
  }
  .historyPage .history-list .history-year-swiper .history-year-one {
    font-size: 14px;
  }
  .historyPage .history-list .history-year-swiper .history-year-one:nth-last-of-type(1) {
    font-size: 12px;
  }
  .profilePage .profile-introduce .profile-introduce-left {
    width: 42%;
  }
  .historyPage .history-list .history-one .history-con {
    padding: 50px 7% 35px 26px;
  }
  .historyPage .history-list .history-swiper {
    margin-bottom: 50px;
  }
  .historyPage .history-list .history-years {
    width: 90%;
  }
  .profilePage .profile-introduce .profile-introduce-right::before {
    bottom: 130px;
  }
  .profilePage .profile-introduce .profile-introduce-right::after {
    height: 130px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words .text {
    margin-bottom: 25px;
  }
  .profilePage .profile-intro .profile-intro-img .about-video-dot1 {
    width: 164px;
  }
  .profilePage .profile-introduce .profile-introduce-right {
    width: 55%;
  }
  .profilePage .profile-introduce {
    margin-top: 55px;
  }
  .profilePage .profile-nums {
    padding-top: 34px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-count {
    font-size: 46px;
    line-height: 43px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .profilePage .profile-intro {
    margin-bottom: 90px;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot1 {
    width: 116px;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot2 {
    width: 164px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num {
    right: calc(64% + 30px);
  }
  .profilePage .profile-intro .profile-intro-words .profile-desc p {
    margin-bottom: 22px;
  }
  .culture-page .culture-step-first .key-item .key-item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-inner {
    padding: 22px;
    border-radius: 12px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-desc p {
    margin-top: 10px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
    font-size: 18px;
    line-height: 26px;
  }
  .culture-page .culture-step-three .culture-step-three-text {
    font-size: 38px;
    line-height: 40px;
    margin: 16px 0 40px;
  }
  .culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-title {
    font-size: 22px;
  }
  .culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-desc {
    font-size: 14px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot {
    width: calc(50% - 9px);
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-desc {
    margin-top: 14px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-icon {
    width: 62px;
    height: 64px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-desc {
    font-size: 14px;
  }
  .culture-page .culture-step-first .key-item {
    width: 31.8%;
  }
  .culture-page .culture-step-first .key-item .key-item-index {
    font-size: 14px;
  }
  .culture-page .culture-step-first .key-item .key-item-text {
    font-size: 14px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage-list .list-arr {
    margin-top: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .profilePage .profile-intro {
    flex-wrap: wrap;
  }
  .factoryPageImg .factoryPageImg-swiper {
    width: 420px;
    height: 400px;
  }
  .factoryPageImg .factory-img-one:nth-last-of-type(1) {
    margin-right: 160px;
  }
  .factoryPageImg .factory-img-one .text {
    font-size: 14px;
    line-height: 24px;
  }
  .factoryPageImg .factory-img-one {
    width: 300px;
    height: 212px;
    margin-right: 26px;
    border-radius: 12px;
  }
  .factoryPageImg .factory-img-one-active {
    width: 420px;
    height: 298px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .img .img-inner .mask img {
    width: 50px;
    height: 50px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 26px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .factoryPageImg .innerTitle .text {
    font-size: 25px;
  }
  .factoryPageVideo .innerTitle .text {
    font-size: 25px;
  }
  .historyPage .history-list .history-one .history-con .history-con-year {
    font-size: 30px;
    line-height: 42px;
  }
  .historyPage .history-list .history-swiper {
    margin-bottom: 0;
  }
  .historyPage .history-list .history-years {
    display: none;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot2 {
    width: 120px;
    bottom: -17px;
  }
  .historyPage .innerTitle {
    max-width: calc(95% - 98px);
  }
  .historyPage .history-btns {
    width: 98px;
  }
  .historyPage .history-btns .history-btn {
    width: 42px;
    height: 42px;
  }
  .historyPage .indexPage-inner {
    margin-bottom: 45px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-company {
    width: 80%;
    margin-left: 3%;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words {
    width: 90%;
    margin-bottom: 60px;
  }
  .profilePage .profile-introduce .profile-introduce-right::before {
    bottom: 100px;
  }
  .profilePage .profile-introduce .profile-introduce-right::after {
    height: 100px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words .text {
    margin-bottom: 18px;
  }
  .profilePage .profile-introduce {
    padding-left: 5%;
  }
  .profilePage .profile-intro .profile-intro-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 120px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-unit {
    font-size: 26px;
    line-height: 20px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-top .profile-num-count {
    font-size: 38px;
    line-height: 36px;
  }
  .profilePage .profile-nums .profile-num-one .profile-num-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .profilePage .profile-nums {
    width: 94%;
    padding-left: 5%;
  }
  .profilePage .profile-intro .profile-intro-words {
    width: 100%;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-inner {
    padding: 18px;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
    font-size: 16px;
  }
  .culture-page .culture-step-three .culture-step-three-text {
    font-size: 30px;
    line-height: 36px;
    margin: 16px 0 36px;
  }
  .culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-title {
    font-size: 20px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-icon {
    width: 50px;
    height: 56px;
  }
  .culture-page .culture-step-first .key-item .key-item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot .culture-step-second-dot-title {
    font-size: 18px;
    line-height: 22px;
  }
  .culture-page .culture-step-first .key-item-active .key-item-index {
    bottom: 20px;
  }
  .culture-page .culture-step-first .key-item .key-item-text {
    margin: 16px 0 12px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .culture-page .culture-step-first .key-item .key-item-index p {
    padding: 0 12px;
  }
  .culture-page .culture-step-first .key-item .key-item-index {
    font-size: 12px;
  }
  .culture-page .culture-step-first .key-item {
    padding: 5% 2% 14%;
  }
}
@media (max-width: 767px) {
  .honor-page .honor-step-first .innerTitle {
    margin-bottom: 32px;
  }
  .honor-page .honor-step-first {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .honor-page .honor-swiper .honor-bottom .honor-nums {
    margin: 0 15%;
  }
  .honor-page .honor-swiper .honor-bottom .honor-btn {
    width: 42px;
    height: 42px;
  }
  .factoryPageVideo .innerTitle .text {
    font-size: 18px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot:nth-of-type(3) {
    margin-bottom: 18px;
  }
  .factoryPageImg .innerTitle .text {
    font-size: 18px;
  }
  .factoryPageImg .innerTitle {
    margin-bottom: 25px;
  }
  .factoryPageVideo .innerTitle {
    margin-bottom: 25px;
  }
  .innerTitle .icon {
    margin-right: 10px;
    width: 23px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 25px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .historyPage .history-list .history-swiper {
    margin-left: 0;
  }
  .historyPage .indexPage-inner {
    margin-bottom: 36px;
  }
  .profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2 .profile-introduce-img2-inner {
    border-radius: 10px;
  }
  .profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img1 .profile-introduce-img1-inner {
    border-radius: 10px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img1 .profile-introduce-company-img1-inner {
    border-radius: 10px;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-company-img2 .profile-introduce-company-img2-inner {
    border-radius: 10px;
  }
  .profilePage .profile-introduce {
    flex-wrap: wrap;
  }
  .profilePage .profile-introduce {
    margin-top: 36px;
  }
  .historyPage .history-list .history-one {
    width: 320px;
  }
  .profilePage .profile-introduce .profile-introduce-right::before {
    bottom: 65px;
  }
  .profilePage .profile-introduce .profile-introduce-right::after {
    height: 65px;
  }
  .historyPage .history-list .history-one .history-line .dot-line {
    width: 2px;
  }
  .historyPage .history-list .history-one .history-line .dot {
    width: 14px;
    height: 14px;
    border: 2px solid #FF6600;
  }
  .historyPage .history-list .history-one .history-con .history-con-title {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .historyPage .history-list .history-swiper {
    width: 320px;
  }
  .historyPage .history-list .history-one .history-con {
    padding: 40px 25px 30px 22px;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot1 {
    width: 80px;
  }
  .profilePage .profile-intro {
    margin-bottom: 0;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-count {
    font-size: 40px;
    line-height: 36px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num .profile-intro-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .profilePage .profile-intro .profile-intro-img .about-video-dot1 {
    width: 110px;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot2 {
    width: 102px;
    bottom: -9px;
  }
  .profilePage .profile-nums {
    padding-top: 0;
    background: transparent;
    border-radius: 0;
    padding-bottom: 0;
  }
  .profilePage .profile-nums {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 5%;
  }
  .profilePage .profile-nums .profile-num-one {
    width: auto;
    padding: 0 6px;
    margin-top: 28px;
  }
  .profilePage .profile-introduce .profile-introduce-right::before {
    width: 100%;
  }
  .profilePage .profile-introduce .profile-introduce-right::after {
    width: 96vw;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-company {
    width: 87%;
    margin-left: 10%;
  }
  .profilePage .profile-introduce .profile-introduce-right .profile-introduce-words {
    width: 100%;
    margin-bottom: 16px;
  }
  .profilePage .profile-introduce {
    padding-right: 5px;
  }
  .profilePage .profile-introduce .profile-introduce-left {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .profilePage .profile-introduce .profile-introduce-right {
    width: 100%;
    margin-top: 25px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-desc p {
    margin-bottom: 15px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 23px;
    line-height: 43px;
    margin: 10px 0 12px;
  }
  .profilePage {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .profilePage .nban .nban-outer {
    top: 50%;
  }
  .culture-page .culture-step-second .culture-step-second-list {
    flex-wrap: wrap;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot {
    padding: 40px 4%;
  }
  .culture-page .culture-step-three .culture-step-three-side1 .culture-step-three-one:nth-of-type(2) {
    text-align: left;
  }
  .culture-page .culture-step-three .culture-step-three-side2 .culture-step-three-one2 {
    text-align: left;
  }
  .culture-page .culture-step-three .culture-step-three-side {
    flex-wrap: wrap;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-three-one-title {
    min-height: 0;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one .culture-step-icon {
    display: none;
  }
  .culture-page .culture-step-three .culture-step-three-side .culture-step-three-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .culture-page .culture-step-three .culture-step-three-center {
    display: none;
  }
  .culture-page .culture-step-three .culture-step-three-text {
    font-size: 26px;
    line-height: 32px;
  }
  .culture-page .culture-step-second .culture-step-second-item .culture-step-second-dot-icon {
    top: 16px;
    left: 16px;
  }
  .culture-page .culture-step-second .culture-step-second-dots .culture-step-second-dot {
    width: 100%;
  }
  .culture-page .culture-step-second .culture-step-second-dots {
    width: 100%;
  }
  .culture-page .culture-step-second .culture-step-second-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    padding: 35px 12px;
  }
  .culture-page .culture-step-first {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .culture-page .culture-step-first .innerTitle {
    margin-bottom: 28px;
  }
  .culture-page .culture-step-first .key-item {
    padding: 5% 2% 20%;
  }
  .culture-page .culture-step-first .key-list {
    flex-wrap: wrap;
  }
  .culture-page .culture-step-first .key-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .culture-page .culture-step-first .key-item:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  .factoryPage-list .list-arr {
    margin-top: 30px;
  }
  .factoryPage .item .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPage .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 521px) {
  .culture-page .culture-step-first .key-item {
    padding: 5% 2% 85px;
  }
  .factoryPageImg .factoryPageImg-inner {
    padding-right: 0;
  }
  .factoryPageImg .factory-img-one-active {
    width: 90vw;
    height: 63vw;
  }
  .factoryPageImg .factoryPageImg-swiper {
    width: 90vw;
    height: calc(63vw + 120px);
  }
  .factoryPageImg .factory-img-one .text {
    bottom: 13px;
    width: 90%;
  }
  .factoryPageImg .factory-img-one .text p {
    width: 100%;
    padding: 10px 6px;
  }
}
@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;
  }
  .profilePage .profile-introduce .profile-introduce-left .profile-introduce-left-inner .profile-introduce-img2 {
    margin-top: 82px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-video .video-btn {
    width: 52px;
  }
  .profilePage .profile-intro .profile-intro-words .profile-title {
    font-size: 18px;
    line-height: 36px;
    margin: 12px 0 12px;
  }
  .profilePage .profile-intro .profile-intro-img .profile-intro-num {
    right: calc(56% + 30px);
    bottom: -64px;
  }
  .profilePage .profile-intro .profile-intro-img .video-dot1 {
    width: 76px;
    top: 23px;
    right: calc(65% + 30px);
  }
  .profilePage .profile-intro .profile-intro-img .video-dot2 {
    width: 90px;
    bottom: -11px;
  }
}
@media only screen and (max-width: 386px) {
  .factoryPageVideo .factoryPageVideo-inner .item .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item .img .img-inner .mask img {
    width: 40px;
    height: 40px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .factoryPageVideo .factoryPageVideo-inner .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
