.profilePage .profile-inner {
  position: relative;
}
.profilePage .profile-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/about-dot-bottom.png') no-repeat;
  background-size: 100% 100%;
  width: 22%;
  min-width: 200px;
  aspect-ratio: 1.07671958;
}
.profilePage .contacti {
  background: url(https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/contact-back.png) no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.profilePage .profile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profile-top .profile-logo {
  width: 50%;
}
.profilePage .profile-top .profile-logo img {
  display: block;
  width: 100%;
}
.profilePage .profile-top .profile-num {
  width: 40%;
  display: flex;
  justify-content: center;
}
.profilePage .profile-top .abouti-num-dom .abouti-num-t {
  display: flex;
  align-items: flex-start;
}
.profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-count {
  font-weight: normal;
  font-size: 120px;
  color: #E63329;
  line-height: 80px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-add {
  font-weight: 400;
  font-size: 48px;
  color: #E63329;
  line-height: 24px;
  margin-left: 16px;
  font-family: 'LamaSans-Regular';
  transform: translateY(-35px);
}
.profilePage .profile-top .abouti-num-dom .abouti-num-ds {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  margin-top: 18px;
}
.profilePage .profile-bottom {
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-bottom .profile-intros {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.profilePage .profile-bottom .profile-intros .profile-intros-inner {
  width: 90%;
  max-width: 600px;
  z-index: 12;
  position: relative;
}
.profilePage .profile-bottom .profile-intros .profile-intros-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 25px;
}
.profilePage .profile-bottom .profile-intros .profile-intros-p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 55px;
}
.profilePage .profile-bottom .profile-video {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 5%;
}
.profilePage .profile-bottom .profile-video .profile-video-inner {
  position: relative;
  width: 75%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 0.8;
}
.profilePage .profile-bottom .profile-video .profile-video-inner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-bottom .profile-video .profile-video-inner .other-video-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.profilePage .profile-bottom .profile-video .profile-video-inner .other-video-mask .other-video-play {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 24px;
  transform: scale(1) rotateZ(0deg);
  transition: 0.8s ease-in-out;
}
.profilePage .profile-bottom .profile-video .profile-video-inner .other-video-mask .other-video-play i {
  color: #E63329;
}
.profilePage .profile-bottom .profile-video .profile-video-inner:hover .other-video-mask .other-video-play {
  transform: scale(1.2) rotateZ(365deg);
}
.profilePage .profile-bottom .profile-video .profile-video-img {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 33%;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.profilePage .profile-bottom .profile-video .profile-video-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotateZ(0deg);
  transition: 0.5s ease-in-out;
}
.profilePage .profile-bottom .profile-video .profile-video-img:hover img {
  transform: scale(1.1) rotateZ(-5deg);
}
.profilePage .profile-bottom .profile-video .about-dot {
  position: absolute;
  top: -34px;
  width: 55px;
  display: block;
  left: 20%;
}
.profilePage .profile-part1 {
  position: relative;
  margin-top: -20px;
}
.profilePage .profile-part1 .profile-part1-top {
  width: 100%;
  position: relative;
  z-index: 12;
}
.profilePage .profile-part1 .profile-part1-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 46px;
}
.profilePage .profile-part1 .profile-part1-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}
.profilePage .profile-part1 .profile-part1-num .profile-part1-count {
  display: flex;
  align-items: flex-start;
}
.profilePage .profile-part1 .profile-part1-num .profile-part1-count .count {
  font-weight: 500;
  font-size: 120px;
  color: #E63329;
  line-height: 145px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.profilePage .profile-part1 .profile-part1-num .profile-part1-count .unit {
  font-weight: 400;
  font-size: 48px;
  color: #E63329;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.profilePage .profile-part1 .profile-part1-num .profile-part1-intro {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin-top: -16px;
}
.profilePage .profile-part1 .profile-part1-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-con-inner {
  width: 66%;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company1 {
  font-size: 28px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-desc {
  margin-top: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one {
  width: 100%;
  margin-top: 42px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one .company-one-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 15px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one .company-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-logo {
  width: 55%;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-logo img {
  width: 100%;
  display: block;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-imgs-right {
  overflow: hidden;
  width: 30%;
  border-radius: 12px;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-imgs-right img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-imgs-right:hover img {
  transform: scale(1.05);
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-video {
  width: 100%;
  aspect-ratio: 2.22857143;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 12%;
  cursor: pointer;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-video img {
  width: 100%;
  display: block;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-video .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-video .mask .play {
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #E63329;
  border-radius: 50%;
}
.profilePage .profile-part1::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 179px;
  height: 239px;
  border-radius: 10px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/profile-after.jpg') no-repeat;
  background-size: cover;
}
.profilePage .profile-part1 .about-back-logo {
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
}
.profilePage .profile-part1 .about-back-dot {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 25%;
  max-width: 350px;
}
.profilePage .profile-culture {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/profile-culture-back.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
  z-index: 12;
}
.profilePage .profile-culture .culture-title {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 40px;
}
.profilePage .profile-culture .culture-outer {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.profilePage .profile-culture .culture-one {
  width: calc(50% - 10px);
  background: #F9FCFF;
  padding: 6% 8%;
  display: flex;
}
.profilePage .profile-culture .culture-one .culture-one-inner {
  width: 60%;
  position: relative;
  z-index: 12;
}
.profilePage .profile-culture .culture-one .culture-one-inner .culture-one-icon {
  width: 60px;
  height: 62px;
  margin: 0 auto;
}
.profilePage .profile-culture .culture-one .culture-one-inner .culture-one-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .profile-culture .culture-one .culture-one-inner .culture-one-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 18px 0 26px;
  transition: 0.5s;
  text-align: center;
}
.profilePage .profile-culture .culture-one .culture-one-inner .culture-one-desc {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profile-culture .culture-one .culture-one-inner:hover .culture-one-icon img {
  transform: rotateY(360deg);
}
.profilePage .profile-culture .culture-one .culture-one-inner:hover .culture-one-title {
  color: #115DA9;
}
.profilePage .profile-culture .culture-one:nth-of-type(1) {
  border-radius: 20px 0 0 0;
  margin-bottom: 20px;
}
.profilePage .profile-culture .culture-one:nth-of-type(2) {
  border-radius: 0 20px 0 0;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.profilePage .profile-culture .culture-one:nth-of-type(3) {
  border-radius: 0 0 0 20px;
}
.profilePage .profile-culture .culture-one:nth-of-type(4) {
  border-radius: 0 0 0 20px;
  justify-content: flex-start;
}
.profilePage .profile-culture .culture-one:nth-of-type(5) {
  border-radius: 0 0 20px 0;
  justify-content: flex-end;
}
.profilePage .profile-culture .culture-center {
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #115DA9;
}
.profilePage .profile-culture .culture-center .culture-center-line {
  width: 94%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot p {
  width: 9px;
  height: 9px;
  background: #1D4CB3;
  border-radius: 50%;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(1) {
  top: 22%;
  left: 6%;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(2) {
  top: 22%;
  right: 6%;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(3) {
  left: 6%;
  bottom: 22%;
}
.profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(4) {
  right: 6%;
  bottom: 22%;
}
.profilePage .profile-culture .culture-center .culture-center-line .video {
  width: 94%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}
.profilePage .profile-culture .culture-center .culture-center-line .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 12%;
}
.profilePage .profile-culture .culture-center .culture-center-line .video .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-culture .culture-center .culture-center-line .video .mask img {
  width: 80%;
}
.profilePage .profile-history {
  overflow: hidden;
}
.profilePage .profile-history .profile-history-outer {
  padding-bottom: 50px;
}
.profilePage .profile-history .history-title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  width: 100%;
}
.profilePage .profile-history .history-desc {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
}
.profilePage .profile-history .history-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
  position: relative;
}
.profilePage .profile-history .history-main .history-btns {
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profilePage .profile-history .history-main .history-con {
  width: calc(95% - 114px);
}
.profilePage .profile-history .history-main .history-con-swiper {
  width: 90%;
  max-width: 800px;
}
.profilePage .profile-history .history-main .history-con-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-img {
  width: 35%;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-img .history-con-img-inner {
  width: 100%;
  aspect-ratio: 1.56;
  overflow: hidden;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-img .history-con-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-img .history-con-img-inner:hover img {
  transform: scale(1.05);
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px dashed #1A5ED4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-dot p {
  width: 12px;
  height: 12px;
  background: #1A5ED4;
  border-radius: 50%;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main {
  width: calc(92% - 25px);
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-time {
  font-weight: 500;
  font-size: 18px;
  color: #1A5ED4;
  line-height: 24px;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-title {
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 32px;
  margin: 8% 0 25px;
}
.profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profile-history .history-main .history-years {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.profilePage .profile-history .history-main .history-years .history-years-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.profilePage .profile-history .history-main .history-years .history-year-one {
  font-weight: 900;
  text-align: center;
  font-family: 'LamaSans-Black';
  font-size: 36vw;
  color: #115DA9;
  line-height: 30vw;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: translateX(20px);
}
.profilePage .profile-history .history-main .history-years .history-year-one-active {
  opacity: 0.05;
  transform: translateX(0);
}
.profilePage .profile-history .history-line {
  margin: 80px 0;
  position: relative;
}
.profilePage .profile-history .history-line img {
  display: block;
  width: 100%;
}
.profilePage .profile-history .history-line .history-dot {
  position: absolute;
  z-index: 22;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profilePage .profile-history .history-line .history-dot .history-dot-inner {
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(1) {
  width: 130px;
  height: 130px;
  border: 1px dashed rgba(153, 153, 153, 0.5);
  top: 5%;
  left: 5%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(1) .history-dot-inner {
  width: 110px;
  height: 110px;
  background: #D5E5F5;
  font-weight: 400;
  font-size: 18px;
  color: #5F82A5;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(2) {
  width: 90px;
  height: 90px;
  border: 1px dashed #999999;
  top: 12%;
  left: 25%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(2) .history-dot-inner {
  width: 70px;
  height: 70px;
  background: #A4D0FB;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(3) {
  width: 130px;
  height: 130px;
  border: 1px dashed rgba(153, 153, 153, 0.5);
  top: 45%;
  left: 35%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(3) .history-dot-inner {
  width: 110px;
  height: 110px;
  background: #DE6F71;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(4) {
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(153, 153, 153, 0.5);
  top: -42%;
  right: 38%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(4) .history-dot-inner {
  width: 190px;
  height: 190px;
  background: #8CBAE7;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(5) {
  width: 130px;
  height: 130px;
  border: 1px dashed rgba(153, 153, 153, 0.5);
  top: 48%;
  right: 23%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(5) .history-dot-inner {
  width: 110px;
  height: 110px;
  background: #D5E5F5;
  font-weight: 500;
  font-size: 18px;
  color: #5F82A5;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(6) {
  width: 200px;
  height: 200px;
  border: 1px dashed #999999;
  top: -17%;
  right: 2%;
}
.profilePage .profile-history .history-line .history-dot:nth-of-type(6) .history-dot-inner {
  width: 170px;
  height: 170px;
  background: #8CBAE7;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profile-history .history-line .history-dot-active {
  border: 1px solid #1A5ED4 !important;
}
.profilePage .profile-history .history-line .history-dot-active .history-dot-inner {
  background: #3E85CB !important;
  color: #fff !important;
}
.profilePage .profile-history .history-line .history-line-dot {
  position: absolute;
  border-radius: 50%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(7) {
  width: 12px;
  height: 12px;
  background: #1A5ED4;
  top: 53%;
  left: 3%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(8) {
  width: 36px;
  height: 36px;
  background: #C0D3F3;
  top: 2%;
  left: 19%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(9) {
  width: 12px;
  height: 12px;
  background: #DE6F71;
  top: 57%;
  left: 44%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(10) {
  width: 24px;
  height: 24px;
  background: #E63329;
  top: 59%;
  left: 67%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(11) {
  width: 12px;
  height: 12px;
  background: #1A5ED4;
  top: 52%;
  left: 90%;
}
.profilePage .profile-history .history-line .history-line-dot:nth-of-type(12) {
  width: 17px;
  height: 17px;
  background: #115DA9;
  border-radius: 50%;
  top: 50%;
  right: 0;
}
.profilePage .profile-honor {
  overflow: hidden;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/profile-honor-back.png') no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -50px;
}
.profilePage .profile-honor .indexPage-outer {
  padding: 50px 0;
}
.profilePage .profile-honor .honor-title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 50px;
}
.profilePage .profile-honor .honor-swiper {
  overflow: visible;
  position: relative;
}
.profilePage .profile-honor .honor-swiper .honor-swiper-slide {
  width: 20%;
  overflow: hidden;
  margin: 0 2.5%;
}
.profilePage .profile-honor .honor-swiper .honor-swiper-slide img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-honor .honor-swiper .honor-swiper-slide:nth-last-of-type(1) {
  margin: 0 0;
}
.profilePage .profile-honor .honor-swiper .honor-swiper-slide {
  transform: scale(0.8);
  transition: 0.5s;
}
.profilePage .profile-honor .honor-swiper .honor-cur-active {
  transform: scale(1);
}
.profilePage .profile-honor .honor-swiper .honor-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
.profilePage .profile-honor .honor-swiper .honor-btn-prev {
  left: 35%;
}
.profilePage .profile-honor .honor-swiper .honor-btn-next {
  right: 35%;
}
.profilePage .profile-honor .honor-swiper .honor-swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .company-pro {
  margin-top: -50px;
}
@keyframes aniDotInner {
  0% {
    width: 12px;
    height: 12px;
    background: #1D4CB3;
    opacity: 1;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #D8E0F2;
  }
}
@keyframes aniMapDotInnerHis {
  0% {
    width: 53px;
    height: 53px;
    opacity: 1;
  }
  100% {
    width: 86px;
    height: 86px;
    opacity: 0;
  }
}
@keyframes aniMapDotInner {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}
.factoryPage-outer {
  background: #F6FBFF;
}
.factoryPage-outer .company-pro .contacti {
  background: #f6fbff url(https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/contact-back.png) no-repeat;
  background-size: cover;
  background-position: top left;
}
.factoryPage-outer .factory-more {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
.factoryPage-outer .factory-more .public-more .banner-more-inner .read-moredot {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: relative;
  z-index: 12;
}
.factoryPage-outer .factory-more .public-more .banner-more-inner .read-moredot img {
  width: 100%;
  display: block;
}
.factoryPage-outer .factory-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.factoryPage-outer .factoryVideo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.factoryPage-outer .factoryVideo .factory-title {
  text-align: left;
  margin-bottom: 0;
}
.factoryPage-outer .factoryVideo .video-step-btns {
  width: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.factoryPage-outer .factoryVideo .video-step-btns .page-right-box {
  cursor: pointer;
}
.factoryPage .factory-cn {
  font-weight: 600;
  font-size: 30px;
  color: #E63329;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
.factoryPage .factory-en {
  font-weight: bold;
  font-size: 60px;
  color: #115DA9;
  line-height: 96px;
  font-family: 'LamaSans-Medium';
  text-transform: uppercase;
  text-align: center;
}
.factoryPage .factory-b {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.factoryPage .factory-b .factory-img-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.factoryPage .factory-b .factory-img-b .f-img-o {
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
  aspect-ratio: 1.50197628;
}
.factoryPage .factory-b .factory-img-b .f-img-o .el-image {
  width: 100%;
  height: 100%;
}
.factoryPage .factory-b .factory-img-b .f-img-o img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.factoryPage .factory-b .factory-img-b .f-img-o:hover img {
  transform: scale(1.1);
}
.factoryPage .factory-b .factory-img-b .f-img-o:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.factoryPage .item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 24px;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.factoryPage .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.factoryPage .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPage .item .img .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.factoryPage .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
}
.factoryPage .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.factoryPage .item .text {
  margin-top: 16px;
  font-weight: 550;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  font-family: 'LamaSans-Medium';
  text-transform: uppercase;
}
.factoryPage .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .webPage {
  margin-top: 30px;
}
.factoryPage-list {
  overflow: hidden;
  padding-top: 60px;
  min-height: 600px;
  background: #F6FBFF;
}
.factoryPage-list .page-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.factoryPageVideo .page-title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.factoryPageVideo .factoryPageVideo-main {
  width: 100%;
}
.factoryPageVideo .video-cur-list {
  width: 100%;
}
.factoryPageVideo .video-cur-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px;
  margin-right: 30px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.5s;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide video {
  display: block;
  width: 100%;
  object-fit: scale-down;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #E63329;
  font-size: 30px;
  line-height: 44px;
}
.factoryPageVideo .video-cur-swiper .video-cur-active {
  border: 1px solid #F8F8F8;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide:nth-last-of-type(1) {
  margin-right: 0;
}
@keyframes aniMapDotInnerV {
  0% {
    width: 68px;
    height: 68px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .profilePage .profile-history .history-main .history-years .history-year-one {
    font-size: 500px;
    line-height: 510px;
  }
}
@media only screen and (max-width: 1900px) {
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .count {
    font-size: 90px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .unit {
    font-size: 40px;
    line-height: 42px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-intro {
    font-size: 20px;
    margin-top: -22px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company1 {
    font-size: 22px;
  }
  .profilePage .profile-part1 .profile-part1-nums {
    margin: 50px 0;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-con-inner {
    width: 80%;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-desc {
    margin-top: 24px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1850px) {
  .profilePage .profile-honor .honor-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 38px;
  }
  .profilePage .profile-honor .indexPage-outer {
    padding: 20px 0 50px;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-p {
    margin-bottom: 45px;
  }
  .profilePage .profile-culture .culture-one {
    padding: 4% 3.5%;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner {
    width: 68%;
  }
  .profilePage .profile-culture .culture-center {
    width: 32%;
  }
  .profilePage .profile-history .history-main {
    padding: 40px 0;
  }
  .profilePage .profile-history .profile-history-outer {
    padding-bottom: 30px;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-title {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 18px;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main {
    width: calc(94% - 25px);
  }
  .profilePage .profile-history .history-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .profilePage .profile-culture .culture-one .culture-one-inner {
    width: 72%;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-title {
    font-size: 16px;
    margin: 12px 0 20px;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .video video {
    margin-top: 15%;
  }
  .profilePage .profile-culture .culture-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-icon {
    height: 50px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-count {
    font-size: 90px;
    line-height: 50px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-ds {
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
  }
  .profilePage .profile-inner::after {
    width: 15%;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-p {
    margin-bottom: 32px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-count {
    font-size: 75px;
    line-height: 38px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-add {
    font-size: 30px;
    margin-left: 10px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-ds {
    font-size: 18px;
  }
  .profilePage .profile-top .profile-logo {
    width: 44%;
  }
  .profilePage .profile-top .profile-num {
    padding-top: 20px;
  }
  .profilePage .profile-inner {
    padding-top: 24px;
  }
  .profilePage .profile-top {
    padding-bottom: 40px;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-p {
    margin-bottom: 22px;
  }
  .profilePage .profile-inner::after {
    width: 13%;
    min-width: 0;
  }
  .factoryPage .factory-cn {
    font-size: 24px;
    line-height: 30px;
  }
  .factoryPage .factory-en {
    font-size: 40px;
    line-height: 52px;
    margin-top: 15px;
  }
  .factoryPage-outer .factory-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1580px) {
  .profilePage .profile-part1::after {
    top: 35%;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .count {
    font-size: 65px;
    line-height: 112px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .unit {
    font-size: 35px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-intro {
    font-size: 18px;
  }
  .profilePage .profile-part1::after {
    width: 128px;
    height: 170px;
  }
  .profilePage .profile-part1 .profile-part1-title {
    font-size: 26px;
  }
  .profilePage .profile-part1 .profile-part1-nums {
    margin: 38px 0 50px;
  }
}
@media only screen and (max-width: 1360px) {
  .profilePage .profile-history .history-main .history-years .history-year-one {
    font-size: 30vw;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-time {
    font-size: 16px;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-title {
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0 15px;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-inner {
    width: 100%;
  }
  .profilePage .profile-bottom .profile-video .about-dot {
    top: -25px;
    width: 36px;
    left: 20%;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
}
@media only screen and (max-width: 1251px) {
  .second-inner-nav {
    display: none;
  }
  .profilePage .profile-part1 .profile-part1-outer {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-imgs-top .profile-part1-imgs-right {
    max-width: 200px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs .profile-part1-video {
    margin-top: 40px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-con-inner {
    width: 100%;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con {
    width: 100%;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-imgs {
    width: 100%;
    margin-top: 35px;
  }
  .profilePage .profile-part1::after {
    display: none;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(1) {
    width: 100px;
    height: 100px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(1) .history-dot-inner {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(2) {
    width: 80px;
    height: 80px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(2) .history-dot-inner {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(3) {
    width: 100px;
    height: 100px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(3) .history-dot-inner {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(4) {
    width: 160px;
    height: 160px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(4) .history-dot-inner {
    width: 140px;
    height: 140px;
    font-size: 24px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(5) {
    width: 90px;
    height: 90px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(5) .history-dot-inner {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(6) {
    width: 160px;
    height: 160px;
  }
  .profilePage .profile-history .history-line .history-dot:nth-of-type(6) .history-dot-inner {
    width: 140px;
    height: 140px;
    font-size: 24px;
  }
  .profilePage .profile-honor .honor-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 34px;
  }
  .profilePage .profile-honor .indexPage-outer {
    padding: 12px 0 34px;
  }
  .profilePage .profile-culture .culture-one {
    padding: 4% 2%;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .video {
    width: 86%;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(1) {
    left: 4%;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(2) {
    right: 4%;
  }
  .profilePage .profile-culture .culture-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(3) {
    left: 4%;
  }
  .profilePage .profile-culture .culture-center .culture-center-line .dot:nth-of-type(4) {
    right: 4%;
  }
  .profilePage .profile-culture .culture-center .culture-center-line {
    width: 90%;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-title {
    margin: 12px 0 16px;
  }
  .factoryPage-outer .factory-more {
    margin-top: 32px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    max-width: 35%;
    max-height: 400px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 44px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .page-right-box {
    width: 40px;
    height: 40px;
  }
  .public-more {
    width: 160px;
  }
  .public-more .read-more-p {
    font-size: 14px;
  }
  .factoryPage-outer .factoryVideo .video-step-btns {
    width: 106px;
  }
  .factoryPage-list .list-arr {
    margin-top: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .profilePage .profile-bottom {
    flex-wrap: wrap;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-inner {
    max-width: 100%;
  }
  .profilePage .profile-bottom .profile-intros {
    width: 100%;
  }
  .profilePage .profile-bottom .profile-video {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
  }
  .profilePage .profile-top {
    padding-bottom: 22px;
  }
  .profilePage .profile-inner {
    padding-top: 8px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-ds {
    font-size: 16px;
    margin-top: 0;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-count {
    font-size: 52px;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-t .abouti-num-add {
    font-size: 24px;
    line-height: 50px;
  }
  .factoryPage .factory-b {
    margin-top: -10px;
  }
  .factoryPage-outer .factoryVideo {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .count {
    font-size: 48px;
    line-height: 98px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-count .unit {
    font-size: 28px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-intro {
    font-size: 15px;
  }
  .profilePage .profile-part1 .profile-part1-nums {
    margin: 30px 0 35px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one {
    margin-top: 22px;
  }
  .profilePage .profile-part1 .profile-part1-title {
    font-size: 22px;
  }
  .profilePage .profile-honor .honor-swiper .honor-swiper-slide {
    width: 30%;
  }
  .profilePage .profile-honor .honor-swiper .honor-btn-prev {
    left: 28%;
  }
  .profilePage .profile-honor .honor-swiper .honor-btn-next {
    right: 28%;
  }
  .profilePage .profile-culture .culture-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 28px;
    padding-top: 18px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner {
    width: 78%;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-icon {
    height: 38px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-desc {
    font-size: 12px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-title {
    margin: 12px 0 10px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner .culture-one-title {
    font-size: 14px;
  }
  .profilePage .profile-culture {
    background: url(https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/profile-culture-back.png) no-repeat;
    background-size: cover;
    background-position: right center;
  }
  .factoryPage-outer .company-pro .contacti {
    background-position: top right;
  }
  .profilePage .contacti {
    background-position: top right;
  }
  .factoryPage-outer .factory-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .factoryPage .factory-b .factory-img-b .f-img-o {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-top: 20px;
  }
  .about-container .nban .nban-outer {
    top: 50%;
  }
  .profilePage .profile-inner {
    padding-top: 0;
  }
  .profilePage .profile-top .abouti-num-dom .abouti-num-ds {
    font-size: 14px;
    line-height: 18px;
  }
  .about-container .second-inner-nav {
    display: none;
  }
  .profilePage .profile-top {
    padding-top: 25px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .profilePage .profile-history .history-line {
    display: none;
  }
  .profilePage .profile-history .history-main .history-con {
    width: 100%;
  }
  .profilePage .profile-history .history-main {
    flex-wrap: wrap;
    padding: 0 0;
  }
  .profilePage .profile-history .history-main .history-con-swiper {
    width: 100%;
    margin-top: 30px;
  }
  .profilePage .profile-history .history-main .history-years {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company-one .company-one-title {
    font-size: 16px;
  }
  .profilePage .profile-part1 .profile-part1-nums {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-part1-nums .profile-part1-num {
    width: 50%;
    margin-top: 20px;
  }
  .profilePage .profile-part1 .about-back-dot {
    display: none;
  }
  .profilePage .profile-part1 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .profilePage .profile-part1 .profile-part1-nums {
    margin: 0 0 35px;
  }
  .profilePage .profile-part1 .profile-part1-outer .profile-part1-con .profile-part1-company1 {
    font-size: 18px;
    line-height: 26px;
  }
  .profilePage .profile-part1 .profile-part1-num .profile-part1-intro {
    text-align: left;
    font-size: 14px;
  }
  .profilePage .profile-history .history-title {
    font-size: 22px;
  }
  .profilePage .profile-history .history-main .history-btns {
    margin: 0 auto;
  }
  .profilePage .profile-history .history-main .history-con-slide {
    flex-wrap: wrap;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .profilePage .profile-history .history-main .history-years {
    transform: translateY(0);
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words {
    width: 100%;
    margin-top: 25px;
  }
  .profilePage .profile-honor .honor-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .profilePage .profile-honor .honor-swiper .honor-swiper-slide {
    width: 45%;
  }
  .profilePage .profile-honor .honor-swiper .honor-btn-next {
    right: 18%;
  }
  .profilePage .profile-honor .honor-swiper .honor-btn-prev {
    left: 18%;
  }
  .profilePage .profile-culture .culture-center {
    width: 300px;
    position: relative;
    margin: 0 auto 22px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .profilePage .profile-culture .culture-title {
    padding-top: 42px;
  }
  .profilePage .profile-culture .culture-one {
    width: 100%;
    border-radius: 12px;
    padding: 5%;
    margin-bottom: 22px;
  }
  .profilePage .profile-culture .culture-one:nth-of-type(1) {
    border-radius: 12px;
  }
  .profilePage .profile-culture .culture-one:nth-of-type(2) {
    border-radius: 12px;
  }
  .profilePage .profile-culture .culture-one:nth-of-type(3) {
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .profilePage .profile-culture .culture-one .culture-one-inner {
    width: 100%;
  }
  .profilePage .profile-culture .culture-one:nth-of-type(4) {
    border-radius: 12px;
  }
  .factoryPage .factory-en {
    font-size: 22px;
    line-height: 28px;
    margin-top: 12px;
  }
  .factoryPage .factory-b .factory-img-b .f-img-o {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
    margin-top: 12px;
  }
  .factoryPage .factory-cn {
    font-size: 20px;
    line-height: 28px;
  }
  .factoryPage-outer .factory-title {
    font-size: 18px;
    line-height: 24px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    margin-right: 20px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    max-width: 60%;
  }
  .factoryPage-outer .factory-more {
    margin-top: 22px;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .profilePage .profile-top {
    padding-top: 16px;
  }
  .profilePage .profile-top .profile-logo {
    width: 55%;
  }
  .profilePage .profile-bottom .profile-intros .profile-intros-p {
    margin-bottom: 12px;
  }
  .factoryPage-list .list-arr {
    margin-top: 30px;
  }
  .factoryPage .item .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPage .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPage .factory-b .factory-img-b .f-img-o {
    width: calc((100% - 12px) / 2);
  }
  .factoryPage .factory-b .factory-img-b .f-img-o:nth-of-type(3n) {
    margin-right: 12px;
  }
  .factoryPage .factory-b .factory-img-b .f-img-o:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .factoryPage-list .list-arr {
    margin-top: 24px;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-time {
    font-size: 14px;
  }
  .profilePage .profile-history .history-main .history-con-slide .history-con-words .history-con-main .history-con-title {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 14px;
  }
}
