.custom-page {
  width: 100%;
}
.custom-page .custom-title {
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 42px;
}
.custom-page .custom-advantages .advantages-inner {
  width: 100%;
}
.custom-page .custom-advantages .custom-title {
  text-align: center;
  margin-bottom: 42px;
}
.custom-page .custom-advantages .advantages-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom-page .custom-advantages .advantages-list .advantages-item {
  background: #E5F1FF;
  border-radius: 20px;
  padding: 60px 60px 36px;
  width: calc(50% - 20px);
}
.custom-page .custom-advantages .advantages-list .advantages-item .advantages-index {
  width: auto;
  min-width: 100px;
  height: 30px;
  background: #0451CB;
  border-radius: 15px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  padding: 0 28px;
  display: inline-block;
  transition: 0.5s;
}
.custom-page .custom-advantages .advantages-list .advantages-item .advantages-img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1.53333333;
  overflow: hidden;
  background: #fff;
}
.custom-page .custom-advantages .advantages-list .advantages-item .advantages-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.custom-page .custom-advantages .advantages-list .advantages-item .advantages-title {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin: 30px 0 18px;
  transition: 0.5s;
}
.custom-page .custom-advantages .advantages-list .advantages-item .advantages-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.custom-page .custom-advantages .advantages-list .advantages-item:hover .advantages-img img {
  transform: scale(1.05);
}
.custom-page .custom-advantages .advantages-list .advantages-item:hover .advantages-index {
  transform: translateX(30px);
}
.custom-page .custom-advantages .advantages-list .advantages-item:hover .advantages-title {
  color: #0451CB;
}
.custom-page .custom-core {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/custom-core-back.jpg') no-repeat;
  background-size: cover;
}
.custom-page .custom-core .custom-title {
  color: #fff;
  margin-bottom: 36px;
}
.custom-page .custom-core .core-list {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 58px 0 68px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
.custom-page .custom-core .core-item {
  width: 50%;
  padding-right: 5%;
}
.custom-page .custom-core .core-item .core-icon {
  width: 60px;
  height: 60px;
  background: #0451CB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-page .custom-core .core-item .core-icon img {
  width: 70%;
  height: 70%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.custom-page .custom-core .core-item .core-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 37px 0 15px;
  transition: 0.5s;
}
.custom-page .custom-core .core-item .core-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.custom-page .custom-core .core-item:hover .core-icon img {
  transform: rotateY(360deg);
}
.custom-page .custom-core .core-item:hover .core-title {
  transform: translateX(12px);
}
.custom-page .custom-core .core-imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom-page .custom-core .core-imgs .core-imgs-one {
  width: 30%;
  aspect-ratio: 1.5;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.custom-page .custom-core .core-imgs .core-imgs-one img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.custom-page .custom-core .core-imgs .core-imgs-one:hover img {
  transform: scale(1.05);
}
.profilePage .nban {
  position: relative;
}
.profilePage .prodetail-imgs-tabs {
  height: 100px;
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .right img {
  width: 13px;
  height: 13px;
  position: relative;
  z-index: 12;
  margin-top: 2px;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .right::after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  background: linear-gradient(180deg, #001596, #17d2f4);
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one:hover {
  background: rgba(255, 255, 255, 0.1);
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one:hover .right {
  border: none;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one:hover .right::after {
  transform: translate(-50%, -50%) scale(1);
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one-active {
  background: rgba(255, 255, 255, 0.1);
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one-active .right {
  border: none;
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one-active .right::after {
  transform: translate(-50%, -50%) scale(1);
}
.profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one:nth-last-of-type(1) {
  border-right: none;
}
.profilePage .profile-title {
  font-weight: 400;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 36px;
  color: #222222;
  line-height: 46px;
  text-transform: uppercase;
}
.profilePage .profile-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.about-page {
  background: #ffffff url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/about-back.png') no-repeat;
  background-position: bottom left;
}
.about-page .about-inner {
  width: 100%;
}
.about-page .about-main {
  width: 100%;
}
.about-page .about-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.about-page .about-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about-page .about-text .profile-title {
  width: 300px;
  padding-right: 20px;
}
.about-page .about-text .about-main {
  width: calc(100% - 300px);
}
.about-page .about-text .about-main .about-desc1 {
  margin-bottom: 26px;
}
.about-page .abouti-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-page .abouti-nums .abouti-num-one .abouti-num-unit {
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 18px;
}
.about-page .abouti-nums .abouti-num-one .abouti-num-top {
  display: flex;
  align-items: flex-end;
}
.about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
  font-size: 60px;
  color: #000002;
  line-height: 56px;
  font-family: 'Montserrat-Bold';
  margin-right: 10px;
  display: flex;
}
.about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
  font-weight: bold;
  font-size: 50px;
  font-family: 'SourceHanSansSC-Medium';
}
.about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-add {
  font-weight: 500;
  font-size: 18px;
  color: #000002;
  line-height: 28px;
}
.about-page .abouti-nums .abouti-num-one .abouti-num-top .add {
  font-weight: 500;
  font-size: 24px;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(1) {
  padding-right: 5%;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(2) {
  padding: 0 5%;
  position: relative;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  top: 0;
  left: 0;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(3) {
  padding: 0 5%;
  position: relative;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  top: 0;
  left: 0;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  top: 0;
  right: 0;
}
.about-page .abouti-nums .abouti-num-one:nth-of-type(4) {
  padding-left: 5%;
}
.corporate-video {
  width: 100%;
  position: relative;
}
.corporate-video .corporate-video-poster {
  display: block;
  width: 100%;
}
.corporate-video .corporate-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate-video .corporate-video-mask .corporate-video-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  font-family: 'SourceHanSansSC-Medium';
  width: 50%;
  height: 100%;
}
.corporate-video .corporate-video-mask .corporate-video-play .video-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.corporate-video .corporate-video-mask .corporate-video-play .video-play .video-play-inner {
  width: 100%;
  height: 100%;
  background: #FF5F08;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.corporate-video .corporate-video-mask .corporate-video-play .video-play .video-play-inner svg {
  width: 23px;
  height: 23px;
  transform: translateX(2px);
}
.corporate-video .corporate-video-mask .corporate-video-play .video-play::after {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FF5F08;
  animation: aniDotInner 2.2s infinite;
}
.corporate-video .corporate-video-mask .corporate-video-play .video-play::before {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FF5F08;
  animation: aniDotInner 2.2s infinite 1s;
}
.corporate-video .corporate-video-mask .corporate-video-play .video-text {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
}
.culture-page .profile-title {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.culture-page .culture-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.culture-page .culture-list .culture-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  min-height: 300px;
  width: 300px;
  border-radius: 10px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/culture-back.png') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.culture-page .culture-list .culture-item .culture-icon {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.culture-page .culture-list .culture-item .culture-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.culture-page .culture-list .culture-item .culture-text {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  text-align: center;
  margin-top: 18px;
}
.culture-page .culture-list .culture-item:hover .culture-icon img {
  transform: rotateY(360deg);
}
.history-page {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/history-back.jpg') no-repeat;
  background-size: cover;
}
.history-page .history-main {
  width: 100%;
  position: relative;
}
.history-page .history-text {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 12;
}
.history-page .history-text .profile-title {
  color: #fff;
}
.history-page .history-text .history-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 25px 0 55px;
  width: 498px;
}
.history-page .history-text .history-btns {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-page .history-text .history-btns .history-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.history-page .history-text .history-btns .history-btn .icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.history-page .history-text .history-btns .history-btn .icon img {
  transition: 0.5s;
}
.history-page .history-text .history-btns .history-btn .icon .default {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translateX(0);
  transition: 0.5s;
}
.history-page .history-text .history-btns .history-btn .icon .active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.history-page .history-text .history-btns .history-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}
.history-page .history-text .history-btns .history-btn-prev .icon {
  transform: rotateZ(90deg);
}
.history-page .history-text .history-btns .history-btn-prev .icon .active {
  top: -50%;
}
.history-page .history-text .history-btns .history-btn-prev:hover .icon .default {
  transform: translateY(100%);
}
.history-page .history-text .history-btns .history-btn-prev:hover .icon .active {
  top: 50%;
}
.history-page .history-text .history-btns .history-btn-next .icon {
  transform: rotateZ(-90deg);
}
.history-page .history-text .history-btns .history-btn-next .icon .active {
  top: -150%;
}
.history-page .history-text .history-btns .history-btn-next:hover .icon .default {
  transform: translateY(100%);
}
.history-page .history-text .history-btns .history-btn-next:hover .icon .active {
  top: 50%;
}
.history-page .profile-inner {
  overflow: hidden;
}
.history-page .history-dom {
  width: 100%;
}
.history-page .history-dom .history-dom-inner {
  width: 100%;
  overflow: visible;
  position: relative;
  padding-bottom: 140px;
  padding-top: 48px;
}
.history-page .history-dom .history-swiper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.history-page .history-dom .history-slide {
  width: 15%;
  margin-right: 2%;
  display: flex;
  height: 100%;
  transition: 0.5s;
  margin-top: calc(18.2% + 48px);
}
.history-page .history-dom .history-slide .history-con-inner {
  width: 100%;
}
.history-page .history-dom .history-slide .history-year {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
.history-page .history-dom .history-slide .history-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
}
.history-page .history-dom .history-slide .history-dot .history-dot-inner {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
}
.history-page .history-dom .history-slide .history-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  height: 72px;
  overflow-y: auto;
}
.history-page .history-dom .history-slide .history-item-desc1 {
  text-align: center;
}
.history-page .history-dom .history-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.history-page .history-dom .history-line {
  width: 100%;
  display: block;
}
.history-page .history-dom .history-con-cur {
  margin-top: calc(18.2% + 48px);
}
.history-page .history-dom .swiper-slide-next {
  margin-top: calc(17.6% + 48px);
}
.history-page .history-dom .swiper-slide-next + div {
  margin-top: calc(15.6% + 48px);
}
.history-page .history-dom .swiper-slide-next + * + div {
  margin-top: calc(11.6% + 48px);
}
.history-page .history-dom .swiper-slide-next + * + * + div {
  margin-top: calc(5.9% + 48px);
}
.history-page .history-dom .swiper-slide-next + * + * + * + div {
  margin-top: calc(-1.2% + 48px);
}
.honor-page {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/honor-back.jpg') no-repeat;
  background-size: cover;
}
.honor-page .honor-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  align-items: flex-end;
}
.honor-page .honor-title .honor-text {
  width: calc(95% - 240px);
}
.honor-page .honor-title .honor-desc {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 25px;
}
.honor-page .honor-title .honor-type {
  width: 240px;
  height: 60px;
  position: relative;
}
.honor-page .honor-title .honor-type .honor-type-select {
  width: 100%;
  height: 100%;
  background: #0451CB;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
}
.honor-page .honor-title .honor-type .honor-type-select .text {
  width: calc(95% - 18px);
}
.honor-page .honor-title .honor-type .honor-type-select .right {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-page .honor-title .honor-type .honor-type-select .right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.honor-page .honor-title .honor-type .honor-type-select-other {
  font-size: 15px;
}
.honor-page .honor-title .honor-type .honor-types-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  top: 122%;
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.2s;
  z-index: 222;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-inner {
  width: 100%;
  border-radius: 10px;
  background: #0451CB;
  padding: 10px 6px;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item {
  width: 100%;
  cursor: pointer;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item .text {
  width: calc(95% - 18px);
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item .right {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item .right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
  transform: rotateZ(-90deg);
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item:hover .right {
  opacity: 1;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item:nth-last-of-type(1) {
  border-bottom: none;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item-other {
  font-size: 15px;
}
.honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item-active .right {
  opacity: 1;
}
.honor-page .honor-title .honor-type-active .honor-type-select .right img {
  transform: rotateZ(-90deg);
}
.honor-page .honor-title .honor-type-active .honor-types-bottom {
  max-height: 600px;
}
.honor-page .honor-main {
  width: 100%;
  padding-left: calc((100% - 1500px) / 2);
}
.honor-page .honor-swiper {
  width: 100%;
  padding-bottom: 70px;
  overflow: visible;
}
.honor-page .honor-swiper1 {
  display: block;
}
.honor-page .honor-swiper2 {
  display: none;
}
.honor-page .honor-slide {
  width: 334px;
  transition: 0.5s;
  margin: 0 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor-page .honor-slide .honor-img {
  width: 100%;
  display: block;
  overflow: visible;
}
.honor-page .honor-slide .honor-img .el-image {
  width: 100%;
  display: block;
  overflow: visible;
}
.honor-page .honor-slide .honor-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.honor-page .honor-slide .honor-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  margin-top: 24px;
}
.honor-page .honor-slide:hover .honor-img img {
  transform: scale(1.05);
}
.honor-page .swiper-slide {
  transform: scale(0.8);
}
.honor-page .swiper-slide-prev {
  transform: scale(0.9);
}
.honor-page .swiper-slide-next {
  transform: scale(0.9);
}
.honor-page .honor-con-cur {
  transform: scale(1);
}
.honor-page .honor-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor-page .honor-bottom .honor-btns {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor-page .honor-bottom .honor-btns .honor-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0451CB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.honor-page .honor-bottom .honor-btns .honor-btn .icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.honor-page .honor-bottom .honor-btns .honor-btn .icon img {
  transition: 0.5s;
}
.honor-page .honor-bottom .honor-btns .honor-btn .icon .default {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translateX(0);
  transition: 0.5s;
}
.honor-page .honor-bottom .honor-btns .honor-btn .icon .active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.honor-page .honor-bottom .honor-btns .honor-btn:hover {
  background: #0451CB;
}
.honor-page .honor-bottom .honor-btns .honor-btn-prev .icon {
  transform: rotateZ(90deg);
}
.honor-page .honor-bottom .honor-btns .honor-btn-prev .icon .active {
  top: -50%;
}
.honor-page .honor-bottom .honor-btns .honor-btn-prev:hover .icon .default {
  transform: translateY(100%);
}
.honor-page .honor-bottom .honor-btns .honor-btn-prev:hover .icon .active {
  top: 50%;
}
.honor-page .honor-bottom .honor-btns .honor-btn-next .icon {
  transform: rotateZ(-90deg);
}
.honor-page .honor-bottom .honor-btns .honor-btn-next .icon .active {
  top: -150%;
}
.honor-page .honor-bottom .honor-btns .honor-btn-next:hover .icon .default {
  transform: translateY(100%);
}
.honor-page .honor-bottom .honor-btns .honor-btn-next:hover .icon .active {
  top: 50%;
}
.honor-page .honor-bottom .honor-line {
  width: calc(100% - 160px);
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.honor-page .honor-bottom .honor-nums {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  font-family: 'Montserrat-Regular';
  display: flex;
  align-items: flex-end;
}
.honor-page .honor-bottom .honor-nums .honor-cur-num {
  font-size: 24px;
  line-height: 24px;
}
.honor-page .honor-bottom .honor-nums .honor-all-num {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.honor-page .honor-bottom .honor-nums .honor-all-num .honor-all-con {
  margin-left: 3px;
}
@keyframes aniDotInner {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 300%;
    opacity: 0;
  }
}
.factoryPage-outer .factory-text {
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 42px;
  text-transform: uppercase;
}
.factoryPage .item {
  width: calc((100% - 90px) / 3);
  margin-bottom: 40px;
  margin-right: 45px;
  cursor: pointer;
  padding-bottom: 36px;
  position: relative;
}
.factoryPage .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.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 .text {
  margin-top: 24px;
  font-weight: 550;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.factoryPage .item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #BFD9FF;
}
.factoryPage .item:hover .img img {
  transform: scale(1.1);
}
.factoryPage .item:nth-of-type(3n+2)::after {
  width: calc(100% + 90px);
}
.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;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1356D1;
  height: 3px;
  margin-top: -0.5px;
}
.factoryPageVideo {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/video-back.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.factoryPageVideo .factory-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.factoryPageVideo .factory-text {
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.factoryPageVideo .video-swiper {
  width: calc(100% - 300px);
  position: relative;
  border-radius: 20px;
  aspect-ratio: 1.6;
  margin-left: 0;
}
.factoryPageVideo .video-side-outer {
  width: 270px;
  overflow: hidden;
  height: 750px;
}
.factoryPageVideo .video-side-swiper {
  width: 270px;
  aspect-ratio: 1.6;
  overflow: visible;
}
.factoryPageVideo .video-cur-one {
  width: 100%;
  aspect-ratio: 1.6;
  margin-right: 42px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-one video {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.factoryPageVideo .video-cur-one .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FF5F08;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
  z-index: 12;
  transform: translateX(1px);
}
.factoryPageVideo .video-cur-one-active .equipment-other-mask {
  transform: translateY(120%);
}
.factoryPageVideo .video-cur-one:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageVideo .video-side-one {
  width: 270px;
  aspect-ratio: 1.6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.factoryPageVideo .video-side-one video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.factoryPageVideo .video-side-one .equipment-side-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s;
}
.factoryPageVideo .video-side-one-active .equipment-side-mask {
  opacity: 0;
}
.factoryPageVideo .video-side-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.factoryPageImg .factory-text {
  margin-bottom: 40px;
}
.factoryPageImg .factory-img-b {
  width: 100%;
}
.factoryPageImg .factory-img-regular {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPageImg .factory-img-one {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.factoryPageImg .factory-img-one .img-main {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 20px;
}
.factoryPageImg .factory-img-one .img-main .el-image {
  display: block;
  width: 100%;
}
.factoryPageImg .factory-img-one .img-main img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPageImg .factory-img-one .img-main:hover img {
  transform: scale(1.05);
}
.factoryPageImg .factory-img-one .text {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-top: 25px;
}
.factoryPageImg .factory-img-one::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #BFD9FF;
}
.factoryPageImg .factory-img-one:nth-of-type(3n+2)::after {
  width: calc(100% + 90px);
}
.factoryPageImg .factory-img-one:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPageImg .factory-img-more {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1918px) {
  .custom-page .custom-title {
    font-size: 32px;
  }
  .factoryPage-outer .factory-text {
    font-size: 32px;
  }
  .history-page .history-dom .history-slide .history-item-desc {
    font-size: 14px;
  }
  .culture-page .culture-list .culture-item .culture-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1685px) {
  .factoryPageVideo .video-side-outer {
    height: 690px;
  }
  .history-page .history-dom .history-slide {
    margin-top: calc(17.9% + 48px);
  }
  .history-page .history-dom .history-con-cur {
    margin-top: calc(17.9% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + div {
    margin-top: calc(15.2% + 48px);
  }
  .history-page .history-dom .swiper-slide-next {
    margin-top: calc(17.2% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + div {
    margin-top: calc(11.4% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + * + * + div {
    margin-top: calc(-1.8% + 48px);
  }
}
@media only screen and (max-width: 1605px) {
  .factoryPageVideo .video-side-outer {
    height: 623px;
  }
  .history-page .history-dom .history-con-cur {
    margin-top: calc(17.2% + 48px);
  }
  .history-page .history-dom .swiper-slide-next {
    margin-top: calc(16.9% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + div {
    margin-top: calc(14.6% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + div {
    margin-top: calc(11% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + * + div {
    margin-top: calc(5.2% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + * + * + div {
    margin-top: calc(-2.2% + 48px);
  }
  .history-page .history-text .history-desc {
    font-size: 14px;
    margin: 20px 0 30px;
  }
}
@media only screen and (max-width: 1598px) {
  .profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .right {
    width: 36px;
    height: 36px;
  }
  .profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .text {
    font-size: 17px;
  }
  .profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one {
    padding: 12px 28px;
  }
  .profilePage .profile-inner {
    width: 100%;
  }
  .honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item {
    font-size: 16px;
    padding: 12px 24px;
  }
  .culture-page .culture-list .culture-item .culture-text {
    font-size: 18px;
  }
  .honor-page .honor-slide .honor-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 19px;
  }
  .honor-page .honor-title .honor-type .honor-type-select {
    font-size: 16px;
  }
  .honor-page .honor-title .honor-desc {
    font-size: 14px;
  }
  .honor-page .honor-main {
    padding-left: 5%;
  }
  .profilePage .profile-title {
    font-size: 32px;
    line-height: 36px;
  }
  .about-page .about-text .about-main .about-desc1 {
    margin-bottom: 18px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-unit {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 50px;
    line-height: 50px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 40px;
  }
  .culture-page .culture-list .culture-item {
    width: 23%;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item {
    padding: 50px 50px 36px;
    width: calc(50% - 20px);
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-title {
    font-size: 21px;
  }
  .custom-page .custom-core .core-item .core-title {
    font-size: 21px;
    margin: 30px 0 15px;
  }
  .factoryPage .item {
    padding-bottom: 30px;
  }
  .factoryPageImg .factory-img-one {
    padding-bottom: 30px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 22px;
  }
  .factoryPageImg .factory-img-one .img-main {
    border-radius: 12px;
  }
  .factoryPage .item .text {
    margin-top: 22px;
  }
  .factoryPage .item .img {
    border-radius: 12px;
  }
  .factoryPage .webPage {
    margin-top: 20px;
  }
  .factoryPageVideo .factory-inner {
    width: 100%;
  }
  .factoryPageVideo .video-side-swiper {
    width: 240px;
  }
  .factoryPageVideo .video-side-outer {
    width: 240px;
  }
  .factoryPageVideo .video-side-one {
    width: 100%;
  }
  .factoryPageVideo .video-swiper {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 1370px) {
  .factoryPageVideo .video-side-outer {
    height: 594px;
  }
}
@media only screen and (max-width: 1365px) {
  .profilePage .prodetail-imgs-tabs .prodetail-imgs-tab-one .text {
    font-size: 16px;
  }
  .profilePage .prodetail-imgs-tabs {
    height: 88px;
    width: 92%;
  }
  .history-page .history-dom .history-slide .history-item-desc {
    font-size: 13px;
  }
  .profilePage .profile-title {
    font-size: 25px;
    line-height: 30px;
  }
  .history-page .history-text .history-desc {
    margin: 12px 0 22px;
  }
  .history-page .history-dom .history-slide {
    margin-top: calc(18.4% + 48px);
  }
  .history-page .history-dom .history-con-cur {
    margin-top: calc(18.4% + 48px);
  }
  .history-page .history-dom .swiper-slide-next {
    margin-top: calc(17.9% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + div {
    margin-top: calc(15.8% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + div {
    margin-top: calc(11.9% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + * + div {
    margin-top: calc(6.4% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + * + * + div {
    margin-top: calc(-1.2% + 48px);
  }
  .history-page .history-dom .history-slide .history-dot {
    width: 25px;
    height: 25px;
    margin: 16px auto;
  }
  .history-page .history-dom .history-slide .history-dot .history-dot-inner {
    width: 11px;
    height: 11px;
  }
  .history-page .history-dom .history-slide .history-year {
    font-size: 28px;
    line-height: 32px;
  }
  .culture-page .culture-list .culture-item {
    min-height: 0;
    aspect-ratio: 1;
  }
  .culture-page .culture-list .culture-item .culture-text {
    margin-top: 14px;
  }
  .corporate-video .corporate-video-mask .corporate-video-play {
    font-size: 14px;
  }
  .honor-page .honor-title .honor-desc {
    margin-top: 15px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .add {
    font-size: 20px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 43px;
    line-height: 43px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 34px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-add {
    font-size: 16px;
  }
  .honor-page .honor-slide {
    width: 280px;
  }
  .factoryPageVideo .video-side-outer {
    height: 545px;
  }
  .factoryPageImg .factory-text {
    margin-bottom: 35px;
  }
  .factoryPage .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    padding-bottom: 26px;
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    padding-bottom: 26px;
  }
  .custom-page .custom-title {
    font-size: 29px;
  }
  .factoryPage-outer .factory-text {
    font-size: 29px;
  }
  .custom-page .custom-core .custom-title {
    margin-bottom: 30px;
  }
  .custom-page .custom-core .core-list {
    padding: 58px 0;
  }
  .custom-page .custom-core .core-item .core-icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 1251px) {
  .profilePage .prodetail-imgs-tabs {
    width: 100%;
  }
  .about-page .about-text .about-main {
    width: calc(100% - 200px);
  }
  .about-page .about-text .profile-title {
    width: 200px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 40px;
    line-height: 42px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count .p1 {
    font-size: 32px;
  }
  .about-page .about-text {
    margin-bottom: 50px;
  }
  .history-page .history-dom .history-slide .history-year {
    font-size: 24px;
    line-height: 28px;
  }
  .history-page .history-dom .history-slide .history-dot {
    margin: 14px auto 12px;
  }
  .history-page .history-text .history-desc {
    width: 87%;
  }
  .history-page .history-dom .history-slide {
    margin-top: calc(17.6% + 48px);
  }
  .history-page .history-dom .history-con-cur {
    margin-top: calc(17.6% + 48px);
  }
  .history-page .history-dom .swiper-slide-next {
    margin-top: calc(16.6% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + div {
    margin-top: calc(13.2% + 48px);
  }
  .history-page .history-dom .swiper-slide-next + * + div {
    margin-top: calc(7.5% + 48px);
  }
  .history-page .history-text .history-desc {
    margin: 12px 0 16px;
  }
  .history-page .history-text {
    top: 33px;
  }
  .history-page .history-dom .swiper-slide-next + * + * + div {
    margin-top: calc(-0.6% + 48px);
  }
  .honor-page .honor-title .honor-type .honor-types-bottom .honor-types-inner {
    padding: 4px 9px;
  }
  .honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item {
    font-size: 14px;
    padding: 10px 12px;
  }
  .honor-page .honor-slide .honor-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .honor-page .honor-title .honor-type .honor-type-select {
    font-size: 14px;
    padding: 0 22px;
  }
  .honor-page .honor-title .honor-type {
    width: 215px;
    height: 52px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-unit {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .culture-page .profile-title {
    margin-bottom: 34px;
  }
  .history-page .history-dom .history-slide .history-item-desc {
    padding: 0 8px;
  }
  .history-page .history-dom .history-slide {
    width: 20%;
    margin-right: 0;
  }
  .culture-page .culture-list .culture-item .culture-icon {
    width: 52px;
    height: 42px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .add {
    font-size: 20px;
  }
  .culture-page .culture-list .culture-item .culture-text {
    font-size: 16px;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 35px;
  }
  .factoryPageVideo .video-side-swiper {
    width: 200px;
  }
  .factoryPageVideo .video-cur-one {
    border-radius: 12px;
  }
  .factoryPageVideo .video-side-outer {
    width: 200px;
    height: 432px;
  }
  .factoryPageVideo .video-swiper {
    width: calc(100% - 230px);
    border-radius: 12px;
  }
  .factoryPage .item {
    padding-bottom: 20px;
    margin-bottom: 34px;
  }
  .factoryPageImg .factory-img-one {
    padding-bottom: 20px;
    margin-bottom: 34px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 18px;
    font-size: 16px;
  }
  .factoryPage .webPage {
    margin-top: 12px;
  }
  .factoryPage .item .text {
    margin-top: 18px;
    font-size: 16px;
  }
  .custom-page .custom-advantages .custom-title {
    margin-bottom: 32px;
  }
  .custom-page .custom-title {
    font-size: 26px;
  }
  .factoryPage-outer .factory-text {
    font-size: 26px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item {
    padding: 42px 38px 35px;
    width: calc(50% - 14px);
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-index {
    margin-bottom: 34px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-title {
    font-size: 19px;
    margin: 24px 0 16px;
  }
  .custom-page .custom-core .core-item .core-title {
    font-size: 19px;
    margin: 22px 0 14px;
  }
  .custom-page .custom-core .custom-title {
    margin-bottom: 28px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .honor-page .honor-title .honor-type .honor-type-select {
    margin-right: 20px;
  }
  .honor-page .honor-title .honor-type {
    min-width: 200px;
    height: 52px;
    width: auto;
    white-space: nowrap;
  }
  .about-page .about-text {
    flex-wrap: wrap;
  }
  .about-page .about-text .profile-title {
    width: 100%;
  }
  .about-page .about-text .about-main {
    width: 100%;
  }
  .about-page .about-text .about-main .about-desc1 {
    margin: 16px 0 16px;
  }
  .about-page .abouti-nums {
    flex-wrap: wrap;
  }
  .about-page .abouti-nums .abouti-num-one {
    width: 50%;
    padding: 0 5%;
    margin-top: 30px;
    position: relative;
  }
  .about-page .about-text {
    margin-bottom: 8px;
  }
  .profilePage .profile-title {
    font-size: 22px;
    line-height: 25px;
  }
  .honor-page .honor-slide {
    width: 200px;
  }
  .honor-page .honor-title {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 38px;
  }
  .honor-page .honor-title .honor-text {
    width: 100%;
    margin-bottom: 38px;
  }
  .honor-page .honor-bottom .honor-line {
    width: calc(100% - 127px);
  }
  .culture-page .profile-title {
    margin-bottom: 29px;
  }
  .culture-page .culture-list .culture-item .culture-icon {
    width: 50px;
    height: 37px;
  }
  .culture-page .culture-list .culture-item .culture-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-page .abouti-nums .abouti-num-one:nth-of-type(1)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(34, 34, 34, 0.2);
    top: 0;
    left: 0;
  }
  .profilePage .prodetail-imgs-tabs {
    display: none;
  }
  .factoryPageImg .factory-text {
    margin-bottom: 30px;
  }
  .factoryPageVideo .video-swiper {
    width: calc(100% - 174px);
  }
  .factoryPageVideo .video-side-outer {
    width: 152px;
    height: 325px;
  }
  .factoryPageVideo .video-side-swiper {
    width: 152px;
  }
  .factoryPageImg .factory-img-more {
    margin-top: 18px;
  }
  .factoryPage .item .text {
    margin-top: 15px;
    font-size: 15px;
  }
  .factoryPage .item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding-bottom: 16px;
    margin-bottom: 26px;
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding-bottom: 16px;
    margin-bottom: 26px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 15px;
    font-size: 15px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item {
    padding: 32px 26px 35px;
    width: calc(50% - 10px);
  }
  .custom-page .custom-title {
    font-size: 22px;
    line-height: 30px;
  }
  .factoryPage-outer .factory-text {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-page .custom-core .core-imgs .core-imgs-one {
    width: 31%;
  }
  .custom-page .custom-core .core-list {
    padding: 35px 0;
    margin-bottom: 38px;
  }
  .custom-page .custom-core .core-item .core-icon {
    width: 50px;
    height: 50px;
  }
  .custom-page .custom-core .core-item .core-title {
    font-size: 17px;
    margin: 21px 0 12px;
    line-height: 26px;
  }
  .custom-page .custom-core .core-item .core-desc {
    font-size: 12px;
  }
  .custom-page .custom-core .custom-title {
    margin-bottom: 24px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-index {
    margin-bottom: 28px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-title {
    font-size: 17px;
    margin: 20px 0 14px;
    line-height: 26px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .history-page {
    padding-top: 42px;
  }
  .history-page .history-text {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .history-page .history-dom .history-slide .history-item-desc {
    height: auto;
    text-align: center;
  }
  .history-page .profile-inner {
    overflow: visible;
  }
  .history-page .history-dom .history-swiper {
    overflow: visible;
  }
  .history-page .history-dom .history-dom-inner::after {
    content: "";
    width: 120%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 54px;
    opacity: 0.6;
  }
  .honor-page .honor-title .honor-type .honor-types-bottom .honor-types-item {
    padding: 10px 12px;
  }
  .history-page .history-dom .history-line {
    display: none;
  }
  .history-page .history-dom .history-slide {
    margin-top: 0 !important;
    max-width: 230px;
    width: auto;
    margin-right: 10px;
  }
  .history-page .history-dom .history-slide:nth-last-child(1) {
    margin-right: 0;
  }
  .history-page .history-text .history-desc {
    width: 100%;
  }
  .history-page .history-text .history-desc {
    margin: 14px 0 24px;
  }
}
@media (max-width: 767px) {
  .profilePage .profile-title {
    font-size: 20px;
    line-height: 22px;
  }
  .culture-page .culture-list .culture-item .culture-text {
    line-height: 25px;
  }
  .culture-page .culture-list {
    flex-wrap: wrap;
  }
  .culture-page .profile-title {
    margin-bottom: 10px;
  }
  .corporate-video .corporate-video-mask .corporate-video-play {
    line-height: 20px;
  }
  .culture-page .culture-list .culture-item {
    width: 48%;
    margin-top: 20px;
  }
  .corporate-video .corporate-video-mask .corporate-video-play .video-play {
    width: 45px;
    height: 45px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-unit {
    font-size: 14px;
  }
  .corporate-video .corporate-video-mask .corporate-video-play .video-play .video-play-inner svg {
    width: 17px;
    height: 17px;
  }
  .about-page .abouti-nums .abouti-num-one .abouti-num-top .abouti-num-count {
    font-size: 32px;
    line-height: 34px;
  }
  .about-page .abouti-nums .abouti-num-one:nth-of-type(3) {
    padding: 0 3%;
  }
  .honor-page .honor-bottom .honor-btns .honor-btn {
    width: 35px;
    height: 35px;
  }
  .honor-page .honor-bottom .honor-btns {
    width: 88px;
  }
  .honor-page .honor-bottom .honor-line {
    width: calc(100% - 102px);
  }
  .factoryPageVideo .video-side-swiper {
    width: 100%;
  }
  .factoryPageVideo .video-cur-one {
    border-radius: 9px;
  }
  .factoryPageVideo .video-swiper {
    border-radius: 9px;
  }
  .factoryPageVideo .video-side-outer {
    width: calc(95% - 67vw);
    height: 41.875vw;
  }
  .factoryPageVideo .factory-text {
    padding-bottom: 30px;
  }
  .factoryPageVideo .video-side-one {
    margin-bottom: 16px;
    border-radius: 6px;
  }
  .factoryPageVideo .video-swiper {
    width: 67vw;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video svg {
    width: 20px;
    height: 20px;
  }
  .factoryPageVideo .video-cur-one .equipment-other-mask .play-video {
    width: 46px;
    height: 46px;
  }
  .custom-page .custom-core .custom-title {
    margin-bottom: 28px;
  }
  .custom-page .custom-title {
    font-size: 20px;
    line-height: 26px;
  }
  .factoryPage-outer .factory-text {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-page .custom-advantages .custom-title {
    margin-bottom: 30px;
  }
  .custom-page .custom-core .core-imgs {
    flex-wrap: wrap;
  }
  .custom-page .custom-core .core-imgs .core-imgs-one {
    width: 48%;
    margin-bottom: 20px;
  }
  .custom-page .custom-core .core-list {
    flex-wrap: wrap;
  }
  .custom-page .custom-advantages .advantages-list {
    flex-wrap: wrap;
  }
  .custom-page .custom-core .core-list {
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .custom-page .custom-core .core-item {
    width: 100%;
    padding: 20px 0;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-index {
    font-size: 12px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 12px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .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+2)::after {
    width: 100%;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item:nth-of-type(2n)::after {
    width: calc(100% + 20px);
    left: -20px;
    transform: translateX(0);
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPageImg .factory-img-one:nth-of-type(3n+2)::after {
    width: 100%;
  }
  .factoryPageImg .factory-img-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPageImg .factory-img-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPageImg .factory-img-one:nth-of-type(2n)::after {
    width: calc(100% + 20px);
    left: -20px;
    transform: translateX(0);
  }
  .factoryPage .webPage {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .corporate-video {
    height: 300px;
  }
  .corporate-video .corporate-video-poster {
    height: 100%;
    object-fit: cover;
  }
  .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;
  }
  .factoryPageImg .factory-img-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPageImg .factory-img-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPageImg .factory-img-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPageImg .factory-img-one .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .factoryPageVideo .video-side-one {
    margin-bottom: 12px;
  }
  .factoryPageVideo .video-side-outer {
    width: calc(96% - 67vw);
  }
  .custom-page .custom-advantages .advantages-list .advantages-item {
    padding: 28px 22px 30px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-index {
    margin-bottom: 24px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-title {
    font-size: 15px;
    margin: 18px 0 12px;
    line-height: 26px;
  }
  .custom-page .custom-advantages .advantages-list .advantages-item .advantages-desc {
    font-size: 12px;
  }
}
