.profilePage {
  background: #fff;
}
.profilePage .profile-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  font-family: 'SourceHanSansSC-Medium';
}
.profilePage .profile-part1 {
  background: #F8F8F8;
}
.profilePage .profile-part1 .profile-part1-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-num {
  max-width: 24%;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-line {
  width: 40px;
  height: 2px;
  background: #EC1D23;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-year {
  font-weight: bold;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  color: #EC1D23;
  line-height: 30px;
  margin: 18px 0 54px;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-nums-inner {
  width: 100%;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num {
  width: 100%;
  margin-top: 100px;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-main {
  display: flex;
  align-items: flex-start;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-con {
  font-weight: normal;
  font-size: 120px;
  color: #EC1D23;
  line-height: 124px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-unit {
  font-weight: 400;
  font-size: 24px;
  color: #EC1D23;
  line-height: 26px;
  margin-left: 10px;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
  font-weight: normal;
  font-size: 24px;
  color: #666666;
  font-family: 'AlibabaPuHuiTi-Regular';
  margin-top: 0;
  line-height: 24px;
}
.profilePage .profile-part1 .profile-part1-top .abouti-bottom-num:nth-of-type(1) {
  margin-top: 0;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro {
  width: 75%;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main {
  width: 100%;
  padding: 40px 0;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  font-family: 'SourceHanSansSC-Bold';
  line-height: 42px;
  margin-bottom: 20px;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
}
.profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-desc1 {
  margin-top: 28px;
}
.profilePage .profile-part1 .abouti-img {
  width: 100%;
  padding: 50px 0 60px;
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}
.profilePage .profile-part1 .abouti-img .abouti-img-dom {
  width: 100%;
}
.profilePage .profile-part1 .abouti-img .abouti-img-dom img {
  width: 100%;
  display: block;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one {
  width: 30%;
  margin-left: 3%;
  padding-left: 45px;
  position: relative;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-img {
  width: 30px;
  height: 120px;
  position: absolute;
  left: 0;
  top: -85px;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-img img {
  width: 100%;
  height: 100%;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main {
  width: 100%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-icon {
  width: 75px;
  height: 75px;
  background: url('https://file.global86.cn/fileStore/website_new/wanchi/abouti-yuan.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-icon img {
  width: 50%;
  transform: scale(1) rotateY(0deg);
  transition: 0.5s;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-text {
  width: calc(100% - 88px);
  font-family: 'SourceHanSansSC-Medium';
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-desc {
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  color: #666666;
  line-height: 18px;
}
.profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one:hover .abouti-img-con-main .abouti-img-con-icon img {
  transform: scale(1.2) rotateY(360deg);
  transition: 0.5s;
}
.profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  font-family: 'SourceHanSansSC-Medium';
  width: 24%;
}
.profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-desc {
  font-weight: 400;
  width: 75%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
}
.profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one:nth-of-type(1) {
  margin-top: 0;
}
.profilePage .profile-part2 .profile-part2-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.profilePage .profile-part2 .profile-part2-title .profile-title {
  width: 25%;
}
.profilePage .profile-part2 .profile-part2-title .profile-part2-desc {
  width: 70%;
}
.profilePage .profile-part2 .profile-part2-title .profile-part2-desc .indexPage-desc {
  color: #333333;
  max-width: 607px;
  width: 100%;
}
.profilePage .profile-part2 .profile-part2-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
}
.profilePage .profile-part2 .profile-part2-one .profile-part2-one-index {
  width: 25%;
  font-weight: bold;
  font-family: 'Montserrat-Bold';
  font-size: 36px;
  color: #E50012;
  line-height: 40px;
}
.profilePage .profile-part2 .profile-part2-one-main {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-img {
  width: 33%;
  overflow: hidden;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
  display: block;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con {
  width: 63%;
  padding: 26px 0;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con .profile-part2-one-title {
  font-weight: 500;
  font-size: 18px;
  font-family: 'SourceHanSansSC-Medium';
  color: #333333;
  line-height: 24px;
}
.profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con .profile-part2-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  opacity: 0.8;
  line-height: 24px;
  margin-top: 12px;
}
.profilePage .profile-part3 {
  background: url('https://file.global86.cn/fileStore/website_new/wanchi/profile-part3.jpg') no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.profilePage .profile-part3 .profile-part3-inner {
  width: 100%;
  display: flex;
  margin: 0 auto;
  height: 836px;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left {
  width: 50%;
  height: 100%;
  background: #1A282F;
  padding: 4% 0 5% 4%;
  display: flex;
  justify-content: space-between;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-other {
  width: calc(95% - 250px);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main {
  width: 260px;
  height: 100%;
  display: flex;
  align-items: center;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-main-inner {
  width: 100%;
  height: 620px;
  position: relative;
  padding-right: 48px;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con {
  width: 100%;
  height: calc(100% + 24px);
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one .history-main-one-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-12px);
  transition: 0.5s;
  margin-top: 4px;
  margin-right: 6px;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one .history-main-one-dot p {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one .history-main-one-text {
  max-width: calc(100% - 22px);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one:hover .history-main-one-dot {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one:hover .history-main-one-text {
  opacity: 1;
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one-active .history-main-one-dot {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one-active .history-main-one-text {
  opacity: 1;
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-active {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 30px;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-active .history-line {
  opacity: 0;
  transition: 0.2s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-active .history-line-active {
  opacity: 1;
  transition: 0.2s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-active img {
  width: 100%;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-default {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 30px;
  display: flex;
  flex-direction: column;
}
.profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .profile-part3-left-default img {
  width: 100%;
}
.profilePage .profile-part3 .profile-part3-inner .profile-history-title {
  font-weight: 500;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.profilePage .profile-part3 .profile-part3-inner .profile-history-img {
  width: 100%;
  overflow: hidden;
}
.profilePage .profile-part3 .profile-part3-inner .profile-history-img img {
  width: 100%;
  display: block;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .profile-history-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main {
  width: 50%;
  height: 100%;
  max-width: 540px;
  padding: 4% 0 4% 4%;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .swiper-wrapper {
  flex-direction: column;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-one {
  padding: 24px 0;
  height: auto;
  border-bottom: 1px solid #CCCCCC;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  font-family: 'SourceHanSansSC-Medium';
  line-height: 24px;
}
.profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-desc {
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.casePage {
  background: #F8F8F8;
}
.casePage .case-one {
  display: flex;
  margin-top: 80px;
}
.casePage .case-one .case-img {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.casePage .case-one .case-img .case-img-inner {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.casePage .case-one .case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .case-one .case-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.casePage .case-one .case-img-pc {
  display: flex;
}
.casePage .case-one .case-img-m {
  display: none;
}
.casePage .case-one .case-main {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.casePage .case-one .case-main .case-title {
  width: 30%;
}
.casePage .case-one .case-main .case-title .case-index {
  font-family: 'Montserrat-Medium';
  font-weight: bold;
  font-size: 36px;
  color: #E6252D;
  line-height: 24px;
  white-space: nowrap;
}
.casePage .case-one .case-main .case-title .case-text {
  font-weight: 400;
  font-size: 24px;
  color: #E6252D;
  line-height: 32px;
  margin-top: 10px;
}
.casePage .case-one .case-main .case-inner-main {
  max-width: 65%;
}
.casePage .case-one .case-main .case-inner-main .case-main-one {
  margin-top: 46px;
}
.casePage .case-one .case-main .case-inner-main .case-main-one .case-main-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.casePage .case-one .case-main .case-inner-main .case-main-one .case-main-title .case-main-title-line {
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background: #333333;
}
.casePage .case-one .case-main .case-inner-main .case-main-one .case-main-title .case-main-title-p {
  width: calc(100% - 30px);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.casePage .case-one .case-main .case-inner-main .case-main-one .case-main-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.casePage .case-one:nth-of-type(1) {
  margin-top: 0;
}
.casePage .case-one-odd .case-main {
  padding: 0 5%;
}
.casePage .case-one-event .case-main {
  padding: 0 5% 0 0;
}
.casePage .case-one-event .case-main .case-inner-main {
  width: 65%;
}
.productionPage {
  background: #F8F8F8;
}
.productionPage .production-main {
  display: flex;
  flex-wrap: wrap;
}
.productionPage .production-main .factory-show-one {
  width: calc(100% / 3);
  padding: 38px 34px 0;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
.productionPage .production-main .factory-show-one .factory-show-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}
.productionPage .production-main .factory-show-one .factory-show-title .factory-show-text {
  font-weight: 400;
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  max-width: calc(100% - 40px);
}
.productionPage .production-main .factory-show-one .factory-show-title .factory-show-add {
  width: 31px;
}
.productionPage .production-main .factory-show-one .factory-show-title .factory-show-add img {
  width: 100%;
}
.productionPage .production-main .factory-show-one .factory-show-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.productionPage .production-main .factory-show-one .factory-show-img .factory-show-img-dom {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.productionPage .production-main .factory-show-one .factory-show-click {
  height: 56px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.productionPage .production-main .factory-show-one:hover .factory-show-img {
  overflow: hidden;
}
.productionPage .production-main .factory-show-one:hover .factory-show-img .factory-show-img-dom {
  transform: scale(1.05);
  transition: 0.5s;
}
.productionPage .production-main .factory-show-one:hover .factory-show-click {
  opacity: 1;
  transition: 0.5s;
}
.productionPage .production-main .factory-show-one:nth-of-type(3n+2) {
  border: none;
}
.productionPage .webPage {
  margin-top: 5%;
}
.videoPage {
  background: #F8F8F8;
}
.videoPage .video-main {
  display: flex;
  flex-wrap: wrap;
}
.videoPage .video-main .factory-show-one {
  cursor: pointer;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 6% 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.videoPage .video-main .factory-show-one .factory-show-poster {
  width: 250px;
  overflow: hidden;
  height: 250px;
  border-radius: 50%;
  position: relative;
}
.videoPage .video-main .factory-show-one .factory-show-poster video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.videoPage .video-main .factory-show-one .factory-show-poster .video-btn {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoPage .video-main .factory-show-one .factory-show-poster .video-btn img {
  width: 50px;
}
.videoPage .video-main .factory-show-one .factory-show-text {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
.videoPage .video-main .factory-show-one:nth-of-type(3n) {
  margin-right: 0;
}
.videoPage .webPage {
  margin-top: 5%;
}
.videoDialog {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 3000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.videoDialog .videoDialog-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10% 12%;
}
.videoDialog .videoDialog-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.videoDialog .videoDialog-inner .videoClose {
  width: 50px;
  position: absolute;
  cursor: pointer;
  top: 5%;
  right: 5%;
}
.videoDialog .videoDialog-inner .videoClose svg {
  width: 100%;
}
@media only screen and (max-width: 1441px) {
  .casePage .case-one-odd .case-main {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 1281px) {
  .casePage .case-one .case-main .case-title .case-text {
    font-size: 22px;
    line-height: 30px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-con {
    font-size: 100px;
    line-height: 110px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-unit {
    font-size: 20px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
    font-size: 20px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
    font-size: 34px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-desc1 {
    margin-top: 22px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main {
    padding: 25px 0;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-text {
    width: calc(100% - 78px);
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-icon {
    width: 66px;
    height: 66px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one {
    padding-left: 24px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-img {
    width: 22px;
    height: 100px;
    top: -74px;
  }
}
@media only screen and (max-width: 1251px) {
  .casePage .case-one {
    margin-top: 40px;
  }
  .casePage .case-one .case-img-pc {
    display: none;
  }
  .casePage .case-one .case-img-m {
    display: flex;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one {
    margin-top: 24px;
  }
  .casePage .case-one .case-main .case-title .case-text {
    font-size: 18px;
    line-height: 28px;
    margin-left: 12px;
  }
  .casePage .case-one {
    flex-wrap: wrap;
  }
  .casePage .case-one .case-main {
    width: 100%;
  }
  .casePage .case-one .case-img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .casePage .case-one .case-main {
    flex-wrap: wrap;
  }
  .casePage .case-one .case-main .case-inner-main {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one {
    width: 50%;
  }
  .casePage .case-one .case-main .case-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .casePage .case-one .case-img .case-img-inner {
    border-radius: 12px;
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-other {
    width: calc(95% - 230px);
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main {
    width: 230px;
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main .history-main-con .history-main-one .history-main-one-text {
    font-size: 14px;
  }
  .profilePage .profile-part2 .profile-part2-one .profile-part2-one-index {
    width: 80px;
  }
  .profilePage .profile-part2 .profile-part2-one-main {
    width: calc(95% - 80px);
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-title {
    font-size: 22px;
  }
  .videoPage .video-main .factory-show-one .factory-show-text {
    font-size: 16px;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one {
    margin-top: 30px;
  }
  .videoPage .video-main .factory-show-one .factory-show-poster {
    width: 220px;
    height: 220px;
  }
  .videoPage .video-main .factory-show-one {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 4% 8px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title {
    margin-bottom: 20px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-text {
    font-size: 16px;
  }
  .productionPage .production-main .factory-show-one .factory-show-click {
    font-size: 16px;
    height: 48px;
  }
  .productionPage .production-main .factory-show-one {
    padding: 24px 22px 0;
  }
}
@media only screen and (max-width: 1020px) {
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left {
    position: relative;
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main {
    position: absolute;
    right: 0;
    top: 0;
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-other {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .profilePage .profile-part3 .profile-part3-inner .history-words-main {
    padding: 0 5%;
  }
  .profilePage .profile-part3 .profile-part3-inner .profile-part3-left .profile-part3-left-main {
    width: 100%;
  }
  .profilePage .profile-part2 .profile-part2-one .profile-part2-one-index {
    width: 46px;
  }
  .profilePage .profile-part2 .profile-part2-one-main {
    width: calc(95% - 46px);
  }
  .profilePage .profile-part1 .abouti-img {
    padding: 40px 0 42px;
    margin-top: 30px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
    font-size: 30px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-con {
    font-size: 80px;
    line-height: 84px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num {
    margin-top: 78px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-unit {
    font-size: 18px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-year {
    font-size: 20px;
    line-height: 24px;
    margin: 14px 0 50px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
    font-size: 18px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-line {
    width: 32px;
  }
  .videoPage .video-main .factory-show-one .factory-show-poster {
    width: 180px;
    height: 180px;
  }
  .videoPage .video-main .factory-show-one {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 26px;
    border-radius: 6px;
    padding: 20px 8px;
  }
  .videoPage .video-main .factory-show-one .factory-show-text {
    font-size: 14px;
  }
  .videoPage .video-main .factory-show-one .factory-show-poster {
    width: 200px;
    height: 200px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title {
    margin-bottom: 14px;
  }
  .productionPage .production-main .factory-show-one {
    padding: 20px 16px 0;
  }
  .productionPage .production-main .factory-show-one .factory-show-click {
    font-size: 14px;
    height: 42px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-text {
    font-size: 14px;
    max-width: calc(100% - 28px);
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-add {
    width: 26px;
  }
}
@media only screen and (max-width: 821px) {
  .profilePage .profile-part2 .profile-part2-one-main {
    width: 100%;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con {
    padding: 0 0;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-title {
    font-size: 18px;
  }
  .profilePage .profile-part2 .profile-part2-one {
    position: relative;
  }
  .profilePage .profile-part2 .profile-part2-one .profile-part2-one-index {
    position: absolute;
    top: 30px;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-img {
    margin-top: 40px;
  }
  .profilePage .profile-title {
    font-size: 20px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one {
    width: 100%;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one:nth-of-type(2) {
    margin-top: 22px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one:nth-of-type(3) {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .profilePage .profile-part3 .profile-part3-inner .profile-history-title {
    font-size: 20px;
    line-height: 26px;
  }
  .profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-one {
    padding: 22px 0;
  }
  .profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-title {
    font-size: 16px;
  }
  .profilePage .profile-part2 .profile-part2-title {
    flex-wrap: wrap;
  }
  .profilePage .profile-part2 .profile-part2-title .profile-title {
    width: 100%;
  }
  .profilePage .profile-part2 .profile-part2-title .profile-part2-desc {
    width: 100%;
    margin-top: 14px;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-title {
    width: 100%;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-desc {
    width: 100%;
    margin-top: 16px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-img {
    display: none;
  }
  .videoPage .video-main .factory-show-one {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 22px;
  }
  .videoPage .video-main .factory-show-one:nth-of-type(3n) {
    margin-right: 18px;
  }
  .videoPage .video-main .factory-show-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .videoPage .video-main .factory-show-one .factory-show-poster {
    width: 80%;
    height: auto;
    aspect-ratio: 1;
  }
  .productionPage .production-main .factory-show-one {
    width: 50%;
  }
  .productionPage .production-main .factory-show-one:nth-of-type(3n+2) {
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }
  .productionPage .production-main .factory-show-one:nth-of-type(2n) {
    border-right: 1px solid #DDDDDD;
    border-left: none;
  }
  .productionPage .production-main .factory-show-one {
    padding: 16px 12px 0;
  }
  .productionPage .production-main .factory-show-one .factory-show-title {
    margin-bottom: 10px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-add {
    width: 22px;
  }
  .productionPage .production-main .factory-show-one .factory-show-click {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-text {
    line-height: 20px;
  }
}
@media only screen and (max-width: 681px) {
  .profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-title {
    font-size: 14px;
  }
  .profilePage .profile-part3 .profile-part3-inner .history-words-main .history-words-swiper .history-words-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main {
    padding: 24px 0 0;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-year {
    font-size: 18px;
    line-height: 22px;
    margin: 14px 0 36px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-unit {
    font-size: 16px;
    line-height: 0;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-con {
    font-size: 62px;
    line-height: 60px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
    font-size: 16px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-img {
    border-radius: 12px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-nums-inner {
    display: flex;
    justify-content: space-between;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num {
    width: auto;
    margin-top: 0;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro {
    margin-top: 18px;
  }
  .profilePage .profile-part1 .profile-part1-top {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num {
    max-width: 100%;
    width: 100%;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .casePage .case-one .case-main .case-title {
    margin-top: 14px;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one {
    margin-top: 18px;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one .case-main-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one .case-main-title .case-main-title-p {
    font-size: 14px;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one .case-main-title {
    margin-bottom: 10px;
  }
  .casePage .case-one .case-main .case-title .case-index {
    font-size: 28px;
  }
  .casePage .case-one .case-main .case-title .case-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 10px;
  }
  .casePage .case-one .case-img .case-img-inner {
    border-radius: 6px;
  }
  .casePage .case-one .case-main .case-inner-main .case-main-one {
    width: 100%;
  }
  .profilePage .profile-part1 .abouti-img {
    padding: 24px 0 24px;
    margin-top: 14px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons {
    margin-top: 24px;
  }
  .profilePage .profile-part2 .profile-part2-one-main {
    flex-wrap: wrap;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con {
    width: 100%;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-img {
    width: 100%;
    margin-top: 0;
    padding-left: 80px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 521px) {
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-con {
    font-size: 44px;
    line-height: 42px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-unit {
    font-size: 14px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
    font-size: 14px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-title {
    font-size: 16px;
    line-height: 18px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 431px) {
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main {
    padding: 18px 0 0;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
    font-size: 20px;
    line-height: 28px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-desc1 {
    margin-top: 14px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one {
    padding-left: 0;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-desc {
    margin-top: 14px;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one {
    margin-top: 18px;
  }
  .videoPage .video-main .factory-show-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 18px;
  }
  .videoPage .video-main .factory-show-one .factory-show-poster {
    width: 95%;
  }
  .videoPage .video-main .factory-show-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .videoPage .video-main .factory-show-one:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 426px) {
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-title {
    font-size: 14px;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one {
    margin-left: 0;
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-text {
    width: calc(100% - 66px);
  }
  .profilePage .profile-part1 .abouti-img .abouti-img-cons .abouti-img-con-one .abouti-img-con-main .abouti-img-con-icon {
    width: 56px;
    height: 56px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-title {
    font-size: 18px;
    line-height: 30px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-img {
    border-radius: 6px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-line {
    width: 26px;
  }
  .profilePage .profile-part1 .profile-part1-top .profile-part1-num .profile-part1-year {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 20px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-nums-inner {
    flex-wrap: wrap;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num {
    margin-top: 22px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num:nth-of-type(1) {
    margin-top: 22px;
  }
  .profilePage .profile-part1 .profile-part1-top .abouti-bottom-num .abouti-bottom-desc {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 376px) {
  .profilePage .profile-part1 .profile-part1-top .profile-part1-intro .profile-part1-intro-main .profile-part1-intro-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-title {
    font-size: 16px;
  }
  .profilePage .profile-part1 .profile-part1-bottom .profile-part1-bottom-one .profile-part1-bottom-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con .profile-part2-one-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .profilePage .profile-part2 .profile-part2-one-main .profile-part2-one-con .profile-part2-one-title {
    font-size: 16px;
    line-height: 22px;
  }
  .videoPage .video-main .factory-show-one {
    padding: 16px 6px;
  }
  .videoPage .video-main .factory-show-one .factory-show-text {
    font-size: 12px;
  }
  .productionPage .production-main .factory-show-one .factory-show-title .factory-show-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .productionPage .production-main .factory-show-one {
    width: 100%;
    border-left: 1px solid #DDDDDD !important;
  }
}
