.contactPage {
  margin-top: 0;
}
.factory-intro .factory-intro-inner {
  padding: 0 210px;
}
.factory-intro .factory-intro-words {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.factory-intro .factory-intro-words .factory-intro-words-img {
  width: 42%;
}
.factory-intro .factory-intro-words .factory-intro-words-img .factory-intro-words-img-inner {
  width: 100%;
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img1 {
  width: 95%;
  aspect-ratio: 1.37299771;
  border-radius: 10px;
  overflow: hidden;
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img1:hover img {
  transform: scale(1.05);
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img2 {
  width: 55%;
  margin-left: 45%;
  margin-top: -10%;
  aspect-ratio: 1.59836066;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.factory-intro .factory-intro-words .factory-intro-words-img .intro-words-img2:hover img {
  transform: scale(1.05);
}
.factory-intro .factory-intro-words .factory-intro-words-text {
  width: 52%;
  position: relative;
}
.factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 48px;
  font-family: 'PingFangSC-Medium';
  margin-bottom: 32px;
}
.factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title .factory-intro-p2 {
  position: relative;
  display: inline;
}
.factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title .factory-intro-p2::after {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateX(3px);
  bottom: 0;
  width: 45px;
  height: 20px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/chuantai-1024/title-dot.png') no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 26px;
  padding-left: 15%;
}
.factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc:nth-last-of-type(1) {
  margin-bottom: 45px;
}
.factory-intro .factory-intro-words .factory-intro-words-text::after {
  width: 100%;
  height: 2px;
  background: #FFE200;
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
}
.factory-intro .factory-intro-nums {
  display: flex;
  margin-top: 52px;
}
.factory-intro .factory-intro-nums .factory-intro-num-item {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-icon {
  width: 48px;
  height: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 12px;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-text {
  font-weight: 400;
  font-size: 16px;
  color: #161817;
  line-height: 24px;
  opacity: 0.8;
  max-width: calc(95% - 60px);
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 60px;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-count {
  font-weight: normal;
  font-size: 72px;
  color: #161817;
  line-height: 38px;
  font-family: 'LamaSans-BlackCondensed';
  margin-right: 12px;
  white-space: nowrap;
}
.factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-unit {
  font-weight: 400;
  font-size: 24px;
  color: #161817;
  line-height: 24px;
}
.factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2) {
  position: relative;
}
.factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  width: 2px;
  height: 91px;
  background: #333333;
  opacity: 0.2;
}
.factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 2px;
  height: 91px;
  background: #333333;
  opacity: 0.2;
}
.profilePage .company-values {
  background: #F5F5F5;
}
.profilePage .company-values .company-values-inner {
  width: 100%;
}
.profilePage .company-values .company-values-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'PingFangSC-Medium';
}
.profilePage .company-values .company-values-title .dot {
  transform: translate(8px, 10px);
}
.profilePage .company-values .company-values-desc {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  font-family: 'PingFangSC-Medium';
  margin: 30px 0 48px;
}
.profilePage .company-values .company-values-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-values .company-values-main .company-values-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
  align-items: center;
  position: relative;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index {
  position: relative;
  width: 120px;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index .values-icon {
  width: 100%;
  aspect-ratio: 1;
  background: #FFE200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index .values-icon img {
  width: 46%;
  height: 65%;
  object-fit: scale-down;
  transition: 0.5s;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index .values-index {
  width: 40%;
  aspect-ratio: 1;
  background: #000000;
  border-radius: 50%;
  font-weight: 500;
  font-size: 30px;
  color: #FFE200;
  line-height: 48px;
  text-align: center;
  font-family: 'PingFangSC-Medium';
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 2;
  transition: 0.5s;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index-pc {
  display: block;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-index-m {
  display: none;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-val {
  width: 100%;
}
.profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  font-family: 'PingFangSC-Semibold';
}
.profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-top: 6px;
  max-height: 150px;
  overflow-y: auto;
}
.profilePage .company-values .company-values-main .company-values-item:hover .company-values-index .values-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-values .company-values-main .company-values-item:hover .company-values-index .values-index {
  top: -10px;
  left: 3px;
  transform: scale(0.8);
}
.profilePage .company-values .company-values-main .company-values-item::after {
  border-top: 1px dashed #FFE200;
  position: absolute;
  height: 1px;
  content: "";
  width: 100%;
  top: 50%;
  left: 65%;
  transform: rotateZ(45deg);
}
.profilePage .company-values .company-values-main .company-values-item:nth-of-type(2n) {
  padding-top: 10px;
}
.profilePage .company-values .company-values-main .company-values-item:nth-of-type(2n)::after {
  top: 50%;
  left: 65%;
  transform: rotateZ(-45deg);
}
.profilePage .company-values .company-values-main .company-values-item:nth-of-type(4)::after {
  display: none;
}
.profilePage .company-honor .company-honor-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin-bottom: 40px;
}
.profilePage .company-honor .company-honor-title .company-honor-line {
  height: 2px;
  background: #FFE200;
  width: 100%;
  margin-right: 8%;
}
.profilePage .company-honor .company-honor-title .company-honor-text {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  display: flex;
  align-items: flex-start;
  font-family: 'PingFangSC-Medium';
}
.profilePage .company-honor .company-honor-title .company-honor-text .dot {
  width: 49px;
}
.profilePage .company-honor .company-honor-title .company-honor-text .dot img {
  display: block;
  width: 100%;
}
.profilePage .company-honor .company-honor-title .company-honor-text .text {
  transform: translate(8px, 2px);
}
.profilePage .company-honor .company-honor-main {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/chuantai-1024/us-honor-back.png') no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.profilePage .company-honor .company-honor-main .company-honor-main-inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.profilePage .company-honor .company-honor-main .company-honor-logos {
  display: flex;
  align-items: center;
  width: 65%;
}
.profilePage .company-honor .company-honor-main .company-honor-logos .company-honor-logo-one {
  height: 82px;
  margin-right: 40px;
}
.profilePage .company-honor .company-honor-main .company-honor-logos .company-honor-logo-one img {
  display: block;
  height: 100%;
}
.profilePage .company-honor .company-honor-main .company-honor-logos .company-honor-logo-one:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .company-honor .company-honor-main .company-honor-img {
  width: 32.5%;
}
.profilePage .company-honor .company-honor-main .company-honor-img img {
  display: block;
  width: 100%;
}
.profilePage .company-profile {
  background: #F5F5F5;
}
.profilePage .company-profile .company-profile-inner {
  padding: 0 210px;
}
.profilePage .company-profile .company-profile-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-profile .company-profile-list .company-profile-one {
  width: 27%;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  aspect-ratio: 1;
  background: #FFE200;
  border-radius: 50%;
  margin-left: 7.5%;
  margin-bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-icon img {
  width: 60%;
  height: 60%;
  object-fit: scale-down;
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val {
  width: 100%;
  height: calc(100% - 40px);
  min-height: 250px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 70px 30px 30px;
  position: relative;
  overflow: hidden;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val .company-profile-title {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val .company-profile-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 7px;
}
.profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val::after {
  content: "";
  width: 0;
  height: 4px;
  background: #FFE200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-list .company-profile-one:hover .company-profile-one-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-profile .company-profile-list .company-profile-one:nth-of-type(2) .company-profile-one-icon img {
  width: 50%;
  height: 50%;
}
.profilePage .company-profile .company-profile-list .company-profile-one:nth-of-type(3) .company-profile-one-icon img {
  width: 50%;
  height: 50%;
}
.profilePage .company-profile .company-profile-list .company-profile-one-active .company-profile-one-val::after {
  width: 100%;
}
.profilePage .company-profile .company-profile-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.profilePage .company-profile .company-profile-intro-left {
  width: 42%;
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img1 {
  width: 48%;
  aspect-ratio: 0.96153846;
  background: #E3E4E6;
  border-radius: 10px;
  overflow: hidden;
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img1:hover img {
  transform: scale(1.05);
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img2 {
  width: 78%;
  aspect-ratio: 1.40625;
  background: #E3E4E6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-left: 22%;
  margin-top: -15%;
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-img2:hover img {
  transform: scale(1.05);
}
.profilePage .company-profile .company-profile-intro-left .company-profile-intro-text {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 90px;
}
.profilePage .company-profile .company-profile-intro-right {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-title {
  width: 100%;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-text {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'PingFangSC-Medium';
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-p {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video {
  margin: 30px 0;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-pro {
  width: 75%;
  aspect-ratio: 1.89873418;
  background: #E3E4E6;
  border-radius: 10px;
  overflow: hidden;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-pro:hover img {
  transform: scale(1.05);
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img {
  width: 50%;
  margin-left: 50%;
  margin-top: -20%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 1.66666667;
  border-radius: 10px;
  cursor: pointer;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play {
  width: 43px;
  height: 43px;
  position: relative;
  margin-top: 6%;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play .video-play-inner {
  width: 100%;
  height: 100%;
  background: #FFE200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  position: relative;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play .video-play-inner svg {
  width: 16px;
  height: 18px;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play::after {
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  animation: aniDotInner 2.2s infinite;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play::before {
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  animation: aniDotInner 2.2s infinite 0.8s;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-logo {
  width: 123px;
  margin-top: 30px;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-logo img {
  display: block;
  width: 100%;
}
.profilePage .company-profile .company-profile-intro-right .company-profile-intro-summary {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-family: 'PingFangSC-Medium';
}
.profilePage .profile-message .profile-message-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-message .profile-message-title {
  width: 300px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  line-height: 48px;
}
.profilePage .profile-message .profile-message-text {
  width: calc(100% - 300px);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 48px;
  position: relative;
}
.profilePage .profile-message .profile-message-text .profile-message-land {
  font-family: 'PingFangSC-Medium';
  margin-top: 50px;
}
.profilePage .profile-message .profile-message-text .profile-message-logo {
  position: absolute;
  width: 250px;
  bottom: 0;
  right: 0;
}
.profilePage .profile-spirit {
  background: #f6f6f6 url('https://file.global86.cn/website_v3-guoneijiedian/chuantai-1024/profile-spirit-back.png') no-repeat;
  background-size: cover;
}
.profilePage .profile-spirit .profile-spirit-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.profilePage .profile-spirit .profile-spirit-item {
  width: 150px;
  height: 150px;
  background: #FFE200;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.profilePage .profile-spirit .profile-spirit-item .profile-spirit-icon {
  height: 42px;
  width: 42px;
}
.profilePage .profile-spirit .profile-spirit-item .profile-spirit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.profilePage .profile-spirit .profile-spirit-item .profile-spirit-text {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  font-family: 'PingFangSC-Medium';
  margin-top: 10px;
  text-align: center;
}
.profilePage .profile-spirit .profile-spirit-item:hover .profile-spirit-icon img {
  transform: rotateY(360deg);
}
.profilePage .profile-founder .profile-founder-inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-headshot {
  width: 31.7%;
  min-width: 380px;
  height: 356px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 6px;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-headshot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact {
  width: 68.3%;
  padding-left: 5%;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-position {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  font-family: 'PingFangSC-Medium';
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-chairman {
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  line-height: 48px;
  margin: 35px 0 80px;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone {
  display: flex;
  align-items: center;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-icon svg {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: scale-down;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val {
  width: 281px;
  height: 57px;
  border-radius: 28px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val .contactWays-value {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 57px;
}
.profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone:hover .profile-founder-phone-icon {
  transform: translateX(12px);
  background: #FFE200;
  border: 1px solid #FFE200;
}
.profilePage .profile-manager {
  position: relative;
  padding-bottom: 44px;
}
.profilePage .profile-manager .profile-manager-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item {
  width: calc((100% - 60px) / 3);
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  margin: 0 auto -60px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact {
  background: #F6F6F6;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding: 100px 20px 56px;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-name {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  text-align: center;
  font-family: 'PingFangSC-Medium';
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info {
  margin-top: 26px;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .val {
  position: relative;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .val::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.5s;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner:hover .val::after {
  width: 100%;
}
.profilePage .profile-manager .profile-manager-inner .profile-manager-item:hover .profile-manager-headshot {
  transform: scale(1.05);
}
.profilePage .profile-manager::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E3E4E6;
}
@keyframes aniDotInner {
  0% {
    width: 80%;
    opacity: 1;
  }
  100% {
    width: 300%;
    opacity: 0;
  }
}
.about-second-navs {
  width: 100%;
  padding: 0 210px;
  display: flex;
  border-bottom: 1px solid #F5F5F5;
}
.about-second-navs .about-second-nav-one {
  flex: 1;
  padding: 26px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.8);
  line-height: 26px;
  transition: 0.5s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-second-navs .about-second-nav-one:hover {
  background: #FFE200;
}
.about-second-navs .about-second-nav-one-active {
  background: #FFE200;
  font-weight: 600;
}
.videoPage .video-list {
  width: 100%;
  padding: 76px 210px 0;
}
.videoPage .list-arr {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
}
.videoPage .list-arr .list-arr-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
.videoPage .list-arr .list-arr-title .text {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  font-family: 'PingFangSC-Medium';
  width: calc(95% - 120px);
}
.videoPage .list-arr .list-arr-title .list-arr-more {
  width: auto;
  min-width: 121px;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transition: 0.5s;
  overflow: hidden;
}
.videoPage .list-arr .list-arr-title .list-arr-more .list-arr-more-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoPage .list-arr .list-arr-title .list-arr-more .list-arr-more-icon svg {
  width: 100%;
  height: 100%;
}
.videoPage .list-arr .list-arr-title .list-arr-more .list-arr-more-text {
  position: relative;
  transition: 0.5s;
}
.videoPage .list-arr .list-arr-title .list-arr-more .list-arr-more-text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  transform: translateY(100%);
  z-index: 13;
}
.videoPage .list-arr .list-arr-title .list-arr-more:hover {
  background: #FFE200;
  border: 1px solid #FFE200;
}
.videoPage .list-arr .list-arr-title .list-arr-more:hover .list-arr-more-text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.videoPage .list-arr .list-arr-title1 {
  justify-content: center;
}
.videoPage .list-arr .list-arr-title1 .text {
  width: 100%;
  text-align: center;
}
.videoPage .list-arr .list-arr-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.videoPage .list-arr .item {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.videoPage .list-arr .item .img {
  width: 100%;
  aspect-ratio: 1.825;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.videoPage .list-arr .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.videoPage .list-arr .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);
}
.videoPage .list-arr .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
  transition: 0.5s;
}
.videoPage .list-arr .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.videoPage .list-arr .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.videoPage .list-arr .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.videoPage .list-arr .item .text {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  padding: 32px 22px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  transition: 0.5s;
}
.videoPage .list-arr .item::after {
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #FFE200;
  transition: 0.5s;
}
.videoPage .list-arr .item:hover .img .img-inner .mask img {
  transform: scale(1.1);
}
.videoPage .list-arr .item:hover::after {
  width: 100%;
}
.videoPage .list-arr .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.videoPage .list-arr .item:nth-of-type(2n) {
  margin-right: 0;
}
.videoPage .webPage {
  margin-top: 50px;
}
.factoryPage {
  background: #F5F5F5;
}
.factoryPage .factoryPageImg {
  width: 100%;
  padding: 0 210px;
}
.factoryPage .img-arr-tabs {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
}
.factoryPage .img-arr-tabs .img-arr-tab-one {
  width: calc((100% - 102px) / 4);
  min-height: 82px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  transition: 0.5s;
}
.factoryPage .img-arr-tabs .img-arr-tab-one:hover {
  background: #FFE200;
}
.factoryPage .img-arr-tabs .img-arr-tab-one-active {
  background: #FFE200;
}
.factoryPage .img-arr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPage .factory-img-irregular {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.factoryPage .factory-img-irregular .factory-irregular-first {
  width: calc((100% - 50px) / 2);
  aspect-ratio: 1.5010352;
}
.factoryPage .factory-img-regular {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPage .factory-img-regular .img-regular-one {
  margin-top: 50px;
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  aspect-ratio: 1.49839228;
}
.factoryPage .factory-img-regular .img-regular-one .factory-img-one .factory-img-mask .factory-img-mask-inner {
  font-size: 18px;
}
.factoryPage .factory-img-regular .img-regular-one:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .factory-img-one {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
}
.factoryPage .factory-img-one .img-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.factoryPage .factory-img-one .img-main .el-image {
  width: 100%;
  height: 100%;
}
.factoryPage .factory-img-one .img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPage .factory-img-one .factory-img-mask {
  background: rgba(255, 226, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  pointer-events: none;
}
.factoryPage .factory-img-one .factory-img-mask .factory-img-mask-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #101010;
  line-height: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s 0.3s;
}
.factoryPage .factory-img-one .factory-img-mask .text {
  font-family: 'PingFangSC-Medium';
}
.factoryPage .factory-img-one .factory-img-mask .add {
  margin-left: 10px;
}
.factoryPage .factory-img-one:hover .factory-img-mask {
  opacity: 1;
}
.factoryPage .factory-img-one:hover .factory-img-mask .factory-img-mask-inner {
  opacity: 1;
  transform: translateY(0);
}
.factoryPage .factory-img-one:hover .img-main img {
  transform: scale(1.05);
}
.factoryPage .factory-img-one-op {
  opacity: 0;
}
.factoryPage .webPage {
  margin-top: 60px;
}
.newsPage {
  padding: 70px 210px 0;
  background: #F5F5F5;
}
.newsPage .home-news-data {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}
.newsPage .home-news-data .home-news-img {
  position: relative;
  width: 32%;
  aspect-ratio: 1.18811881;
  overflow: hidden;
}
.newsPage .home-news-data .home-news-img .home-news-img-inner {
  width: 100%;
  height: 100%;
}
.newsPage .home-news-data .home-news-img .home-news-img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .home-news-data .home-news-img .home-news-mask {
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 60px;
  height: 20px;
  background: #FFE200;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  padding: 0 15px;
  font-family: 'PingFangSC-Semibold';
  text-transform: uppercase;
}
.newsPage .home-news-data .home-news-con {
  width: 68%;
  position: relative;
}
.newsPage .home-news-data .home-news-con .home-news-info-inner {
  width: 100%;
  display: block;
  position: relative;
  padding: 50px;
}
.newsPage .home-news-data .home-news-con .home-news-info-inner .home-news-top {
  width: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.newsPage .home-news-data .home-news-con .home-news-info-inner .home-news-top img {
  width: 100%;
  display: block;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro {
  width: 100%;
  display: flex;
  align-items: center;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro .time {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  opacity: 0.6;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro .eye {
  display: flex;
  align-items: center;
  margin-left: 28px;
  padding-left: 28px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #989898;
  line-height: 18px;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro .eye .eye-icon {
  width: 18px;
  margin-right: 11px;
  height: 18px;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro .eye .eye-icon svg {
  width: 100%;
  height: 100%;
}
.newsPage .home-news-data .home-news-con .home-news-info-intro .eye::after {
  width: 1px;
  height: 16px;
  background: #CCCCCC;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.newsPage .home-news-data .home-news-con .home-news-name {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
  font-family: 'PingFangSC-Medium';
  margin-top: 50px;
}
.newsPage .home-news-data .home-news-con .home-news-name .name {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #222222 0, #222222 100.2%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.newsPage .home-news-data .home-news-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  opacity: 0.75;
  margin: 40px 0 55px;
}
.newsPage .home-news-data .home-news-con .more {
  display: flex;
  justify-content: flex-end;
}
.newsPage .home-news-data:hover .home-news-img .home-news-img-inner img {
  transform: scale(1.1);
}
.newsPage .newsPage-inner {
  width: 100%;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item {
  margin-top: 60px;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  border-radius: 6px;
  overflow: hidden;
  background: #FFFFFF;
}
.newsPage .item .img {
  width: 100%;
  aspect-ratio: 1.18811881;
  display: block;
  overflow: hidden;
}
.newsPage .item .img .img-inner {
  width: 100%;
  height: 100%;
}
.newsPage .item .img .img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .item-con {
  width: 100%;
  display: block;
  padding: 42px 30px;
}
.newsPage .item .item-con .item-news-info-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsPage .item .item-con .item-news-info-intro .time {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  opacity: 0.6;
}
.newsPage .item .item-con .item-news-info-intro .eye {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #989898;
  line-height: 18px;
}
.newsPage .item .item-con .item-news-info-intro .eye .eye-icon {
  width: 18px;
  margin-right: 11px;
  height: 18px;
}
.newsPage .item .item-con .item-news-info-intro .eye .eye-icon svg {
  width: 100%;
  height: 100%;
}
.newsPage .item .item-con .item-con-top {
  width: 100%;
}
.newsPage .item .item-con .item-name {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  font-family: 'PingFangSC-Medium';
  margin-top: 22px;
}
.newsPage .item .item-con .item-name .name {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #222222 0, #222222 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.newsPage .item .item-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  opacity: 0.75;
  margin: 12px 0 28px;
}
.newsPage .item .item-con .more {
  display: flex;
  justify-content: flex-end;
}
.newsPage .item:hover .img .img-inner img {
  transform: scale(1.1);
}
.newsPage .item:hover .item-con .item-name .name {
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  background-size: 100% 1px;
}
.newsPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage .webPage {
  margin-top: 60px;
}
.menuPage {
  width: 100%;
  padding-top: 120px;
}
.menuPage .pageNside {
  background: #FFFFFF;
}
.menuPage .pageNside .indexPage-outer {
  width: calc(100% - 420px);
}
.menuPage .pageNside .indexPage-inner {
  max-width: 100%;
  width: 100%;
}
.menuPage .menu-catalog {
  width: 100%;
  padding: 3% 8% 4%;
  background: #f5f5f5 url('https://file.global86.cn/website_v3-guoneijiedian/chuantai-1024/menu-catalog-back.png') no-repeat;
  background-size: auto 100%;
}
.menuPage .menu-catalog .menu-catalog-inner {
  width: 82%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuPage .menu-catalog .menu-catalog-cover {
  width: 42%;
  position: relative;
}
.menuPage .menu-catalog .menu-catalog-cover .menu-catalog-dom {
  width: 80%;
  display: block;
}
.menuPage .menu-catalog .menu-catalog-cover .menu-catalog-list {
  width: 84%;
  position: absolute;
  bottom: -6%;
  left: -7%;
}
.menuPage .menu-catalog .menu-catalog-intro {
  width: 55%;
  padding-bottom: 7%;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  line-height: 42px;
  font-family: 'PingFangSC-Medium';
  display: flex;
  align-items: flex-start;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title .dot {
  width: 49px;
  transform: translateY(-6px);
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title .dot img {
  display: block;
  width: 100%;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  margin: 30px 0 45px;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-btn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-btn .public-btn {
  margin-top: 12px;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-btn .public-btn .banner-more-inner {
  width: auto;
  min-width: 160px;
  padding: 0 42px 0 30px;
}
.menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-btn .public-btn1 {
  margin-right: 5%;
}
.menuPage .menu-list {
  background: #fff;
}
.menuPage .menu-list .menu-list-inner {
  padding: 0 8%;
}
.menuPage .menu-list .menu-list-con {
  width: 82%;
  margin: 0 auto;
}
.menuPage .menu-list .menu-list-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'PingFangSC-Medium';
  margin-bottom: 40px;
}
.menuPage .menu-list .menu-list-title .dot {
  width: 49px;
  transform: translateY(12px);
}
.menuPage .menu-list .menu-list-title .dot img {
  display: block;
  width: 100%;
}
.menuPage .menu-list .menu-list-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menuPage .menu-list .menu-list-main .menu-list-item {
  min-width: 320px;
  width: 28%;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-cover {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 0.71076233;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-cover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0,5s;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-family: 'PingFangSC-Medium';
  margin: 26px 0 28px;
  text-align: center;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name .name {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #222222 0, #222222 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn {
  width: calc((100% - 15px) / 2);
  height: 45px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn .menu-list-btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn .menu-list-btn-icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn:hover {
  background: #FFE200;
}
.menuPage .menu-list .menu-list-main .menu-list-item:hover .menu-list-cover img {
  transform: scale(1.05);
}
.menuPage .menu-list .menu-list-main .menu-list-item:hover .menu-list-name .name {
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  background-size: 100% 1px;
}
.company-new .contacti {
  background: #fff;
}
.company-new .contacti .form-input .input {
  background: #F8F8F8;
}
.company-new .contacti .form-message .message {
  background: #F8F8F8;
}
.history-page {
  width: 100%;
  background: #F8F8F8;
}
.history-page .history-page-inner {
  width: 100%;
}
.history-page .history-page-inner .history-page-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
}
.history-page .history-page-inner .history-page-top .history-logo {
  width: 260px;
  margin-bottom: 20px;
}
.history-page .history-page-inner .history-page-top .history-logo img {
  display: block;
  width: 100%;
}
.history-page .history-page-inner .history-page-top .text {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.history-page .history-page-inner .history-page-list {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.history-page .history-page-inner .history-page-years {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.history-page .history-page-inner .history-year-one {
  display: flex;
  align-items: center;
}
.history-page .history-page-inner .history-year-one .history-year-one-val {
  width: 116px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 19px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  line-height: 40px;
  transition: 0.5s;
  cursor: pointer;
}
.history-page .history-page-inner .history-year-one .history-year-line {
  width: 21px;
  height: 2px;
  border-bottom: 2px dashed #FFE200;
  margin: 0 6px;
}
.history-page .history-page-inner .history-year-one:hover .history-year-one-val {
  background: #FFE200;
  color: #fff;
}
.history-page .history-page-inner .history-process {
  width: 100%;
}
.history-page .history-page-inner .history-process-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.history-page .history-page-inner .history-process-one .history-process-year {
  width: 175px;
}
.history-page .history-page-inner .history-process-one .history-process-year .process-year {
  width: 100%;
  height: 69px;
  background: #FFE200;
  border-radius: 6px;
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  line-height: 69px;
  text-align: center;
  font-family: 'PingFangSC-Medium';
}
.history-page .history-page-inner .history-process-one .history-process-dot {
  width: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom .dot-dom {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom .dot-dom .dot-dom-inner {
  width: 62%;
  aspect-ratio: 1;
  background: rgba(255, 226, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom .dot-dom .dot-dom-inner p {
  width: 16px;
  height: 16px;
  background: #FFE200;
  border-radius: 50%;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom .dot-dom::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 226, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom .dot-dom::before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 226, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-line {
  width: 1px;
  height: calc(85% - 69px);
  background: #FFE200;
}
.history-page .history-page-inner .history-process-one .history-process-val {
  width: calc(89% - 244px);
  padding-bottom: 100px;
}
.history-page .history-page-inner .history-process-one .history-process-val .history-process-val-inner {
  width: 100%;
  height: auto;
  min-height: 157px;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  padding: 30px;
}
.history-page .history-page-inner .history-process-one-active .history-process-dot .history-process-dot-dom .dot-dom::after {
  animation: historyDotInner 2.2s infinite 0.8s;
}
.history-page .history-page-inner .history-process-one-active .history-process-dot .history-process-dot-dom .dot-dom::before {
  animation: historyDotInner 2.2s infinite 0s;
}
.history-page .history-page-inner .history-process-one:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: 1px dashed #EAE7E7;
}
.history-page .history-page-inner .history-process-one:nth-last-of-type(1) .history-process-dot .history-process-dot-line {
  display: none;
}
.history-page .history-page-inner .history-process-one:nth-last-of-type(1) .history-process-val {
  padding-bottom: 0;
}
@keyframes historyDotInner {
  0% {
    width: 16px;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 1918px) {
  .factoryPage .img-arr-tabs {
    margin-bottom: 50px;
  }
  .factory-intro .factory-intro-inner {
    padding: 0 8%;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-icon {
    width: 38px;
    height: 40px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-count {
    font-size: 60px;
    line-height: 26px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val {
    margin-top: 56px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-unit {
    font-size: 20px;
  }
  .factoryPage .img-arr-tabs .img-arr-tab-one {
    font-size: 20px;
    min-height: 72px;
  }
  .factoryPage .img-arr-tabs .img-arr-tab-one {
    font-size: 24px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title {
    font-size: 24px;
  }
  .profilePage .profile-message .profile-message-text {
    font-size: 17px;
    line-height: 42px;
  }
  .profilePage .profile-message .profile-message-title {
    font-size: 28px;
  }
  .profilePage .profile-spirit .profile-spirit-item .profile-spirit-text {
    font-size: 17px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-chairman {
    font-size: 28px;
    line-height: 40px;
    margin: 28px 0 70px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val .contactWays-value {
    font-size: 20px;
    line-height: 46px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val {
    width: 240px;
    height: 46px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact {
    padding: 86px 20px 50px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info {
    margin-top: 18px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner {
    font-size: 17px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-name {
    font-size: 17px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot {
    width: 170px;
    height: 170px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-icon {
    width: 46px;
    height: 46px;
  }
  .about-second-navs {
    padding: 0 8%;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index .values-index {
    font-size: 24px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-title {
    font-size: 17px;
  }
  .profilePage .company-profile .company-profile-intro-left {
    width: 45%;
  }
  .profilePage .company-profile .company-profile-intro-right {
    width: 45%;
  }
  .profilePage .company-profile .company-profile-inner {
    padding: 0 8%;
  }
  .public-btn .read-more-p {
    font-size: 14px;
  }
  .newsPage .item .item-con .item-news-info-intro .time {
    font-size: 14px;
  }
  .newsPage {
    padding: 70px 180px 0;
  }
  .newsPage .home-news-data .home-news-con .home-news-name {
    font-size: 22px;
    margin-top: 36px;
  }
  .newsPage .home-news-data .home-news-con .desc {
    margin: 36px 0 48px;
  }
  .newsPage .item .item-con .item-name {
    font-size: 20px;
    line-height: 30px;
  }
  .newsPage .item .item-con {
    padding: 32px 28px;
  }
  .about-second-navs .about-second-nav-one {
    font-size: 17px;
  }
  .factoryPage .factoryPageImg {
    padding: 0 8%;
  }
  .videoPage .video-list {
    padding: 50px 180px 0;
  }
  .menuPage .pageNside .indexPage-outer {
    width: 100%;
    padding: 0 180px;
  }
  .menuPage .menu-catalog {
    padding: 3% 6% 4%;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
    font-size: 31px;
    line-height: 38px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 21px;
    line-height: 30px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title .dot {
    width: 43px;
  }
  .menuPage .menu-list .menu-list-title .dot {
    width: 43px;
  }
  .menuPage .menu-list .menu-list-inner {
    padding: 0 5%;
  }
  .videoPage .list-arr .list-arr-title .text {
    font-size: 26px;
    line-height: 35px;
  }
  .videoPage .list-arr .list-arr-title {
    margin-bottom: 40px;
  }
  .videoPage .list-arr .item .text {
    padding: 24px 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .videoPage .list-arr {
    padding-top: 0;
  }
  .history-page .history-page-inner .history-process-one .history-process-year .process-year {
    font-size: 27px;
    line-height: 72px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    padding-bottom: 72px;
  }
  .history-page .history-page-inner .history-page-top {
    margin: 0 auto 42px;
  }
}
@media only screen and (max-width: 1598px) {
  .factoryPage .img-arr-tabs {
    margin-bottom: 40px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::before {
    width: 1px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::after {
    width: 1px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc {
    padding-left: 10%;
  }
  .factory-intro .factory-intro-inner {
    padding: 0 5%;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-text {
    font-weight: 400;
    font-size: 15px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-icon {
    width: 32px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val {
    margin-top: 48px;
  }
  .factoryPage .img-arr-tabs .img-arr-tab-one {
    font-size: 17px;
    min-height: 63px;
    width: calc((100% - 90px) / 4);
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-count {
    font-size: 52px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text::after {
    height: 1px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc:nth-last-of-type(1) {
    margin-bottom: 58px;
  }
  .profilePage .company-profile .company-profile-inner {
    padding: 0 5%;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-text {
    font-size: 26px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-summary {
    font-size: 17px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-icon {
    width: 72px;
    margin-bottom: -30px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-text {
    font-size: 24px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one {
    width: 30%;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val {
    padding: 50px 30px 30px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val .company-profile-title {
    font-size: 17px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-title {
    font-size: 16px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-desc {
    max-height: 150px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index .values-index {
    font-size: 20px;
    width: 35px;
    line-height: 35px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index {
    width: 94px;
  }
  .profilePage .company-values .company-values-title .dot {
    width: 43px;
    transform: translate(8px, -5px);
  }
  .profilePage .company-values .company-values-title .dot img {
    display: block;
    width: 100%;
  }
  .profilePage .company-values .company-values-title {
    font-size: 26px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text .dot {
    width: 43px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text {
    font-size: 26px;
  }
  .profilePage .profile-message .profile-message-text {
    font-size: 16px;
    line-height: 38px;
  }
  .profilePage .profile-founder .profile-founder-inner {
    justify-content: center;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact {
    width: auto;
  }
  .profilePage .profile-message .profile-message-title {
    font-size: 26px;
  }
  .about-second-navs {
    padding: 0 5%;
  }
  .profilePage .profile-spirit .profile-spirit-item .profile-spirit-text {
    font-size: 15px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-name {
    font-size: 15px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot {
    width: 150px;
    height: 150px;
    margin: 0 auto -50px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact {
    padding: 82px 12px 40px;
  }
  .newsPage {
    padding: 55px 5% 0;
  }
  .newsPage .item .item-con .item-name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
  }
  .newsPage .item {
    margin-top: 42px;
  }
  .newsPage .item .item-con {
    padding: 26px 30px 30px;
  }
  .menuPage .pageNside .indexPage-outer {
    padding: 0 5%;
  }
  .menuPage .menu-catalog {
    padding: 4% 5% 4%;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
    font-size: 27px;
    line-height: 35px;
  }
  .menuPage .menu-list .menu-list-title {
    font-size: 27px;
    line-height: 35px;
  }
  .menuPage .menu-list .menu-list-title .dot {
    width: 40px;
    transform: translateY(12px);
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name {
    font-size: 17px;
    margin: 22px 0 24px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title .dot {
    width: 40px;
    transform: translateY(-3px);
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .menuPage .menu-list .menu-list-con {
    width: 90%;
  }
  .menuPage {
    padding-top: 100px;
  }
  .pageNside {
    padding: 21px 0;
  }
  .factoryPage .factoryPageImg {
    padding: 0 8%;
  }
  .factoryPage .factory-img-one {
    border-radius: 15px;
  }
  .factoryPage .factory-img-regular .img-regular-one {
    margin-top: 45px;
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
  }
  .factoryPage .factory-img-irregular .factory-irregular-first {
    width: calc((100% - 45px) / 2);
  }
  .videoPage .video-list {
    padding: 50px 8% 0;
  }
  .videoPage .list-arr .item .text {
    font-size: 18px;
  }
  .videoPage .webPage {
    margin-top: 32px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year {
    width: 156px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year .process-year {
    height: 62px;
    font-size: 24px;
    line-height: 64px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val .history-process-val-inner {
    padding: 25px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    padding-bottom: 52px;
  }
  .history-page .history-page-inner .history-process-one {
    margin-bottom: 36px;
  }
  .history-page .history-page-inner .history-process-one:nth-last-of-type(1) {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1365px) {
  @keyframes aniDotInner {
    0% {
      width: 80%;
      opacity: 1;
    }
    100% {
      width: 200%;
      opacity: 0;
    }
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val .company-profile-title {
    font-size: 16px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-chairman {
    font-size: 24px;
    line-height: 32px;
    margin: 22px 0 65px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-text {
    font-size: 20px;
    line-height: 36px;
  }
  .profilePage .company-values .company-values-desc {
    margin: 22px 0 45px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-desc {
    font-size: 13px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-p {
    margin-top: 12px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-positionP {
    font-size: 16px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val .contactWays-value {
    font-size: 17px;
    line-height: 42px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val {
    width: 218px;
    height: 42px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-icon {
    width: 42px;
    height: 42px;
  }
  .about-second-navs {
    padding: 0 0;
  }
  .factoryPage .factoryPageImg {
    padding: 0 5%;
  }
  .videoPage .video-list {
    padding: 50px 5% 0;
  }
  .factoryPage .factory-img-one {
    border-radius: 12px;
  }
  .factoryPage .webPage {
    margin-top: 50px;
  }
  .videoPage .list-arr .list-arr-title .text {
    font-size: 23px;
    line-height: 30px;
  }
  .videoPage .list-arr .item {
    margin-bottom: 35px;
  }
  .videoPage .list-arr .item .text {
    padding: 22px 20px;
    font-size: 17px;
  }
  .factoryPage .factory-img-regular .img-regular-one {
    margin-top: 40px;
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .factoryPage .factory-img-irregular .factory-irregular-first {
    width: calc((100% - 40px) / 2);
  }
  .about-second-navs .about-second-nav-one {
    font-size: 16px;
    padding: 22px 6px;
  }
  .videoPage .webPage {
    margin-top: 24px;
  }
  .menuPage .menu-catalog .menu-catalog-inner {
    width: 90%;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
    font-size: 26px;
    line-height: 32px;
  }
  .menuPage .menu-list .menu-list-title {
    font-size: 26px;
    line-height: 32px;
  }
  .menuPage .menu-list .menu-list-title .dot {
    width: 36px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title .dot {
    width: 36px;
    transform: translateY(-2px);
  }
  .menuPage .menu-list .menu-list-con {
    width: 95%;
  }
  .history-page .history-page-inner .history-page-years {
    margin-bottom: 50px;
  }
  .history-page .history-page-inner .history-year-one .history-year-one-val {
    font-size: 16px;
  }
  .history-page .history-page-inner .history-page-top {
    margin: 0 auto 38px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year .process-year {
    height: 50px;
    font-size: 20px;
    line-height: 55px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year {
    width: 132px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val .history-process-val-inner {
    padding: 22px 24px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    padding-bottom: 40px;
  }
  .history-page .history-page-inner .history-process-one:nth-last-of-type(1) {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1250px) {
  .factoryPage .img-arr-tabs {
    margin-bottom: 30px;
  }
  .factoryPage .img-arr-tabs .img-arr-tab-one {
    font-size: 16px;
    line-height: 25px;
    width: calc((100% - 72px) / 4);
    min-height: 0;
    padding: 10px 12px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc {
    padding-left: 0;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one {
    width: 31%;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title .factory-intro-p2::after {
    width: 36px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-text {
    font-size: 14px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-icon {
    width: 27px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val {
    margin-top: 42px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-unit {
    font-size: 17px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-count {
    font-size: 43px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text {
    width: 54%;
  }
  .factory-intro .factory-intro-nums {
    margin-top: 36px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-icon {
    width: 65px;
    margin-bottom: -25px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val {
    padding: 42px 28px 30px;
  }
  .profilePage .company-honor .company-honor-title {
    margin-bottom: 30px;
  }
  .profilePage .company-values .company-values-title {
    font-size: 22px;
  }
  .profilePage .company-honor .company-honor-main {
    background-size: 100% 80%;
  }
  .profilePage .company-values .company-values-desc {
    margin: 17px 0 36px;
  }
  .profilePage .company-values .company-values-main {
    flex-wrap: wrap;
  }
  .profilePage .company-values .company-values-main .company-values-item {
    justify-content: flex-start;
  }
  .profilePage .company-values .company-values-main .company-values-item::after {
    display: none;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index-pc {
    display: none;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-summary {
    font-size: 16px;
  }
  .profilePage .company-values .company-values-main .company-values-item:nth-of-type(2n) {
    padding-top: 0;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index-m {
    display: block;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val {
    margin-top: 16px;
  }
  .profilePage .company-values .company-values-main .company-values-item {
    width: 45%;
    margin-bottom: 30px;
    height: auto;
  }
  .profilePage .company-honor .company-honor-title .company-honor-line {
    width: 65%;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one .company-profile-one-val .company-profile-title {
    font-size: 16px;
    line-height: 28px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text .text {
    transform: translate(8px, -3px);
  }
  .profilePage .company-honor .company-honor-title .company-honor-text .dot {
    width: 38px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text {
    font-size: 22px;
  }
  .newsPage {
    padding: 45px 5% 0;
  }
  .newsPage .home-news-data .home-news-con .home-news-info-inner {
    padding: 38px;
  }
  .newsPage .home-news-data .home-news-con .home-news-name {
    font-size: 19px;
    margin-top: 24px;
    line-height: 30px;
  }
  .newsPage .home-news-data .home-news-con .home-news-info-inner .home-news-top {
    width: 18px;
    top: 25px;
    right: 25px;
  }
  .newsPage .item {
    margin-top: 36px;
    margin-right: 24px;
    width: calc((100% - 48px) / 3);
  }
  .newsPage .item .item-con .desc {
    margin: 12px 0 22px;
  }
  .newsPage .webPage {
    margin-top: 50px;
  }
  .newsPage .item .img {
    aspect-ratio: 1.4;
  }
  .newsPage .item .item-con .item-news-info-intro .eye .eye-icon {
    width: 16px;
    margin-right: 9px;
  }
  .public-btn .read-more-p {
    font-size: 13px;
  }
  .newsPage .item .item-con .item-name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .newsPage .item .item-con {
    padding: 22px 22px 26px;
  }
  .newsPage .home-news-data .home-news-con .desc {
    margin: 22px 0 32px;
  }
  .about-second-navs .about-second-nav-one {
    font-size: 14px;
  }
  .menuPage .menu-catalog .menu-catalog-inner {
    width: 100%;
    padding-left: 5%;
  }
  .menuPage .menu-list .menu-list-con {
    width: 100%;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item {
    min-width: 0;
    width: 30%;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name {
    font-size: 16px;
    margin: 24px 0 22px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 16px;
    margin: 28px 0 36px;
  }
  .factoryPage .factory-img-regular .img-regular-one {
    margin-top: 32px;
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
  .factoryPage .factory-img-irregular .factory-irregular-first {
    width: calc((100% - 35px) / 2);
  }
  .videoPage .list-arr .list-arr-title .text {
    font-size: 20px;
    line-height: 30px;
  }
  .videoPage .list-arr .list-arr-title {
    margin-bottom: 35px;
  }
  .videoPage .list-arr .item {
    margin-right: 32px;
    margin-bottom: 30px;
    width: calc((100% - 32px) / 2);
  }
  .videoPage .list-arr .item .text {
    font-size: 16px;
    padding: 20px 16px;
  }
  .videoPage .list-arr .item .img .img-inner .mask img {
    width: 52px;
    height: 52px;
  }
  .videoPage .list-arr:nth-of-type(1) {
    margin-bottom: 0;
  }
  .videoPage .list-arr .list-arr-title .list-arr-more {
    font-size: 13px;
  }
  .menuPage {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .factory-intro .factory-intro-words {
    flex-wrap: wrap;
  }
  .factory-intro .factory-intro-nums {
    flex-wrap: wrap;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::after {
    display: none;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text::after {
    bottom: 0;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-img {
    width: 90%;
    max-width: 420px;
    margin: 0 auto 30px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text {
    width: 100%;
  }
  .profilePage .company-profile .company-profile-list {
    flex-wrap: wrap;
  }
  .profilePage .profile-message .profile-message-inner {
    flex-wrap: wrap;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one {
    width: 47%;
    margin-bottom: 30px;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index {
    width: 82px;
  }
  .profilePage .company-honor .company-honor-title {
    margin-bottom: 26px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-index .values-index {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-img {
    width: 40%;
  }
  .profilePage .company-honor .company-honor-title .company-honor-line {
    width: 57%;
    height: 1px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text .dot {
    width: 33px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-text {
    font-size: 19px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-logos .company-honor-logo-one {
    height: 60px;
    margin-right: 36px;
  }
  .profilePage .company-profile .company-profile-intro-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video {
    margin: 30px auto;
    max-width: 600px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-title .company-profile-intro-title-text {
    font-size: 19px;
    line-height: 32px;
  }
  .profilePage .company-profile .company-profile-intro-left .company-profile-intro-img1 {
    max-width: 220px;
  }
  .profilePage .company-profile .company-profile-intro-left .company-profile-intro-text {
    margin-top: 30px;
  }
  .profilePage .company-profile .company-profile-intro-left .company-profile-intro-img2 {
    max-width: 360px;
  }
  .profilePage .company-profile .company-profile-intro-right {
    width: 100%;
  }
  .profilePage .company-profile .company-profile-intro {
    flex-wrap: wrap;
    padding: 0 0;
  }
  .profilePage .profile-message .profile-message-text {
    width: 100%;
    margin-top: 20px;
  }
  .profilePage .profile-spirit .profile-spirit-inner {
    padding: 34px 0;
  }
  .profilePage .profile-spirit .profile-spirit-item {
    width: 22%;
    aspect-ratio: 1;
    height: auto;
    margin: 6px 5%;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner {
    font-size: 14px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .icon {
    width: 18px;
    height: 19px;
    margin-right: 7px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot {
    width: 62%;
    height: auto;
    margin: 0 auto -42px;
    aspect-ratio: 1;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact {
    padding: 75px 9px 35px;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-contact .profile-manager-info-inner .val {
    width: 100%;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact {
    max-width: 55%;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-headshot {
    width: 45%;
    min-width: 0;
    height: auto;
  }
  .profilePage .profile-spirit .profile-spirit-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profilePage .profile-message .profile-message-title {
    width: 100%;
    padding-right: 0;
  }
  .about-second-navs {
    flex-wrap: wrap;
  }
  .newsPage .home-news-data .home-news-img {
    width: 40%;
  }
  .newsPage .home-news-data .home-news-con {
    width: 60%;
  }
  .newsPage .home-news-data .home-news-con .home-news-info-intro .time {
    font-size: 14px;
  }
  .newsPage .home-news-data .home-news-con .home-news-info-inner {
    padding: 28px;
  }
  .newsPage .home-news-data .home-news-con .desc {
    margin: 17px 0 26px;
    font-size: 13px;
  }
  .newsPage .item {
    margin-top: 32px;
    margin-right: 24px;
    width: calc((100% - 24px) / 2);
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 24px;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .webPage {
    margin-top: 45px;
  }
  .newsPage .home-news-data .home-news-con .home-news-name {
    font-size: 17px;
    margin-top: 18px;
    line-height: 26px;
  }
  .about-second-navs .about-second-nav-one {
    padding: 16px 6px;
    flex: none;
    width: 25%;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
  }
  .about-second-navs .about-second-nav-one-active {
    border-top: 1px solid #FFE200;
    border-bottom: 1px solid #FFE200;
  }
  .pageNside {
    padding: 18px 0;
  }
  .pageNside .indexPage-outer {
    font-size: 14px;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn .menu-list-btn-icon {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item {
    width: 31%;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn {
    font-size: 14px;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name {
    font-size: 14px;
    margin: 20px 0 16px;
  }
  .menuPage .menu-list .menu-list-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
    font-size: 20px;
    line-height: 30px;
  }
  .menuPage .menu-catalog {
    padding: 8% 5% 6%;
  }
  .menuPage .menu-catalog .menu-catalog-cover .menu-catalog-list {
    width: 100%;
  }
  .menuPage .menu-catalog .menu-catalog-cover .menu-catalog-dom {
    width: 90%;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 14px;
    line-height: 26px;
    margin: 22px 0 30px;
  }
  .factoryPage .factory-img-irregular .factory-irregular-first {
    width: calc((100% - 26px) / 2);
  }
  .factoryPage .factory-img-regular .img-regular-one {
    margin-top: 25px;
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .factoryPage .factory-img-one {
    border-radius: 9px;
  }
  .factoryPage .webPage {
    margin-top: 44px;
  }
  .videoPage .video-list {
    padding: 42px 5% 0;
  }
  .videoPage .list-arr .item {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc((100% - 25px) / 2);
  }
  .videoPage .list-arr .item .text {
    font-size: 14px;
    padding: 15px 12px;
  }
  .videoPage .list-arr:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .history-page .history-page-inner .history-year-one .history-year-one-val {
    height: 40px;
    font-size: 14px;
    width: 96px;
  }
  .history-page .history-page-inner .history-year-one .history-year-line {
    width: 12px;
  }
  .history-page .history-page-inner .history-page-top {
    margin: 0 auto 30px;
  }
  .history-page .history-page-inner .history-page-years {
    margin-bottom: 42px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year .process-year {
    height: 46px;
    font-size: 18px;
    line-height: 51px;
  }
  .history-page .history-page-inner .history-process-one .history-process-year {
    width: 120px;
  }
  .history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-line {
    height: calc(90% - 69px);
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    padding-bottom: 30px;
    width: calc(90% - 244px);
  }
  .history-page .history-page-inner .history-process-one {
    margin-bottom: 30px;
  }
  .history-page .history-page-inner .history-process-one .history-process-dot {
    width: 58px;
  }
}
@media (max-width: 767px) {
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-btn .public-btn .read-more-p {
    font-size: 12px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-img {
    margin: 0 auto 20px;
  }
  .factoryPage .img-arr-tabs {
    flex-wrap: wrap;
  }
  .factoryPage .img-arr-tabs {
    margin-bottom: 15px;
  }
  .factoryPage .img-arr-tabs .img-arr-tab-one {
    font-size: 14px;
    line-height: 22px;
    width: 48%;
    margin-bottom: 20px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item {
    margin-bottom: 25px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val {
    margin-top: 28px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-position {
    font-size: 14px;
    line-height: 22px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-count {
    font-size: 30px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-val .factory-intro-num-item-unit {
    font-size: 13px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item .factory-intro-num-item-desc .factory-intro-num-desc-text {
    font-size: 13px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-desc {
    margin-bottom: 18px;
  }
  .factory-intro .factory-intro-words .factory-intro-words-text .factory-intro-words-text-title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-chairman {
    font-size: 19px;
    line-height: 28px;
    margin: 14px 0 36px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-headshot {
    width: 35%;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-icon {
    width: 35px;
    height: 35px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val {
    width: 148px;
    height: 35px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact .profile-founder-phone .profile-founder-phone-val .contactWays-value {
    font-size: 14px;
    line-height: 35px;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact {
    max-width: 65%;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item .profile-manager-headshot {
    width: 145px;
  }
  .profilePage .profile-manager .profile-manager-inner {
    flex-wrap: wrap;
  }
  .profilePage .profile-manager .profile-manager-inner .profile-manager-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .profilePage .profile-spirit .profile-spirit-item .profile-spirit-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  .profilePage .profile-message .profile-message-title {
    font-size: 20px;
    line-height: 32px;
  }
  .profilePage .profile-message .profile-message-text {
    margin-top: 14px;
  }
  .profilePage .profile-message .profile-message-text {
    font-size: 14px;
    line-height: 32px;
  }
  .profilePage .profile-message .profile-message-text .profile-message-land {
    margin-top: 26px;
  }
  .profilePage .profile-spirit .profile-spirit-item {
    width: 150px;
    height: 150px;
  }
  .profilePage .profile-message .profile-message-text .profile-message-logo {
    width: 165px;
  }
  .history-page .history-page-inner .history-page-years {
    display: none;
  }
  .history-page .history-page-inner .history-process-one .history-process-year {
    width: 100%;
  }
  .history-page .history-page-inner .history-process-one {
    flex-wrap: wrap;
  }
  .history-page .history-page-inner .history-process-one .history-process-dot {
    width: 100%;
    height: 70px;
    flex-direction: row;
  }
  .history-page .history-page-inner .history-process-one:hover .history-process-dot .history-process-dot-dom .dot-dom::after {
    animation: historyDotInner 2.2s infinite 0.8s;
  }
  .history-page .history-page-inner .history-process-one:hover .history-process-dot .history-process-dot-dom .dot-dom::before {
    animation: historyDotInner 2.2s infinite 0s;
  }
  .history-page .history-page-inner .history-process-one:nth-last-of-type(1) {
    padding-bottom: 36px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    padding-bottom: 0;
  }
  .history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-line {
    height: 1px;
    width: calc(90% - 69px);
  }
  .history-page .history-page-inner .history-process-one .history-process-dot .history-process-dot-dom {
    width: 58px;
  }
  .history-page .history-page-inner .history-process-one .history-process-val {
    width: 100%;
  }
  .history-page .history-page-inner .history-process-one .history-process-val .history-process-val-inner {
    min-height: 0;
  }
  .history-page .history-page-inner .history-process-one .history-process-year .process-year {
    width: 120px;
  }
  .newsPage {
    padding: 35px 5% 0;
  }
  .newsPage .home-news-data {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .newsPage .home-news-data .home-news-img {
    width: 90%;
    max-width: 400px;
    border-radius: 12px;
    margin: 0 auto;
  }
  .newsPage .item .item-con {
    padding: 28px 22px;
  }
  .newsPage .item .img {
    width: 90%;
    max-width: 400px;
    border-radius: 12px;
    margin: 0 auto;
  }
  .newsPage .home-news-data .home-news-con .home-news-info-inner {
    padding: 28px 22px;
  }
  .newsPage .home-news-data .home-news-con {
    width: 100%;
  }
  .videoPage .video-list {
    padding: 30px 5% 0;
  }
  .videoPage .webPage {
    margin-top: 20px;
  }
  .videoPage .list-arr .list-arr-title {
    margin-bottom: 30px;
  }
  .videoPage .list-arr .list-arr-title .text {
    font-size: 18px;
    line-height: 28px;
  }
  .videoPage .list-arr .list-arr-title .list-arr-more {
    min-width: 0;
    height: 38px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 38px;
    padding: 0 20px;
  }
  .videoPage .list-arr .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .videoPage .list-arr .item .text {
    font-size: 12px;
    padding: 12px 12px 11px;
  }
  .videoPage .list-arr .item {
    margin-right: 18px;
    margin-bottom: 24px;
    width: calc((100% - 18px) / 2);
  }
  .factoryPage .factory-img-regular .img-regular-one {
    margin-top: 16px;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .factoryPage .factory-img-one {
    border-radius: 6px;
  }
  .factoryPage .factory-img-irregular .factory-irregular-first {
    width: calc((100% - 18px) / 2);
  }
  .factoryPage .webPage {
    margin-top: 40px;
  }
  .about-second-navs .about-second-nav-one {
    font-size: 13px;
    line-height: 22px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 13px;
    line-height: 24px;
    margin: 17px 0 28px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-title {
    font-size: 18px;
    line-height: 26px;
  }
  .menuPage .menu-list .menu-list-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-name {
    font-size: 13px;
    margin: 18px 0 12px;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn {
    height: 40px;
    width: calc((100% - 8px) / 2);
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn .menu-list-btn-icon {
    margin-right: 0;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item .menu-list-btn .menu-list-btn-text {
    display: none;
  }
}
@media only screen and (max-width: 641px) {
  .menuPage {
    padding-top: 50px;
  }
  .factory-intro .factory-intro-nums {
    margin-top: 25px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 530px) {
  .menuPage .menu-catalog .menu-catalog-inner {
    flex-wrap: wrap;
  }
  .menuPage .menu-catalog .menu-catalog-intro {
    width: 100%;
  }
  .menuPage .menu-catalog .menu-catalog-inner {
    padding-left: 0;
  }
  .menuPage .menu-catalog .menu-catalog-cover {
    margin: 0 auto 30px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-logos .company-honor-logo-one {
    height: 50px;
    margin-right: 26px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-logos {
    width: 100%;
    justify-content: center;
  }
  .profilePage .company-honor .company-honor-main .company-honor-main-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profilePage .company-honor .company-honor-main .company-honor-img {
    width: 45%;
    margin: 25px auto 0;
  }
  .profilePage .company-honor .company-honor-main {
    background-size: 100% 100%;
    padding: 35px 0;
  }
  .profilePage .company-honor .company-honor-title .company-honor-line {
    display: none;
  }
  .profilePage .company-profile .company-profile-list .company-profile-one {
    width: 100%;
    margin-bottom: 24px;
  }
  .profilePage .company-values .company-values-main .company-values-item .company-values-val .company-values-val-desc {
    max-height: none;
  }
  .profilePage .company-values .company-values-main .company-values-item {
    width: 100%;
  }
  .newsPage .item {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .about-second-navs .about-second-nav-one {
    font-size: 12px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 431px) {
  .menuPage {
    padding-top: 42px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img {
    width: 70%;
    margin-left: 30%;
    margin-top: -8%;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-pro {
    width: 85%;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-play {
    margin: 0 auto;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-logo {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .about-second-navs .about-second-nav-one {
    font-size: 11px;
    line-height: 21px;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item {
    width: 100%;
  }
  .factory-intro .factory-intro-nums .factory-intro-num-item:nth-of-type(2)::before {
    display: none;
  }
  .profilePage .profile-founder .profile-founder-inner {
    flex-wrap: wrap;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-headshot {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .profilePage .profile-founder .profile-founder-inner .profile-founder-contact {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .profilePage .profile-spirit .profile-spirit-item {
    width: 125px;
    height: auto;
  }
  .menuPage .menu-list .menu-list-main {
    flex-wrap: wrap;
  }
  .menuPage .menu-list .menu-list-main .menu-list-item {
    width: 48%;
    margin-bottom: 25px;
  }
  .menuPage .menu-catalog .menu-catalog-intro .menu-catalog-intro-desc {
    font-size: 12px;
    line-height: 22px;
    margin: 12px 0 22px;
  }
}
@media only screen and (max-width: 386px) {
  .profilePage .profile-spirit .profile-spirit-item {
    width: 114px;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-video .company-profile-intro-video-img .intro-video-mask .video-logo img {
    display: none;
  }
  .profilePage .company-profile .company-profile-intro-right .company-profile-intro-summary {
    font-size: 15px;
  }
}
